← Reddit

Is this a bug or what? Legitemetaly

Reddit · Dangerous_Rip5083 · August 1, 2026
A user running three prompts, two sub-agents, and a code check on approximately 2,000 lines of new code in a large file reported that 29% of quota was consumed in four minutes, significantly faster than their typical experience of 1-2 hours. The user, operating on the Max plan x5 subscription, questioned whether this rapid consumption represents a bug or unexpected behavior.

Detailed Analysis

A Reddit post in r/Anthropic captures a familiar frustration among Claude power users: a rapid, seemingly disproportionate depletion of usage quota. The original poster, a Max plan x5 subscriber, describes launching three prompts alongside two sub-agents and a code review task against roughly 2,000 lines of new code spread across a large file. According to their account, this workflow—which typically stretches across one to two hours of usage allowance—consumed 29% of their quota in just four minutes. The post includes a screenshot (referenced but not directly analyzed here) presumably showing the usage meter, and the poster's tone suggests genuine confusion rather than routine complaint, prompting them to ask whether this represents a bug or expected behavior.

This type of report matters because it touches on one of the most persistent tension points in the current generation of AI coding assistants: the opacity of usage-based pricing when combined with agentic, multi-step workflows. Anthropic's Max plans, including the x5 tier referenced here, are designed to give developers and power users substantially higher throughput than standard subscriptions, marketed explicitly toward people running Claude Code and similar agentic tools against real codebases. When a user invokes sub-agents—instances of Claude that spin off to handle discrete subtasks in parallel or sequence—the token consumption can scale non-linearly compared to a single conversational exchange. Each sub-agent may carry its own context window, re-ingest portions of the codebase, and generate its own reasoning traces, all of which draw against the same aggregate quota. What looks like "three prompts" from the user's perspective can translate into many multiples of that in actual model calls once orchestration overhead, tool use, and large file context are factored in.

The broader significance lies in the widening gap between how users intuitively estimate AI costs and how these systems actually consume resources under the hood. As coding assistants move from simple autocomplete-style suggestions toward autonomous, multi-agent workflows capable of reviewing commits, refactoring large files, and coordinating sub-tasks, the computational cost of a single user action becomes far less predictable. This is not unique to Anthropic; similar complaints have surfaced around other agentic coding tools as vendors push toward more autonomous, less turn-based interaction models. The unpredictability creates friction for professional users who need to budget usage across a workday, especially those paying premium tiers specifically to avoid rate-limiting interruptions during focused development sessions.

For Anthropic, incidents like this represent a recurring product communication challenge: agentic features are a major selling point of Claude Code and the Max plans, yet the cost transparency tooling has not always kept pace with the complexity of what agentic execution actually entails. As sub-agents, extended thinking modes, and larger context windows become standard parts of the developer toolkit, expect continued scrutiny from the user base over whether usage metering accurately reflects—and clearly communicates—the real computational footprint of increasingly autonomous workflows. Anthropic's response to these reports, whether through clearer usage dashboards, documentation of sub-agent cost multipliers, or plan adjustments, will likely shape how trust in its premium tiers evolves as agentic coding becomes the default mode of interaction rather than the exception.

Read original article →