AIQ AIQ
World 4: AI in the Real World · Lesson 4.2.2

AI in Your Pocket

Everything a teacher needs to deliver this lesson — pick your grade's script below once you've read the background.

Learning Objectives

"AI in Your Pocket" is a scavenger hunt through the phone every student already carries. It uses the same device your class walks around with every day to make an abstract idea — "AI is everywhere" — into something they can point at. By the end of the lesson, across the full 5–18 range, a student should be able to:

These objectives build directly on each other rather than standing alone. Naming examples (objective 1) is what makes the sorting rule (objective 2) concrete instead of abstract; understanding how a feed is personalized (objective 3) is what makes the older bands' tradeoff discussion (objective 4) land as something real rather than a warning tacked on at the end. A student who can only do the first — list a few AI apps — has memorized trivia. A student who can sort a brand-new example they've never seen before, using the "does it learn from data" rule, has actually understood the lesson.

Teacher Background

You do not need a computer science background to teach this lesson well — you need one distinction, repeated across every example: some phone features run on a fixed set of instructions a programmer wrote, and some run on a model that was trained on examples until it could recognize a pattern on its own. The lesson calls the second kind "AI" and the first kind "not AI," and every item a student sorts comes down to that line. A ruler app measures pixels on your screen and multiplies by a conversion factor — a programmer wrote that formula once, and it never changes. Face ID was never given a formula for "what a face looks like." It was shown enormous numbers of faces during training until it could build its own internal representation of facial structure, which is a fundamentally different kind of process.

Concretely, Face ID works by projecting more than 30,000 invisible infrared dots onto your face and reading the depth pattern they form — how far apart your eyes are, the shape of your nose bridge, the curve of your jaw. A neural network turns that dot pattern into a mathematical fingerprint and compares it to the one stored when you first set up the phone. This is why it still works with glasses, a hat, or a new haircut: those change very little about the underlying geometry the model is actually measuring. It is worth being precise with students about what this is and isn't — it is pattern-matching against a stored template, not the phone "recognizing you" the way a person would, and it is not reading your mind or your identity in any deeper sense.

Key point: "Uses AI" and "is high-tech" are not the same test. A predictive keyboard feels mundane, but it is quietly learning your personal typing habits — your slang, your nicknames, the words you use that a generic dictionary wouldn't predict. A ruler app feels techy because it's a phone doing measurement, but it's fixed math with no learning involved. Sorting by "does it learn from you personally" is the more reliable test than "does it feel advanced."

The second concept this lesson introduces, mostly for older students, is the recommendation system — the AI behind TikTok's For You page, Netflix's row of suggestions, and Spotify's Discover Weekly. These systems work by combining a few signals: what similar users liked (collaborative filtering), what a video or song is actually about (content-based matching), and how you personally behaved — did you finish it, rewatch it, skip it in two seconds. None of this is random and none of it is chronological; it is built continuously from a running record of your own behavior on the app. The specific numbers in the lesson (TikTok adapting within roughly 40 minutes of viewing, Netflix attributing about 80% of watch time to recommendations, Amazon crediting recommendations with a large share of purchases) are industry-reported estimates that companies themselves have published or that researchers have cited — treat them as illustrative of scale, not as figures a student should memorize as exact.

Key point for older students: personalization has a real cost worth naming honestly — a feed that only shows you more of what you already engage with can narrow what you see over time (a "filter bubble"), and systems built to maximize watch time are not automatically built to maximize your wellbeing. This isn't a reason to treat the technology as sinister, but it is the honest complement to "look how smart this is," and Hacker and Architect mode both ask students to hold both ideas at once.

Finally, some of this AI runs directly on the phone's own chip (Face ID and the keyboard, for speed and so your face data never has to leave the device), and some runs on a company's servers, because a recommendation feed needs to constantly retrain on fresh data from millions of users at once. That on-device-versus-cloud distinction is background for you, not something every age band needs to explain — Architect mode's quiz touches it directly (model quantization, on-device inference), while Explorer mode never needs the words "server" or "cloud" at all.

One more thing worth knowing before you teach this: the lesson deliberately includes items that are not AI in every single category — a ruler app, FM radio, a paper shopping list. This isn't padding. Students (and adults) tend to over-attribute "AI" to anything on a screen, so the lesson is teaching the boundary as much as it's teaching the examples. If a student ever asks about an item the lesson doesn't cover — an alarm clock, a calculator, a flashlight app — the same question applies: does it learn a pattern from data about you, or does it run the same fixed instruction every time? An alarm clock, notably, is not AI even though it "knows" when to go off — you told it the time directly; it isn't inferring anything.

Materials & Prep

A device with a browser and the AIQ app open is normally the entire requirement — there is nothing to print, build, or install beforehand. A few things are worth having on hand or checking in advance:

Common Misconceptions

"AI on my phone means there's a little robot brain in there that understands me like a person does."
What's actually running is a statistical model that has learned to recognize patterns in huge amounts of data — faces, typing habits, viewing behavior. It has no comprehension, opinions, or awareness. "Learns your preferences" describes an outcome (better predictions over time), not an inner experience.
"Only the 'smart' apps — Face ID, Siri, a chatbot — actually use AI. Most apps are just regular software."
AI is running in far more places than the obviously "smart" ones. The lesson's own examples include the phone's battery manager and the camera's photo processing — both AI, and neither one you'd notice unless you were told.
"If it doesn't talk to me or ask me a question, it's not AI."
Most AI on a phone has no conversational interface at all. Battery optimization silently learns your charging routine; computational photography blends multiple exposures into one photo in the background. AI without a chat window is the norm on a phone, not the exception.
"The videos or songs a recommendation feed shows me are basically random, or the same list everyone else gets."
A recommendation feed is built specifically from an individual's own behavior — what they watched, skipped, replayed, or lingered on. Two students sitting next to each other, watching the same app, see genuinely different feeds because the underlying data is personal to each of them.
"AI on a phone is basically the same thing as a big chatbot like the ones in the news — just a smaller version."
Most of what's covered in this lesson is a different kind of AI entirely — small, specialized models trained for one narrow job (recognize this face, predict this word, rank these videos), not general conversation. Face ID cannot write an essay, and a chatbot cannot unlock your phone. Conflating "AI" as one single thing, rather than many different tools built for different jobs, is one of the most common misunderstandings at every age band.

Pick your grade's script

← All lesson plans ← AI in Science AI and Jobs →