product updateAnthropic

Anthropic identifies three bugs causing Claude Code quality degradation over two months

TL;DR

Anthropic confirmed that widespread complaints about Claude Code quality degradation were caused by three separate bugs in the coding assistant's harness, not the underlying models. One critical bug caused Claude to clear its thinking context every turn in sessions that had been idle for over an hour, making it appear forgetful and repetitive.

2 min read
0

Anthropic identifies three bugs causing Claude Code quality degradation over two months

Anthropic has published a postmortem confirming that user complaints about Claude Code quality issues over the past two months were caused by bugs in the coding assistant's infrastructure, not the underlying AI models.

According to the company's analysis, three separate issues in the Claude Code harness created "complex but material problems which directly affected users."

Critical session bug affected idle workflows

The most significant bug stemmed from a March 26 update intended to improve performance. According to Anthropic: "We shipped a change to clear Claude's older thinking from sessions that had been idle for over an hour, to reduce latency when users resumed those sessions. A bug caused this to keep happening every turn for the rest of the session instead of just once, which made Claude seem forgetful and repetitive."

This bug particularly impacted developers who maintain long-running sessions. Simon Willison, who flagged the postmortem, noted he frequently leaves Claude Code sessions idle for an hour or longer and currently maintains 11 such sessions simultaneously. He estimates spending more time in these "stale" sessions than in recently started ones.

Harness complexity revealed

The incident highlights the technical challenges of building reliable AI coding assistants beyond model performance. All three identified bugs occurred in the harness layer that connects users to the underlying Claude models, rather than in the models themselves.

Anthropic has not disclosed specific details about the other two bugs or when fixes were deployed. The company also has not provided information about compensation or service credits for affected users during the two-month period.

What this means

This case demonstrates that AI coding assistant quality depends on more than model capabilities alone. The infrastructure managing context, session state, and user interactions introduces its own failure modes that can significantly degrade user experience. For teams building agentic systems, these "harness bugs" represent a distinct category of technical debt separate from model improvements. The fact that these issues persisted for two months before public acknowledgment also raises questions about monitoring and quality assurance processes for production AI systems.

Related Articles

product update

Claude Code 2.1.277 Adds AGENTS.md Support Via New Mods System

Anthropic engineer Thariq Shihipar announced that Claude Code version 2.1.277 now supports AGENTS.md files as a fallback when no CLAUDE.md is present. The feature is implemented through Claude Code mods, a new customization system for the coding agent's harness.

product update

Anthropic Relaunches Claude Code Projects to Coordinate Multiple Cloud Agents

Anthropic has relaunched Projects in Claude Code, letting users direct multiple AI agent 'threads' that work in parallel under a coordinating agent. The beta feature rolls out today to select Claude Pro and Max subscribers, with broader access planned later.

product update

Anthropic Rebuilds Claude Code Projects to Run Parallel AI Agent Threads

Anthropic has rebuilt Claude Code's Projects feature so a coordinator agent splits user goals into parallel cloud-based threads, each capable of opening pull requests and running tests. The beta is limited to select Pro and Max subscribers, with Team, Enterprise, and local execution support coming later.

product update

Meta's Muse AI Agent App Hits 730,000 Downloads, Overtakes ChatGPT on iOS Charts

Meta's Muse AI agent app overtook ChatGPT as the top free iOS app in the U.S., racking up 730,000 downloads in its first five days, according to Sensor Tower. The app, powered by Meta's Muse Spark model family, marks Zuckerberg's biggest push yet into AI agents.

Comments

Loading...