← Reddit

Claude Code has become nearly unusable... constant errors/bugs unrelated to user behavior

Reddit · Connor7560 · July 10, 2026
A Claude Code user reported multiple critical system failures including API connection errors that cut off mid-response, process crashes with exit code 3221226505, infinite question loops without pausing for input, and browser-side bugs, all occurring during normal usage. The user, who maintains a $200/month Max plan subscription for approximately 18 months, sought confirmation about whether the instability represented a widespread issue or was specific to their setup. The reported failures resulted in incomplete responses, abrupt context loss, and system malfunctions unrelated to the user's behavior.

Detailed Analysis

A user on Anthropic's $200/month Claude Max plan has published a detailed complaint about a sudden spike in reliability issues with Claude Code, the company's agentic coding tool, along with related instability in the web-based Claude interface. The post, accompanied by screenshots, documents four distinct failure modes encountered over a short span of sessions: mid-response API disconnections that truncate output without warning, a hard process crash bearing a Windows-style exit code (3221226505, associated with STATUS_HEAP_CORRUPTION), an infinite loop in which Claude repeatedly generates follow-up questions without ever pausing to accept user input, and a separate browser-interface bug referencing "Message 48" that the user describes as even more disruptive than the CLI problems. Notably, the poster emphasizes that none of these failures were provoked by unusual prompts or edge-case usage—these were routine sessions—and that despite eighteen months of paid use, this represents the worst stability they have experienced.

The specifics matter because they span multiple layers of the product stack rather than a single isolated bug. A mid-stream connection drop points to backend infrastructure or load-balancing issues; a crash with a heap-corruption-style exit code suggests a memory-management defect in the CLI binary itself; an infinite question loop implicates the agent's control flow or state machine for turn-taking; and a separate web-app glitch indicates the instability isn't confined to the terminal-based tool. When failures cluster across the API layer, the client application, the agentic loop logic, and the browser front end simultaneously, it typically signals either a recent deployment regression or strain from increased load, rather than a single misbehaving component. For a paying power user on the top consumer tier, this kind of cross-cutting breakdown is more alarming than a narrow feature bug because it undermines confidence in the tool's dependability for core, everyday tasks.

This complaint lands amid a broader pattern of scrutiny around Claude Code's reliability as it has become one of Anthropic's flagship products and a significant revenue driver, increasingly used by professional developers for autonomous, multi-step coding tasks. As agentic coding tools take on longer, more complex, and less-supervised workflows, the tolerance for silent truncations, crashes, or control-flow bugs drops sharply, since users are trusting the agent to manage more of the process without close oversight. Infinite loops and abrupt context loss are particularly costly in agentic settings because they can waste compute, burn through usage limits, and destroy accumulated conversational or codebase context that took many turns to build. Community forums and support channels frequently serve as the earliest signal of emerging regressions, often surfacing problems before official status pages or changelogs catch up, and patterns like this one—multiple users reporting similar symptoms in a tight window—are the kind of early warning that companies typically use to trigger hotfixes or rollbacks.

More broadly, this incident reflects the growing pains of the AI coding assistant category as a whole, where tools like Claude Code, GitHub Copilot Workspace, and Cursor are racing to support increasingly autonomous, long-horizon tasks while their underlying infrastructure and orchestration logic are still maturing. High-value subscribers paying premium prices for professional-grade reliability expect production-level uptime and graceful error handling, not crashes with cryptic system-level exit codes or agents stuck in unresponsive loops. As these tools become embedded in real development workflows and, in some cases, replace or augment paid engineering time, the cost of instability rises correspondingly—both in direct productivity loss and in erosion of trust that could push users toward competing products. How quickly and transparently Anthropic addresses reports like this will likely shape perceptions of Claude Code's readiness for mission-critical use as the agentic AI tooling market continues to mature.

Read original article →