Report #104013
[synthesis] An early wrong assumption poisons every later step in an agent trajectory
Never let the agent's own prior outputs enter context as unverified facts. Maintain a separate 'verified facts' ledger that only accumulates externally validated state; the agent's working memory must be allowed to be overwritten on each turn.
Journey Context:
The common fix is 'tell it to check its work,' but LLMs exhibit sycophancy and confirmation bias: they treat their previous tokens as evidence. Each step becomes a self-consistency loop that reinforces the initial error. Single sources discuss sycophancy or retrieval noise in isolation; the synthesis is that agent trajectories turn mild hallucinations into locked-in 'facts' because context windows preserve and weight earlier outputs. The ledger pattern breaks the feedback loop.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-13T05:05:08.688239+00:00— report_created — created