Anthropic's 80x Capacity Miss Has a June 15 Deadline Attached
The Capacity Admission That Explains Everything
At Code with Claude on May 6, Dario Amodei said Anthropic planned for 10x growth and got 80x in revenue and usage. An 8x forecast miss is sufficient to explain the Claude Code degradation, the quality complaints, and the infrastructure scramble. The patch is leasing xAI's entire Colossus 1 cluster—220,000+ NVIDIA GPUs spanning H100, H200, and GB200, from the CEO who three months ago called Anthropic 'misanthropic and evil'.
The June 15 Credit Change Is a Hard Deadline
Starting June 15, Claude usage through third-party tools (Zed, Conductor, OpenCode, T3 Code) moves to a separate credit bucket capped at plan value. No subsidized tokens, no rollover, overflow bills at API rates. What was effectively a 70-90% discount on programmatic usage through Max plans is gone. Any cost model assuming flat-rate Claude consumption through non-native IDEs is dead in 30 days.
If the budget assumed flat subscription cost on Agent SDK, GitHub Actions, or claude-p pipelines, expect a silent overrun.
The Enterprise Share Crossover
Ramp's AI Index puts Anthropic at 34.4% vs OpenAI 32.3% of US businesses paying for AI. First documented crossover. The thing this doesn't tell you is what it measures: corporate card spend, not token volume, not production criticality. OpenAI correctly notes large enterprises pay by invoice. The gap is 2 points in one monthly snapshot. Read it as a bottoms-up adoption signal, not a share claim.
What's changing in the next rate-limit window
| Surface | Before | After (May 7–14) |
|---|---|---|
| Claude Code limits | 5-hour cap | Doubled |
| Peak-hours throttle | Reduced for Pro/Max | Removed |
| Opus API rate limits | Squeezed during crunch | 'Substantially raised' |
| Fleet composition | Anthropic-only | Heterogeneous incl. GB200 via Colossus |
Any benchmark you ran between mid-April and early May is stale. Serving conditions changed, and they will change again as Colossus integrates. Re-baseline after the new caps land.
The Telemetry Gap Compounds the Problem
Anthropic provides no native per-user or per-tool usage telemetry. ServiceNow's CDIO burned through the full-year Claude budget by May. National Life Group's CIO calls Claude 'great for consumer usage but not great for companies' that need per-user monitoring. Token consumption in agentic workflows is non-linear: a reflection loop can 10x spend per task without proportional quality gain, and the signal arrives with the invoice.
What to do
Reconcile every Claude-backed workload (Agent SDK, claude-p, GitHub Actions, batch evals) against the new credit cap by June 1
Deploy an LLM gateway (LiteLLM/Portkey) with per-user, per-feature tagging and daily token budget alerts within 2 weeks
Add a second frontier provider behind a router with automatic failover on 429/5xx this sprint
Re-run Claude Code and Opus API benchmarks (throughput, p95 latency, rate-limit headroom) after Colossus integration stabilizes in late May