Skip to content
AI Training for Teams

Hallucination (AI)

When an AI model confidently generates information that is wrong or entirely invented. It looks like a fact, but it is not a fact.

What it means in practice

An AI model (typically an LLM such as ChatGPT or Claude) gives you an answer that sounds confident and looks like a fact, but is wrong or entirely invented. The best-known examples: made-up sources, laws that do not exist, fictional numbers.

The reason is technical. An LLM does not know the truth. It predicts the most likely continuation of the text from its training data. When it is unsure, it does not say “I do not know”, it says something that sounds right.

Why companies need to know this

How to protect yourself

  1. Do not ask AI for facts you cannot verify. AI is an excellent assistant for structure, concept and a first draft. Not for the truth of a number.
  2. Use RAG (Retrieval-Augmented Generation). The AI answers only from your documents, not from its training data.
  3. Demand sources. Have the AI cite where each fact came from. Check at least one in three.
  4. Human in the loop. For anything with consequences (a customer, the law, money), a person approves it before it goes out.
  5. Log the outputs. So you can trace back where the hallucination came from.

Hallucinations are not a reason not to use AI. They are a reason to use it properly. In the workshop we show the specific processes where hallucinations do not matter, the ones where they are dangerous, and how to keep the two apart.

Want to roll this out in your company? Let us start with a short call.