Show HN: My Claude quota ran out in 10 minutes, so I made a tool to find out why
31–40 of 78 posts
Re: Show HN: My Claude quota ran out in 10 minutes, so I made a tool to find out why
#32I made an "amateur hour" error with Codex. Given Anthropic's recent reliability problems I thought I'd take a little time to try Codex with their $20/mo plan. So I downloaded it and gave it a whirl, not realizing that the default model was gpt-5.6-sol. Well after just an hour or two, I blew through my entire week's quota. Whoops! It would be cool if these harnesses could all graphically display your quota usage on th…
Re: Show HN: My Claude quota ran out in 10 minutes, so I made a tool to find out why
#33Earlier quoted context omitted.
Hi Claude, please build a tool for analyzing Claude token usage and then deploy it to github. If you're going to fully vibe code a repo, maybe we should get the build artifacts (i.e., the claude session).
https://news.ycombinator.com/newsguidelines.html Be kind. Don't be snarky. Converse curiously; don't cross-examine. Edit out swipes. > If you're going to fully vibe code a repo, I'm not the OP.
Please respond to the strongest plausible interpretation of what someone says, not a weaker one that's easier to criticize. Assume good faith.
> If you're going to fully vibe code a repo,
> I'm not the OP.
https://www.collinsdictionary.com/us/dictionary/english/you
"In spoken English and informal written English, you is sometimes used to refer to people in general."
If you are going to repeatedly point out technicalities of a flagged post, please get your ducks in order first.
Re: Show HN: My Claude quota ran out in 10 minutes, so I made a tool to find out why
#34Re: Show HN: My Claude quota ran out in 10 minutes, so I made a tool to find out why
#35 ( ) Usage: 34% (resets in 2h 47m) Context: 56% [Opus 4.6]
auto mode on (shift+tab to cycle)
That way if my usage starts shooting up, it's very easy to notice (and the color of "( )", which is a circle that I couldn't paste here, changes when it gets high, ensuring I don't miss it).I coupled that with a hook that watches for usage spiking (basically when I've been talking too long or did something to add a ton of context, so suddenly every turn sends a ton of context back, using up a ton of usage).
Between the two I haven't hit usage caps in weeks.
Re: Show HN: My Claude quota ran out in 10 minutes, so I made a tool to find out why
#36Re: Show HN: My Claude quota ran out in 10 minutes, so I made a tool to find out why
#37I didn't know it was still possible to develop software after your ai quota runs out.
Re: Show HN: My Claude quota ran out in 10 minutes, so I made a tool to find out why
#38How on Earth does one use 1.1B tokens in a week?
Re: Show HN: My Claude quota ran out in 10 minutes, so I made a tool to find out why
#39In 95% of cases it is because you had a large context for which the cache expired.