← Reddit

Hitting Max 5x limit much faster

Reddit · Right_Level_7192 · August 4, 2026
I have been using Max 5x and never hit any limit, but since yesterday, my Max 5x plan sessions are hitting the limit within 20 min. I just started a new conversation and checked /usage after 20 min and noticed that the "current session" was already at 50%.

Detailed Analysis

A Reddit thread in r/Anthropic captures a recurring complaint among Claude Max subscribers: rate limits that once felt generous suddenly become restrictive, with no clear explanation from the user's side about what changed. The original poster, a Max 5x plan subscriber, reports burning through 50% of their "current session" limit and 5% of their weekly quota in just 20 minutes of wall-clock time, despite previously never encountering usage caps. The /usage output reveals the mechanics behind this: a single session consumed $33.56 worth of API-equivalent usage, driven almost entirely by a model referred to as "claude-fable-5," which processed 50.9k input tokens, generated 177.6k output tokens, and involved 12.5 million cached read tokens plus 808.3k cache write tokens. The /context command output further shows the session's context window filled to 263.7k of 1 million tokens (26%), with "Messages" accounting for the largest share of consumed context at 22.4%.

The naming "claude-fable-5" is notable and likely reflects an internal or codename reference rather than a publicly branded model—Anthropic has previously used internal codenames during development and testing phases before public releases, and community members often encounter these labels in usage logs before official announcements clarify what model is actually running. This detail suggests the poster may have been routed to a newer or experimental model variant, whether through an A/B test, a background update, or a shift in default model assignment, without explicit notification. Such silent routing changes are a persistent friction point for power users who rely on predictable behavior from their subscription tier.

The core issue—heavy token consumption from long-running agentic sessions—reflects a broader tension in how Anthropic's Claude Code and Max subscription tiers are metered. Unlike simple chat interactions, agentic coding workflows involve extensive context retention, repeated tool calls, and large cache read/write operations as the model maintains awareness of a growing codebase or conversation history. Cache reads in particular (12.5 million tokens in this case) can accumulate rapidly when a session repeatedly re-processes large contexts, even though cached tokens are typically billed at a steep discount compared to fresh input tokens. For subscribers on fixed-price Max plans, this creates a disconnect: the "cost" shown in usage dashboards is often an API-equivalent valuation used internally to calculate quota consumption, not an actual dollar charge, but it can still feel punitive when it eats into session or weekly caps far faster than expected.

This complaint fits a broader pattern seen across the Claude Code and Max user community throughout 2025 and into 2026, as Anthropic has repeatedly adjusted rate-limiting algorithms, model defaults, and pricing tiers in response to surging demand for agentic coding tools. As models grow more capable of autonomous, multi-step work—reading files, writing code, running tests—their token consumption per session scales accordingly, straining the assumptions built into earlier, chat-centric usage tiers. Anthropic has faced recurring pressure to balance sustainable infrastructure costs against user expectations of stable, predictable access, particularly as competitors like OpenAI and Google iterate their own coding-agent products. Threads like this one function as informal signals to Anthropic about where transparency is lacking—specifically around undocumented model substitutions and the real-world token costs of long agentic sessions—and often precede official clarifications or policy adjustments when they gain enough traction in developer communities.

Read original article →