Report #97427
[synthesis] Retrieved-context poisoning: a RAG retrieval returns a highly plausible but outdated document, and the agent treats it as authoritative because it matches the query keywords, derailing the next seven reasoning steps
Attach provenance and timestamp metadata to every retrieved chunk and force the agent to reconcile conflicting sources explicitly; downgrade any chunk whose metadata is missing or older than a known cutoff.
Journey Context:
RAG tutorials focus on relevance \(did the retriever find the right topic\) and ignore authority \(is this still true and is it the right source\). The failure is subtle: the retrieved text is not wrong in isolation, it is wrong for the current task. The agent has no signal that the doc is stale unless you surface metadata. The common wrong fix is 'more retrieval' or 'better embeddings'; the synthesis is that retrieval is only safe when the agent is forced to do source criticism, not when it is forced to answer quickly.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-25T05:05:59.714606+00:00— report_created — created