Anthropic's 80x Miss: Your Claude Budget Is Already Wrong
What Happened
Three changes this week make every pre-May-2026 Claude cost model unusable. First, Anthropic converted paid subscriptions into dollar-matched API credits, which ends the implicit 70–90% discount developers were running through Agent SDK, claude-p, GitHub Actions, and third-party harnesses on Max plans. Second, Dario Amodei said at Code with Claude that Anthropic planned for 10x growth and hit 80x in revenue and usage. Third, they are leasing xAI's entire Colossus 1 cluster, 220,000+ NVIDIA GPUs across H100, H200, and GB200, from a CEO who called them 'misanthropic and evil' three months ago.
Capacity is the binding constraint. ServiceNow's CDIO confirmed they burned through the full-year Claude budget by May after price hikes hit a platform with no native per-user consumption telemetry.
The Pricing Change, Decoded
| Surface | Before | After (June 15) |
|---|---|---|
| Agent SDK / claude-p / GitHub Actions | Flat subscription, unlimited | Dollar-matched API credits, metered |
| Third-party tools (Zed, Conductor, OpenCode, T3) | Bundled in plan | Separate credit bucket, no rollover, overflow at API rates |
| Claude Code (Pro/Max/Team) | 5-hour limit, peak throttled | Limits doubled, peak throttle removed |
| Opus API rate limits | Squeezed during crunch | 'Substantially raised' |
Anthropic has hired a CFO and is targeting an October IPO. Margin-per-token is now a board-level metric. The subsidy regime is structurally over, not paused.
The Counter-Offensive
OpenAI shipped a 2-month-free Codex enterprise switch promo the same day. Ramp's April data had Anthropic at 34.4% versus OpenAI's 32.3% in business adoption, the first lead change. The thing that number doesn't tell you is durability under repricing, which is exactly what OpenAI is testing.
Any benchmark you ran between mid-April and now measured degraded-capacity Claude, not representative Claude. Re-baseline after the Colossus integration lands, not before.
What To Do
The immediate work is reconciliation: audit every Claude-backed workload and project token burn against the new credit cap. The structural work is routing: a provider-abstraction layer (LiteLLM, Portkey, or in-house) that makes vendor swaps a config change. The arbitrage work is the OpenAI promo. Use it as a free head-to-head window, but instrument with trajectory-level metrics. Pass@1 will not tell you which model your agents actually finish tasks on.
Anthropic provides no native per-user usage telemetry and no SLAs. Gateway-level logging with tenant, user, and feature tagging is now mandatory infrastructure. The vendor has offloaded that work to the customer, explicitly.
What to do
Reconcile every Claude-backed workload (Agent SDK, GitHub Actions, batch evals) against new credit cap; flag jobs that will exhaust credits before month-end
Deploy an LLM gateway with per-user, per-feature tagging and daily token budget alerts in front of all Claude traffic
Run a 2-month Codex evaluation under OpenAI's enterprise switch promo with matched prompts and tool schemas
Avoid locking into annual Anthropic contracts until post-Colossus integration stability is observable (likely Q3)