Last week Anthropic quietly closed a loophole that had let users run third-party AI agent frameworks like OpenClaw on their Claude Pro or Max subscriptions. Starting April 4, agentic workloads have to go through the pay-as-you-go API. The announcement was short on drama; the surrounding story is not.
The economics behind the decision are straightforward once you see them. Claude Pro runs $20/month; Max runs around $200. A single OpenClaw instance doing extended autonomous work can consume anywhere from $1,000 to $5,000 in API compute costs per day. At those numbers, a small fraction of active agentic users would erase the margin from thousands of conversational ones. Anthropic described this as ending a “quiet subsidy” — which is accurate in the sense that no one had priced subscriptions against the assumption that users would run agents for hours at a stretch. The flat-rate model made more sense when a “heavy user” meant a lot of back-and-forth conversation, not an autonomous process cycling through plan-execute-test-fix loops all day.
OpenClaw — originally released as “Clawdbot” in November 2025 by Austrian developer Peter Steinberger — became one of the more widely-used open-source agent frameworks, accumulating 247,000 GitHub stars by early 2026 and supporting over 50 integrations across Claude, GPT-4o, Gemini, and DeepSeek. The name change from Clawdbot wasn’t voluntary: Anthropic sent legal threats over its similarity to “Claude,” forcing a rebrand. Steinberger changed the name and kept building. The relationship was never warm.
Then in February 2026, Steinberger announced he was joining OpenAI, with OpenClaw transitioning to an independent open-source foundation backed by OpenAI. The timing is notable: within weeks of that announcement, Anthropic introduced its own competing agent product, Cowork, and the subscription restrictions followed shortly after. Steinberger described the policy change as a “claw tax.”
The account suspension on April 10 was the part that turned this into a story. Steinberger posted on X that his account had been suspended for “suspicious activity” while he was doing what Anthropic now required — using the API directly, on a pay-as-you-go basis. Anthropic reinstated the account within hours, after the post had gone viral. The official explanation was an automated flag; whether that’s the complete picture is hard to know.
What’s clearer is the underlying dynamic, which is not unique to this situation. Building a product that depends heavily on a single API provider is always a bet that the provider’s interests will stay aligned with yours. That alignment is easiest when you’re small enough to be beneath notice, or when you’re doing something the provider can’t easily replicate or doesn’t want to. OpenClaw eventually became large enough to matter to Anthropic’s compute budget, and it was doing exactly what Anthropic wants to do itself with Cowork. Those two conditions together ended the quiet subsidy faster than either alone probably would have.
For developers building agent frameworks today, the business model question now comes before the technical one. Running your users’ workloads through someone else’s API at flat rates, when those workloads scale non-linearly with capability, is a structural bet that the provider won’t eventually do the math. Anthropic did the math. Other providers will too.
The broader open-source foundation structure — where OpenClaw’s codebase lives independently of any one company — is designed to survive this kind of commercial pressure. Whether it does depends on whether the foundation can attract users who are willing to run their own inference infrastructure, or whether the project stays dependent on API providers with competing product ambitions. That’s a harder problem than the technical one, and it doesn’t have a clean answer yet.
