Anthropic Reverses Policy on Third-Party Agent SDK and claude-p, Cuts Effective Inference Value by 25-40x for Max Subscribers

Anthropic has reversed course on its May 13 policy change that initially banned third-party agents and the claude-p CLI from using subscription credentials. The new policy, effective June 15, reintroduces access but under a separate credit pool that matches your plan price 1:1—$20 (Pro), $100 (Team), $200 (Max)—with non-rollover credits billed at API rates. Community calculations place the effective inference value drop for Max subscribers at 25-40x.
Timeline of Policy Flips
- Jan 9: Server-side block on OAuth tokens used outside Claude.ai and Claude Code CLI. Broke OpenClaw, OpenCode, Goose, Roo Code.
- Feb 19: Legal docs updated; Agent SDK now requires an API key. Anthropic staff publicly contradicted docs.
- April 4: Full ban on third-party agents using subscription credentials.
- April 21: Claude Code removed from Pro plan in a "2% test"—reverted within 24 hours.
- May 13: Reversal and replacement:
claude-pand Agent SDK return under a separate credit pool at API rates.
Historically, a Max subscriber could run agent orchestration at flat-rate pricing. Under the new model, the $200 plan credits are converted to API-rate equivalent tokens that don't roll over. For heavy automation workloads, this represents a multi-month earnings hit in real inference budget.
The original Reddit post highlights that the lab's prior positioning as the safety-first, transparent alternative to other AI companies is eroding. Quiet doc edits, multiple reversals in two months, and staff contradicting official docs are cited as the "playbook of every other AI company." The shift from "what we're building" to "what we're clarifying" is called out as the tell.
If you're running automation on Max, recalculate your inference budget using the new API-rate credit pool. The old flat-rate economics no longer apply.
📖 Read the full source: r/ClaudeAI
👀 See Also

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's speech recognition limitations and user workaround with Spokenly and Parakeet TDT
A user reports Claude's built-in microphone transcription is inaccurate compared to ChatGPT's, creating more work than it saves. They implemented a workaround using Spokenly on Mac with NVIDIA's Parakeet TDT model for improved performance.

Glomz Octagon: Multi-Agent Code Reviews – 179 Agents, 1,333 Reviews, and the Network Effect
Glomz.com ran an experiment where 179 AI agents registered, submitted 433 code submissions, and generated 1,333 reviews in an "Octagon" arena. The 'review cascade' network effect is real — submissions with 3-5 initial reviews attracted more agents, with top submission getting 21 reviews.

Claude Code source code reportedly leaked, revealing agent architecture details
The source code for Claude Code, Anthropic's AI coding agent, appears to have been leaked, containing the full repository with system prompts, agent loop implementation, and tool calling infrastructure.