← Reddit

Wtf happend to my 5h quota ????

Reddit · PrestigiousBar8486 · August 7, 2026
A Pro subscription user reported rapid quota depletion on their 5-hour plan, with the quota jumping from 0% to 96% after three prompts (topo, commit push, and merge main), whereas similar prompts had consumed only 10-15% the previous day. Despite optimizing their context file from 70kb to 16kb and using 300k tokens, the user reached 100% quota usage and subsequently found that a git branch command consumed approximately 4% of their remaining allocation.

Detailed Analysis

A Reddit post from a Claude Pro subscriber highlights growing user frustration over unpredictable and seemingly disproportionate consumption of Anthropic's rolling 5-hour usage quota. The user describes a session in which three routine prompts—resuming a previous conversation, committing and pushing code, and merging a branch—pushed their quota usage from 0% to 96% almost instantly, followed by a simple "git branch -v" command that reportedly consumed another 4%, tipping them to 100%. Notably, the user had proactively tried to manage token consumption by trimming their CLAUDE.md configuration file from 70KB to 16KB and using the /compact command to keep context size down, yet still experienced quota exhaustion far faster than in prior sessions where similar work only used 10-15% of their allowance.

This complaint reflects a recurring pain point among Claude Code users: the opacity of how usage limits are calculated relative to actual token consumption. The poster notes their context window sat at roughly 300k tokens, which by itself doesn't obviously explain a near-total quota burn from a handful of low-complexity commands. This disconnect between perceived task simplicity (git operations, resuming a session) and reported quota impact suggests that Anthropic's rate-limiting system may weigh factors beyond raw token counts—such as extended conversation history, tool-use overhead, background context reconstruction after long idle periods, or cumulative session state—in ways that aren't transparent to end users. For developers relying on Claude Code as a daily coding assistant, this unpredictability undermines the ability to plan work sessions around a fixed subscription tier, particularly for those on the base Pro plan rather than higher-cost tiers with more generous allowances.

The broader context here is Anthropic's ongoing struggle to balance infrastructure costs with user expectations as Claude Code adoption scales rapidly among professional developers. Since introducing weekly and 5-hour rate limits in 2025, Anthropic has faced repeated community backlash over usage caps that many users feel were tightened without clear communication, especially for Pro-tier subscribers using long-running, single-conversation coding workflows rather than the shorter, stateless interactions the pricing model may have been designed around. Long-lived conversations that persist across sessions—like the one described here, maintained "since the beginning" of a project—may carry hidden costs each time they're resumed, as the system potentially needs to reprocess or rehydrate substantial context even when the visible token count seems modest.

This incident also illustrates a tension inherent to agentic coding tools broadly: as Claude Code and similar products (GitHub Copilot Workspace, Cursor, etc.) push toward more autonomous, multi-step task execution involving git operations, file edits, and tool calls, the cost accounting for these actions becomes harder for users to predict compared to simple chat-based Q&A. As these tools become embedded in real development workflows with time-sensitive deliverables, quota unpredictability isn't just an inconvenience—it risks disrupting active work sessions, as this user experienced firsthand. This tension between usage-based pricing and the realities of agentic, tool-heavy AI workflows is likely to remain a flashpoint for AI coding assistant providers as they scale their user bases while managing genuinely expensive backend compute costs.

Article image Read original article →