← Hacker News

Claude Code is locking people out for hours

Hacker News · sh1mmer · April 7, 2026

Detailed Analysis

Claude Code, Anthropic's AI-powered coding assistant, has drawn significant user backlash over an aggressive dual-limit system that imposes both a 5-hour rolling session cap and a weekly usage ceiling, with violations triggering hard lockouts that offer no exceptions until the window resets. Unlike a simple midnight clock refresh, the 5-hour window is calculated from the moment of first use in a session, meaning a developer who begins work at 2 PM cannot regain access until 7 PM if they exhaust their quota early. Across subscription tiers — Pro (~$20/month, ~45 messages per window), Max 5x (~$100/month, ~225 messages), and Max 20x (~$200/month, ~900 messages) — users report that quotas are draining far faster than the published limits imply, with lockouts of one to two hours being reported by users who expected five-hour windows. Anthropic has publicly acknowledged that quotas drain "way faster than expected" and indicated fixes are being prioritized.

A compounding factor is a set of undisclosed peak-hour restrictions introduced for weekdays between 5 AM and 11 AM Pacific Time, during which limits burn through more rapidly than at other times of day. Initially unannounced, these changes affected approximately 7% of the user base but generated disproportionate complaints given that the window coincides with the core productive hours of software developers on the U.S. West Coast and overlaps with the morning hours of European users. Reported lockout durations in community forums range from two to four hours, and multiple users have cited data loss and disruption to automated pipelines that fail silently when rate limits are hit without explicit error handling. Complaints surfaced prominently on Hacker News — with a thread accumulating 212 points and 289 comments — as well as on Reddit, Discord, and GitHub issue trackers, with some reports citing overall uptime below 90%.

Technical factors beyond quota policy appear to be exacerbating the problem. Users and community investigators have identified what may be bugs that inflate token consumption by 10 to 20 times normal rates, potentially linked to prompt cache failures. Downgrading to earlier versions of the Claude Code CLI has reportedly mitigated some of these excess consumption issues, suggesting a regression rather than an intentional design change. Automated workflows and sub-agent architectures are particularly vulnerable, as multi-step code generation tasks can rapidly exhaust session budgets without human monitoring, and the system provides no graceful degradation — access simply stops. Community-developed workarounds include shifting usage to off-peak hours, batching tasks to reduce message count, using persistent projects to maximize cache hits, and building explicit rate-limit error handling into automated scripts.

The situation reflects a broader tension in the commercial deployment of high-capability AI developer tools between infrastructure cost management and the professional reliability expectations of software engineering workflows. Coding assistants occupy a distinct product category from general-purpose chatbots: developers frequently integrate them into continuous workflows, automated pipelines, and time-sensitive sprints where a multi-hour lockout is categorically more disruptive than in a casual consumer context. Competitors in the AI coding assistant space have imposed timeouts as short as 30 minutes, which, while limiting, are easier to plan around than the unpredictable and opaque windows reported in Claude Code's current implementation. The gap between marketed session limits and experienced lockout durations — whether caused by bugs, undisclosed policy changes, or peak-hour throttling — has eroded trust in the product's reliability at a moment when Anthropic is competing aggressively for developer mindshare.

The episode underscores the degree to which infrastructure transparency has become a differentiating factor in the AI tools market. Users are not merely responding to the existence of usage limits, which are standard practice across the industry, but to the combination of undisclosed policy changes, unexplained quota acceleration, and a lack of real-time visibility into remaining session capacity. As AI coding assistants become load-bearing components in professional development environments, the operational expectations applied to them increasingly resemble those of developer infrastructure — where uptime, predictability, and clear communication around service changes are baseline requirements rather than optional courtesies. Anthropic's acknowledgment of the problem and stated commitment to fixes represents a necessary first step, but the persistence of reported issues as of early April 2026 suggests that resolution remains incomplete.

Read original article →