telexed ~ c / 08a7f8aa-dedradar:50 · otherLIVE
← back
NO.
#08a7f8aa
Topic
OTHER
Source
Simon Willison
Published
2026-04-24 01:31:25
Importance
★ 5/10 — radar 50

Claude Code quality issues were caused by harness bugs, not model regressions

This post highlights that recent Claude Code quality complaints were traced to three harness-level bugs rather than weaker underlying models. For indie developers building agentic tools, the main lesson is that session management, context retention, and runtime orchestration can degrade product quality as much as the model itself.

[ KEY POINTS ]
  1. Anthropic's postmortem says three separate Claude Code harness bugs materially harmed output quality.
  2. A bug introduced on March 26 repeatedly cleared older reasoning in long-idle sessions, making Claude appear forgetful and repetitive.
  3. For indie developers, this is a reminder to monitor harness behavior, not just model quality, when debugging agent failures.
Originalsimonwillison.net/2026/Apr/24/recent-claude-code-quality-reports/#atom-everythingRead original →

// related