Live data from Hacker News

Show HN: My Claude quota ran out in 10 minutes, so I made a tool to find out why

github.com

51–60 of 78 posts

Re: Show HN: My Claude quota ran out in 10 minutes, so I made a tool to find out why

#51
post #15

How on Earth does one use 1.1B tokens in a week?

last 7 days I've used ~4.8B tokens. most of that was during a 2 day span when codex was using one of my harnesses to iterate over a codebase to improve performance of some parts of it - fully automated.

Re: Show HN: My Claude quota ran out in 10 minutes, so I made a tool to find out why

#53
post #30

In 95% of cases it is because you had a large context for which the cache expired.

Yeah. I like the way Claude Design handles this: if you come back to a chat after the cache expires, the chat UI shows a message like "start a new chat to save 300k tokens" or whatever. It's pretty nice if you're working in multiple design sessions and are quota-constrained. Surprised they haven't brought the same UX to CC.

I have that in CC when I resume a session.

Suggests either starting from a summary, a new conversation, or keep going.

Re: Show HN: My Claude quota ran out in 10 minutes, so I made a tool to find out why

#57

I just used Claude to write a plug-in which changed the bottom of the CLI to say: ( ) 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 spiki…

I have something like this persistent in my waybar, with session, weekly, and fable usage, with little color coded percentage bars for each. Super helpful, highly recommend it.

Great idea on the hook alert.

I feel like the advent of LLMs has made a super customizable OS like Linux so, so much better than the closed source alternatives, and so much better than they were before.

Re: Show HN: My Claude quota ran out in 10 minutes, so I made a tool to find out why

#58

I just used Claude to write a plug-in which changed the bottom of the CLI to say: ( ) 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 spiki…

This is actually a built-in Claude Code feature: `/statusline` will ask how you want it to look and set it up for you.

A) Oh nice! that's cool

B) Warning everyone, it slowly eats tokens - If you're like me and on the pro plan, perhaps not a good idea to have its (albeit slow) drain on the tokens.

Re: Show HN: My Claude quota ran out in 10 minutes, so I made a tool to find out why

#60

Earlier quoted context omitted.

This is actually a built-in Claude Code feature: `/statusline` will ask how you want it to look and set it up for you.

A) Oh nice! that's cool B) Warning everyone, it slowly eats tokens - If you're like me and on the pro plan, perhaps not a good idea to have its (albeit slow) drain on the tokens.

I didn't think statusline ate tokens, is this true?
Post reply on HN