claude-code - 💡(How to fix) Fix Opus 4.6: fails to synthesize facts established in same conversation [1 comments, 2 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#48498Fetched 2026-04-16 06:58:32
View on GitHub
Comments
1
Participants
2
Timeline
3
Reactions
0
Timeline (top)
labeled ×2commented ×1

When using Claude Opus 4.6 (1M context) in Claude Code, the model repeatedly fails to combine two or more facts that were established earlier in the same conversation to derive an obvious conclusion. The context window is not near capacity — these are facts from minutes or hours ago in the same session.

Root Cause

When using Claude Opus 4.6 (1M context) in Claude Code, the model repeatedly fails to combine two or more facts that were established earlier in the same conversation to derive an obvious conclusion. The context window is not near capacity — these are facts from minutes or hours ago in the same session.

RAW_BUFFERClick to expand / collapse

Description

When using Claude Opus 4.6 (1M context) in Claude Code, the model repeatedly fails to combine two or more facts that were established earlier in the same conversation to derive an obvious conclusion. The context window is not near capacity — these are facts from minutes or hours ago in the same session.

Concrete examples from a single session (April 15, 2026)

Example 1: RSIN derivation

  • Fact A (established via web research): Dutch VAT number structure is NL + RSIN + B + suffix
  • Fact B (established via VIES verification): Fiscal unity VAT number is NL828087970B02
  • Expected: Model derives RSIN = 828087970 immediately
  • Actual: Model told user to "ask your accountant for the RSIN" — multiple turns later, user pointed out the derivation themselves

Example 2: Payslip already verified

  • Fact A (established earlier in session): April payslip verified — gross €4,833.33, net €3,264.47, loonheffing €1,247.92
  • Fact B (during operational scan): Gmail shows April payslip email as "UNREAD"
  • Expected: Model notes the payslip is already in the data layer, no action needed
  • Actual: Model flagged it as "worth checking" — user had to remind the model that we literally just verified these numbers

Example 3: Email thread references

  • Model drafted an email referencing the wrong email threads, paraphrasing from memory instead of reading the actual thread content
  • When corrected and asked to read the threads, the model found the correct references but had not done so proactively

Pattern

The model treats each sub-question as isolated, answering from the nearest available information rather than cross-referencing everything established in the session. The user described this as "path of least resistance" — locally correct answers that miss the holistic picture.

This is not a context window issue (session was well within limits). It appears to be a synthesis/retrieval issue where the model doesn't proactively scan its own prior outputs when formulating a new response.

Impact

In an AI-assisted workflow where the model is expected to accumulate knowledge across a session and reason across domains, this failure mode forces the user to manually re-state facts and catch missed connections. It undermines trust and significantly reduces productivity.

Environment

  • Model: Claude Opus 4.6 (1M context), max effort
  • Tool: Claude Code CLI
  • Session type: Multi-hour operational session with domain knowledge, email drafting, tax research, and data verification

extent analysis

TL;DR

The model's failure to synthesize prior knowledge within a session can be mitigated by explicitly re-providing relevant context or rephrasing questions to encourage cross-referencing of established facts.

Guidance

  • Verify that the issue persists when using the maximum context window and effort settings, as this might help the model to better retain and cross-reference information.
  • Consider rephrasing questions or providing explicit reminders of previously established facts to help the model connect them to new queries.
  • Evaluate if there's a pattern in the types of questions or topics where the model fails to synthesize prior knowledge, which could help in identifying a more specific workaround or fix.
  • Test if using a different model version or adjusting the session settings (e.g., context window size) improves the model's ability to synthesize information across the session.

Example

No specific code snippet can be provided without more details on the API or interface used to interact with Claude Opus 4.6. However, an example of rephrasing a question to include prior context might look like: "Given the Dutch VAT number structure is NL + RSIN + B + suffix and the fiscal unity VAT number is NL828087970B02, what is the RSIN?"

Notes

The provided information suggests a limitation in the model's ability to synthesize knowledge across a session rather than a context window issue. The effectiveness of any workaround may depend on the specific use case and the model's version.

Recommendation

Apply workaround: Given the described behavior is likely a model limitation rather than a configuration issue, working around it by explicitly providing context or rephrasing questions seems the most viable immediate solution. This approach can help mitigate the issue until a potential model update or fix is available.

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