Everything a teacher needs to deliver this lesson — pick your grade's script below once you've read the background.
Learning Objectives
"AI Scavenger Hunt" is the third lesson in World 1 (What Is AI?). By this point students have already
met the idea that AI is a computer system that learns from data rather than just following fixed rules. This
lesson doesn't add new theory — it asks students to go find that idea in the real objects around them. By the
end of the lesson, a student should be able to:
- Point to specific devices in a home (a smart speaker, a smart TV, a smartwatch, a phone camera) and say why
each one counts as AI.
- Point to ordinary devices (a toaster, a couch, a lamp, a spoon) and explain why they are not AI,
even though they're just as electronic or just as common.
- Apply one consistent test to a new example they haven't seen before — "does this thing learn from data
and change its behavior, or does it always do the exact same thing?" — instead of guessing from surface clues
like "it's expensive" or "it's electronic" or "it has a screen."
- (Hacker and Architect bands) Name the general technique behind a few of these examples — speech
recognition, recommendation systems, motion classification, computer vision — well enough to describe in one
sentence what each one is actually doing with data.
- Recognize that AI is often invisible: it is sitting inside devices that don't look "smart" at all,
which is part of why this is framed as a hunt rather than a lecture.
This lesson is deliberately lighter on new vocabulary than the two before it. Lesson 1.1.1 ("AI Is
Everywhere") and 1.1.2 ("Smart vs. Intelligent") introduce the core distinction between rule-following software
and data-driven AI; this lesson is the practice round, where students apply that distinction to twelve concrete
objects instead of hearing it described in the abstract. If a student can only walk away with one thing, it
should be the test in objective three — everything else in the lesson is that test applied over and over.
Teacher Background
You do not need a computer science background to teach this lesson well — the app does the heavy lifting.
Your job is to know enough to answer the "wait, why is that one AI?" questions that come up, because
that curiosity is the whole point of the activity.
The lesson walks students through three rooms — kitchen, living room, bedroom — each with four objects, two
that use AI and two that don't. The pairing is deliberate: a toaster sits next to a smart speaker, a couch sits
next to a smart TV, a desk lamp sits next to a smartwatch. Students aren't just memorizing "speaker = AI." They're
comparing two similar-looking objects and figuring out what actually separates them.
That room-by-room structure isn't just a theme — it's doing real pedagogical work. Anchoring each example to
a physical location a student already knows (their own kitchen, their own bedroom) gives the abstract test
something concrete to hook onto, which tends to make it stick better than a list of examples with no spatial
context. It also sets up the extension activities on each age page: once a student has practiced sorting AI
from not-AI inside the app's three rooms, sending them to do the same thing in their actual house is a small,
natural next step rather than a big leap.
The one test that matters: does the object learn from data and change its
behavior over time, or does it do the same fixed thing every single time no matter what? A toaster always
toasts the same way you set the dial — it has no idea what bread is or what "your usual" means. A smart speaker
is built around a system that was trained on huge amounts of recorded speech so it can turn your voice into text
and figure out what you're asking for. That's the line the whole lesson hangs on, and it's the one thing worth
repeating out loud every time a new example comes up.
Here's what's actually happening behind each type of "smart" device in the lesson, in plain terms:
- Smart speakers (Alexa, Google Home) use speech recognition to turn your voice into text, and then
a language-understanding system to figure out what you meant ("play music" vs. "set a timer") and reply.
- Smart TVs suggest shows using a recommendation system — one common approach looks at what people
with similar taste to yours have watched, another looks at what a given show is actually about (genre, actors,
themes) and matches it to what you've liked before. Real systems usually blend both.
- Smartwatches and fitness trackers have a motion sensor (an accelerometer) constantly recording tiny
movements. A model trained on lots of labeled examples of "this pattern of movement = walking," "this pattern
= running," etc. is used to guess what you're currently doing.
- Phone cameras use computer vision to find faces, judge lighting, and decide what to focus on and how
to process the image — all before you've even pressed the shutter.
- Game consoles can use AI for opponent behavior — enemies that react to what you do, adjust
difficulty, or path-find around a map — though plenty of game logic is just fixed rules too.
A nuance worth having ready for older students: most of this "learning" already
happened at the company's end, on huge datasets, before the device ever reached your home. Your smart speaker
isn't training itself fresh from scratch every time you talk to it — it's running an already-trained system and
using your voice as input. Some personalization does keep happening on an ongoing basis (a recommendation system
keeps updating its sense of your taste as you watch more), but it is not the same as the device "getting smarter"
in the room, live, the way a student might picture it. This distinction matters more for Hacker and Architect
bands than for Explorer or Builder, where "it learns and changes" is an accurate enough summary on its own.
The lesson intentionally includes some AI examples that surprise people — a fitness tracker, a game console,
a phone camera's autofocus — precisely because most people's mental picture of "AI" is a chatbot or a robot.
Naming the boring, everyday cases is what makes the "does it learn from data" test stick, instead of a vaguer
sense that AI means anything futuristic.
It's also worth knowing which objects in the lesson are meant to be genuinely tricky, so you can slow down
there on purpose rather than rushing past them. A game console showing up as AI surprises almost every student —
it doesn't look "smart" the way a talking speaker does, and its intelligence is about reacting to the player
rather than understanding language. A phone camera is the opposite kind of surprise: students use it constantly
without ever thinking of it as AI, because the face-detection and auto-focus work invisibly, in the background,
with no obvious "AI moment" the way a voice assistant's reply feels like one. Both are useful precisely because
they break the assumption that AI always announces itself.
Materials & Prep
Nothing beyond what AIQ always needs: one device per student (or per pair) with a browser and an internet
connection for the first load — the lesson itself runs entirely on-screen, walking through the three rooms in
order. No printouts, slides, or extra apps are required.
Optional, if you want to extend the lesson (see the wrap-up on each age page): paper and pencils for a "real
home" list, index cards for a classroom sorting game (Explorer), or a way for students to report back the next
day on what they found at home (Builder, Hacker, Architect). None of these are required to complete the core
lesson — they exist to stretch a naturally short activity (the in-app portion runs roughly 5–15 minutes,
depending on age band) into a fuller class period.
If you have a spare five minutes before class, it can help to glance around your own classroom or staff room
for a couple of home-grown examples — a smartboard with handwriting recognition, an attendance system that
flags patterns, a translation app on your phone. You don't need these for the lesson itself, but having one or
two ready gives you a quick answer if a student asks "is there anything like this at school?"
Common Misconceptions
"If it's electronic, has a screen, or plugs into a wall, it's probably AI."
Plenty of ordinary electronics — a digital clock, an LED bulb, a calculator, a power strip
— do a fixed job with no data and no adapting. A screen or a plug doesn't tell you anything; what matters is
whether the thing learns from data and changes its behavior.
"AI means robots."
Every AI example in this lesson is hiding inside a completely ordinary object — a speaker,
a TV, a watch. None of them look like a robot. Students who are picturing R2-D2 will miss the AI that's
actually sitting in their living room.
"My smart speaker is learning and getting smarter, live, just from talking to me."
The core system was mostly trained beforehand, on data from many, many users, by the
company that built it. Your device is applying that already-trained system to your voice, not training a
new one from scratch in your kitchen. Some ongoing personalization is real, but it's not the same as the
device rebuilding its intelligence every time you speak to it. (This nuance is for your own understanding —
keep it simple for Explorer and Builder students.)
"If it's new or expensive, it's AI. If it's old or cheap, it isn't."
Cost and age aren't the test. A basic fitness tracker that costs less than a nice pair of
shoes uses AI to classify your movement. A brand-new, expensive-looking lamp is still just a lamp. Always come
back to "does it learn from data," not "does it seem fancy."