Bug: Claude Code current session limit reaches 100% despite low visible local session usage
Bug: Claude Code shows current session limit exhausted despite very low visible local session usage
Summary
Claude Code / Claude Desktop reported the current session limit as 100% used and blocked further Claude Code usage, even though the usage visible locally in Claude Code and local transcripts did not appear to justify exhausting a Max 20x current-session limit.
This could be either:
- A usage accounting / attribution bug, where the current session limit is being computed incorrectly or includes usage not represented in local Claude Code usage views.
- A security / token attribution issue, where usage from another device/session/token is being charged to the same Claude Code account but is not visible in local Claude Code transcripts.
At minimum, Claude Code's /usage UI appears insufficient for diagnosing why the current session was exhausted.
Environment
- Claude Code version:
2.1.123 - OS: macOS
26.2(arm64) - Node.js:
v22.17.0 - npm:
10.9.2 - Plan shown in Claude UI: Max 20x
- Timezone: Europe/Madrid
- Date observed: 2026-04-29
What happened
At approximately 2026-04-29 18:25 CEST, Claude Desktop and Claude Code showed:
- Current session:
100% used - Reset: around
21:40 Europe/Madrid - Current week, all models:
60% used - Current week, Sonnet only:
1% used
In Claude Code /usage, the visible local session summary was small:
Session
Total cost: $0.76
Total duration (API): 53s
Total duration (wall): 2h 53m 5s
Total code changes: 0 lines added, 0 lines removed
Usage by model:
claude-haiku-4-5: 370 input, 14 output, 0 cache read, 0 cache write
claude-opus-4-7: 21 input, 2.5k output, 436.2k cache read, 76.9k cache write
Current session: 100% used
Resets 9:40pm (Europe/Madrid)
Current week (all models): 60% used
Current week (Sonnet only): 1% used
The same local Claude Code transcript recorded the hard limit after a trivial prompt:
timestamp=2026-04-29T16:26:16.363Z
user prompt="a"
timestamp=2026-04-29T16:26:16.859Z
message="You've hit your limit · resets 9:40pm (Europe/Madrid)"
This makes the limit feel disconnected from the visible local Claude Code usage.
Local transcript usage cross-check
I also inspected local Claude Code transcript usage using ccusage:
npx ccusage@latest blocks --json
Relevant blocks for the same day:
2026-04-29T04:00:00Z - 2026-04-29T09:00:00Z
totalTokens=363,679,444
cacheReadInputTokens=358,827,700
cacheCreationInputTokens=4,361,929
outputTokens=478,605
models=claude-opus-4-7, claude-haiku-4-5, claude-sonnet-4-6
2026-04-29T09:00:00Z - 2026-04-29T14:00:00Z
totalTokens=214,817,570
cacheReadInputTokens=211,368,028
cacheCreationInputTokens=3,297,689
outputTokens=151,103
models=claude-opus-4-7, claude-opus-4-6
2026-04-29T14:00:00Z - 2026-04-29T19:00:00Z
isActive=true
totalTokens=35,577,623
cacheReadInputTokens=34,247,311
cacheCreationInputTokens=1,269,568
outputTokens=60,358
models=claude-opus-4-7, claude-haiku-4-5
The active block corresponds to approximately 16:00-21:00 CEST. At the time Claude Code reported the current session as exhausted, local transcript usage for the active block was only about 35.6M tokens according to ccusage.
I understand ccusage is not an official Anthropic source of truth, but the discrepancy is large enough that the CLI should expose enough attribution/debug information to explain it.
Expected behavior
One of the following should happen:
- If current-session usage is exhausted, Claude Code
/usageshould show which surfaces/sessions/tokens/models contributed enough usage to exhaust it. - If usage from Claude Desktop, claude.ai, Claude in Chrome, other devices, or other Claude Code tokens is included,
/usageshould make that explicit and provide a breakdown or at least a clear attribution category. - If the session total shown by Claude Code is not the same accounting scope as "Current session 100% used", the UI should label those scopes clearly.
- A trivial prompt after a low visible local session total should not immediately hit the limit unless other usage is clearly attributed.
Actual behavior
Claude Code showed:
- A very small visible local session summary (
$0.76, ~436k cache read in the visible session summary). - At the same time,
Current session: 100% used. - The next trivial prompt immediately produced a hard limit error.
- Local transcript usage for the active block did not explain the current-session exhaustion.
Why this matters
From the user's perspective, there is no way to tell whether:
- the current-session usage calculation is wrong,
- usage from another Claude surface is being included,
- a stale/old Claude Code process is consuming usage,
- another Claude Code authorization token is consuming usage, or
- the account/session has been compromised.
This makes it difficult to distinguish a product bug from a security incident.
Related issues found
I searched existing anthropics/claude-code issues and found several likely related reports:
- https://github.com/anthropics/claude-code/issues/38335 — Max plan 5-hour session limit exhausted abnormally fast since March 23, 2026; users report 21% to 100% jumps on a single prompt.
- https://github.com/anthropics/claude-code/issues/37394 — Max plan hitting limits extremely fast; user reports one message plus two Python script calls jumping usage from 0% to 24%.
- https://github.com/anthropics/claude-code/issues/42052 — Max 20x plan reaches 100% after ~2 hours of light work; explicitly links several related abnormal usage drain reports.
- https://github.com/anthropics/claude-code/issues/41788 — Max 20 plan exhausted within ~70 minutes after reset; suspected server-side cached/thinking-token accounting or prompt-cache invalidation.
- https://github.com/anthropics/claude-code/issues/41930 — broader report on abnormal usage limit drain across paid tiers, including possible prompt-caching and session-resume causes.
This issue may overlap with those, but the specific additional concern here is the diagnostic mismatch: Claude Code's local /usage and transcript-derived usage do not explain why the global current-session limit is exhausted. The product should expose enough attribution to determine whether usage came from this local Claude Code session, another Claude surface, another token/device, or a server-side accounting bug.
Suggested improvements
Please consider adding one or more of:
- A server-side usage attribution breakdown in
/usage, grouped by product surface: Claude Code, Claude Desktop, claude.ai, Claude in Chrome, etc. - A breakdown by active Claude Code token/session/device where possible.
- A clearer distinction between "this local Claude Code session" and "global current 5-hour account/session limit".
- A warning when usage contributing to the current session is coming from outside the local machine/transcript.
- A support/debug export command that produces a sanitized usage report users can attach to Anthropic support.
Attachments available
I can attach a screenshot of Claude Code /usage showing:
- Local session total cost:
$0.76 - Current session:
100% used - Reset:
9:40pm Europe/Madrid - Current week all models:
60% used - Current week Sonnet only:
1% used
I can also provide a private support report with account/session screenshots and sanitized local transcript excerpts. I am intentionally not including account IDs, authorization tokens, bearer tokens, or private project names in this public issue.
Showing cached comments. Read the full discussion on GitHub ↗
16 Comments
Found 3 possible duplicate issues:
This issue will be automatically closed as a duplicate in 3 days.
🤖 Generated with Claude Code
This is usage-accounting truthfulness failure at the session-limit surface.
If the current session limit reaches 100% despite low visible local session usage, then the meter that users rely on to judge remaining capacity is no longer describing the state they can inspect.
Why it matters:
I would want clarity on:
A limit meter has to be legible to be useful. If it reports full while the inspectable session looks small, the control surface stops reflecting reality.
This is a pain in the ass. Paying for Max 20x and constantly being told my usage limit has run out while showing sub 20% is annoying af and disrupts my workflow constantly.
It's nearly $200/month. Please do better.
Session limit showing 100% when local usage doesn't justify it is deeply concerning. While the root cause may be server-side, keeping your session JSONL lean helps reduce the tokens billed per turn. Cozempic has 18 pruning strategies and a guard daemon that auto-prunes at 4 thresholds. The
cozempic doctorcommand can also audit your session for hidden bloat (oversized entries, orphaned tool results, stale data) that might be contributing.pip install cozempic && cozempic doctorto inspect,cozempic guardfor ongoing protection. Would love to hear what the doctor finds on your sessions.I have the same issue:
I seem to be blocked from using my workplace's Claude, both Claude Code in the terminal I'm currently typing in, and the desktop app. However, this is despite having very little usage of Claude, in particular compared to my colleagues. What happens is my session starts at no usage and then after a few seconds of getting Claude to do a task, it immediately goes to 100% usage and then stops, telling me I'm now at 100% usage and it will reset in a few hours. Can you please help me fix this?
Same symptom here, June 11, 2026 - Claude Code 2.1.173, macOS (Darwin 25.3.0).
My session limit hit 100% after roughly 5–10x LESS local usage than the previous day,
which did not exhaust the limit. Numbers below are exact sums of the
usagefields fromlocal Claude Code transcripts (
~/.claude/projects/**/*.jsonl), not estimates:| Day | API calls | Output tokens | Cache write | Cache read | Session limit |
|---|---|---|---|---|---|
| June 10 (3 parallel sessions) | 906 (600 Fable 5, 306 Opus 4.8) | ~1,236k | 6.8M | 214.2M | never hit |
| June 11 (work seat) | ~299 (~241 Fable 5, ~52 Sonnet 4.6) | ~340k | 1.5M | 21M | 100% used twice a day |
5-hour session meter that doesn't match local usage.
ANTHROPIC_API_KEY/ANTHROPIC_AUTH_TOKENoverrides.not a local display issue (re-login does not help).
This matches the attribution/accounting pattern described in the OP and in #38335. +1 for a
server-side usage breakdown by surface/session — right now there is no way to see what
consumed the session budget.
Related: I filed #68271, which isolates one narrow piece of what's described here — the terminology overloading in the
/usageview itself.Independent of the accounting question raised in this issue, the panel reuses the word "session" for two unrelated scopes in the same screen: the top "Session" block (
Total cost, etc.) is the current CLI run, while the "Current session" limit bar is the rolling ~5-hour account-wide window. That collision is a big part of why it's hard to tell which "session" hit 100% here. #68271 proposes just renaming one of the two so the scopes are unambiguous.Adding a concrete, reproduced root cause for the "limit at 100% despite low visible usage" symptom: on
--resume, the prompt cache is fully rebuilt every turn, and thosecache_creation_input_tokenscount against your rate limit while showing up as almost nothing in visible local usage. This is the hidden drain.Still happening on CLI
2.1.183— well after the fix attributed to ~2.1.90 (#42309) — specifically for the per-turn--resumepattern that GUI/agent wrappers use (a freshclaude --resume <id>process per message). Same fingerprint as #42338 / #34629 / #43657.What I measured
One ~2h session, context grew to ~730k tokens. 143 model requests. Most turns hit cache (16–60s). But several turns did a full cold re-prefill:
That constant
15,951is just the static system+tools prefix — matching #27048's "~19K preserved, everything after rewritten" and #34629's ~14.5kcache_readfloor. Everything else is re-created and billed ascache_creationon every resume.Why visible usage looks low while the limit drains
cache_creationis the expensive part of the bill and the rate-limit hit, but tools/dashboards that surface "session usage" tend to show output/visible tokens, not the silent re-prefill. So you burn limit at roughlycontext_size × turnsinstead ofΔcontext × turns, with nothing obvious to point at. On a long session that's the difference between ~$0.50/hr and several $/hr (cf. the ~20x figure in #34629).Not the 5-minute TTL
Two of the cold re-prefills happened 35s and 58s after the prior turn — inside the cache window, with neighboring turns warm. So it's structural prefix invalidation on resume reconstruction (consistent with the
deferred_tools_deltav2.1.69 tool-reordering cause in #42338), not expiry.Minimal repro
Environment:
claude 2.1.183,claude-opus-4-8, invocation includes--output-format stream-json --input-format stream-json --resume <id>, wrapper spawns a new process per turn. Happy to share full per-turnusagetraces.Related: #42338 (locked), #34629 (closed), #43657 (closed, not planned), #42309 (claims fix in 2.1.90 — incomplete for this path).
Same symptom here (Max 20x, v2.1.199, macOS) — with what looks like a root-cause candidate and an immediate recovery procedure, since I caught it with live evidence on both sides of the disagreement.
Summary
After legitimately exhausting a 5-hour window with 5 parallel Claude Code sessions (fleetview; all Fable 5, auto mode, xhigh effort), 3 sessions surfaced the usage-limit UI but 2 remained "stuck" in an intermediate state. From then on, every new Claude Code request on the account was blocked with "You've hit your session limit" — across models (Fable 5, Opus 4.8, Haiku 4.5), effort levels (xhigh → low), fresh sessions in other directories, and Claude Code web — while the CLI's own
/usagepanel and claude.ai's usage settings both reported the current session at 3%. The enforcement counter read 100–102% with a reset clock (2:20am) that did not match the meters' clock (2:30am). claude.ai chat was unaffected throughout.Recovery: aborting the 2 stuck sessions with Ctrl+C immediately released the block — hours before the displayed 2:20am reset. This strongly suggests the enforcement state was held open by the stuck client sessions (unreleased in-flight reservations, or a background retry loop re-pinning the counter), rather than by a server-side timer.
Environment
Steps to reproduce (as best understood)
/usageand claude.ai settings show the session meter nearly empty.Evidence timeline
| Time (PT) | Surface | Event |
|---|---|---|
| afternoon–7:00 PM | CLI ×5 (fleetview) | Fable 5 / auto / xhigh; legitimately exhausted the 5h window. 3 sessions showed the usage-limit UI; 2 appeared stuck |
| 7:00 PM | — | Weekly window rolled over (weekly limits reset Thu 7:00 PM; meters show "resets Jul 9 at 7pm") |
| 7:00–9:20 PM | — | No intentional usage (stuck sessions still running) |
| ~9:20 PM | — | Enforcement window opens (inferred from the 2:20am reset clock) — plausibly a stuck session's background retry, since my manual resume was ~9:30 PM |
| 9:31 PM | CLI |
continueblocked: "session limit · resets 2:20am". Status line5h: 100%→2:20a \| 7d: 1%|| 9:31 PM | claude.ai settings | Current session 0%; weekly all-models 1%, Fable 2% — nonzero weekly with zero successful post-rollover requests ⇒ attribution lag across the weekly boundary |
| 9:35–9:40 PM | CLI |
/model opus→ blocked; fresh session in another directory (Opus, xhigh) → blocked;/model haiku+/effort low→ blocked. Status line now 102% || 9:29–9:45 PM | claude.ai chat | Works normally throughout, same account/browser |
| 9:41 PM | claude.ai settings | Current session 3%, resets ≈2:29–2:30am |
| 9:44 PM | Claude Code web | New cloud session (Haiku 4.5): blocked, "Resets Fri, Jul 3, 2:20 AM" (the CLI's clock); transient "Server is temporarily limiting requests" banner at init |
| 9:45 PM | CLI
/usage| Current session 3%, resets 2:30am (matches claude.ai, contradicts status line/enforcement). Weekly all-models 2%, Fable 2%. Local blocked session: $0.0000, 0 input/output/cache tokens || ~9:50 PM | CLI | Ctrl+C on the 2 stuck sessions → all sessions resumable immediately, well before the 2:20am reset |
Screenshots available for every row.
Key observations
/usagepanel 3% (reset 2:30am), simultaneously./usagesession meter matched claude.ai settings exactly ⇒ the shared account meter was correct; the enforcement counter was the outlier.Requests
/usage, since they can diverge by ~100 points.Related
Same symptom family: #61828 (enforcement blocks while claude.ai panel shows under-limit, web chat unaffected — near-identical scenario), #42277 (new window exhausted in 10–15 min). Possibly related accounting issues: #38335, #41930, #41788. Posting the short workaround on #61828 as well, since this recovery may unblock people there.
I reproduced a controlled version of this account-wide attribution problem on a Claude Max 20x account.
Recurring problem and start of today's incident
The current incident began at approximately 03:00 Mauritius time on August 3, 2026, when usage started being depleted after the daily reset despite no corresponding intentional Claude activity. The unexplained depletion continued during the day across multiple usage windows.
This was also not the first time I had experienced the broader problem: similar unexplained depletion occurred during the previous week. During an earlier incident, approximately $150 of separately purchased credits was also consumed, but my central concern here is not the credit-purchase policy—it is that I still cannot determine what requests were attributed to my account.
The timeline below is the latest and best-instrumented reproduction of the problem that began at approximately 03:00 that day.
Controlled timeline
On August 3, 2026, at approximately 23:01 Mauritius time (19:01 UTC), the signed-in Claude Usage page showed:
I did not send a message or intentionally use Claude after the reset.
At approximately 23:05 Mauritius time (19:05 UTC), the page showed:
At 23:13 Mauritius time (19:13 UTC), without intentional Claude activity, it had increased again:
At 23:19 Mauritius time (19:19 UTC), still without intentional Claude activity:
The entire new five-hour allowance was therefore consumed in approximately 18 minutes without a prompt being sent.
Usage-credit spending remained $0.00, the credit balance did not change, and usage credits and auto-reload remained disabled.
Local evidence
A passive watcher sampled the Mac every 10 seconds throughout the controlled period. It recorded no non-baseline:
This appears distinct from the
--resumecache-rebuild and stuck-process explanations discussed above: Claude Code was not intentionally run, no prompt was sent, and no corresponding local activity was observed.Support difficulty
I have also been trying to get this investigated through Anthropic support under Conversation ID 215475337901788. Organization ID for Anthropic account correlation: d2a6bf95-6095-40a6-b8b7-7e2b7f7b5251. After repeated exchanges with the automated support agent and a human response, I still have not received confirmation that Anthropic inspected the request-level ledger. The discussion has repeatedly returned to refund policy even though my principal request is identification of what generated the usage and restoration of the unexplained allowance.
Could Anthropic please inspect the requests attributed to this account from approximately 03:00 Mauritius time on August 3, 2026, with particular attention to the controlled 19:01–19:19 UTC interval, as well as the earlier unexplained depletion reported in that support conversation? Please determine the originating product surface/client or session category and confirm whether this was another device/session, an integration, a background service, or a metering defect.
A sanitized diagnostic showing product surface, request timestamps, model, and token totals would make it possible to distinguish a security incident from an accounting problem. I have retained the timestamped local evidence and can provide it privately to Anthropic.
Thanks @akshayramdass — this matches my case closely. Max 20x, weekly meter read zero on Sat 1 Aug afternoon, then 50% all-models / 100% Fable by Sun 2 Aug evening with the account idle and no scheduled tasks. Fable was never invoked during the cycle.
Adding my support conversation for correlation: 215475330722681. Between us that's two Max 20x accounts on separate continents reporting idle-period depletion within days of each other, both stuck in refund-policy responses rather than ledger inspection.
Linking to #54750 as the canonical thread, and noting #82074 — I also have Claude for Chrome authorised, so if that OAuth grant is invisible to session controls it's a candidate surface here too.
Second controlled reproduction — August 4, 2026
I completed another isolated post-reset test on the same Claude Max 20x account.
At approximately 04:00 Mauritius time on August 4, 2026 (00:00 UTC), the Claude Usage page showed the current session at 0%. I did not send any prompts or intentionally use Claude afterward.
The session then increased without intentional use:
| Mauritius time | UTC | Current session |
|---|---|---:|
| ~04:01 | ~00:01 | 1% |
| ~04:05 | ~00:05 | 2% |
| 04:44 | 00:44 | 4% |
| 04:46 | 00:46 | 5% |
| 04:50 | 00:50 | 7% |
| 04:55 | 00:55 | 8% |
| 04:58 | 00:58 | 9% |
| 05:00 | 01:00 | 11% |
| 05:08 | 01:08 | 13% |
| 05:15 | 01:15 | 14% |
| 05:20 | 01:20 | 15% |
| 05:23 | 01:23 | 16% |
| 05:25 | 01:25 | 20% |
| 05:28 | 01:28 | 26% |
| 05:30 | 01:30 | 29% |
During the same controlled period, weekly all-model usage increased from 72% to 77%. Fable remained at 6%.
Controls in place during the sustained increase:
A verified local watcher remained active throughout the sustained increase. It recorded no corresponding non-baseline Claude/IDE process appearance, Claude-file modification, or matching Claude/IDE network activity.
This reproduced after the connectors were disconnected and without observable Claude activity on the monitored Mac. It does not match the workaround involving terminating a locally stuck Claude Code process because no such process was active.
Support case for private account correlation: 215475337901788.
Could Anthropic please inspect the request-level ledger covering approximately 00:00–01:30 UTC on August 4, 2026, particularly the accelerated increase from 01:23–01:30 UTC? Please identify the originating product surface or session category, model and token totals, OAuth client or token family, and whether this represents another authenticated session, retained background work, delayed attribution, or a metering defect.
I have retained the timestamped incident summary and underlying watcher evidence and can provide them privately to Anthropic. I am intentionally not uploading raw machine logs publicly.
Related automatic-recharge reports
Two additional reports appear particularly relevant to the earlier automatic recharges associated with this incident:
These reports do not establish that the same mechanism affected my account, but they reinforce the need for Anthropic to inspect the request-level and auto-reload ledger rather than treating the matter solely as a standard non-refundable credit purchase.
Additional independent corroboration — August 4, 2026
This Reddit report now documents multiple Max users describing the same idle-drain pattern, including usage increasing after resets while computers were off, authorization tokens had been deleted, and scheduled tasks had been paused or removed:
https://www.reddit.com/r/ClaudeAI/comments/1v8d1ck/possible_claude_max_usage_bug_session_limit/
A separate user has also linked that discussion from #82506 after reporting continued depletion despite closing all sessions, powering off or reformatting computers, and deleting authorization tokens: https://github.com/anthropics/claude-code/issues/82506#issuecomment-5180686754
These community reports do not establish a root cause, but they provide independent corroboration and make an ordinary local stuck process less persuasive. Anthropic still needs to inspect the account-level request ledger to identify the originating product surface, authorization family, request metadata, model, and token totals. My controlled reproductions and support correlation remain documented in #54750 under support Conversation ID 215475337901788.
Incident index: zero-client Max allowance consumption and related billing effects
This remains unresolved and reproducible across resets. On August 4 (Mauritius time), I ran a controlled idle test after a fresh five-hour reset: the current-session meter rose from 0% to 13% without prompting Claude or running Claude Code. Connectors were disconnected, usage credits and auto-reload were disabled, spending remained at $0 during the observation window, and a local watcher found no corresponding non-baseline activity.
The important new development is independent corroboration with a closely matching zero-client timeline:
| Evidence | Idle state | Meter movement | Financial/account effect |
|---|---|---|---|
| My August 4 controlled reproduction | No prompts; Claude Code not run; connectors disconnected | 0% to 13% after reset | Separate dispute concerning approximately $150 in additional usage-credit charges |
| #84374 | User asleep; no client open; consumption reportedly continued after sessions were revoked and during machine-off periods | 40% of a fresh session over 2h20, plus weekly/Fable increases | Unrequested Pro-to-Max 20x plan change reported immediately beforehand |
| #84358 | Separate customer report | Phantom extra usage alleged | Unrequested Max upgrade and multiple extra-credit charges reported |
#84394 documents a real and reproducible authentication/billing-transparency problem involving a hidden credentials-file fallback. It appears to be a different mechanism, because that case billed Console/API credits while subscription allowance remained largely unused; it should not be treated as an explanation for every zero-client subscription-meter report.
My refund and investigation request has now reached Anthropic's human-support queue, but I have not yet received a human response. I am not claiming a confirmed root cause. The public evidence now supports asking four specific technical questions:
Community corroboration and a structured public timeline are also collected here. Affected users should add precise timestamps, timezone, meter changes, client/device state, and billing effects rather than posting credentials or private account data.
Thank you for indexing my report, and for the controlled reproductions — the
10-second sampling and the explicit control list are considerably more rigorous
than anything I was able to document after the fact.
A few reports you may not have come across yet, in case any of them are useful.
Billing side (plan or credits altered without user action)
states the trigger was redeeming a promotional voucher. Billing symptoms only,
no metering component. Predates the earliest reproduction in this thread by nine
days.
Metering side (zero-client consumption)
100% without use, including overnight. The reporter had logged out of all
devices, verified no scheduled tasks via API, and identified a clean gap in local
logs across the affected window.
inactive.
5% of the weekly allowance lost overnight.
One pattern that might be worth recording in the index itself: the billing-side
reports (#51168, #41499, #47290, #76087) are all labelled
invalid, while themetering-side ones carry
bug+area:cost. Whatever the reason for that split,the effect is that the billing half has never accumulated in one place — which may
be part of why the two halves have not been looked at together.
On #51168 specifically, since it is the only one with a documented trigger: the
Help Center describes claiming a promotional credit as "turns on usage credits for
your account, but you're only charged if you buy additional usage credits later"
(https://support.claude.com/en/articles/15862783). If that report's account of the
trigger is accurate, the documented behaviour and the observed behaviour do not match.
It is really disappointing the way they handle customer support, leaving AI Agent always respond to you even by email and nothing is solved even after requesting several times a Human to handle my case!!
I had other issue that happen as soon as I upgraded to 20X from the 5X plan, with in 2 to 3 days the whole weekly limit vanishes!! for a month now I can not even for once reach the hourly limit, I used to reach the hourly limit at the 5X plan several time per day before the weekly limit start to count a meaningful value, and I was struggling to consume all the weekly limit on the 5X plan, now it is totally the opposite!, I do not even make it the 30% or 40% limit of the hourly limit and my weekly limit just vanish with in 2 to 3 days every week, this is the last week in my 20X plan and honestly I will definitely reconsider using Anthropic AI and start using other Chinese models !