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

GitHub Code Quality tool launches for Enterprise Cloud and Team plans

GitHub has released Code Quality as a generally available feature for GitHub Enterprise Cloud and GitHub Team subscribers. The tool aims to address code review challenges created by AI-accelerated code generation.

product update

Anthropic launches Reflect dashboard for Claude with usage tracking and break reminders

Anthropic released Reflect, a new dashboard inside Claude's settings that tracks usage patterns and helps users set limits on their chatbot interactions. The tool offers break reminders at 15, 30, or 45-minute intervals and allows users to block access during custom quiet hours on specific days.

changelog

Anthropic reverses course, makes Claude Fable 5 permanent on subscription plans

Anthropic announced July 18 that Claude Fable 5 will remain available on subscription plans, reversing its previous decision to make the model API-only. Max and Team Premium subscribers will receive access at 50% of standard limits starting July 20, while Pro and Team Standard users get a one-time $100 credit.

product update

1Password launches Claude integration that injects credentials without exposing passwords to AI

1Password has released a Mac integration that allows Claude to complete browser-based login tasks without accessing user passwords. The system injects approved credentials directly into web pages while keeping secrets out of Claude's context, memory, and Anthropic's systems entirely.

Comments

Loading...