Autonomous Agent
An AI agent that operates with minimal human oversight — making and executing decisions independently across long time horizons.
In plain English
An autonomous agent is an AI agent designed to run on its own, often for long periods or many steps, without a human reviewing each action. Where a copilot suggests and a human accepts, an autonomous agent decides and acts.
Spectrum of autonomy:
- Suggest-only (autocomplete, smart compose) — human approves every action
- Assist (copilots) — human accepts/rejects model proposals
- Supervise (most current agents) — agent acts, human reviews at checkpoints
- Autonomous (some research agents, trading bots) — agent runs end-to-end, human reviews outcome
Why pure autonomy is rare:
- Models still hallucinate or get stuck in loops
- Mistakes compound over long runs
- Liability and trust haven't caught up with capability
- Human-in-the-loop checkpoints catch most failures cheaply
Where you see it today: Long-running research agents (Deep Research), automated trading systems, security scanners, and self-hostable open-source agents (AutoGPT lineage). Most "autonomous" production agents still have at least one human gate.