Anthropic's Double Shock: Credit Metering Kills the Subsidy, 80x Miss Forces Colossus Lease
The Pricing Reset
Anthropic converted every Claude subscription into a dollar-matched API credit bucket. The implicit 70-90% discount teams were getting by running Agent SDK, GitHub Actions, or third-party harness workloads against a $200 Max plan is gone. Starting June 15, third-party tool usage (Zed, Conductor, OpenCode, T3 Code) draws from a separate credit allocation with no rollover and overflow at API rates. Any cost model built before this date is numerically wrong, not approximately wrong.
ServiceNow's CDIO publicly confirmed they burned their full-year Claude budget by May after the price hikes. The thing this doesn't tell you is how much was preventable: Anthropic ships no native per-user, per-tool usage telemetry, and no SLAs on latency or availability. You cannot attribute spend you cannot measure.
The Capacity Story Behind the Price Story
Dario Amodei at Code with Claude admitted they planned for 10x growth and got 80x in revenue and usage. That 8x forecast error explains the degradation reports from the last several weeks. What users were reading as model regressions was a capacity wall. The emergency fix is leasing xAI's entire Colossus 1 cluster (220,000+ GPUs spanning H100, H200, and GB200) from the CEO who called Anthropic 'misanthropic' three months ago.
| 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 | 'Substantially raised' |
| Fleet composition | Anthropic-managed | Heterogeneous incl. GB200 |
Any Claude benchmark from before May 7 is stale. Re-baseline after the new caps land, not before — otherwise the delta you attribute to a prompt change is mostly capacity noise.
The OpenAI Counter-Offensive
Hours after the metering announcement, OpenAI dropped a 2-month free Codex enterprise switch promo. Ramp's April data showed the first-ever Anthropic lead at 34.4% vs 32.3%, so OpenAI is pricing a direct assault on the developers Anthropic just alienated. Treat this as an asymmetric-payoff evaluation window: free head-to-head data on workloads you actually run, not on someone else's leaderboard.
What This Means for Your Stack
The combined read across nine sources: single-provider Claude dependency carries unpriced risk, and the forecast-error bound on that risk is now 8x. Anthropic is targeting an October IPO with a CFO hired specifically for margin improvement. The base rate says pricing stays sticky or rises from here.
What to do
Audit every Claude-backed workload (Agent SDK, GitHub Actions, batch evals) against the new credit cap and flag jobs that will exhaust credits before month-end
Deploy an LLM gateway (LiteLLM/Portkey) with per-user, per-feature tagging and daily budget alerts in front of all Claude traffic
Accept OpenAI's 2-month Codex evaluation under the enterprise switch promo; instrument head-to-head on your eval harness with matched prompts
Re-run Claude Code and Opus API baselines (throughput, p95 latency, rate-limit headroom) post-Colossus integration before shipping any workarounds designed for the degraded period