FrontierAI.Engineer
Agentic AI Foundations & Architectures

AI Agent

An AI agent is a system that pursues a goal by repeatedly deciding on actions, executing them through tools or the environment, and observing the results to inform its next step. Unlike a single model call, an agent runs a loop — perceive, decide, act — and maintains enough state to make progress across many steps toward an objective.

Related terms