JunoJR Learning
← AI Lab
Chapter 4 · Beginner · 45 min

AI's Limits: Truth, Bias & Safety

When AI gets it wrong — and how to use it responsibly.

In this chapter you'll

  • Explain why AI 'hallucinates' and how to catch it
  • Notice bias and unfairness in AI answers
  • Protect your privacy and other people's
  • Write a personal AI Charter — your own rules for using AI well

🛠️ You'll build: A fact-check workflow you can run on any AI answer, plus your own signed AI Charter.

This is the most important chapter in the whole lab. Powerful tools need responsible engineers — and the best AI builders are the ones who know exactly where AI goes wrong.

Why AI makes things up

Remember Chapter 1: an LLM predicts likely words — it doesn't "know" facts the way a book does. So sometimes it predicts words that sound right but aren't. That's a hallucination: a confident answer that's simply false.

Try it: ask your AI for "three books by a made-up author named Zorbax Quibble." Many models will happily invent titles. It's not lying — it's guessing, because guessing is what it does.

Tip

The danger isn't that AI is wrong sometimes — it's that it's wrong in a confident, well-written way. Polished ≠ true.

Spotting and checking

Build a simple habit: the more it matters, the more you check. Two quick moves:

  1. Ask it to be honest about uncertainty:

    Answer only if you're confident. If you're not sure, say "I'm not sure."
    
  2. Verify with a second source. For facts that matter, check a trustworthy website, a book, or a knowledgeable adult. Never paste an AI answer into homework as fact without checking.

Bias: AI learned from people

AI learned from huge amounts of human writing — so it can absorb humans' biases (unfair assumptions). For example, ask an AI to "describe a nurse" and then "describe a scientist" and watch for sneaky stereotypes about who does which job.

Bias matters because AI is used in real decisions. A good engineer looks for it on purpose and designs around it.

Check yourself

  • In your own words, why does an AI hallucinate?
  • What's a quick way to make an AI admit it's unsure?
  • What is bias, and why is it a problem in tools people rely on?

Privacy: think before you type

Everything you type into most AI tools is sent to a company's computers. So:

  • Never share your full name, address, school, phone, passwords, or photos.
  • Don't paste other people's private information either.
  • Use made-up names and details in your examples (you already practiced this!).

Stay safe

Three rules that keep you safe with any AI, forever:

  1. Private stuff stays private. If you'd not put it on a public poster, don't put it in a prompt.
  2. You are the boss. AI suggests; you decide. If an answer feels wrong, mean, or unsafe, stop and tell a trusted adult.
  3. Check what matters. The bigger the decision, the more you verify.

Project — Fact-check workflow + your AI Charter 🛠️

Part A — Fact-check workflow. Make a reusable checker:

  1. Ask your AI a factual question where you can verify the answer (for example, "How tall is the tallest waterfall, and where is it?").

  2. Run this checker prompt:

    Here is an AI answer I want to fact-check: "[paste the answer]".
    List which parts are facts I can verify, which might be opinions, and what
    exactly I should search to confirm it.
    
  3. Actually look up one fact from a reliable source. Did it hold up? Save this checker in "My AI Helpers."

Part B — Write your AI Charter. Make your own rules for using AI well. Write 3–5 promises in a doc and "sign" it. Starter ideas:

  • "I check important facts before I trust them."
  • "I never share private information about myself or others."
  • "I use AI to help me learn — not to do my thinking for me."
  • "I tell an adult if something feels unsafe."

Your turn

Become a myth-buster. Ask your AI to "give 3 'facts' about space, but make one of them false." Then figure out which is fake and verify with a real source. Great training for your truth-detector.

Make it simpler · ages 9–11

Play "Real or Robot-Made-Up?" with a grown-up. Ask the AI an easy question you already know the answer to (like your favorite animal's number of legs), and a tricky made-up one. Talk about how you can tell when to trust it.

Level up · ages 13–16

Research a real example of AI bias or a hallucination causing a problem (with a trusted adult). Write a short paragraph: what went wrong, why, and one thing an engineer could do to prevent it. Thinking about responsible AI is a skill top engineers and companies take seriously.

What you learned

  • AI hallucinates because it predicts words, not truth.
  • It can carry bias from its training data.
  • Protect privacy — yours and others'.
  • You wrote an AI Charter to engineer responsibly.

You've earned the Truth Seeker badge. 🏅

You've mastered talking to AI. Now you'll go under the hood and build AI yourself — starting by training your very own model, no code required. That's Chapter 5: Teach a Machine.

🏅 Finish this chapter to earn the Truth Seeker badge.