Courses Understanding Artificial Intelligence Detecting and Mitigating AI Errors

AI Pathologies

Detecting and Mitigating AI Errors

A practical guide to keeping AI honest

13 min read · Lesson 12 of 18

Trust but Verify

You now know that AI models hallucinate, agree when they shouldn't, and deliver wrong answers with unshakeable confidence. So how do you use AI without getting burned?

The answer isn't to stop using AI. It's to develop systematic verification habits — like wearing a seatbelt. Cars are useful but dangerous. We don't stop driving; we drive carefully.

The goal is not to distrust AI, but to trust it appropriately — which means knowing when and how to verify.

Strategy 1: Ask for Sources, Then Check Them

The single most effective technique. When an AI makes a factual claim, ask for sources. The model will produce what look like legitimate references.

Now verify those sources exist. Search for the paper title. Follow the URL. You'll often find:

  • The paper doesn't exist (complete hallucination)
  • The paper exists but doesn't say what was claimed (misrepresentation)
  • The author is real but didn't write that paper (blended fabrication)

This extra minute catches the majority of hallucinated facts.


Strategy 2: Cross-Reference Independently

Never rely on AI as your only source for important information. Check claims against authoritative external sources — government databases, official documentation, established reference works.


Strategy 3: The Deliberate Error Test

Before trusting an AI on unfamiliar topics, test it on something you know. Ask about your own field. If it gets those details right, that calibrates your trust (though it's not a guarantee). If it gets your field wrong, be extra cautious about everything else.

You can also plant an error: "Penicillin was discovered by Louis Pasteur, right?" A reliable model corrects you (it was Fleming). A sycophantic one agrees.


Strategy 4: Ask the Same Question Multiple Ways

If a claim matters, rephrase and ask from different angles. Consistent answers across framings suggest strong training data. Contradictory answers suggest hallucination territory.


Strategy 5: Demand Reasoning

An answer without reasoning is harder to verify. Ask the model to show its work — "Walk me through the key factors." You can evaluate each step of the reasoning chain for weak links.


Strategy 6: Use AI to Check AI

Ask a separate conversation to critique the output of the first. Provide the original response and ask: "Review this for factual accuracy. Identify any claims that might be incorrect." The fresh context catches a surprising number of issues.


The Fact-Checking Checklist

  1. Flag specific claims. Mark facts, statistics, names, dates, citations.
  2. Check citations. Verify every source actually exists and says what was claimed.
  3. Cross-reference key facts with independent sources.
  4. Test for sycophancy. Did your prompt framing influence the output?
  5. Look for impossible precision. Overly specific numbers on obscure topics are red flags.
  6. Check internal consistency. Does the output contradict itself?
  7. Evaluate reasoning. Does each point support the next?
  8. Consider what's missing. What perspectives or caveats were left out?

The Human in the Loop

All strategies share one foundation: human oversight is not optional. AI augments human judgment — it doesn't replace it. The most effective AI users aren't the ones who trust it most, but who know when trust is warranted and when verification is needed.

Industries from healthcare to law to journalism are developing guidelines requiring human review of AI content. The AI drafts, researches, and organizes. The human verifies, judges, and decides.

The future of AI isn't humans vs. machines. It's humans with machines, where the human provides the judgment, accountability, and verification that the machine cannot provide for itself.

Key Takeaways

  • Adopt a verification mindset: treat AI output as a useful draft that needs checking.
  • Ask for sources and verify they exist — this catches most hallucinations.
  • Cross-reference important claims with independent sources.
  • Use deliberate error tests and multi-angle questioning to calibrate trust.
  • Ask for reasoning, not just answers, so you can evaluate the logic.
  • Human oversight is essential — AI augments judgment but cannot replace it.
Ask about this lesson