Anthropic's Triple Shock: Your Claude Cost Model Broke Overnight
What Happened
Anthropic shipped pricing changes inside a 48-hour window that compound on each other. First, all programmatic subscription usage (Agent SDK, claude-p, GitHub Actions, third-party harnesses) converted from flat-rate to dollar-matched API credits. The 70-90% effective discount power users had been quietly running on is gone. Second, starting June 15, third-party tool usage (Zed, Conductor, OpenCode, T3 Code) lands in a separate credit bucket with no rollover. Overflow bills at API list rates. Third, Opus 4.7 tripled image processing costs.
The capacity numbers explain the timing. Dario Amodei conceded Anthropic planned for 10x growth and got 80x in revenue and usage. The gap forced an emergency lease of xAI's entire Colossus 1 cluster — 220,000+ GPUs across H100, H200, and GB200. That is roughly 45% of xAI's current capacity changing hands.
Why It Matters Now
ServiceNow's CDIO burned through the full-year Claude budget by May. National Life Group's CIO publicly called Claude 'not great for companies' wanting per-user monitoring. Both complaints route to the same root cause. Anthropic provides no native per-user, per-tool usage telemetry and no SLAs on latency or availability. Customers wire their own observability or fly blind.
If the vendor cannot tell you which user burned the token, the problem is not cost. It is observability, and it is yours to fix before the next invoice.
OpenAI's response shipped the same day: a 2-month-free Codex enterprise switch promotion aimed at developers Anthropic just repriced. Ramp puts Anthropic at 34.4% of paying businesses against OpenAI at 32.3%, the first crossover. The thing this doesn't tell you is how the share moves once the new pricing hits actual invoices, which is the measurement that matters. The market is contested. Switching costs are the only moat left.
The Capacity Math
| Surface | Before | After (May 7-14) |
|---|---|---|
| Claude Code limits | 5-hour cap | Doubled |
| Peak-hours throttle | Reduced limits | Removed |
| Opus API rate limits | Squeezed | 'Substantially raised' |
| Fleet composition | Anthropic-managed | +220K GPUs via Colossus |
Any Claude benchmark from before May 7 is stale. Architectural decisions made on April or May numbers describe a system that no longer exists; aggressive caching keyed to the old discount structure is the obvious example. Re-baseline after the new caps land.
What to do
Audit every Claude-backed workload (Agent SDK, GitHub Actions, batch evals) and reconcile projected token burn against the new credit cap before month-end
Deploy an LLM gateway (LiteLLM/Portkey) with per-user, per-feature tagging and daily token budget alerts this sprint
Run a 2-month Codex evaluation under OpenAI's free enterprise switch promo using matched prompts and your own eval harness
Avoid long-term Anthropic commits (annual contracts, dedicated capacity) until post-Colossus integration stability is observable in 6-8 weeks