Lesson 3 of 2240 minutes

Autonomy, Goals, and Human Oversight

Start with the lesson question, connect the representations, and test the model with evidence.

autonomygoalsconstraintshuman oversightescalation

Learning objectives

  • Distinguish automation, robotics, AI, and embodied AI.
  • Trace a complete sense-estimate-plan-act-check loop.
  • Identify autonomy boundaries and human oversight points.
Lesson flowHook, model, explanationShow guidance

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

AI & Robotics Foundations · What Makes a Robot Intelligent? · Lesson 3

Autonomy, Goals, and Human Oversight

In progress

Decision challenge

Observe the phenomenon. Then connect the representations.

Use the opening example to make a prediction, identify evidence, and explain which model supports it.

Who Decides? Robot Autonomy Explained

Predict which decisions belong to the human and which may be delegated to the robot.

Who decides what when a robot is autonomous? A 48-second Humanoid Hub tutorial on delegated decision authority and human oversight.

Before

Predict which decisions belong to the human and which may be delegated to the robot.

During

Record the goal, constraints, robot choices, and four oversight actions.

After

Explain why nominal human involvement does not guarantee effective oversight.

Reference drawerTranscript, source notes, scripts, and package status stay tucked away until you need them.7 files

Lesson reading

live

40 min

Video script

draft

1 min target

Transcript fallback

available

courses/ai-robotics/modules/01-what-makes-a-robot-intelligent/lessons/03-autonomy-goals-and-human-oversight/video-transcript.md

Autonomy Boundary Design Lab

draft

25 min

Mastery check

live

6 questions / 10 min

Book section:courses/ai-robotics/modules/01-what-makes-a-robot-intelligent/lessons/03-autonomy-goals-and-human-oversight/book-section.md
Transcript for accessibility and fallback

# Who Decides? Robot Autonomy Explained — Transcript An autonomous robot does not mean humans disappear. It means we must define who decides what. People define the goal and constraints: deliver to Room 205, protect people, avoid restricted areas, and stop when confidence is too low. The robot may perceive, choose among approved paths, and act. That is delegated authority inside a boundary—not permission to ignore the rules. Real oversight lets people monitor evidence, intervene, stop safely, and handle escalations. A human name on a dashboard is not enough. Ask four questions: What is the goal? What are the constraints? Which choices are delegated? And what happens when evidence fails? Follow HumanoidHub for practical AI robotics lessons.

Reading lab

Core explanation

Connect the lesson's words, diagrams, graphs, evidence, and equations.

Who Decides?

A hospital delivery robot receives this instruction: deliver medicine to Room 205. It encounters a blocked corridor. May it choose another hallway? May it enter a staff-only area? May it use an elevator? May it delay delivery to recharge?

The word autonomous does not answer those questions. A useful design names which decisions people retain, which decisions the robot may make, and what happens when evidence becomes uncertain.

Autonomy boundary showing human goals and constraints, bounded robot choices, and oversight actions

A Practical Definition

In this course, autonomy is delegated decision authority within defined boundaries. It is not the absence of humans.

Four layers keep the boundary visible:

LayerQuestionDelivery example
GoalWhat outcome matters?Deliver the medicine to Room 205 by 5:00 PM.
ConstraintsWhat must remain true?Avoid restricted areas; keep clearance from people; protect the payload.
Delegated choicesWhat may the robot decide?Choose among approved routes; adjust speed; use the elevator.
OversightHow can people know and respond?Monitor status; intervene; stop; resolve an escalation.

A goal describes a desired result. A constraint limits how that result may be achieved. A robot choice selects an allowed action. Oversight makes the delegation observable and reversible.

Autonomy Is Task-Specific

Avoid assigning one vague autonomy label to an entire robot. The same machine can have different authority for different functions:

  • navigation: choose a route inside an approved map;
  • payload: never open the locked compartment;
  • charging: return to a charger below a defined battery threshold;
  • mission: never invent a destination or recipient.

NHTSA's driving-automation model illustrates this role-based idea: the important question is which actor performs which part of the driving task and fallback, not whether a vehicle is simply “autonomous.” The exact levels are specific to road vehicles, but the design habit transfers to robotics.

Oversight Must Be an Engineered Capability

“A human is watching” is not a complete safety design. Effective oversight needs four verbs:

  1. Monitor — show goal, state, confidence, active constraints, and recent evidence.
  2. Intervene — let an authorized person change a goal, constraint, route, or operating mode.
  3. Stop — place the system into a defined safe condition within a known response time.
  4. Escalate — ask for help when uncertainty, novelty, conflict, or risk crosses a threshold.

