← Glossary

Glossary

AI agent

An AI agent is a system that uses a model to plan and take actions toward a goal — calling tools, observing results, and iterating across steps — instead of returning a single response.


The difference from a chatbot is action and autonomy: an agent does the thing, a chatbot tells you about it. Agents combine a reasoning model with tools, memory, and a loop.

Because agents act, they need stronger controls than a chatbot: an audit trail, human-in-the-loop checkpoints, and evaluation of decisions, not just text.

Related terms

Learn more