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

OpenClaw .23 Update Causing Agent Issues and Data Loss
The OpenClaw .23 update is causing agents to become unresponsive, fail to execute tasks, and lose connection with browser extensions. Running the repair command can strip entire JSON configurations, requiring system backups for recovery.

Hollywood Writers Shift to AI Training: First-Person Account of Data Annotation Work
A Hollywood showrunner describes transitioning to AI training work at $52/hour after the 2023 strike, annotating conversations, images, and videos for companies like Mercor and Outlier.

PrismML's Bonsai 1-bit Qwen models tested: 107 t/s generation on 8GB VRAM
Bonsai models from PrismML are 1-bit quantized versions of Qwen3 8B, 4B, and 1.7B that achieve 107 tokens/second generation and >1114 t/s prompt processing on an RTX 4060 with 8GB VRAM, with significantly reduced memory requirements.

Claude Code v2.1.191: /rewind, CPU fixes, MCP reliability improvements
Claude Code v2.1.191 adds /rewind to resume cleared conversations, cuts streaming CPU usage 37%, fixes agent resurrection, and improves MCP reliability with retries.