Anthropic's 30-Day Pricing Cliff: Metered Credits, June 15 Cutoff, and the OpenAI Counter-Offensive
What Changed This Week
Anthropic shipped three changes simultaneously that compound into one budgeting problem. First, all Claude subscriptions now convert to dollar-matched API credits across Agent SDK, claude-p, GitHub Actions, and third-party harnesses. The implicit 70-90% subsidy that power users extracted from Max plans is gone. Second, on June 15, Claude usage through third-party tools (Conductor, Zed, OpenCode, T3 Code) moves to a separate credit bucket with no rollover. Overflow bills at list API rates. Third, Dario Amodei conceded Anthropic planned for 10x growth and got 80x, which explains months of quiet degradation and the emergency lease of xAI's full 220,000-GPU Colossus 1 cluster.
Why This Breaks Your Stack
The metering change is not a gentle price increase. It is a structural reclassification of how programmatic usage is billed. Any batch eval, enrichment pipeline, or agent loop running on a flat subscription is now burning metered tokens at list price. ServiceNow's CDIO confirmed publicly that they burned their full-year Claude budget by May, after price hikes hit an enterprise with no native per-user telemetry.
Anthropic provides no native per-user, per-tool usage attribution. Customers must wire external analytics to see who is consuming what.
The capacity story compounds the pricing story. The 80x miss means serving conditions your eval harness measured between mid-summer and now are contaminated for baselining. Rate limits on Opus are being raised, Claude Code 5-hour caps are doubling, and a heterogeneous fleet (H100 + H200 + GB200 via Colossus) means p95/p99 latency variance will increase during integration, not decrease. The thing this doesn't tell you is which slice of your traffic lands on which silicon.
The OpenAI Counter-Move
Sam Altman posted a 2-month-free Codex enterprise switch promo the same day Anthropic announced metering. Ramp's April data shows Anthropic edging OpenAI 34.4% vs 32.3%, the first apparent lead change. OpenAI is pricing explicitly against the developers Anthropic just alienated. The asymmetric free evaluation window expires in roughly 60 days.
What the Market Data Actually Shows
| Metric | Anthropic | OpenAI | Signal Quality |
|---|---|---|---|
| Ramp B2B share | 34.4% | 32.3% | SMB card-spend biased |
| ARR trajectory | $9B → $30B+ in 4 months | Not disclosed | WSJ-sourced |
| Valuation | ~$900B (offered) | $852B | Private marks |
| October IPO | Targeting | N/A | CFO hired |
Ramp measures who gets billed, not token volume or production criticality. A 210-basis-point gap in a monthly snapshot is inside noise. The directional signal, that second-vendor adoption is now the default, is the actionable read.
What to do
Audit every Claude-backed workload (Agent SDK, claude-p, GitHub Actions, batch evals) and project token burn under new metered pricing by end of this sprint
Deploy an LLM gateway (LiteLLM/Portkey) with per-user, per-feature tagging and daily budget alerts within 2 weeks
Activate OpenAI's 2-month Codex enterprise switch promo and run head-to-head against existing Claude eval harness using matched prompts
Re-baseline all Claude benchmarks (throughput, p95 latency, rate-limit headroom) after Colossus integration stabilizes — do not ship workarounds built against degraded measurements