Lesson reading
live
35 min
Start with the lesson question, connect the representations, and test the model with evidence.
Inspect the opening phenomenon
Predict what changes, then name the evidence.
Apply in the lab
Name the evidence before reading the answer.
Read only what helps
Then use the lab and recall check.
More when needed
Transcript and resources stay available below.
Course progress
Automation, Robots, AI, and Embodied AI
Decision challenge
Use the opening example to make a prediction, identify evidence, and explain which model supports it.
Who selects the destination, and who selects the path?
Use the rover to distinguish a robot, fixed automation, bounded autonomy, and AI-enabled decision-making.
Before
Who selects the destination, and who selects the path?
During
Listen for the two different ways human teams can command a rover drive.
After
Identify one human decision, one rover decision, one sensor input, and one feedback result.
Lesson reading
live
35 min
Video script
draft
7 min target
Transcript fallback
available
courses/ai-robotics/modules/01-what-makes-a-robot-intelligent/lessons/01-automation-robots-ai-and-embodied-ai/video-transcript.md
Autonomy Boundary Lab
draft
25 min
Mastery check
live
6 questions / 10 min
# Accessible Video Transcript This transcript corresponds to `video-script.md`. The final transcript must be updated to match the reviewed recording word-for-word before publication. Which of these is a robot: a timed lamp, a factory arm, an image-recognition app, or a Mars rover? Which uses artificial intelligence? Which is autonomous? Those sound like simple questions until one machine fits several categories at once. Automation reduces direct human effort. A timed lamp follows a fixed rule: if the time is seven in the evening, switch on. It is useful automation, but nothing in that rule requires artificial intelligence. Complexity alone does not prove intelligence. A robot connects computation to the physical world. It has a body, receives information, processes commands, and acts through motors, wheels, joints, grippers, or other actuators. Some robots are remotely controlled. Others make selected decisions on their own. A robot does not need a face, voice, arms, or legs. Artificial intelligence involves machine-based predictions, recommendations, or decisions toward human-defined objectives. AI can be purely digital. A photo classifier may use AI but is not a robot because it does not act physically in the photographed environment. A robot can lack AI, and an AI system can lack a robot body. Autonomy describes which actions a system may select without moment-to-moment human intervention. It is not all or nothing. Humans can choose the mission while the machine chooses a route. Humans can restrict speed, terrain, tools, or stopping conditions. Autonomy moves a decision boundary; it does not remove human responsibility. Embodied AI uses AI inside a body interacting with an environment. Its actions produce new evidence. A robot sees an obstacle, estimates where it is, changes direction, and checks whether the path is clear. Because actions have physical consequences, verification and safe stopping matter. Mars rovers make the boundaries visible. Human teams choose scientific goals and send commands. In suitable terrain, a rover can use camera data to identify hazards and choose a route toward a destination. Then it reports the result. The rover is robotic, automated, partly autonomous, and AI-enabled. Yet it did not invent its own mission. When you encounter an “AI robot,” ask five questions. Does it act physically? What does it sense? Which decisions use current data? Which decisions remain human? What happens when evidence is missing or unsafe? Those answers reveal more than any single label.
Reading lab
Connect the lesson's words, diagrams, graphs, evidence, and equations.
Imagine four machines:
All four are programmed. Only some are robots. Only some use AI. One may be both a robot and an AI system.
Before reading further, classify each machine. Write one sentence explaining the evidence behind each choice. You will revisit your classifications at the end.
Automation is a process carried out with reduced direct human effort. The behavior may be simple and fixed: when a condition occurs, perform a predefined action.
The timed lamp is automated. Its rule can be written as:
IF time is 7:00 p.m.
THEN switch the lamp on.
Automation does not automatically imply AI. A rule can be useful, reliable, and sophisticated without learning or choosing among uncertain possibilities.
A robot is a physical system that can sense or receive information, process commands, and act in the physical world. Robots may be directly controlled, partially autonomous, or highly autonomous.
NASA gives a helpful learner-facing description: robots are machines used to perform jobs; some work partly by themselves, while others remain under human control. That distinction matters. A remotely operated robotic arm is still a robot even if a person decides every motion.
A robot normally brings together:
Artificial intelligence is about machine-based prediction, recommendation, or decision-making toward human-defined objectives. AI does not need a physical body.
The photo-labeling app can use AI while remaining entirely digital. It receives pixels, predicts a label, and displays the result. It cannot move the photographed object or sense what happens after its prediction.
An autonomous system can select and carry out actions with less moment-to-moment human intervention. Autonomy is not a switch that is simply on or off. It depends on:
Autonomy also does not mean independence from people. Humans define objectives, operating limits, test procedures, permissions, and accountability.
Embodied AI connects AI decision-making to a body acting in an environment. Actions change the world, and those changes produce new observations.
That feedback creates a loop:
goal → sense → estimate → choose → act → observe the result → update
An AI image classifier predicts from an image. An embodied AI system might use that prediction to move toward an object, grasp it, discover that it slipped, and adjust its next action.
Embodiment raises the stakes. A mistaken digital label may be inconvenient. A mistaken motion can damage equipment or harm someone. Physical action therefore requires constraints, monitoring, and safe failure behavior.
Do not classify a system by how futuristic it looks. Ask five evidence questions.
| Question | What it reveals |
|---|---|
| Does it act in the physical world? | Whether it has robotic embodiment |
| Does it follow fixed rules or choose using data and uncertainty? | The nature of its decision process |
| Can current observations change its next action? | Whether it uses feedback and adaptation |
| Which decisions remain with a human? | Its autonomy boundary |
| What happens when evidence is missing or unsafe? | Its reliability and oversight design |
A basic robot vacuum detects contact with a wall and turns. It is a robot using feedback. That alone does not prove it uses modern AI; the response could be a fixed rule.
A more capable vacuum may estimate its location, build a map, recognize obstacles, plan coverage, and revise its route. Some of those functions may use AI. The exact classification depends on evidence about its implementation—not its marketing name.
NASA's rover operations show why autonomy is layered.
Human teams decide mission goals and send commands. For a simple drive, they may specify a sequence of movements. In appropriate terrain, they can instead provide a destination and allow the rover to use cameras and onboard processing to identify hazards and choose a safe route. After moving, the rover reports evidence back to Earth.
The rover is:
Notice what the example does not show: the rover has not chosen its own purpose. Autonomy over route selection is not autonomy over mission goals.
It helps to separate embodiment from decision flexibility.
| Mostly fixed behavior | Data-dependent adaptive behavior | |
|---|---|---|
| Digital | Scheduled backup | Image classifier or recommendation system |
| Physical | Timed conveyor or repeat-motion arm | Hazard-avoiding rover |
Real systems occupy a spectrum. A robot can combine fixed safety logic, conventional control, search-based planning, and learned perception in one machine. Calling the entire system “AI” hides these important boundaries.
Shape follows purpose. A rover uses wheels because it must cross terrain. An arm uses joints because it must position tools. Human-like appearance is neither required nor sufficient for intelligence.
All AI systems are programmed, but not all programs are AI. A fixed timer is automation. Evidence of AI involves prediction, recommendation, or decision-making from data or represented knowledge toward a defined objective.
Autonomy changes the timing and location of human control; it does not erase it. Responsible designers decide what the system may do, test failure cases, provide intervention paths, and remain accountable for deployment choices.
Revisit the four machines from the opening.
If your first answers differed, write what evidence changed your mind. Changing a model in response to evidence is a core engineering habit.
Without looking back, answer:
A useful classification is not a label; it is a map of responsibilities. Identify the body, sensors, decision process, actions, environment, goals, constraints, and human authority. That map will help you understand every robot in the rest of this course.
Classify systems using evidence and expose exactly where human control ends and machine choice begins.
Complete Parts A through C in order, then compare your work with the success criteria.
For every scenario, record:
| Field | Your evidence |
|---|---|
| Physical body or purely digital | |
| Inputs or sensors | |
| Outputs or actuators | |
| Fixed behavior or data-dependent choice | |
| Human-defined goal | |
| Decision delegated to the machine | |
| Stop, override, or verification mechanism | |
| Classification and confidence |
Allowed classifications include automation, robot, AI system, autonomous system, and embodied AI. A system may fit more than one.
Choose two scenarios. Change exactly one property so that the classification changes.
Example: replace the remotely piloted drone's direct controls with a destination goal and onboard obstacle avoidance. Explain which label changes and which labels remain.
Choose one scenario and imagine it is advertised as an “AI robot.” Write:
Which label was least useful by itself? What additional information made the classification more precise?
Choose a real robot product and locate primary-source documentation for its sensors, actions, autonomy boundary, and safety behavior. Produce an evidence-backed classification and explicitly mark every claim the available documentation cannot establish.