1 · How AI makes a robot "smart" (sense → think-with-AI → act)
In Intro to Robotics & STEAM you learned the loop at the heart of every robot: sense → think → act. A sensor takes in the world, a controller decides what to do, and an actuator does it. This whole course lives inside that middle word — think — because that's the step AI upgrades.
Here's the key idea, and the rest of the course builds on it:
Adding AI doesn't change the loop. It changes how the robot does the "think" step. Instead of following only rules a person typed in ahead of time, the robot can use a model that learned a pattern from examples (the same kind of pattern-learning you met in Young Makers: AI for Kids).
So an AI-powered robot looks like this:
| Step | Without AI | With AI |
|---|---|---|
| Sense | sensors: camera, microphone, distance sensor | same sensors |
| Think | follow rules a person wrote ("if X, do Y") | run a model that learned to recognize things from examples |
| Act | motor, light, speaker, wheels | same actuators |
Notice what stays the same: the robot still needs sensors and actuators. AI is not a replacement for the body — it's a smarter brain for the middle. A delivery robot still needs wheels and a camera; AI just helps it understand what the camera sees well enough to cross a sidewalk.
This is why the platforms you already met are starting to add AI. The micro:bit, the beginner board from Intro to Robotics, now has a free tool called micro:bit CreateAI that lets you "recognise and respond to your movements, like clapping, waving, dancing or jumping" by training a model on data from its motion sensor (Micro:bit Educational Foundation, n.d.-a). The sense-think-act loop is identical — the "think" just got smarter.
Think about it. A robot vacuum that bumps a wall and turns away uses simple rules. A robot vacuum that looks at the room and recognizes "that's a sock, go around it" uses AI for the "think" step. In both, name the sense, think, and act parts.
Sources
Micro:bit Educational Foundation. (n.d.-a). Artificial intelligence (AI). https://microbit.org/get-started/features/ai/ Code.org. (n.d.). How AI works (curriculum & videos for grades 6-12). https://code.org/ai