Anthropic's New Claude Subscription Credits: Agent SDK and claude -p Get Separate Capped Pool Starting June 15

✍️ OpenClawRadar📅 Published: May 15, 2026🔗 Source
Anthropic's New Claude Subscription Credits: Agent SDK and claude -p Get Separate Capped Pool Starting June 15
Ad

Anthropic announced that starting June 15, Claude subscribers will have a separate monthly credit for Agent SDK and claude -p usage. The new structure: Max 20x plan gets $200/month, Max 5x gets $100/month, and Pro gets $20/month. Once the credit is consumed, programmatic usage halts unless users opt into extra usage billing at API rates. Interactive use of Claude Code and chat remains on the existing subscription pool.

Community Reaction

Across Reddit, GitHub, HN, and tech press, about 120 distinct opinions were tracked. The sentiment split is roughly 60% negative (credit too small, perceived value regression), 25% pragmatic ("inevitable, old model was broken"), and 15% neutral to supportive ("interactive use untouched, fair").

Theo Browne (T3.gg) noted that anyone using T3 Code, Conductor, Zed, or claude -p in CI scripts had their effective usage cut by 25x, forcing him to make the Claude Code experience on T3 Code "significantly worse." Ben Hylak (co-founder of Raindrop.ai) commented: "This is either really silly, or shows how bad of a spot Anthropic is in re: GPUs."

Ad

The Contradiction

Anthropic has aggressively shipped agentic features over the last 3 months — Routines (cloud-hosted with schedule/webhook/GitHub triggers, no human in the loop), /goal (autonomous execution), /loop (persistent in-session repetition), scheduled tasks, Agent View (multi-session monitoring), and Remote Control (manage sessions from phone). These features train users to treat Claude Code as an always-on autonomous system. However, Routines draw from the regular subscription pool, while claude -p doing the same work draws from the new capped credit. The billing boundary is not "interactive vs agentic" but "first-party agentic vs everything else."

Anthropic also has Managed Agents — its API-side agent harness with cloud containers, built-in tools, and prompt caching, billed API pay-as-you-go. This creates three tiers: Routines (subscription), Agent SDK/claude -p (capped credit), and Managed Agents (API billing).

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Analyzing Claude's 1M Context Window Token Burn: Data Shows Unbounded Growth and Cache Miss Compounding
News

Analyzing Claude's 1M Context Window Token Burn: Data Shows Unbounded Growth and Cache Miss Compounding

Analysis of Claude's 1M context window reveals two compounding factors causing rapid token consumption: unbounded context growth without auto-compaction and expensive cache misses at larger context sizes. The author provides a Python script to analyze personal token usage from JSONL session files.

OpenClawRadar
Meta OpenEnv AI Hackathon in India Offers Direct Interviews and $30K Prize Pool
News

Meta OpenEnv AI Hackathon in India Offers Direct Interviews and $30K Prize Pool

Meta is hosting India's first OpenEnv AI Hackathon in collaboration with Hugging Face and PyTorch, where developers build reinforcement learning environments for AI agents. Top teams get direct interviews with Meta and Hugging Face AI teams, plus a $30,000 prize pool.

OpenClawRadar
Undocumented bug found in Apollo 11 guidance computer code using AI and specification language
News

Undocumented bug found in Apollo 11 guidance computer code using AI and specification language

Researchers discovered a resource lock bug in the Apollo Guidance Computer's gyro control code that had been missed for 57 years, using Claude AI and the Allium specification language to analyze 130,000 lines of assembly code.

OpenClawRadar
Open-source LLMs outperform Claude Opus 4.6 in trading strategy generation at lower cost
News

Open-source LLMs outperform Claude Opus 4.6 in trading strategy generation at lower cost

A Reddit user tested 10 LLMs on generating trading strategies, finding open-source models outperformed Claude Opus 4.6 despite being 10x cheaper. Minimax 2.5 and Gemini 3.1 topped the leaderboard.

OpenClawRadar