Skip to main content
Robotics & Embodied AI

⏱ About 10 min10 XP

Sense, Think, Act

Close your eyes for a moment. Even right now, with your eyes closed, your body is doing three things at once: sensing (feeling the chair, hearing sounds around you), thinking (your brain processing all that information), and acting (breathing, adjusting your posture, maybe blinking). Robots work the same way! Every robot is constantly running a three-step loop called Sense, Think, Act. It never stops — not even for a split second — while the robot is turned on. Understanding this loop is the key to understanding how any robot works.

The Three Steps

Step 1 — SENSE: The robot's sensors gather information from the world. The camera takes a picture. The distance sensor checks how far away things are. The microphone listens for sounds. All this data streams into the robot's brain in real time. Step 2 — THINK: The robot's brain processes that sensor data. It checks the if-then rules in its program. It makes a decision: what is the best action right now? This thinking happens incredibly fast — sometimes millions of calculations in one second. Step 3 — ACT: The robot carries out the decision. It rolls forward. It picks up an object. It says a word. It turns on a light. The action is the robot touching the world in some way. Then — and this is the key — the loop starts all over again! The robot immediately goes back to sensing, to see if anything has changed.

The Big Idea

Every robot runs a continuous loop: Sense the world, Think about what to do, Act on that decision — then immediately sense again. This loop keeps going as long as the robot is on. It is the heartbeat of every robot.

Let us follow one full loop for a robot named Sparky who helps sort library books. SENSE: Sparky's camera captures an image of a book on the return cart. The barcode scanner reads the book's ID. Data goes to the brain. THINK: Sparky's program looks up the book ID. It checks: this book belongs in the Science section, shelf 4. It decides: carry the book to shelf 4. ACT: Sparky's arm grabs the book. Its wheels start rolling toward the Science section. It stops at shelf 4 and places the book. SENSE (again!): Sparky's camera immediately looks for the next book on the cart. The loop begins again without any pause. Sparky might run this loop hundreds of times an hour, sorting book after book. Each loop is a complete cycle of sensing, thinking, and acting.

Flashcards — click each card to reveal the answer

The Sense-Think-Act loop is so important that engineers use it to design robots from scratch. When building a new robot, they ask: What does this robot need to sense? (Which sensors?) What does it need to think about? (What rules go in the program?) What does it need to do? (What motors, arms, wheels, speakers?) Answer those three questions, and you have the foundation of your robot design. Every part of the robot connects to one of the three steps in the loop. Sensors serve the SENSE step. The brain chip and program serve the THINK step. Motors, wheels, arms, and speakers serve the ACT step. Designing a robot means designing all three steps and making sure they work together smoothly.

You Run This Loop Too

You run the Sense-Think-Act loop all the time! Playing a video game: see the enemy (sense), decide to dodge left (think), press the button (act). Catching a ball: see the ball flying (sense), judge where it will land (think), run and reach out your hands (act). You are a biological robot with the best loop in the universe!

What is the correct order of the robot's continuous loop?

Sparky the library robot places a book on a shelf. What does Sparky do immediately after?

Human Sense-Think-Act Relay

  1. This activity shows the Sense-Think-Act loop in action — with people!
  2. You need three players: one is SENSE, one is THINK, one is ACT.
  3. Set up a simple sorting task: a pile of mixed objects (coins, erasers, pencils) needs to be sorted into three containers.
  4. SENSE player: look at the pile, pick up one object, and describe it out loud: 'This is round and silver.'
  5. THINK player: listens to the description and announces the decision: 'That is a coin — goes in the coin container.'
  6. ACT player: picks up the object and places it in the correct container.
  7. Repeat the loop as fast as you can for two minutes.
  8. Then mix it up — rotate roles so everyone tries being SENSE, THINK, and ACT.
  9. Afterward, talk about it: which step was hardest? What slowed the loop down? How does this connect to real robots?