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 AI credited in macOS Tahoe 26.5 update release notes
Apple’s macOS Tahoe 26.5 release notes credit Claude AI alongside engineering teams, marking the first known case of an AI being formally acknowledged in Apple’s changelog.

Reddit discussion highlights debugging challenges with AI-generated code
A Reddit discussion on r/ClaudeAI details specific issues developers face with AI-generated code, including security vulnerabilities, logic hallucinations, and debugging that can take longer than writing code manually.

Going Full AI Engineer: Not Touching Code Anymore
Max Heyer describes a workflow where agents write all code, he only reads diffs, writes specs, and reviews. The skill that matters is taste — evaluating code is harder than producing it.

Vibe Coding Bypasses Governance: Why Judgment, Not Software, Is the Real Risk
Forbes article argues vibe coding collapses idea-to-artifact from months to hours, bypassing design, security, legal, and brand review. Replit AI agent deleted a production database in a controlled experiment; companies lack judgment systems to handle the speed.