Updated Aug 20, 2026

AI Agent

A system that uses a model to pursue a goal over multiple steps — planning, calling tools, and reacting to results — rather than answering once.

Share

What it means

A chatbot answers a question. An agent is given an objective and works toward it: deciding what to do first, calling a tool, reading the result, deciding what to do next, and continuing until the goal is met or it gives up.

The capability that makes this possible is tool use — the model can emit a structured request to run a search, query a database, send an email or execute code, then incorporate the result. Wrap that in a loop and the model can take real action in the world rather than only describing it.

The word is used loosely. Vendors apply "agent" to everything from a genuinely autonomous multi-step system to a chatbot with one API call attached. The useful test is whether the system decides its own sequence of steps, or follows one somebody wrote.

Why it matters

Agents are where AI shifts from advising to doing, which changes the risk profile entirely. A wrong answer wastes your time; a wrong action sends the email, issues the refund, or modifies the record. That is why permissions, spending limits, audit logs and human checkpoints matter far more for agents than for chat, and why reliability over long task horizons is the central open problem.

In practice

Scope agents to tasks where a mistake is recoverable and visible, and keep a human approving anything irreversible. The mature pattern in production is not full autonomy — it is an agent that does the work and a person who approves the consequential step.

Where this shows up

Tools and models in our catalog.

Related terms