Anthropic Limits OpenClaw with New Credit System: Details and Impact

Anthropic is limiting programmatic access to Claude through OpenClaw and related tools. Starting June 15, 2026, all programmatic usage — including Agent SDK, claude -p, OpenClaw, Zed, and custom scripts — will draw from a dedicated credit pool, separate from your subscription. Credits expire monthly with no rollover, and once exhausted, usage either stops or falls back to standard API rates.
Key Changes
- Programmatic usage gets its own pool: Agent SDK, claude-p, OpenClaw, Zed, custom scripts — all share a new credit bucket.
- Credit tiers: Pro plan: $20/month in credits. Max 5x plan: $100/month. Max 20x plan: $200/month.
- No rollover: Credits reset every month. Unused credits are lost.
- Overage billing: If you opt in, extra usage beyond credits is billed at standard API rates — $3 per million input tokens, $15 per million output tokens for Sonnet. Without opting in, programmatic access simply stops.
What This Means
If you were using OpenClaw for any automated tasks, your subscription just lost most of its value. The new system effectively converts subscription-based programmatic access into a prepaid credit model with no carryover — making continuous or heavy usage significantly more expensive.
📖 Read the full source: r/openclaw
👀 See Also

Research shows personality affects Claude's self-correction, not Llama or Qwen
A researcher ran 23 experiments testing self-correction without guardrails across Claude, Llama, and Qwen. The main finding: personality profiles affect Claude's self-correction ability, with high directness catching all errors and low directness catching none. Llama and Qwen didn't self-correct even with identical prompts.

Three Critical Gaps in OpenClaw for Production AI Agents
A developer identifies three missing capabilities in OpenClaw that prevent AI agents from functioning as true employees: auditability, granular action control, and instruction resolution.

Anthropic's Claude for Open Source program grants free Claude Max to qualifying maintainers
Anthropic offers six months of free Claude Max access to open source maintainers whose projects have 5,000+ GitHub stars or 1M+ monthly npm downloads with active commits in the last three months.

Claude Opus 4.6 Blocks Kaggle Competition Workflow for Code Review
A developer reports Claude Opus 4.6 is now blocking legitimate Kaggle competition workflows where Claude audits reasoning traces for SFT training data validation. The user was working on the NVIDIA Nemotron Reasoning Challenge when safety filters flagged substitution cipher examples.