Anthropic chokes Agent SDK usage
- https://www.youtube.com/watch?v=131yAOjxHHQ
- Original title: I'm done.
- My note: Agent SDK billing
Anthropic finally clarified the policy around Agent SDK / Claude-P usage on paid Claude subscriptions, effective 2026-06-15. Paid plans get a separately-claimed monthly credit ($20/$100/$200 matching plan tier) billed at API rates that covers all programmatic usage — Agent SDK, claude -p, GitHub Actions, third-party tools built on the SDK (T3 Code, OpenClaw, Conductor, Zed's ACP adapter, etc.). Once the credit is gone, programmatic usage stops (or rolls onto paid usage credits) while interactive Claude Code keeps the full sub limits. Theo reads this as a 25–40× cut for anyone using Claude via a non-Anthropic UI, calls it a hard ban on open-source wrappers, and cancels his Pro subscription.
What changed
- Subscriptions split into two buckets: interactive (claude.ai chat, Claude Code's own TUI) keeps existing limits; programmatic (Agent SDK,
claude -p, GitHub Action, third-party SDK consumers) moves to a separate, much smaller, claimed-monthly credit billed at API rates. - Credit equals plan price: $20 / $100 / $200 a month. Doesn't roll over. Must be manually claimed each cycle from the dashboard. Email going out 2026-06-08, change live 2026-06-15.
- After credit is exhausted you can opt into pay-as-you-go API-rate usage credits, or programmatic calls just pause until reset.
- The PM (Lydia) explicitly named T3 Code and OpenClaw as tools that will draw from this credit — confirming the policy hits Theo directly, not just hypothetical resellers.
Why Theo is angry
- For five months Anthropic told builders the Agent SDK was the blessed path for Claude-Code-compatible wrappers; T3 Code, Zed's ACP adapter and others built on that promise.
- Net effect: an open-source UI on top of Claude Code that previously drew on the full Max-plan limits now caps at $200/mo of API-rate inference — a ~25–40× reduction. Closed-source Anthropic-made interface stays fully subsidised.
- Matt Pocock (who just shipped a paid Cloud Code course) had been asking Anthropic for clarity for months and got this as the answer. Frames it as "a poisoned chalice… a 40× cut disguised as a monthly bonus."
- Claim-once-per-month UX is gratuitously awful; a single failed card payment wipes the credit with no grace period.
Theo's read on the underlying idea
- The concept of a small built-in API budget so Claude-Code users can experiment with the API/SDK is actually novel and good — no other provider does it.
- Implementation undoes it: the credit can only be spent on Anthropic-authored programmatic surfaces (Agent SDK,
-p), not on raw API calls with your own code. So you can't even use the "free" $200 to play with the API directly. - Better design would have been: small free API-key budget for experimentation, plus per-tool throttling if OpenClaw / Hermes abused the sub. Instead Anthropic drew the line at "anything not rendered in the official Claude Code TUI."
Use cases now banned on subs
- Agent SDK orchestration of file-by-file scans (Project Glasswing, Bun's Zig→Rust rewrite pattern) — they relied on programmatic fan-out via
-p. claude -pin CI on GitHub / GitLab to react to PR events.- One agent invoking
claude -pas a sub-tool (e.g. Codex calling Claude for review). - Zed's ACP integration and any other editor that proxies through the Agent SDK.
- Theo expects the June 15 date is also a hardening window: API endpoints will be further obfuscated, old CLI versions blocked, to make reverse-engineering harder.
Consequences for T3 Code
- T3 Code will add an option where Claude users pick: keep the good UI but accept the gutted $200/mo programmatic credit, or get the unrestricted sub limits but only inside Anthropic's Claude Code TUI (embedded inside T3 Code).
- Theo will personally migrate to Codex; recommends GPT-5.5 on "low fast" tier. T3 Code already supports Codex, Cursor, Open Code, with Gemini / Copilot / full ACP registry incoming.
- Closing line: "any statement from an Anthropic employee is a lie on a timer." Cancels his Pro plan, ends in a Codex hoodie and a "GPU poor" hat.