Earlier quoted context omitted.
Boris, you're seeing a ton of anecdotes here and Claude has done something that has affected a bunch of their most fervent users. Jeff Bezos famously said that if the anecdotes are contradicting the metrics, then the metrics are measuring the wrong things. I suggest you take the anecdotes here seriously and figure out where/why the metrics are wrong.
We are taking it seriously, and are continuing to investigate. We are not trusting the metrics.
Pro Max 5x quota exhausted in 1.5 hours despite moderate usage
361–370 of 695 posts
Re: Pro Max 5x quota exhausted in 1.5 hours despite moderate usage
#362Earlier quoted context omitted.
Dude is on hacker news on a Sunday. half the GDP of the world is competing with him. What metrics would you like to see?
An enforceable SLA with the services that Anthropic offers rather than putting an employee to respond to things on Sunday.
Maybe just maybe they didn’t put him here, rather he just a normal guy who reads HN, who is passionate about his role, and is here on his own time.
Re: Pro Max 5x quota exhausted in 1.5 hours despite moderate usage
#363Earlier quoted context omitted.
OpenAI (Codex) keeps on resetting the usage limits each time they fuck up... I have yet to see Anthropic doing the same. Sorry but this whole thing seems to be quite on purpose.
[flagged]
Re: Pro Max 5x quota exhausted in 1.5 hours despite moderate usage
#364Earlier quoted context omitted.
Dude is on hacker news on a Sunday. half the GDP of the world is competing with him. What metrics would you like to see?
An enforceable SLA with the services that Anthropic offers rather than putting an employee to respond to things on Sunday.
Re: Pro Max 5x quota exhausted in 1.5 hours despite moderate usage
#365Pretty sure OpenCode is not subsidizing, and across Codex 5.x always on xhigh, Claude Opus 4.6 on high effort and a bunch of Chinese models, I only burned about $50 over the last month. I 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.
So you just aren't in the same realm of usage. Maybe that is why you don't understand?
Re: Pro Max 5x quota exhausted in 1.5 hours despite moderate usage
#366Went with Kimi and z.ai a while back, no regrets yet. When I started using it the limit was far away but Anthropic moves the goalposts, tried to get my money back but they rejected it. Lesson learned, never buy a full year.
Re: Pro Max 5x quota exhausted in 1.5 hours despite moderate usage
#367Earlier quoted context omitted.
An enforceable SLA with the services that Anthropic offers rather than putting an employee to respond to things on Sunday.
>> rather than putting an employee to respond to things on Sunday. Maybe just maybe they didn’t put him here, rather he just a normal guy who reads HN, who is passionate about his role, and is here on his own time.
Re: Pro Max 5x quota exhausted in 1.5 hours despite moderate usage
#368Earlier quoted context omitted.
Ah, so cache usage impacts rate limits. There goes the ”other harnesses aren’t utilizing the cache as efficiently” argument.
Claude Code is the most prompt cache-efficient harness, I think. The issue is more that the larger the context window, the higher the cost of a cache miss.
- I wrote an extension in Pi to warm my cache with a heartbeat.
- I wrote another to block submission after the cache expired (heartbeats disabled or run out)
- I wrote a third to hard limit my context window.
- I wrote a fourth to handle cache control placement before forking context for fan out.
- my initial prompt was 1000 tokens, improving cache efficiency.
Anthropic is STOMPING on the diversity of use cases of their universal tool, see you when you recover.
Re: Pro Max 5x quota exhausted in 1.5 hours despite moderate usage
#369Earlier quoted context omitted.
An enforceable SLA with the services that Anthropic offers rather than putting an employee to respond to things on Sunday.
Boring corporate Ai will surely come, but hey, lets enjoy the wild west while it lasts. I am grateful to see Boris come here to address problems people face. I 100% sure nobody is making him - he has one of the coolest jobs in the world.
So that means we just eject any critical thinking when it comes to companies, especially where they is no liability or obligation for them (Boris or Anthropic) to be honest.
Other than 'trust'.
Re: Pro Max 5x quota exhausted in 1.5 hours despite moderate usage
#370Hey 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…