At noon on April 4, 135,000 AI agents stopped working at once.
Developers running OpenClaw on Claude subscriptions got a notification. "You can no longer access this via your subscription. A separate API payment is required." Expected cost impact: 10–50x their previous spend.
Here's what most people assumed
"One AI subscription covers all the tools I want, right?"
That seemed reasonable. Subscribe to Claude Max ($100–$200/month), get model access, and layer on any open-source agent framework you like. OpenClaw was the best implementation of this idea — an open-source AI agent framework by Austrian developer Peter Steinberger, launched in November 2025, that hit 247,000 GitHub stars by March 2026, with over 135,000 instances running in production.
For subscribers, it felt perfect. Instead of expensive API pay-as-you-go, run AI agents around the clock under a flat monthly plan.
The math told a completely different story
From Anthropic's perspective, the numbers looked entirely different. A single autonomous OpenClaw instance running 24/7 could consume the equivalent of $1,000–$5,000 per day in API costs. Users were paying $100/month while burning tens of thousands of dollars in compute.
Boris Cherny, Head of Claude Code: "Subscriptions weren't built for the usage patterns of these third-party tools. Capacity is a resource we manage thoughtfully, and we're prioritizing customers using our products and API."
The reasoning makes sense — but the timing made things complicated.
"One welcomed me. The other sent legal threats."
— Peter Steinberger, OpenClaw founder (after joining OpenAI)
Steinberger joined OpenAI on February 14, 2026, to lead next-gen personal agent development. Anthropic's block landed weeks later. Coincidence or competitive retaliation? That became the defining debate on Hacker News.
It escalated on April 10 when Anthropic temporarily suspended Steinberger's own account for "suspicious activity" — only to reinstate it hours later after his post went viral.
The HN counter-argument
Claude Code's own /loop command produces identical token consumption patterns. If Anthropic only blocks third-party harnesses while leaving its own tools unrestricted — is this really about cost, or competitive strategy?
Anthropic reconfirmed it's "prioritizing customers using our products and API." Draw your own conclusions. But the direction is clear: AI companies are shifting from open ecosystems toward platform strategies that keep consumption inside their own walls.
Why this is your team's problem too
This isn't just an Anthropic story. Analysis of internal OpenAI vs. Anthropic strategy memos suggests both companies have identified "making platform switching harder" as a core objective. The goal: tie enterprise applications so tightly to their ecosystems that switching costs become prohibitive.
| Subscription-dependent (current) | Direct API (recommended) | |
|---|---|---|
| Cost predictability | Flat rate, policy can change anytime | Usage-based, forecastable |
| Third-party tool access | Subject to platform policy | Connect freely via API key |
| Cost shock risk | Policy changes can spike costs 10–50x | Set spending caps in advance |
| Multi-provider flexibility | High switching friction | Swap models easily |
What to do right now
- Map your AI tool dependencies
List every AI tool your team uses and classify each as "subscription-based" or "API-based." Any third-party harness riding a subscription is a risk item to flag. - Set up your own API keys
Get API keys directly from Anthropic, OpenAI, and other providers you rely on. Store them in your team's secret management tool. Subscription policy changes won't affect direct API access. - Build multi-provider capability
If Claude, GPT-4o, or Gemini gets restricted, can you switch? Explore LiteLLM or a similar proxy layer. Avoid code patterns that deeply couple you to a single model. - Set spending caps
Apply daily and monthly budget limits to API usage. Anthropic Workspaces supports per-team spending limits — this protects you regardless of provider policy. - Monitor ToS changes
Connect AI provider official blogs and status pages to Slack via RSS. Policy changes always surface in official channels first. Lead time is your only defense.
Heads up
Anthropic confirmed it plans to extend this restriction to "more third-party harnesses soon." If your team is running any external tool through a subscription right now, this is the moment to audit.




