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

changelog

Anthropic Python SDK v0.106.0 marks Claude Opus 4.1 as deprecated

Anthropic released version 0.106.0 of its Python SDK on June 5, 2026, marking Claude Opus 4.1 as deprecated. The update also includes bug fixes for Foundry client methods and schema transformation handling.

product update

Replit launches SEO Agent to automate search optimization for deployed apps

Replit has launched SEO Agent, an automated tool that scans deployed applications for search optimization issues and can automatically apply fixes. The agent checks crawlability, meta tags, semantic structure, and generates recommendations ranked by impact, with changes applied as separate reviewable tasks.

product update

OpenAI plans ChatGPT redesign to integrate coding tools, image generation, and third-party apps

OpenAI will roll out a redesigned ChatGPT interface in the coming weeks that integrates coding tools, image generation capabilities, and third-party applications from partners including Canva and Booking.com. The overhaul, first reported by The Financial Times, aims to shift users from simple chat interactions to multi-task workflows, particularly targeting enterprise customers.

product update

Google Gemini app adds Contacts integration to find, edit, and delete contact information

Google is rolling out a new Contacts integration for the Gemini app. The feature, available in Personal Intelligence > Connected Apps, allows Gemini to find, add, edit, or delete contacts through natural language prompts.

Comments

Loading...