claude-code - 💡(How to fix) Fix Sudden reasoning quality degradation — model behavior change April 9-10, 2026? [3 comments, 3 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#46143Fetched 2026-04-11 06:27:56
View on GitHub
Comments
3
Participants
3
Timeline
8
Reactions
4
Timeline (top)
commented ×3labeled ×3cross-referenced ×1subscribed ×1

Experienced a sudden, significant degradation in Claude Code reasoning quality and instruction-following between April 9th ~4PM MDT and April 10th, 2026. No client-side changes explain it.

Root Cause

Experienced a sudden, significant degradation in Claude Code reasoning quality and instruction-following between April 9th ~4PM MDT and April 10th, 2026. No client-side changes explain it.

Fix Action

Fix / Workaround

  • Simple bug fixes that previously took 1-2 attempts now take 7-10 rounds of failures
  • Model stops invoking skills/slash commands (/plan, /bug, /learn) that it previously used consistently
  • Model stops using TaskCreate for progress tracking despite system reminders
  • Model defaults to general-purpose agents instead of routing to specialists (dispatch rules in context are ignored)
  • Model implements directly in main context instead of delegating to subagents
  • Overall "reasoning quality" feels noticeably lower — more surface-level responses, less deep analysis
RAW_BUFFERClick to expand / collapse

Summary

Experienced a sudden, significant degradation in Claude Code reasoning quality and instruction-following between April 9th ~4PM MDT and April 10th, 2026. No client-side changes explain it.

Symptoms

  • Simple bug fixes that previously took 1-2 attempts now take 7-10 rounds of failures
  • Model stops invoking skills/slash commands (/plan, /bug, /learn) that it previously used consistently
  • Model stops using TaskCreate for progress tracking despite system reminders
  • Model defaults to general-purpose agents instead of routing to specialists (dispatch rules in context are ignored)
  • Model implements directly in main context instead of delegating to subagents
  • Overall "reasoning quality" feels noticeably lower — more surface-level responses, less deep analysis

Environment

  • Claude Code version: 2.1.81 (installed March 23, 2026)
  • Model: claude-opus-4-6 (1M context)
  • Platform: Linux (Debian 13, AMD Ryzen 9 5900X)
  • No client update occurred between the working and degraded states
  • Governance rules, agent definitions, and memory files were stable — the behavioral change was sudden, not gradual

What was ruled out

  • Client update: binary unchanged since March 23
  • Settings changes: some hooks were added but the degradation pattern (reasoning quality, not just skill invocation) predates those changes
  • Context size: governance context is ~57K-76K tokens (~6-13% of 1M budget), well within limits
  • Hook performance: all hooks under 200ms, no blocking

Question

Was there a server-side model update or configuration change to claude-opus-4-6 between April 9th and April 10th, 2026 that could explain this behavioral shift? The degradation is consistent across multiple independent sessions and projects.

Impact

This is a production workflow — the governance layer (18 specialized agents, 21 rule files, 15 skills, 52 scripts) was built over weeks and relies on consistent instruction-following. A sudden regression in the model's ability to follow complex system prompts breaks the entire workflow.

extent analysis

TL;DR

Investigate potential server-side updates or configuration changes to the claude-opus-4-6 model between April 9th and April 10th, 2026, as these may have caused the degradation in reasoning quality and instruction-following.

Guidance

  • Verify with the model providers or server administrators if any updates or changes were made to the claude-opus-4-6 model during the specified timeframe.
  • Check for any changes in the model's configuration, such as updates to the model's weights, hyperparameters, or training data.
  • Review the model's performance metrics and logs to see if there are any indicators of what might be causing the degradation.
  • Consider reaching out to the model providers or developers for assistance in troubleshooting the issue.

Notes

The issue seems to be related to a sudden change in the model's behavior, which suggests that an external factor, such as a server-side update or configuration change, might be the cause. However, without more information about the model and its configuration, it is difficult to provide a more specific solution.

Recommendation

Apply workaround: While investigating the cause of the issue, consider using a previous version of the model or a different model that has been tested and validated to ensure consistent instruction-following and reasoning quality. This can help mitigate the impact of the degradation on the production workflow.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Sudden reasoning quality degradation — model behavior change April 9-10, 2026? [3 comments, 3 participants]