Autonomous Agent

Autonomous Agent

Also called: 自主智能体 · 自治智能体

An agent that runs multiple steps to completion without a human confirming each one — usually contrasted with approval-gated agents.

GoalSelf-runstepsResultno per-step human approval
Schematic (simplified)

Autonomy is a spectrum

Autonomy is not all-or-nothing but a question of scope: which tools it may choose, whether it retries on failure, when it stops, whether it may revise its plan. The wider that scope, the closer to "fully autonomous."

In practice teams bound autonomy deliberately: restrict the tool set, cap steps and spend, and pull high-risk actions (payments, deletion, publishing) out for explicit human approval.

Relation to human-in-the-loop

"Autonomous agent" and "human-in-the-loop" are two ends of one axis, and real systems sit in between: routine steps run autonomously, a few critical points require sign-off. When describing a system, stating *what it is allowed to decide on its own* is more informative than the label "autonomous vs not."

Common misconceptions

  • Autonomous does not mean uncontrollable — good autonomous agents depend on explicit permissions and stop conditions.
  • Higher autonomy does not mean higher success rate; in long tasks it makes early small errors easier to amplify.

Related terms

Sources

  1. Russell & Norvig, AIMA (4th ed.), §2.2 — autonomy
  2. Anthropic — Building effective agents (2024)

Compiled 2026-08-29 · This glossary is compiled from public papers, official specifications, and common industry definitions, and is updated as the field evolves. Corrections welcome.