AI hallucinations. When a model makes something up, and says it with the same confidence as the truth.
A hallucination is a false statement produced by an artificial intelligence model with the same fluency and confidence as a true one: a figure, a quotation, a rule, a price that do not exist. The risk lies in the confidence with which it is stated.
OpenAI defines them as plausible but false statements, and in September 2025 attributed them to training and evaluation procedures that reward guessing over acknowledging uncertainty.
A model that knows how to abstain gets far less wrong: in the table published by OpenAI, a model that abstains on 52% of questions gets 26% wrong, one that abstains on 1% gets 75% wrong.
Liability stays with the business. In 2024 a Canadian tribunal ruled against an airline that did not want to answer for the wrong information given by its chatbot.
This entry is part of the glossary of AI and automation, where the term appears as hallucination. Here the definition widens: what they are, why a model makes things up, how often it happens according to published measurements, who is liable, and what makes them rare.
What hallucinations are
In an article of 5 September 2025 OpenAI defines hallucinations as «plausible but false statements generated by language models». They can concern anything: a date, a name, a rule, the title of a book, a number in a document the model was only supposed to read.
The example used by the authors themselves is telling. Asked for the title of the doctoral thesis of one of them, a widely used chatbot confidently gave three different answers, all wrong; asked for his date of birth, three different dates, also all wrong.
Why a model makes things up
An LLM learns to predict the next word on huge amounts of text, and in that text no label says what is true and what is false. Patterns, such as spelling, are learned well. Rare, arbitrary facts, such as the date of birth of a little-known person, cannot be inferred from any pattern, and there the model guesses.
The second cause lies in evaluations. According to OpenAI most tests measure only right answers, and saying «I don't know» scores zero: as in a multiple-choice quiz, guessing pays. A model trained to do well in those tests learns to always answer, even when it does not know.
How often they are wrong: the published measurements
Published measurements vary a lot with the task and with the possibility of abstaining, and none is a forecast for your case. Taken together, they show where the risk lies: in the questions the model cannot answer and answers anyway.
| Measurement | What it found | On which task |
|---|---|---|
| OpenAISeptember 2025 | A model that abstains on 52% of questions gets 26% wrong; one that abstains on 1% gets 75% wrong. |
Questions with a single right answer, from the SimpleQA test. |
| Stanford RegLab2024 | Three legal research tools sold as free of hallucinations are wrong between 17% and 33% of the time. |
Questions of US law, with documents available to the system. |
| Itriatest bench of 4 September 2026 | An unreadable PDF, placed on purpose in a batch of 30 documents, set aside as «other» without an invented field. |
Data extraction from orders, delivery notes and invoices. |
The first row holds the most useful lesson. The two OpenAI models give almost the same share of right answers, 22% against 24%, but the first gets 26 in a hundred wrong instead of 75, because when it does not know it abstains. In a business an «I don't know» costs a question passed to a colleague; an invented answer can cost a customer.
Who is liable: a case decided in court
On 14 February 2024 the Civil Resolution Tribunal of British Columbia, in Canada, decided the case Moffatt v. Air Canada. The chatbot on the airline's website had given a customer wrong information about a bereavement fare, and the airline argued it could not be held liable for what the chatbot said.
The tribunal rejected the argument, in paragraph 27: «It should be obvious to Air Canada that it is responsible for all the information on its website. It makes no difference whether the information comes from a static page or a chatbot». The airline was ordered to refund the fare difference. What your assistant says, for the customer, you say.
Can they be avoided?
They can be made rare, and the key is abstention. OpenAI puts it this way: accuracy will never reach 100%, because some real-world questions have no answer that can be worked out, but hallucinations are not inevitable, because a model can abstain when it is not sure. In a business system three precautions are needed.
The right sources at the moment of the question. A system that answers from the company's documents, with the technique called RAG, can say which document each answer comes from, and whoever reads it can check it.
Permission to say «I don't know». The system has to be built so that, when a source is missing, it stops and passes the question to a person, instead of completing the answer anyway.
A person where errors are costly. Prices, conditions, deadlines and everything that commits the company go through a human in the loop before sending.
How Itria handles them
In Itria's systems the rule is written before the code: when proof is missing, the system stops and alerts a person. On the test bench of 4 September 2026 the unreadable document placed on purpose was set aside as «other», without a single invented field, and across the whole batch 234 of 237 extracted fields were correct.
The knowledge-base chatbot answers from the documents approved by the company and states that it is a system. The principles are written in Ethics, and here the third matters most: the machine prepares, but a person always decides.
Related terms
LLM
The language model that produces the text, and with the text the hallucinations. Understanding how it works explains why it makes things up.
Human in the loop
The person who approves before sending. It is the last line of defence, and it belongs where errors are costly.
RAG
The technique that gives the model the right documents at the moment of the question, so that it answers from them.
Knowledge base
The set of approved documents a system can answer from. If it is out of date, answers are wrong even without hallucinations.
Questions and answers
What are AI hallucinations?
They are false statements produced by an artificial intelligence model with the same fluency and confidence as true ones: a figure, a quotation, a rule, a name or a number that do not exist.
OpenAI defines them as plausible but false statements generated by language models. The risk lies in the confidence with which they are stated, which makes them hard to spot.
Why does artificial intelligence make up answers?
For two reasons, according to the research published by OpenAI on 5 September 2025. The first: a language model learns to predict the next word, and rare, arbitrary facts cannot be inferred from any pattern.
The second: most tests reward only right answers, and saying I don't know scores zero, so models learn to guess instead of admitting uncertainty.
Can AI hallucinations be avoided?
They can be made rare. OpenAI writes that accuracy will never reach 100%, but that hallucinations are not inevitable, because a model can abstain when it is not sure.
In a business system three precautions are needed: give the model the right sources at the moment of the question, build it to stop when a source is missing, and put a person before sending where errors are costly.
Who is liable if a chatbot gives wrong information?
In Moffatt v. Air Canada, decided on 14 February 2024 by the Civil Resolution Tribunal of British Columbia, the airline argued it could not be held liable for what its chatbot said. The tribunal decided otherwise: the company is responsible for all the information on its website, whether it comes from a page or from a chatbot.
It is a Canadian decision, cited for the principle; the concrete case goes to whoever advises the business.
What are examples of AI hallucinations?
A citation of a law or ruling that does not exist, an invented statistic, the wrong title of a book or a thesis, a false date of birth, a fare or commercial condition the company never offered, a total filled in on an unreadable document.
OpenAI recounts that a widely used chatbot gave three different titles, all wrong, for the doctoral thesis of one of its researchers.
Notes on sources
- The definition, the thesis example, the two causes and the table with 52%, 26%, 1% and 75% come from OpenAI, Why language models hallucinate, 5 September 2025, read on 26 September 2026. It is the view of those who develop the models, published together with a research paper; the table comes from the system card of one of their models.
- The 17% and 33% come from the pre-registered evaluation by Stanford's RegLab group, Hallucination-Free? Assessing the Reliability of Leading AI Legal Research Tools, 2024: three US legal tools on questions of law, a harder task than those of an SME.
- The decision is Moffatt v. Air Canada, 2024 BCCRT 149, of 14 February 2024, read on 26 September 2026 on the tribunal's website; the quotation is in paragraph 27. It is a decision by a Canadian small-claims tribunal: it is not a precedent in Italy, and we cite it for the principle.
- The unreadable document and the 234 correct fields out of 237 come from an Itria measurement on a test bench on 4 September 2026, 30 documents. It is a test system, not work done for a client.
A reliable system knows when to stop. It is the first thing to ask whoever proposes one to you.
The first step with Itria is a fifteen-minute video call: we look at where a system could work for you and at which points it must stop and hand over to a person. Write us a line about what weighs on you. We take the first step: what a customer sees when they look for you, and what we found there. Even if we don't end up working together.