Report #97964
[research] Assuming retrieval-augmented generation eliminates hallucinations even when retrieved sources are wrong or irrelevant.
Treat retrieval as a separate failure mode: validate retrieved sources for relevance, authority, and recency; never assume RAG guarantees factuality.
Journey Context:
Huang et al.'s survey classifies hallucinations into intrinsic, extrinsic, and contextual types, showing that RAG mainly addresses intrinsic hallucination while retrieval errors can cause new contextual hallucinations. Mallen et al. further argue for adaptive retrieval rather than always retrieving. For coding agents, stale package docs or a wrong GitHub issue will poison the answer unless each source is sanity-checked.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-26T05:00:15.026916+00:00— report_created — created