← Reddit

Burning Tokens Overnight?

Reddit · IrateBandit1 · July 26, 2026
A user's token usage jumped from 60% to 100% overnight when a scheduled task executed and immediately returned a weekly limit error with a reset date of August 1. No detailed usage records or session logs were available to help troubleshoot the sudden consumption spike.

Detailed Analysis

A Reddit user's report of Claude usage jumping from 60% to 100% overnight—triggered by a single scheduled task—highlights a recurring pain point in Anthropic's consumer product experience: the opacity of usage tracking and rate-limit enforcement. The user describes waking up to find their weekly quota exhausted, with the scheduled task log showing an immediate "You've hit your weekly limit" error rather than any indication of what actually consumed the tokens. Without granular session-level usage records, the user has no way to audit whether the spike came from the scheduled task itself, a runaway agentic loop, unexpected context reprocessing, or some backend billing anomaly.

This complaint sits at the intersection of two features Anthropic has been rapidly expanding: scheduled/autonomous tasks and usage-based rate limiting on Claude subscription tiers (Pro and Max). Scheduled tasks, which let Claude execute prompts or workflows on a timer without direct human supervision, are inherently harder to debug than interactive chat sessions because there's no live back-and-forth to observe token consumption in real time. If a scheduled task encounters an error state, gets stuck in a retry loop, or reprocesses a large context window repeatedly, it can burn through a weekly allocation in a single unattended run—exactly the scenario this user seems to be describing. The lack of a detailed breakdown (which session, which tool calls, which model calls consumed how many tokens) makes it nearly impossible for users to distinguish a legitimate large task from a bug or billing error.

This kind of issue matters because it touches directly on trust and predictability, two things that become more important as AI products move from simple chat interfaces toward more autonomous, agentic behavior. As Anthropic and competitors like OpenAI push users toward "agentic" workflows—scheduled tasks, computer use, multi-step tool chains—the potential for silent, hard-to-diagnose resource consumption grows. Users accustomed to a simple mental model ("I typed messages, I used tokens") are now dealing with systems that can act autonomously in the background, making transparent usage accounting far more critical. Without clear per-task or per-session token logs, users are left to speculate or file support tickets, which undermines confidence in adopting these more powerful, less-supervised features.

More broadly, this fits into an industry-wide pattern where the capabilities of AI agents are outpacing the tooling built to monitor and explain their behavior. Anthropic has invested heavily in usage dashboards and rate-limit visibility over the past year in response to user complaints about opaque quota systems, but incidents like this suggest gaps remain, particularly around newer features like scheduled tasks. As AI companies compete on agentic capability, the ones that also invest in observability—detailed logs, per-action cost breakdowns, alerting before limits are hit—will likely differentiate themselves on trust, especially for power users and developers who rely on predictable resource budgets for automation workflows.

Article image Read original article →