Live data from Hacker News

Claude Code adjusting down 5hr limits

twitter.com

1–10 of 24 posts

Re: Claude Code adjusting down 5hr limits

#3
This morning I hit 100% 5hr usage on a task that took ~10% in the past. Looks like they are still testing the limits, but it seems over-tuned to me.

Also not great that they communicate this now, since people have been complaining about sudden and strange usage spikes for a few days with no response from Anthropic.

Re: Claude Code adjusting down 5hr limits

#4
One of the shadiest things I've seen is how openai treats their weekly limit. They reset it whenever they want! So if you use 25% but then it's day 3 or day 4 of the week, you've used less than the pro-rata, they'll just reset the limit.

Makes me incandescent that OpenAI would have these different rate limits that apply to you, but they can do whatever they want with your limit. It's just incredibly hostile treatment & incredibly incredibly rude.

Re: Claude Code adjusting down 5hr limits

#10
Yeah this is a bit crazy and not surprising at all.

The limits have always been opaque and you never know when they change.

I started building an open-source local proxy that logs every rate-limit header Claude Code sends.

I am using it to track and get a better sense of the 5h and 7d weekly limits.

Some initial data from 11 observed 5h sessions on Max 20x: - 5h budget: roughly $120–$280 per window - 7d budget: roughly $1,300–$1,900 - Separate Sonnet-only 7d budget at ~$150 - 95% of tokens are cache reads. They barely move the meter.

It’s open source so more people can run it and we can figure out the real numbers.

https://github.com/abhishekray07/claude-meter

Post reply on HN