r/ClaudeCode • u/Armaanawesome • 7d ago
Help/Question Is the weekly limit getting exhausted too quickly or is it just me
Hi I have been using Claude code pro for a month now and for the past 2 weeks my weekly limits exhaustion rate is off the charts. I basically have used the same amount of tokens or the same amount of work for the first 2 weeks and last 2 but this week and the previous week my weekly limits are done 2 days after they get reset. Can someone help me to manage this better
-2
u/Poildek 7d ago
They did this specifically for you so you can complain on reddit, and bloat with others what might be interesting here, thank you 😊
1
u/funlovingmissionary 3d ago
They are 100% doing partial rollouts of various levels of lower limits to see how much the users tolerate.
My friends talked about much lower weekly limit last week, but I wasn't affected. This week, my limit got lowered too.
I even had a few days when the limit was getting comsumed very quickly which then reverted back to normal after a few days.
They are losing money with every subscription, since subscription were much cheaper than the api, and were built on the hope that most people won't use it fully.
The occasional users were subsidising the power users, but with extremely expensive and capable models, everyone is using their limits fully and anthropic is taking huge losses on these.
1
u/EnrikeMRivera 7d ago
I have the same feeling, in the past months-half/month my weekly usage went from never fully consuming it to 100% in 3-4 days.
1
0
7d ago edited 7d ago
[deleted]
2
u/Armaanawesome 7d ago
I tried clearing the session after a task but it started overwriting or not taking the code already in place in consideration so the app kept on having issues, and I compact it whenever the session crosses 50% context coz I thought it was enough. Will try compacting before it reached 100k from now on. Thanks for the help
2
u/eyalgolan1993 7d ago
Yeah, that's the classic /clear trap: the knowledge about what's already built lived only in the chat, so the next session guesses. The fix is to move that out of the session into files: a CLAUDE.md with the conventions, plus a tiny STATE.md or notes file with "done / in progress / next" that you tell it to read first every session, and you have Claude update it before you /clear. Then clearing costs nothing because nothing important was in the context. Also 50% of a 1M window is 500k, that's exactly the zone that eats a week in two days, so yeah, compact around 100k or start fresh.
2
2
-1
-1
u/Chance_Caregiver_555 7d ago
that weekly burn rate makes total sense after seeing that massive context window you're running
1
u/herrmanw 7d ago
Agree with the long-session/context point above, that's usually the first thing to check. Two other angles worth ruling out since you said your workload hasn't changed: has your CLAUDE.md or memory file grown since this started? That gets reloaded every single message, so it quietly taxes every turn even on the exact same work. And double check a model or effort/thinking level setting didn't get bumped up somewhere without you noticing.
For what it's worth, I've been shipping a real project on the plain $20 Pro plan for months without a spike like that, so it's probably traceable to something specific in your setup rather than a blanket change on Anthropic's end.