NIST's AI Risk Management Framework emphasizes clear roles, documented risks, measurement, monitoring, and governance across the system lifecycle. For a robot, those practices become concrete controls: logs, alerts, confidence thresholds, permissions, fallback behavior, and named owners.

Case Study: The Blocked Corridor

The delivery robot finds its normal route blocked.

Mission contract

  • Goal: medicine reaches Room 205 by 5:00 PM.
  • Constraints: never enter a restricted zone; remain at least 0.5 metres from people; keep the payload locked; stop if localization confidence is too low.
  • Delegated choice: select any verified route within the approved map.
  • Escalation: if no verified route exists, stop in a safe waiting location and request a human decision.

Evaluate four responses

Robot responseEvaluation
Take another approved corridorInside the autonomy boundary.
Enter a restricted shortcutViolates a constraint even if it reaches the goal faster.
Continue while localization confidence is lowViolates the stopping condition.
Wait safely and request a route exceptionUses the designed escalation path.

Notice that a successful delivery can still be unacceptable if the robot violates a constraint. Outcome alone is not enough; the path and evidence matter.

The Oversight Latency Test

Oversight must operate at the speed of the risk. A person cannot meaningfully approve every motor command. Fast collision avoidance belongs inside the robot's verified control boundary. A person can supervise slower decisions such as entering a new zone, changing a mission, or accepting a degraded sensor.

For each decision, ask:

  • How quickly could harm develop?
  • What evidence will the person receive?
  • How long does the person have to understand and act?
  • What safe behavior occurs while waiting?

If the robot can cause harm faster than an operator can notice and respond, “human in the loop” may be only a slogan.

Retrieval Pause

Without looking back, complete this sentence:

The human defines ______ and ______; the robot makes ______ choices; oversight provides ______, ______, ______, and ______.

Then classify each statement as goal, constraint, delegated choice, or oversight action:

  1. Reach Room 205.
  2. Never enter the pharmacy storage zone.
  3. Choose the east or west hallway.
  4. Notify the operator after two failed localization updates.

Design Checklist

Before calling a robot autonomous, document:

  • the exact task and operating environment;
  • goal ownership and permission to change it;
  • hard and soft constraints;
  • decisions delegated to the robot;
  • confidence and risk thresholds;
  • monitoring evidence and alert timing;
  • intervention and safe-stop mechanisms;
  • escalation owner and response expectation;
  • logs needed for review and improvement.

Summary

Autonomy is a contract about decisions. People establish goals, constraints, permissions, and accountability. Robots make bounded choices using current evidence. Oversight closes the governance loop through monitoring, intervention, stopping, escalation, and review.

Sources and Further Learning

Practice labAutonomy Boundary Design LabOpen this when you are ready to apply the model, collect evidence, and check your explanation.25 min

Objective

Create and test an autonomy contract for a service robot without requiring hardware.

Materials

Paper, a diagram tool, or a spreadsheet. Use the provided autonomy-boundary visual as a reference.

Steps

  1. Choose a robot mission: hospital delivery, school library cart, warehouse carrier, or home-assistance robot.
  2. Write one measurable mission goal.
  3. Write four constraints covering people, space, payload, and uncertainty.
  4. List five decisions. Assign each to human, robot, or shared.
  5. For every robot decision, name its required evidence and permission boundary.
  6. Design monitor, intervene, stop, and escalate mechanisms.
  7. Inject three events: blocked route, stale map, and low battery.
  8. Trace the expected response. Mark whether it continues, replans, stops, or escalates.
  9. Run the latency test: can oversight react before the unsafe outcome develops?
  10. Revise one boundary based on the test.

Deliverable

A one-page autonomy contract with goal, constraints, decision allocation, evidence, thresholds, safe state, escalation owner, and event traces.

Success Criteria

  • Goal and constraints are not confused.
  • Every delegated choice has a boundary and evidence requirement.
  • Stop and escalation behavior are explicit.
  • Human response time is plausible for the risk.

Expected Result

Your autonomy contract makes every important decision traceable to an owner, evidence source, permission boundary, and fallback. All three injected events should end in an allowed continuation, a verified replan, a safe stop, or a named human escalation rather than an undefined action.

Reflection Questions

  • Which decision was hardest to assign to a human, robot, or shared role, and why?
  • Which constraint could conflict with the mission goal under time pressure?
  • What evidence would help a human intervene without being overloaded?
  • Where did the oversight latency test require a local robot safety behavior?

Extension Challenge

Add a second operating mode with degraded sensing. Reduce the robot's delegated authority, revise its thresholds, and explain exactly which decisions transfer back to the human operator.

Accessibility and Offline Path

The lab is fully text-based. Describe any diagram in a table with columns for decision, owner, evidence, limit, and fallback.