What counts as a robot?
People argue about this endlessly, but a working definition covers almost every case: a robot is a machine that senses its environment, processes that information, and acts on the physical world — automatically, without a human guiding each move. A thermostat barely qualifies; a surgical arm definitely does. The word comes from the Czech robota, meaning drudge work, coined in a 1920 play.
Three building blocks appear in every robot, from a 2 million industrial welder:
- Sensors — gather raw data (light, distance, joint angle, force).
- Controller / compute — turns that data into a decision.
- Actuators — execute the decision on the physical world (spin a motor, open a valve).
Remove any one pillar and the machine breaks down into either a dumb tool or an expensive paperweight. The rest of this lesson is about how those three pieces talk to each other.
