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

AI in Transportation

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

Learning Objectives

This lesson runs across all four AIQ age modes, so the depth of what's covered changes a lot from Explorer to Architect — but every version builds toward the same core idea: getting around is one of the places AI has moved fastest from research lab to daily life, and it does its "driving" and "deciding" through sensors and data, not through anything resembling human intuition. By the end of the lesson, a student should be able to:

Teacher Background

You don't need an engineering background to teach this well — you need one mental model, and the lesson gives it to you directly: a self-driving car doesn't have eyes, so it has to build a picture of the world out of sensors and turn that picture into decisions, over and over, many times a second. Everything else is detail on top of that.

Start with how the car perceives its surroundings. Most self-driving systems combine several sensor types because each one is good at different things and bad at different things, and combining them (often called "sensor fusion") covers for each one's weak spots. Cameras are cheap and see color and detail — useful for reading a lane line, a traffic light color, or a road sign — but they struggle in fog, glare, or darkness, and they don't directly measure distance. Lidar (short for "light detection and ranging") fires millions of laser pulses per second in every direction and times how long each one takes to bounce back, building a precise 3D map of everything around the car regardless of lighting — but it's expensive and can struggle in heavy rain or snow. Radar uses radio waves instead of light, which cuts through fog and rain well and measures how fast other objects are moving, but at much lower resolution than a camera or lidar. A car built with all three is trying to make sure that whatever fools one sensor doesn't fool the others at the same time.

Key point: A compass and a stop sign are in this lesson on purpose, as the "not AI" contrast items. Neither one senses anything about its surroundings or makes a decision — a compass just responds to Earth's magnetic field, and a stop sign is a painted piece of metal. That contrast is what makes "isAI: true/false" land for students: AI items in this lesson are the ones that take in information and adjust their behavior in response to it.

Once the car has a picture of the world, something has to decide what to do with it — this is where "AI" is really doing its job. Modern self-driving software is generally described in four stages: perception (what's out there? a pedestrian, a cyclist, a parked car, an open lane), prediction (where is each of those things about to go?), planning (given all of that, what should this car do next?), and control (actually turning the wheel, applying the brake, adjusting the throttle to carry out the plan). That loop runs continuously — the lesson's own line is "thousands of decisions every second," and that's a fair description of how often a modern system re-evaluates the driving situation, not a one-time reaction to a single event like a deer jumping into the road.

The same underlying idea — sense the world, then decide — shows up outside individual cars too, and the lesson deliberately includes those examples so kids don't think AI-in-transportation means only self-driving cars. Adaptive traffic lights use sensors and historical data to change their timing based on actual traffic flow rather than a fixed clock. Route-planning apps like Google Maps use huge amounts of aggregated location data to predict congestion and suggest faster paths. Sidewalk delivery robots (the lesson names Starship, a real company operating on several U.S. and U.K. college campuses) use cameras and mapping to navigate around pedestrians and obstacles at walking pace, which is a meaningfully easier problem than driving on a road at highway speed.

If a student asks "so are self-driving cars actually safe / are they already everywhere?" — the honest, current answer is: fully driverless robotaxi services exist today but only in specific, mapped areas of a small number of cities (companies like Waymo operate this way), while the self-driving features available in cars people can buy and drive themselves still require a human ready to take over. That's a meaningfully different claim from "the cars can already drive themselves everywhere," and it's worth being precise about it, especially with older students.

For the oldest students, it's worth knowing the phrase "the long tail problem," which the lesson introduces directly at Hacker/Architect level. It refers to the fact that the vast majority of driving is fairly routine and easy to train a system for, but safety is determined by the rare situations — a ball rolling into the street followed by a child, an unusual construction detour, a driver signaling with a hand gesture — that are individually uncommon but collectively unavoidable over millions of miles of driving. This is the same reason the lesson also introduces V2X communication (vehicles talking to traffic infrastructure and each other) and, at the most advanced level, occupancy networks (a technique for predicting which small 3D regions of space around the car are physically occupied by something, even before the system knows what that something is) — both are attempts to close some of that long-tail gap by giving the car more information than its own sensors alone can provide.

Materials & Prep

This is a light-prep lesson. You need:

Common Misconceptions

"Self-driving cars can already drive themselves anywhere, in any conditions, with no one watching."
Fully driverless service exists only in limited, carefully mapped areas run by specific operators (like Waymo's robotaxis in parts of a handful of cities). The self-driving features in consumer cars today are mostly SAE Level 2 — meaning they assist with steering and speed but require a human ready to take over at any moment — with a small number of Level 3 systems available in narrow, specific conditions. "It drives itself" and "it assists a driver" are very different claims, and the gap between them is exactly what the lesson's autonomy-level content (Hacker/Architect) is trying to teach.
"A self-driving car 'looks at' the road the way a person does, just with a camera instead of eyes."
Even with cameras, the car isn't interpreting a picture the way a person visually recognizes a stop sign. It's converting sensor input (camera pixels, lidar laser returns, radar reflections) into numerical data and running that data through models trained to detect and classify objects. That's why combining multiple sensor types (sensor fusion) matters — a system reasoning purely in numbers benefits from several independent sources of numbers agreeing with each other, in a way a human relying on a single pair of eyes doesn't need.
"A smart traffic light and a regular stop sign are basically the same kind of thing, just one is fancier."
A stop sign is a static, non-sensing object — it conveys the same instruction regardless of what's actually happening at the intersection. An AI-managed traffic light is continuously taking in real data (traffic sensors, sometimes camera counts) and adjusting its own timing in response. One never changes behavior based on information; the other does nothing else.
"If a self-driving car makes a mistake, it's because the AI 'wasn't paying attention,' like a distracted human driver."
Self-driving systems don't get tired or distracted the way people do, but they do have a real limitation: they perform best on situations similar to what they were trained on, and can struggle with genuinely novel situations they've rarely or never encountered — this is the "long tail problem" the lesson names at the older age bands. The failure mode is different in kind from human distraction, not just in degree, which matters for how engineers actually try to fix it (more diverse training data and better sensor coverage, rather than "try to focus more").

Pick your grade's script

← All lesson plans ← AI in Healthcare AI in Creativity →