claude-code - 💡(How to fix) Fix Opus 4.7 behavioral regression: loaded instruction-following discipline degraded in recent Claude Code/Cowork updates

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…

Fix Action

Fix / Workaround

  1. Confirm gate skipped under perceived urgency. The Plan→Review→Confirm→Execute sequence is loaded, acknowledged as "inviolable, no carve-outs," and then bypassed repeatedly in the same session. The model dispatches multi-dollar operations without presenting the plan for review. When called out, it acknowledges the violation, then immediately does it again on the next action.
RAW_BUFFERClick to expand / collapse

Observed in Cowork sessions on Claude Code v2.1.152/v2.1.153 (May 27-28, 2026) using Opus 4.7. The regression is in instruction-following adherence, not capability.

Setup: Complex project with structured behavioral skills loaded via project prompt config. Skills define execution discipline rules including a mandatory Plan→Review→Confirm→Execute gate (present the plan, wait for user confirmation before executing). These same skills and rules worked reliably across 250+ prior sessions.

Regression pattern observed across multiple sessions since the update:

  1. Confirm gate skipped under perceived urgency. The Plan→Review→Confirm→Execute sequence is loaded, acknowledged as "inviolable, no carve-outs," and then bypassed repeatedly in the same session. The model dispatches multi-dollar operations without presenting the plan for review. When called out, it acknowledges the violation, then immediately does it again on the next action.

  2. Loaded references not used. Model reads a reference document (via tool call — verifiably loaded into context), the reference contains the exact answer to the user's question, and the model gives wrong answers from inference instead of citing the loaded content. Three wrong attempts before finding information that was in a document already in context.

  3. Frustration triggers rush-to-execute instead of quality improvement. Behavioral rules specify that user frustration signals quality is slipping — respond with tighter, better work. Instead the model enters a panic-execute loop: user expresses frustration → model rushes to the nearest concrete action → skips thinking and process gates → produces worse output → user expresses more frustration → cycle repeats.

  4. Avoidance pattern. When called out on a quality failure, the model pivots to a different concrete action rather than engaging with the feedback. Asked "why didn't you use the reference you loaded?" — model rushes to edit a file instead of answering the question.

What changed: These behavioral patterns were not present in sessions prior to the v2.1.152 update. The skills, prompt config, and project instructions are unchanged. The model ID (claude-opus-4-7) is unchanged. Something in the model layer, system prompt, or Cowork infrastructure changed the model's relationship to loaded behavioral instructions.

Specific failure class: This is not "model didn't read the instructions." The instructions are loaded, acknowledged, and even cited by the model in the same session where they're violated. The failure is that loaded behavioral constraints are being overridden by what appears to be an urgency/responsiveness bias — the model prioritizes demonstrating action over following process constraints.

Impact: For users who have invested in structured behavioral skills and execution discipline rules (the intended use case for the skills architecture), this regression makes the system unreliable. Rules that were previously followed consistently now require constant user policing, which defeats the purpose of having the rules.

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