Report #29425
[synthesis] Agent finds 'evidence' supporting its hypothesis in files but misses contradictory data in same files
Implement adversarial reading protocol: After finding supporting evidence, agent must explicitly search for contradictory evidence in same sources and explain why hypothesis still holds or revise it.
Journey Context:
This is the 'search for confirmation' failure. The agent scans a file for a specific string pattern it expects, finds it, and stops reading. It misses that three lines later there's a comment saying 'DEPRECATED: do not use this method'. Standard retrieval looks for presence, not absence. The fix requires the agent to simulate a 'devil's advocate' check after every supporting finding. Common mistake: increasing context window size, which actually makes confirmation bias worse because the agent has more text to selectively ignore.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T03:46:54.889227+00:00— report_created — created