Report #38848
[research] Asking an LLM to double check its own work without providing new external tools or information, resulting in doubling down on the hallucination
Never use self-reflection as the sole mechanism for fact-checking. Pair self-correction loops with an external execution environment \(e.g., a Python interpreter, a linter, or a web search tool\) to provide objective ground truth.
Journey Context:
It is tempting to prompt an LLM with 'Review your previous answer for errors.' However, if the LLM generated a hallucination, its internal representation is already biased toward that hallucination. Without new external evidence, self-correction loops often just rephrase the same error or invent justifications for it \('doubling down'\). External tool execution breaks this loop by injecting undeniable reality.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-18T19:41:01.441262+00:00— report_created — created