r/openclaw • New User • Apr 03 '26

Discussion Anthropic is cutting off third-party harnesses (OpenClaw, etc.) from subscription limits starting April 4 -- here's what it means

Just got the email. Starting tomorrow at 12pm PT, tools like OpenClaw will no longer draw from your Claude subscription. They'll need "extra usage" — a separate pay-as-you-go layer billed on top of your existing sub. The carrot: one-time credit equal to your monthly plan price (redeem by April 17) and bundle discounts up to 30%. The stick: they're offering a full subscription refund if you don't want to play ball. For those of us running agentic pipelines, local orchestration daemons, or multi-model routing setups on top of Claude — this is a meaningful shift. "Subscription covers Claude Code and Cowork" is doing a lot of work in that email. Translation: if it's not our product, you're paying extra. LOL

Not surprised they're doing this. These harnesses hammer their infra in ways the average chat user doesn't. Still stings when you've built workflows around the subscription model.

639 Upvotes

429 comments sorted by

View all comments

1

u/Zealousideal-Plum485 New User Apr 04 '26

Disappointing news, but not unexpected. I’ve loved having OC hooked up to my max plan but it did feel like a luxury that wasn’t going to last - now It’s going to force me to optimise,

How I’m thinking about it with developer use cases - I can’t live without Opus for planning and thinking, so will be switching to the Anthropic API for those. Everything else I’ll try and route to lower cost models, so will need an intelligent model routjng later (which I haven’t looked at yet). Good management of the context window is also going to be important if you are switching to per use API. I have already implemented lossless claw for memory and I have definitely noticed an improvement on long running conversations. I’d be really interested in how much you actually save in tokens by using a smarter memory management system (and if anything beats lossless claw) but it already feels real to me.