Skip to content
glossary

AI agent

Software given a goal that uses tools and decides its own steps.

An AI agent differs from a model that answers a single question: it takes a goal, decides for itself which tool to use and in what order, evaluates the result and carries on. Two things make one safe to use: every step being recorded, and the loop being stoppable at any moment.