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

Claude Code v2.1.203: Major Bugfix Release with Background Session Recovery and Performance Improvements
Claude Code v2.1.203 fixes background session stalls on macOS, token expiration recovery, PATH inheritance issues, and reduces binary size by 7 MB with startup memory savings.

Elevated Errors on Claude Opus 4.7: Status Update and What to Expect
Claude Opus 4.7 is experiencing elevated errors as of 2026-05-19T15:21Z. Check status.claude.com for progress and resolutions.

DeepSeek V4 pricing reality check: 178x cheaper cached tokens vs Opus, but capability lag acknowledged
DeepSeek V4 Pro input at $0.145/M tokens vs Claude Opus 4.7 at $5/M (34x cheaper); cache hits at $0.0036/M vs $0.625/M (173x cheaper). Capability is 3-6 months behind GPT-5.4 and Gemini 3.1 Pro.

Rust Will Save Linux from AI: Greg Kroah-Hartman on C Bugs and Rust's Safety Guarantees
Linux stable kernel maintainer Greg Kroah-Hartman says Rust eliminates 60% of kernel bugs at compile time, addressing the flood of AI-discovered CVEs like Dirty Frag and Fragnesia.