An AI agent receives an objective and determines the steps to achieve it, invoking tools, evaluating results, and adjusting its approach. It differs from a single-request system by operating across multiple turns without step-by-step direction.

Agents typically operate within a defined set of available tools and permissions.

Alternative Names:

Autonomous Agent, Software Agent

Why it Matters?

Agentic operation changes the supervision question from reviewing an output to reviewing a process, because the system took actions along the way that produced the result. For legal work the practical controls are limiting available tools to read operations, requiring approval before anything with external effect, and maintaining a complete action log. An agent that can file, send, or delete without confirmation is a different risk category from one that can only read and report.

Frequently Confused with

Related terms

Frequently asked questions

What distinguishes an agent from a chat interface?

What distinguishes an agent from a chat interface?

The agent determines its own steps toward a goal, invoking tools and adjusting based on results, rather than responding to each request independently.

What controls suit legal use?

What controls suit legal use?

Restricting tools to read operations, requiring confirmation before actions with external effect, and logging every action taken for later review.