Because LLMs generate plausible-sounding text by predicting tokens, they can produce fluent, confident, wrong answers — invented citations, fake APIs, false facts. It's not lying; the model has no notion of truth, only likelihood. Mitigations: grounding via RAG, asking for citations, lowering temperature, and verifying outputs. Never deploy LLM output as fact in high-stakes settings without a check.