Hallucination
Also known as: AI hallucination, hallucinations, confabulation, model error
Definition
A phenomenon where an AI model generates incorrect or fictional information but presents it with high confidence.
The generation of content by a machine learning model that is factually incorrect, nonsensical, or ungrounded in its training data or input context.
Why it matters
Hallucinations pose a significant risk for businesses deploying client-facing AI. Understanding why they happen helps you design safety checks, validation rules, and grounding systems to protect your brand reputation.
Improvement tips
- Use retrieval-augmented generation to provide clear facts and instruct the model to say 'I do not know' if the answer is not in the text.
- Set the model temperature parameter to zero to make its answers more factual and less creative.
- Write strict system prompts that forbid the model from making assumptions or guessing details.
Common mistakes
- Trusting AI-generated facts, citations, or URLs without checking their validity.
- Believing that a highly confident tone from the chatbot indicates that the response is accurate.
- Deploying AI in high-risk areas, such as legal or medical advice, without human experts checking every output.
Hallucination before and after
Hallucinations pose a significant risk for businesses deploying client-facing AI.
Related terms
Generative AI
A type of artificial intelligence capable of generating new content, such as text, images, code, or audio, based on patterns learned from training data.
LLM
A type of artificial intelligence model trained on massive amounts of text data to understand, generate, and manipulate human language.
Prompt
The text, question, or set of instructions provided to an AI model to guide its output and generate a response.
Quick check
What is an AI hallucination?
Choose an answer
Frequently asked questions
Do I need to worry about AI hallucinations before starting my business?
What does it cost to prevent hallucinations in my startup tools?
When does the risk of AI hallucinations first become dangerous for a company?
How do I account for AI hallucination risks in my business plan?
Why should an active business owner care about AI hallucinations?
What goes wrong when a business ignores the risk of hallucinations?
How do I stop my business AI tools from hallucinating?
Why is my customer support chatbot still inventing false policies?
What is an AI hallucination in simple words?
Is a hallucinating AI broken or infected with a virus?
Do I need a lawyer or engineer to review every AI response?
Will my AI tool start lying to me on purpose?
Sources: Google Cloud AI Safety, Stanford HAI, OpenAI Developer Guide
Last reviewed: 2026-07-16