01What causes an LLM to hallucinate?
A hallucination is a confident, fluent answer that is factually wrong or unsupported. It happens because a language model predicts the most likely next token, not the most true one. When the model lacks grounding, faces an ambiguous prompt, or is pushed outside its training distribution, it fills the gap with plausible-sounding text.
