Why does the AI make things up even when I don't ask it to invent?
Because the AI is not fetching a fact and repeating it. A large language model generates the next likely word from statistical patterns in its training data. If you ask about a subject the training data covered thinly, the model still generates a fluent, plausibly-shaped sentence. It has no internal signal that says 'I do not know this'. The invention is a side effect of how it produces every sentence.
Can I stop hallucination by prompting more carefully?
No, but you can reduce it a lot. Careful prompting narrows the range of plausible completions and pushes the model toward safer paths. Asking it to 'quote your source verbatim' or 'answer only from the document I have pasted below' both help, because they change what the next-word predictor is being asked to predict. Even a well-prompted chatbot will occasionally produce a confident falsehood, especially on obscure topics.
Does raising the AI's 'temperature' setting make hallucinations worse?
Somewhat, but temperature is not the main driver. Higher temperature widens the range of plausible next tokens, so the model wanders further from its highest-probability answer and can invent more freely. However, hallucination also happens at temperature zero because the highest-probability continuation is itself often plausible-sounding fiction. Lowering temperature reduces creative flourishes; it does not turn a language model into a fact-retrieval system.
How do I explain hallucination to a Y3 without frightening them?
Frame it as the computer being an enthusiastic guesser rather than a liar. Pupils this age already know phrases like 'making things up' or 'sounding sure but being wrong'. A useful line is 'the chatbot is very good at sounding right, so we have to be very good at checking'. Position pupils as the clever verifier, the grown-up in the room who checks. That gives them agency, not anxiety.
Should pupils be allowed to use AI in coursework research?
Yes, with the same rule you already apply to Wikipedia. It can generate leads but is not a source. AI is powerful for orienting a pupil in a new topic, brainstorming angles, or sketching a first paragraph they will heavily rewrite. It is not powerful for citing or reporting specific facts unless every claim has been checked against a primary or peer-reviewed source. Exam boards now require declared AI use.
How does hallucination differ from a search engine returning a wrong result?
A search engine returns a link to a real page. If the page is wrong, the wrongness sits in a source you can name, date, and blame. A chatbot returns generated text that never sat anywhere before it was produced. There is no page to check and no publisher to hold accountable. A wrong search result is a bad source; a hallucination is a plausible sentence with no source.
How do I frame verification without making pupils cynical about AI?
Frame verification as the professional habit of anyone who uses powerful tools. Doctors verify a diagnosis with a second test. Journalists verify a quote with a second source. Engineers verify a calculation with a colleague. Using AI without verification is unprofessional in exactly the same way. That framing swaps cynicism for craft. You are not teaching pupils to distrust AI, you are teaching them the finishing move.
What should a workforce learner in Care, Construction or Manufacturing take away?
Sector-specific stakes. In Care, a hallucinated dosage or allergy detail can kill; treat any AI-produced clinical text as a draft to check against the resident's record. In Construction, hallucinated tolerances or Building Safety Act references are structural risks; verify against the manufacturer's data sheet and the current regs. In Manufacturing, hallucinated ISO clauses or COSHH data are audit failures. Fluent AI text is a first draft, not a source.
Do newer or larger models hallucinate less than older ones?
Less often on well-covered topics, and sometimes more confidently on obscure ones. Bigger models produce smoother, more fluent text, which makes their occasional inventions harder to catch. Some published leaderboards show hallucination rates dropping over successive model generations, others show them creeping back up as models are pushed to answer harder questions. Progress is real but not monotonic; verification stays essential regardless of model version.
If hallucination is so common, why does AI seem right most of the time?
Because most of what people ask a chatbot sits inside the fat middle of its training data. Common questions, well-documented topics, mainstream facts: the model has seen a thousand variations of the correct answer, so the most statistically likely continuation is the true one. Hallucination clusters at the edges: obscure names, small places, recent events, niche technical detail. AI is reliable on the well-trodden and dangerous on the thin.