What's in this guide
A practical, honest walkthrough — skim to what you need.
Foundations: what hallucinations are and why they happen (the token-prediction root cause).
Technique 1 — Grounding and RAG: give the model the source instead of trusting its memory.
Technique 2 — Require citations: make every claim quotable and checkable.
Technique 3 — Permission to abstain: let the model say 'I don't know'.
Technique 4 — Verification prompts: a second pass that fact-checks the first.
Technique 5 — Temperature and decoding: lower randomness for factual work.
Technique 6 — Scope and decomposition: smaller, bounded asks fabricate less.
The honest limits of prompting, a summary table, FAQs, and a 'Sources & further reading' section.