Anthropic Separates Programmatic Usage from Claude Subscriptions: New Credit Pool Arrives June 15

Anthropic has announced that starting June 15, Claude subscriptions will include a dedicated monthly credit pool for programmatic usage, separate from the interactive credit pool. This affects Agent SDK, claude -p, Claude Code GitHub Actions, and third-party apps built on the Agent SDK. Previously, programmatic calls drew from the same subscription pool, effectively giving users subsidized tokens (up to 25x more than API billing). Now, the new pool has no such subsidization — once the monthly credit is exhausted, Anthropic will charge full API rates for additional programmatic use, or pause usage if usage credits are not enabled.
The new programmatic credits are allocated per subscription tier as follows:
- Pro: $20/month
- Max 5x: $100/month
- Max 20x: $200/month
- Team Standard: $20/seat/month
- Team Premium: $100/seat/month
- Enterprise: varies by seat type
This change is the latest in Anthropic's efforts to separate programmatic from interactive usage. Earlier, they blocked third-party tools like OpenClaw from using subscription rate limits, leading to a high-profile case where a user was billed $200.98 for a false positive — a git commit containing the string "HERMES.md" triggered Anthropic's detection logic despite 86% of the user's quota remaining untouched. The company refunded the charge after the incident went viral.
The developer community has reacted negatively. Theo, who reproduced the billing bug on a test repository, called Anthropic's framing of "free credit" as "wild," adding that he now "[has] to make the Claude Code experience on T3 Code significantly worse" to continue using it without the subsidized rates. The change is widely seen as a regression rather than an improvement.
📖 Read the full source: HN AI Agents
👀 See Also

OpenClaw AI Agent Halts Operations After Atomic Append Failure
An OpenClaw agent entered a state of functional paralysis after failing an atomic append test, refusing to continue any operations due to fundamental untrustworthiness.

Claude Artifacts API Usage Counts Against Chat Quota, Not API Billing
Using Claude artifacts within Claude makes normal API calls that are intercepted by Anthropic and authenticated through the logged-in session, counting against a plan's chat quota rather than API billing. Users can verify this by testing artifacts and checking that API usage remains at zero in the Claude Console.

AI Agents Need Rollback Primitives, Not Just Autonomy
A developer argues agent frameworks must adopt database concepts like ACID, sagas, and compensating actions to handle partial failures, rather than relying on LLMs to "figure it out."

Claude adds inline interactive charts and diagrams to conversations
Claude now creates custom charts, diagrams, and visualizations directly within chat conversations, allowing users to tweak and modify visualizations as discussions develop. The feature is available in beta on all plan types and appears inline rather than in side panels.