Glossary

Autonomous agent

Autonomy is a range, and the interesting question is where the boundary sits.

Definition

An autonomous agent is a system that pursues a goal by deciding its own sequence of actions, rather than executing a procedure authored in advance. Autonomy is a matter of degree, bounded in practice by the tools the agent can use, the limits placed on its run, and the approval points where a human decision is required before it can proceed.

Research origin
Multi-agent systems, 1990s
Property described
Decision latitude
Bounded by
Tools, limits, approval gates

The term is older than the current wave

Autonomous agents were a research field long before language models. Wooldridge and Jennings' 1995 survey of intelligent agents in the Knowledge Engineering Review set out the properties still cited today: autonomy, reactivity, proactiveness and social ability. Robotics, simulation and distributed AI used the vocabulary for decades.

What changed after 2022 is not the definition but the substrate. Deciding what to do next used to require hand-built planners and domain models; a language model with tool access does it directly from a natural-language goal. The old definition survived the change intact, which is why the research usage and the product usage still line up.

Degrees of autonomy in practice

Most product arguments about whether something is truly autonomous are arguments about which row it occupies.

LevelWhat the system decidesWhat a human decides
ScriptedNothing. It follows the authored pathEvery branch, in advance
Tool-selectingWhich tool to call next, within a fixed procedureThe procedure and its order
Goal-pursuingIts own steps, tools and stopping pointThe goal, the criteria, and acceptance of the result
Self-directedWhich goals to pursue at allPolicy and scope, if anything

Commonly confused with

TermWhat it describesThe difference
Headless agentThe interface: no chat window, triggered programmaticallyAn orthogonal property. Agents can be headless and scripted, or interactive and highly autonomous.
AutomationExecuting a defined procedure without human effortThe path is authored. Autonomy is about choosing the path.
AGIGeneral intelligence across arbitrary domainsA capability claim about breadth. Autonomy is a design property about latitude within a task.
Self-improving systemA system that modifies its own capabilitiesA different axis entirely, and not implied by autonomy.

Where the boundary is usually drawn

Production systems almost never sit at the self-directed end, and the reason is accountability rather than capability. An agent that picks its own goals has no natural point at which a person is answerable for the outcome. So the common design is goal-pursuing autonomy inside a task, with the goal and the acceptance criteria set by a human and the result accepted by one.

Polaris sits exactly there. An AI worker chooses its own approach to a task, runs its own searches and decides when the criteria are met, and it cannot mark the task done. A person closes it and rates the work.

Questions people ask

+Is an autonomous agent the same as a headless agent?

No. Autonomy describes how much latitude the agent has over its own actions; headless describes whether it has a user interface. The two vary independently, and treating them as synonyms is the most frequent mistake made with both terms.

+How autonomous should an agent be?

As autonomous as the reversibility of its actions allows. Drafting a document, running research and producing a file are cheap to undo and can be left to the agent. Sending external messages, moving money and deleting records are not, and belong behind an approval step regardless of how capable the agent is.

+Who is responsible for what an autonomous agent does?

The organisation that deployed it, in every legal framework currently in force. That is the practical reason approval gates and audit records exist: responsibility does not transfer to the software, so the humans holding it need a way to see and control what was done.

Your next hire takes 60 seconds.

The software is free — unlimited people, tasks, workstreams and docs. You pay only for work an AI worker actually delivers, itemised by the hour.

Get started free

Last checked .