Everything a teacher needs to deliver this lesson — pick your grade's script below once you've read the background.
This lesson is AIQ's first in World 6, and it deliberately comes before any hands-on model-building (that starts in the next lesson, 6.1.2, "Train Your Own Model"). Its job is to plant a habit of mind: AI is a tool you pick up after you understand a problem, not a starting point you go looking for a use for. Across the four age bands, by the end of the lesson a student should be able to:
You do not need a technical background to teach this lesson well — it is not about how AI works internally (that comes in other World 6 lessons), it is about how AI products get made, and that process is closer to what you already know from any good project-based learning unit than it is to programming.
The lesson borrows a five-step framework called "design thinking," which product teams (AI or otherwise) use to avoid building something nobody needed. The five steps, as the lesson presents them, are: Empathize (talk to the people who have the problem, don't assume you already know it), Define (write the problem down in one clear sentence — who is affected, what's wrong, why it matters), Ideate (brainstorm possible solutions, not just AI ones), Prototype (build the cheapest, fastest version that lets you test the idea — often paper sketches, not code), and Test (put it in front of real people and watch what actually happens, not what you hoped would happen).
The lesson also introduces the idea that AI is not always the answer, even when it's the exciting or trendy option. A spreadsheet, a printed sign-up sheet, or a five-minute conversation sometimes solves a problem faster, cheaper, and more reliably than an AI system would — and building AI anyway wastes time and can introduce new problems (bias, unpredictability, cost) that the simpler tool never had. Teaching students to ask "does this even need AI?" is as important as teaching them how to build one.
Two more terms come up, mainly for the older age bands. An MVP (Minimum Viable Product) is the smallest, simplest version of an idea that is complete enough to actually test with real users — the point is to learn quickly and cheaply before investing in a polished version. And the lesson frames the whole process as a loop, not a straight line: build something small, test it, learn from what went wrong, improve it, and repeat. Nothing works perfectly the first time, and that's expected, not a failure.
You will not need to write, run, or debug any code to teach this lesson — it's entirely conceptual and discussion-based. The next lesson in the sequence (6.1.2, "Train Your Own Model") is where students actually build something in the app.
It's worth understanding why AIQ places this lesson first in World 6, ahead of any hands-on building. Curricula that teach AI skills often start with the exciting, tangible part — "here's how to train a model" — and treat the thinking-about-problems part as an afterthought, if it appears at all. AIQ deliberately inverts that order here: before a student trains a single model in the next lesson, they spend one lesson learning that the training itself is the easy, mechanical part, and that deciding what's worth training a model to do is the part that actually requires judgment. This ordering also gives you, as the teacher, a lesson that needs almost no technical setup on your end — which makes it a low-effort, high-value one to deliver well, since the return on a good discussion here carries into every AI lesson that follows it.
One more thing worth knowing before you teach it: this lesson uses the same three-scene structure as the technical AI lessons elsewhere in AIQ (a "Find a Problem" scene, a "Plan the Solution" scene, and a "Build & Test" scene), but none of the scene content in this particular lesson is really AI-specific — every one of these ideas (talk to real users, don't over-build, test early, expect to iterate) applies to building anything, software or otherwise. That's intentional, not an oversight: the lesson is teaching a general design habit and simply anchoring it to AI because that's the context World 6 is building toward.
A device with a browser (phone, tablet, Chromebook, or computer) and access to aiq.ph — that's the only strict requirement, since the lesson lives entirely inside the app's guided scenes and quiz.