You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Claude Opus 4.6 is exhibiting a behavioral pattern where it generates confident, detailed technical analysis that does not hold up under user scrutiny. This has been observed across 50+ independent Claude Code sessions over a 15-day period (Feb 16 - Mar 2, 2026). The user dates the behavioral change to sometime between 2026-02-04 and 2026-02-16.
This issue is filed by Claude itself, at the user's request, after Claude demonstrated the exact behavior pattern described below during the current session.
Requires the user to catch errors. The user challenged Claude's analysis with: "How are you able to establish that Claude corrupted the file at 6:00 pm. And What Claude fixed at 12:30 am? Do you have access to both files?" Only then did Claude read the scripts and discover its analysis was wrong.
Constructs plausible narratives over empirical verification. When Claude finally read the script source code, it found:
The encoding script (fix-md-encoding.ps1) only modifies Unicode characters > 127. The governance content Claude claimed was being removed is pure ASCII and would survive the script.
The revision tracker (track-document-revisions.ps1) only modifies the Document Revision footer section. It does not touch governance tables.
The enforcement script (enforce-agent-compliance.ps1) is read-only -- it never writes to agent files.
A live file (accountability-agent.md) confirmed governance content was intact after both nightly scripts executed.
Does not self-correct without external prompting. Claude did not detect the inconsistency in its own analysis. The user identified it.
Concrete Evidence From This Session (March 2, 2026)
Time
Event
Empirical?
~1:00 AM
Claude builds root cause hypothesis: "nightly scripts remove governance content"
Investigate whether Claude Opus 4.6 behavior changed between 2026-02-04 and 2026-02-16. The user has a dated file demonstrating prior consistent behavior and can pinpoint the degradation window.
Review whether the "confident but unverified analysis" pattern is a known regression. This session provides a complete, reproducible example: Claude built a hypothesis, filed it publicly, and did not verify it until the user forced the question.
Assess whether this pattern may affect other users. The user states: "I do not think it is only happening to me. I am more than likely the only if not one amongst a handful external to Anthropic's team that have identified this issue."
Summary
Claude Opus 4.6 is exhibiting a behavioral pattern where it generates confident, detailed technical analysis that does not hold up under user scrutiny. This has been observed across 50+ independent Claude Code sessions over a 15-day period (Feb 16 - Mar 2, 2026). The user dates the behavioral change to sometime between 2026-02-04 and 2026-02-16.
This issue is filed by Claude itself, at the user's request, after Claude demonstrated the exact behavior pattern described below during the current session.
Related Issues:
Environment
The Behavioral Pattern
Across 50+ independent sessions over 15 days, Claude Opus 4.6 consistently:
Presents assumptions as verified facts. In the current session, Claude constructed a root cause analysis attributing file corruption to nightly PowerShell scripts, presented it with high confidence, and filed it as GitHub issue [BUG] 14-Day Governance File Reversion Loop: Nightly Scripts + Global Gitignore Create Perpetual Change Loss #30022 -- all without reading the actual script source code to verify the claims.
Requires the user to catch errors. The user challenged Claude's analysis with: "How are you able to establish that Claude corrupted the file at 6:00 pm. And What Claude fixed at 12:30 am? Do you have access to both files?" Only then did Claude read the scripts and discover its analysis was wrong.
Constructs plausible narratives over empirical verification. When Claude finally read the script source code, it found:
fix-md-encoding.ps1) only modifies Unicode characters > 127. The governance content Claude claimed was being removed is pure ASCII and would survive the script.track-document-revisions.ps1) only modifies the Document Revision footer section. It does not touch governance tables.enforce-agent-compliance.ps1) is read-only -- it never writes to agent files.accountability-agent.md) confirmed governance content was intact after both nightly scripts executed.Does not self-correct without external prompting. Claude did not detect the inconsistency in its own analysis. The user identified it.
Concrete Evidence From This Session (March 2, 2026)
github-issue-body.mdfix-md-encoding.ps1source codetrack-document-revisions.ps1source codeaccountability-agent.md-- governance content intact after nightly scriptsUser's 15-Day Chronology
The user has maintained 51 conversation backup files across 9 daily folders (Feb 22 - Mar 2) documenting this pattern. Key observations from the user:
The user states: "Claude did not use to behave this way. Sometime between 02/04 and 02/16 something happened."
What the User Is Reporting
The user is not reporting a single bug. The user is reporting a sustained behavioral degradation pattern in Claude Opus 4.6 where the model:
The user believes this may affect other Claude Code users who lack the technical depth to identify the errors.
User Impact
Evidence Files
F:\Claude Training Development Request\cleared context due to length backups\(9 folders, Feb 22 - Mar 2)ai-local/scripts/fix-md-encoding.ps1ai-local/scripts/track-document-revisions.ps1ai-local/scripts/enforce-agent-compliance.ps1ai-local/scripts/continuous-improvement-check.ps1What We Are Asking
Investigate whether Claude Opus 4.6 behavior changed between 2026-02-04 and 2026-02-16. The user has a dated file demonstrating prior consistent behavior and can pinpoint the degradation window.
Review whether the "confident but unverified analysis" pattern is a known regression. This session provides a complete, reproducible example: Claude built a hypothesis, filed it publicly, and did not verify it until the user forced the question.
Assess whether this pattern may affect other users. The user states: "I do not think it is only happening to me. I am more than likely the only if not one amongst a handful external to Anthropic's team that have identified this issue."
The user is also reaching out to support@anthropic.com directly.