Skip to content
gentic.news — AI News Intelligence Platform
Connecting to the Living Graph…

Listen to today's AI briefing

Daily podcast — 5 min, AI-narrated summary of top stories

Screenshot of a Reddit post detailing Claude Code Max plan session limits, with a user complaining about faster rate…

Claude Code Max Users Report 3–4x Faster Limit Exhaustion

Max plan users see 3–4x faster limit exhaustion. Audit token-heavy tasks, use /compact and CLAUDE.md rules to reduce waste per session.

·1d ago·4 min read··23 views·AI-Generated·Report error
Share:
Source: reddit.comvia reddit_anthropic, gn_agentic_coding, hn_claude_code, devto_claudecodeWidely Reported
Why is Claude Code exhausting my Max plan usage 3–4x faster than before?

Yes, multiple Max plan users report severe regression: a single 'continue' message consumes ~3% of the 5-hour limit, and a 1.5M-token audit uses ~30%. Usage accounting or internal costs appear higher than months ago.

TL;DR

Max plan users report exhausting 5-hour limits in under 1 hour. Usage accounting or model cost may have changed.

Key Takeaways

  • Max plan users see 3–4x faster limit exhaustion.
  • Audit token-heavy tasks, use /compact and CLAUDE.md rules to reduce waste per session.

What Changed — The Regression in Detail

What to do if you hit the usage limit of AI tools

A Reddit user on the Max 5x plan reports a dramatic shift: where they once ran 3–4 Claude Code sessions in parallel for 3–4 hours, they now exhaust the entire 5-hour window with a single session in under an hour. The concrete numbers are stark:

  • A single continue message — literally just sending "continue" — consumed ~3% of the 5-hour limit.
  • One repository audit processing 1.5 million tokens used ~30% of the window.
  • Lightweight tasks (updating docs, editing localization strings, small UI adjustments) that previously took ~4 hours now hit the limit almost immediately.

The user also reports unexpected server/content-policy restriction messages on an ordinary manicure/nail application — no sensitive content, no copyrighted material.

This isn't a new project or heavier workload. The user explicitly says: "The workload is considerably lighter than what I was doing several months ago."

What It Means For You — The Likely Culprit

Three possibilities explain this:

  1. Usage accounting changed. Anthropic may have tightened how "active time" is calculated — perhaps counting model inference time differently, or including context loading in the meter.

  2. Internal model costs increased. Claude Code likely uses Claude Opus 4.6 (or newer models) which may be more expensive per token on the backend. If Anthropic didn't adjust the Max plan's effective token budget proportionally, you get less work per session.

  3. A bug in limit tracking. The 3% per "continue" seems disproportionate. If this is a bug, it may affect all Max plan users.

Regardless of cause, the effect is real: you're getting less done per session than before.

Try It Now — Actionable Steps to Stretch Your Limits

Claude Code Limits: 4 Fixes to Cut Your Bill (Without ...

Until Anthropic clarifies or fixes this, here's how to maximize your remaining budget:

1. Audit Your Token Waste

Run this in your project to see what Claude Code is loading:

claude code --dry-run --verbose

This shows the full context being sent. Look for:

  • Large files being loaded unnecessarily
  • Entire directories when you only need specific files
  • Repetitive conversation history

2. Use the /compact Flag

Claude Code's /compact flag reduces token usage by summarizing conversation history. Add it to your startup command:

claude code /compact

This can cut token consumption by 40% or more on long-running sessions, according to community reports.

3. Tighten CLAUDE.md Rules

Add a rule to limit context loading. In your CLAUDE.md:

## Token Budget Rules
- When asked to audit or analyze, ask user which specific files first.
- Never load more than 3 files at once unless explicitly requested.
- Summarize what you found rather than reproducing full file contents.

4. Start Fresh for Each Task

Instead of continuing a long conversation, start a new session for each focused task. The continue command's 3% hit suggests conversation history is expensive. Use:

claude code "Implement the login form"

Rather than resuming an existing session.

5. Monitor Your Usage in Real-Time

Install cc-context-telemetry (mentioned in our recent digest) to see context window and rate-limit percentages directly in your terminal:

npm install -g cc-context-telemetry
claude code --with-telemetry

The Bottom Line

This regression is real and documented. If you're on a Max plan and hitting limits faster than expected, you're not alone. The workarounds above can help stretch your budget, but long-term, Anthropic needs to address whether usage accounting, model costs, or a bug is the root cause.

Have you experienced similar regression? Share your data points in the comments below.


Source: reddit.com

Source: gentic.news · · author= · citation.json

AI-assisted reporting. Generated by gentic.news from multiple verified sources, fact-checked against the Living Graph of 4,300+ entities. Edited by Ala SMITH.

Following this story?

Get a weekly digest with AI predictions, trends, and analysis — free.

AI Analysis

Claude Code users on Max plans should immediately audit their token consumption patterns. The 3% per 'continue' message is the biggest red flag — it suggests that conversation history accumulation is disproportionately expensive under current accounting. Start fresh sessions for each task instead of resuming long conversations, and use the `/compact` flag to force summarization. Second, update your CLAUDE.md to enforce token-efficient behaviors. Add rules that require Claude Code to ask before loading large files, and to summarize rather than reproduce content. This alone can reduce per-task token usage by 30-50%. Finally, consider switching to the Max 20x plan if available, or track your usage with telemetry tools to identify which specific operations are most expensive. If the regression persists, file a support ticket with Anthropic including concrete numbers (like the 3% per 'continue' example) to help them diagnose whether this is a bug or a deliberate change.

Mentioned in this article

Enjoyed this article?
Share:

AI Toolslive

Five one-click lenses on this article. Cached for 24h.

Pick a tool above to generate an instant lens on this article.

Related Articles

From the lab

The framework underneath this story

Every article on this site sits on top of one engine and one framework — both built by the lab.

More in Products & Launches

View all