Claude has gotten noticeably worse for me too. It goes into long exploration loops for 5+ minutes even when I point it to the exact files to inspect. Then 30 minutes later I hit session limits. Three sessions like that in a day, and suddenly 25% of the weekly limit is gone. I ended up buying the $100 Codex plan. So far it has been much more generous with usage and more accurate than Claude for the kind of work I do.…
> Claude has gotten noticeably worse for me too. My experience is limited only to CC, Gemini-cli, and Codex - not Aider yet, trying different combinations of different models. But, from my experience, CC puts everything else to shame. How does Cursor compare? Has anyone found an Aider combination that works as well?
Pro Max 5x quota exhausted in 1.5 hours despite moderate usage
341–350 of 695 posts
Re: Pro Max 5x quota exhausted in 1.5 hours despite moderate usage
#342Earlier quoted context omitted.
Where can i learn about concepts like prompt cache misses? I don't have a mental model how that interacts with my context of 1M or 400k tokens... I can cargo cult follow instructions of course but help us understand if you can so we can intelligently adapt our behavior. Thanks.
The docs are a good place to start: https://platform.claude.com/docs/en/build-with-claude/prompt...
> By default, the cache has a 5-minute lifetime. The cache is refreshed for no additional cost each time the cached content is used. > > If you find that 5 minutes is too short, Anthropic also offers a 1-hour cache duration at additional cost.
Re: Pro Max 5x quota exhausted in 1.5 hours despite moderate usage
#343Earlier quoted context omitted.
Codex has been better for me, but it's WAY too nitpicky/defensive. It always wants to make changes that add complexity and code to solve a problem that's impossible to happen (e.g. a multiprocess race condition on a daemon I only ever run one instance of).
You just convinced me to try it. Claude just copy pastes, does search and replace, zero abstractions and I'm the one that needs to think about the edge cases.
Re: Pro Max 5x quota exhausted in 1.5 hours despite moderate usage
#344[flagged]
How is any of what you wrote relevant? People aren't using Claude for the first time and hitting rate limits. They've been using Claude for months, at the very least, and they're hitting rate limits without significant changes to how they prompt. > People need to understand a few things: vague questions make the models roam endlessly “exploring” dead ends. > If people were considerably more willing to aggressively pr…
The ecosystem is evolving super quickly so, our own experiences and workflows must keep adapting with it to experiment, find limitations and arrive at the "tightest possible scope" that still allows you to get things done, because it is possible.
Another example: pre-paid monthly subscription aggregates usage towards web and Claude Code, for eg. So if you're checking for holiday itineraries over your lunch break, then decide to sit down and ask a team of agents to refactor a giant codebase with hundreds or thousands of files, context will be exhuasted quickly, etc, etc.
I see this "context economy" as a new way of managing your "mental models": every token counts, and every token must bear its weight for the task at hand, otherwise, I'm "wasting budget". I am also still learning how to operate in this new way of doing things, and, while there have been genuine issues with Claude Code, not every single issue that people encounter is an upstream problem.
Re: Pro Max 5x quota exhausted in 1.5 hours despite moderate usage
#345Ask claude code to give you all the memories it has about you in the codebase and prune them. There is a very high chance that you have memories in there which are contradicting each other and causing bad behavior. Auto-saved memories are a big source of pollution and need to be pruned regularly. I almost don't let it create any memories at all if I can help it.
Disclaimer: I'm also burning through usage very quickly now - though for different reasons. Less than 48 hours to exhaust an account, where it used to take me 5-6 days with the same workload.
Re: Pro Max 5x quota exhausted in 1.5 hours despite moderate usage
#346Earlier quoted context omitted.
> Anthropic CAN change their limits and rates as they see fit, there’s never been hard promises or SLOs on these plans. No they can't. When I buy an annual subscription and prepay for the year, they can't just go "ok now you get one token a month" a day in. I bought the plan as I bought it. They can't change anything until the next renewal.
> I bought the plan as I bought it. They can't change anything until the next renewal. So no new models, no new features?
If they're selling me compute and bundling the features in, they better not go back on the compute I paid for.
Re: Pro Max 5x quota exhausted in 1.5 hours despite moderate usage
#347Hey all, Boris from the Claude Code team here. We've been investigating these reports, and a few of the top issues we've found are: 1. Prompt cache misses when using 1M token context window are expensive. Since Claude Code uses a 1 hour prompt cache window for the main agent, if you leave your computer for over an hour then continue a stale session, it's often a full cache miss. To improve this, we have shipped a few…
“This seems like a good opportunity to wrap it up and continue in a fresh context window.”
“Want to continue in a fresh context window? We got a lot of work done and this next step seems to deserve a fresh start!”
If there’s a cost problem, fix the pricing or the architecture. But please stop the model and UI from badgering users into smaller context windows at every opportunity. That is not a solution, it’s service degradation dressed as a tooltip.Re: Pro Max 5x quota exhausted in 1.5 hours despite moderate usage
#348I don’t understand why people insist on these subscriptions and CC.
Fanboyism is a bit too hardcore at this point. Apple fanboys look extremely prudent compared to this behavior.
Re: Pro Max 5x quota exhausted in 1.5 hours despite moderate usage
#349Earlier quoted context omitted.
I had a weird experience at work last week where Claude was just thinking forever about tasks and not actually doing anything. It was unusable. The next day it was fine again.
That happens to me all the time. My current working theory is when their servers are hammered there is a queueing system that invisible to end-users.
I tested on a previous version (2.1.68) and it still ran into this neverending loop BUT at least the token count kept steadily increasing.
So we are seeing 1. some sort of model degredation is my guess (why it can't break a thinking loop on some problems), as well as 2. a clear drop in thinking token UI transparency.
Re: Pro Max 5x quota exhausted in 1.5 hours despite moderate usage
#350Hey all, Boris from the Claude Code team here. We've been investigating these reports, and a few of the top issues we've found are: 1. Prompt cache misses when using 1M token context window are expensive. Since Claude Code uses a 1 hour prompt cache window for the main agent, if you leave your computer for over an hour then continue a stale session, it's often a full cache miss. To improve this, we have shipped a few…
Can you explain why Opus 4.6 will be coming up with stupid solutions only to arrive at a good one when you mention it is trying to defraud you?
I have a feeling the model is playing dumb on purpose to make user spend more money.
This wasn't the case weeks ago when it actually working decently.