Everything a teacher needs to deliver this lesson — pick your grade's script below once you've read the background.
This lesson runs across all four AIQ age modes. The youngest students come away with a simple, honest mental model of "AI makes new things by remixing patterns, not by imagining"; the oldest come away able to name the actual architectures involved and the open problems around them. By the end of the lesson, a student should be able to:
Every lesson before this one in World 3 was about AI that sorts, labels, or predicts — recognizing a photo, flagging spam, recommending a video. This is the first lesson where students meet AI that makes something new: an essay, a picture, a song, or a video clip that didn't exist before someone typed a prompt. It's worth naming that shift out loud at the start of class, because "the AI made something brand new" is the exact place this topic tends to slide into folklore — treat it as the claim you're carefully unpacking, not confirming at face value.
Start with text, since it's the mechanism you can explain most honestly in plain language. A tool like ChatGPT does not compose a sentence the way a person does — forming a meaning in mind and then choosing words to express it. It was trained on enormous amounts of text (a large slice of the public internet, plus books and other writing) to get extremely good at one narrow task: given all the words written so far, guess the single most likely next word. Then it does that again. And again — sometimes thousands of times in a row to produce one answer. There is no separate "understanding" step tucked in the middle; the fluency you see is what extremely good next-word prediction looks like once a system has been trained on enough language. This is genuinely the real mechanism, not a simplification invented for children — the formal name is autoregressive, causal language modeling, and it is exactly what the Hacker and Architect quiz questions in this lesson are testing.
Image generation runs on a genuinely different mechanism, and it's worth understanding well enough to explain the "starts as noise" idea with confidence, since it surprises most adults too. Many modern image generators — Stable Diffusion, and the diffusion-based engines behind tools like Midjourney and newer versions of DALL-E — are trained by taking real photos, digitally adding random visual noise until they become pure static, and teaching a neural network to reverse that process: given a noisy image, predict how to remove a little of the noise and recover something more photo-like. Once trained, generation runs that process backward from scratch — start with pure random noise, and repeatedly "denoise" it, at each step nudging the image toward whatever the text prompt describes, until a coherent picture emerges after many small refinement steps. It's closer to sculpting — starting with a rough block and gradually refining it — than to painting on a blank canvas. A second, older family of image-generating AI, the Generative Adversarial Network (GAN), works differently again: two neural networks are trained together, one (the generator) trying to produce convincing fake images and the other (the discriminator) trying to catch the fakes, each getting better by competing against the other over many rounds. GANs come up mainly in the 11–14 and 15–18 quiz questions rather than the core in-app content, but it's a term worth having ready if an advanced student asks.
None of these mechanisms involve the system knowing what it's making. A language model finishing a sentence about grief has no experience of loss; an image model rendering a sunset has never seen daylight. That gap between fluent output and genuine understanding is also where this lesson's two named risks come from. Hallucination is the tendency of text generators to produce confident, well-formed, completely false statements — because the model is optimizing for "what's a plausible next word," not "what's true," those two things line up most of the time and quietly diverge exactly when it matters most. Deepfakes apply the same kind of generative technique to make a real person appear to say or do something they never did — realistic enough to be a genuine misinformation and harassment risk, not just a novelty trick.
Finally, this is a natural moment to mention — briefly, and only if a student asks — that who owns AI-generated work, and whether training an AI on copyrighted art and writing without permission is fair, are open legal questions that courts and lawmakers are actively working through right now, not settled facts a teacher needs to resolve. The lesson's own content is careful to say exactly this ("the law hasn't caught up"), and that's the honest answer to give if a student asks who owns the picture ChatGPT or DALL-E just made for them.
This is a lightweight lesson to prepare — no special software, accounts, or printouts are required to deliver the core content.