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

Apple's AI Strategy and the Commoditization of Intelligence
The article argues that Apple's conservative approach to AI may be advantageous as intelligence becomes commoditized, with models like Gemma4 achieving 85.2% on MMLU Pro while running on phones, and OpenAI's Sora costing $15M daily against $2.1M revenue.

Anthropic Secures 300MW Compute at Colossus 1 with 220,000 NVIDIA GPUs via SpaceX Partnership
Anthropic announced a partnership with SpaceX to use all compute capacity at the Colossus 1 data center, gaining over 300MW and more than 220,000 NVIDIA GPUs within a month.

Claude Code's /buddy Easter Egg and User Feature Requests
Claude Code includes a hidden /buddy command that creates a Tamagotchi-style companion with species, stats, and decorative comments. A Max subscriber with 840+ sessions has detailed current limitations and proposed functional enhancements.

OpenClaw's Context Management Criticized as Token-Intensive and Architecturally Flawed
A Reddit post criticizes OpenClaw for inefficient context handling that leads to excessive token usage. The framework appends all actions to global history, creating bloated prompts that overwhelm smaller models and force reliance on expensive frontier models like Claude Opus.