Book 2 · Chapter 2 · Mission

Fool Your Parent

Build an AI classifier, then hand it to your parent and let them try to break it

⏱ 30–40 minutes
Algo

Ready to jump in? Tool: teachablemachine.withgoogle.com. Free, no account, runs in your browser, data stays on your computer. You already used this in Book 1 Ch 2 — this mission goes deeper.

Your kid is about to hand you an AI and challenge you to break it. This is how real AI safety researchers work — they build a model, then try to find the cases where it fails. Don’t go easy. The harder you try to fool it, the more your kid learns.

What You’ll Do

Train a classifier that matters to you, deploy it live with your webcam, then invite your parent (or older sibling) to try to break it on purpose. Every place they fool your AI is a place your training data came up short. That’s real AI testing work.

What You’ll Need

  • A computer or tablet with a camera and a browser
  • A parent or older sibling willing to sit with you and try to break your AI
  • 30–40 minutes
  • A notebook to record what they fool, and how
1

Pick Your Two Categories

5 minutes

Teachable Machine tells two classes apart. Pick two things that feel specific and personal to you, so your AI feels yours and not like an example from a tutorial.

  • Your cat wants food vs. your cat wants out. (If you have a cat, this is gold.)
  • Homework clutter vs. clean desk. (Kid-authentic. Parent-relatable.)
  • You smiling vs. you not smiling.
  • Your favorite stuffed animal vs. your sibling’s.
  • Thumbs-up vs. thumbs-down.

Pick one pair. Write the two class names on paper.

2

Open Teachable Machine

2 minutes

Go to teachablemachine.withgoogle.com. Click Get Started → Image Project → Standard. Rename the two class boxes to match your pair from Step 1.

3

Feed Both Classes

15 minutes

For Class 1: click Webcam, take 25–30 photos from different angles. Move your hand between shots. Vary lighting a little.

For Class 2: same. 25–30 photos, different angles, some variety.

Click Train Model. Wait about thirty seconds.

4

Test Your Own AI First

5 minutes

Hold the camera up to something the AI has never seen. Watch the probability bars:

  • Something clearly in Class 1. Is it confident?
  • Something clearly in Class 2. Is it confident?
  • Something borderline. Watch it waver.

Get a feel for how your AI behaves before you hand it over.

5

The Fool-Your-Parent Round

10 minutes

This is the part nobody forgets.

Explain to your parent what the AI is trying to tell apart. Then challenge them: "Try to get it to pick the wrong class on purpose."

Watch what your parent does. Maybe they tilt the object. Maybe they use weird lighting. Maybe they bring in a third object the AI has never seen. Maybe they show a mix of both classes at once.

Every time they fool your AI, write down:

  • What they did.
  • Why it worked. What was missing from your training data that would have helped the AI catch it?

You’re now doing real adversarial AI testing.

You’ve Succeeded When:

  • Your AI correctly classifies new examples most of the time
  • Your parent found at least one way to fool it, on purpose
  • You can explain WHY the AI got fooled, using the idea of missing training data
  • You can name at least one thing you’d add to your training set to handle that case next time
  • You felt, directly, that training data determines how AI behaves in the real world
Algo
“Real AI testers build a model, then try to break it on purpose. That’s the whole job. Every failure tells them what was missing. You just did the exact same thing a researcher at a tech company does every day.”
Echo
“And the conversation with your parent while they’re fooling your AI — that’s the part nobody warns you about. You’ll both be laughing. That’s the real skill transferring.”

If Something Goes Wrong

“My AI is always right. My parent can’t fool it.”

Good problem, and also unlikely. If it seems unbeatable, try harder cases. Mix both classes in one shot. Introduce something the AI has never seen. Use bad lighting. Sooner or later you’ll find the edge. The edge is where the interesting learning lives.

“My AI is confused by everything.”

Your training data needs more variety. Add 10–15 more photos to each class — different lighting, different angles, different backgrounds. Retrain. Most classifier problems are really training-data problems.

“My parent is too good at fooling it.”

That’s a gift. Write down every way they fool your AI. You’re learning what an adversarial tester does, and you’re learning it from somebody who knows you and won’t go easy.

Talk About It

For Kids

  • What was it like watching somebody try to break what you built?
  • What did you learn about your training set that surprised you?
  • What would you do differently if you trained this AI again from scratch?

For Parents

  • What did you notice about how your kid responded when you fooled their AI?
  • Did they get defensive, or did they get curious?
  • The second reaction is the one working AI engineers actually need. Your kid just practiced it.

Next Steps

← Back to Pax Ember