LearnAI home

Protecting Yourself ยท Lesson 4

How to Verify What an AI Tells You

A quick, repeatable check that catches confident nonsense.

Confident is not the same as correct

An AI assistant will never say it has a headache, never hedge because it is tired, and never trail off unsure. It answers every question in the same steady, well organised voice, whether the answer is solid, shaky or entirely invented. We are used to reading confidence as a signal of competence, because in people it usually is. Here it is just the house style.

The good news is that catching the errors does not require expertise. It requires a habit that takes about ninety seconds.

In plain English

Hallucination:
When an AI states something false as if it were fact. Not lying, since there is no intent, but wrong all the same.
Citation:
A reference to a source. AI tools can produce perfectly formatted ones that lead nowhere.
Grounding:
Connecting an answer to real documents or live search results rather than to the model's memory.
Confirmation bias:
The very human habit of checking hard when we dislike an answer and barely at all when we like it.

Why the fake sources look so good

This is the part that surprises people. If a model is going to invent something, why does it invent a reference with a plausible journal, a sensible year, page numbers and an author who genuinely works in that field?

Because formatting is the easy part. These systems are built to produce text that fits the pattern of the text around it. A citation is one of the most regular patterns in all of written English, so producing a flawless looking one is trivial. Whether the paper exists is a completely separate question that the pattern does not touch.

This is why the tidiness of a reference tells you nothing at all. Lawyers in several countries have been sanctioned for filing documents containing case citations that looked entirely ordinary and referred to cases that had never existed. They were not careless people. They were people who applied the normal test, which is does this look right, to a system that is exceptionally good at looking right.

A perfectly formatted source is not evidence. The only test that counts is whether you can open it and find the claim inside it.

The four step check

One: ask for sources up front. Do it in the original prompt, not afterwards. Ask for links, and add that it should tell you when it does not have one.

Two: follow at least one link. Not all of them, unless the stakes are high. One. Open it, and look for the specific claim, not just a page on roughly the right topic. Broken links, redirects to a homepage, and pages that turn out to say something slightly different are all extremely common.

Three: check a fact you already know. Ask about the part of the subject where you are the expert. If it gets your own field subtly wrong, and it often will, you have just calibrated how much to trust the rest.

Four: be most suspicious when the answer is exactly what you wanted. This is the one that saves careers. When an answer confirms the argument you were already making, your instinct to check disappears at precisely the moment you need it most.

Checkpoint

Ask for sources, open at least one, test it on something you already know, and check hardest when the answer flatters you.

Better prompts get more honest answers

You cannot make a model reliable, but you can make it easier to catch out.

โŒ Weak prompt

Prompt

Give me three statistics about remote working productivity, with sources.

Output

A 2021 study in the Journal of Organisational Behaviour found a 13 percent productivity increase among remote workers (Hartley and Nunez, 2021, pp. 44 to 61).

Specific, well formatted, and possibly fictional. Asking for statistics with sources invites the model to produce the shape of evidence, because that is what the request rewards.

โœ… Good prompt

Prompt

Search the web for evidence on remote working and productivity. For each finding give me a working link, the publishing organisation and the date. Mark anything you cannot link to as UNVERIFIED and do not include it in the summary. If the evidence is mixed or contested, say so instead of picking a side.

Output

Two linked sources point in opposite directions, so the picture is contested. One item I recalled but could not locate a link for is marked UNVERIFIED below.

Grounded in search, forces the gaps into the open, and gives you something you can actually click. The mixed picture is usually the honest one.

Prompt you can copy: the verification prompt

Answer the question below. Then, before anything else:

  1. List every factual claim you made that a reader could check.
  2. Give a working link for each one, with the publisher and the date.
  3. Mark anything you cannot source as UNVERIFIED and explain why.
  4. Tell me which parts of your answer you are least confident about, and why. Do not fill gaps with plausible-sounding detail. Missing is better than invented.

QUESTION: [your question]

Prompt you can copy: argue against yourself

You have just given me an answer I agree with, which is exactly when I should be careful. Now do the opposite job.

  1. Make the strongest honest case against what you just told me.
  2. List what would have to be true for your original answer to be wrong.
  3. Tell me which specific facts I should check first to settle it. Be genuinely critical. Do not soften it to keep me happy.
Prompt you can copy: the known-fact test

Before I rely on you for [topic], I want to calibrate. Explain [a thing I already know well] in detail, including specifics, dates and any exceptions. I will check this against what I know. Be precise rather than general, and say plainly where your knowledge may be out of date or incomplete.

Where errors cluster

Some answers deserve much more checking than others. Numbers, dates and direct quotes are the classic weak points, because a near miss reads exactly like a hit. Anything recent is risky, since a model's knowledge has a cutoff and it may not know what it does not know. Small organisations, local details and niche technical questions are thinner ground than famous subjects. And anything with real consequences (legal, medical, financial, or a claim you are about to put in front of a client) belongs in a different category entirely: verify it or do not use it.

Meanwhile, brainstorming, rewriting your own text, structuring an argument and explaining a concept you can sanity check yourself are all low risk. Spend your ninety seconds where it matters.

If you are about to publish something, present it, or send it to a client, every checkable claim in it is yours. Not the tool's. That is not a moral point, it is simply how everyone else will see it.

๐Ÿ“ Quiz

Question 1 of 4

Why do AI tools produce citations that look perfectly formatted but lead nowhere?

Found this useful? Pass it on.