Levels of Autonomy
Not every robot makes its own decisions. Some are puppets — every move controlled by a human in real time. Others operate for weeks in deep space with no human input at all. Between these extremes lies a rich spectrum of autonomy, and choosing the right level for a given task is one of the most important decisions a robotics engineer makes. Too much autonomy in a high-stakes situation can be dangerous. Too little in a routine situation wastes human attention and creates bottlenecks.
Teleoperation: Human in Full Control
Teleoperation means a human operator directly controls the robot in real time, usually from a distance. Think of a bomb-disposal robot: an operator watches through an onboard camera and uses a joystick to move the arm and drive the vehicle. The robot has no intelligence of its own — it faithfully executes whatever command the human sends. Teleoperation is the safest approach when the environment is unpredictable, stakes are extremely high, or the task requires human judgment at every step. Its limitation is latency: if the operator is far away (for example, controlling a robot on another continent or on Mars), the delay between sending a command and seeing its effect can be seconds to minutes, making fine control difficult or impossible.
Radio signals from Earth to Mars take between 3 and 22 minutes one way depending on orbital positions. That makes joystick teleoperation impossible. Mars rovers like Perseverance are given scripted sequences of commands each day and must handle hazards semi-autonomously because waiting for Earth's response is not an option.
Supervised Autonomy: Human Oversight with Robot Initiative
In supervised autonomy, the robot can execute tasks on its own but a human is monitoring and can intervene or override at any time. Many modern self-driving car systems work this way: the car handles lane-keeping, speed control, and navigation, but a human driver must stay alert and take over if the system encounters something it cannot handle. This level blends the efficiency of automation with the judgment of human oversight. It is sometimes described using the SAE Levels of Driving Automation scale (Levels 0 through 5), where Level 2 means the system handles steering and acceleration while the human monitors, and Level 4 means the system can handle all driving in specific environments with no human needed.
Full Autonomy: Robot Makes Every Decision
A fully autonomous robot perceives its environment, makes all decisions, and acts — entirely without human input during a mission. Fully autonomous systems are deployed when human oversight is impractical: a swarm of underwater survey robots mapping the ocean floor, a spacecraft navigating to a distant asteroid, or a warehouse sorting robot running 24 hours a day. Full autonomy demands extreme reliability. There is no safety net of human intervention. Engineers compensate with rigorous testing, redundant systems (backup sensors and computers), and conservative decision policies that prefer cautious actions when uncertain.
Match each autonomy level to its defining characteristic.
Terms
Definitions
Drag terms onto their definitions, or click a term then click a definition to match.
Choosing the Right Level
The right autonomy level depends on three factors: how unpredictable the environment is, how serious the consequences of error are, and how much human attention is available. A robot painting car frames in a structured factory can safely run at full autonomy because the environment is controlled and errors are recoverable. A robot assisting in surgery should stay at supervised autonomy because the environment is a living human body and errors may be irreversible. A robot exploring a newly discovered cave on another planet may have to run at full autonomy simply because there is no way to supervise it in real time.
Research shows that humans supervising highly autonomous systems tend to become less attentive over time — a phenomenon called automation complacency. When the system usually works perfectly, operators stop watching carefully. This is a safety risk: when something rare and unusual happens, the human may not catch it in time to intervene.
A surgeon wants to use a robot to assist with delicate incisions, but insists on being able to stop the robot instantly at any point. Which level of autonomy best fits this requirement?
Why is teleoperation impractical for controlling a robot on Mars?
Autonomy Spectrum Sorting
- Step 1: On separate index cards, write each of these robot tasks: (a) bomb disposal in a crowded building, (b) a factory arm welding identical car frames all day, (c) a drone delivering packages in a city, (d) a spacecraft landing on an asteroid 300 million km away, (e) a robot assisting a physical therapist with patient exercises.
- Step 2: Arrange the cards on a table in order from 'needs most human control' to 'needs most autonomy.'
- Step 3: For each card, write one sentence explaining your reasoning: what makes this task suitable for more or less human involvement?
- Step 4: Compare your ranking with another group. Discuss any cards you placed differently and why.