Anthropic's June 15 Credit Cliff: Reconcile Every Claude Workload This Sprint
What Changed
Anthropic quietly converted every subscription plan into a dollar-matched API credit cap for programmatic usage. Starting June 15, Claude consumption through Agent SDK, claude-p, GitHub Actions, and third-party harnesses (Zed, Conductor, OpenCode, T3 Code) draws from a separate credit bucket equal to plan value. No rollover, no subsidized tokens, and overflow bills at API list rates. The 70-90% effective discount power users were extracting from $200 Max plans is gone.
This lands the same week Dario Amodei admitted Anthropic planned for 10x growth and got 80x, forcing an emergency lease of xAI's entire 220,000-GPU Colossus 1 cluster (H100, H200, and GB200). Rate limits on Claude Code are doubling and peak-hours throttling is being removed. The serving fleet is now heterogeneous and still stabilizing.
Why It Matters Now
Any eval harness, batch job, or agent loop running through a Claude subscription was implicitly subsidized. ServiceNow already burned its full-year Claude budget by May under those economics. The problem compounds because Anthropic provides no native per-user or per-tool usage telemetry. The thing this doesn't tell you is which tenant or prompt is driving spend, and you cannot recover that without building your own gateway instrumentation.
If the vendor cannot tell you which user burned the token, the cost problem is actually an observability problem, and the customer owns it before the next invoice.
On the same day, OpenAI dropped a 2-month-free Codex enterprise switch promo, a targeted counter-offensive aimed at the exact developers Anthropic just alienated. Ramp's April data shows the first-ever Anthropic lead in enterprise billing share (34.4% vs 32.3%). The methodology captures who gets invoiced, not token volume or workload criticality, which is a different question.
Cross-Source Tension
Ten independent sources cited the Anthropic enterprise crossover, but the signal contradicts itself. Anthropic is winning enterprise share even as quality degrades and effective prices rise, with capacity leased from a competitor's datacenter. The resolution: bottoms-up developer adoption is real, and so is the capacity wall. Any benchmark run between mid-April and May 7 is contaminated by capacity-driven degradation and should be discarded for baselining purposes.
| Action | Timeline | Rationale |
|---|---|---|
| Reconcile all Claude-backed workloads against new credit cap | This week | Silent overrun already accruing |
| Deploy LLM gateway with per-user/per-feature token tagging | This sprint | Anthropic offloaded observability to customer |
| Run OpenAI Codex evaluation under 2-month promo | Start now (60-day window) | Asymmetric-payoff free trial; compare on own harness |
| Re-baseline Claude benchmarks post-Colossus integration | After June 1 | Serving conditions shifting again |
What to do
Audit every Claude-backed workload (Agent SDK, GitHub Actions, batch evals) and project token burn against the new credit cap by end of this week
Deploy an LLM gateway (LiteLLM/Portkey) with per-tenant, per-feature tagging and daily budget alerts within this sprint
Initiate OpenAI Codex evaluation under the 2-month enterprise promo by end of next week
Avoid locking in annual Anthropic commits until post-Colossus integration stability is observable (target late June assessment)