AI Agent

« Back to Glossary Index

An AI agent is a component within an agentic system that performs a specific function: retrieving information, generating output, validating a result, or invoking a tool. Agents are the working parts of a larger agentic architecture, not standalone systems.

Some agentic systems coordinate multiple specialized agents through an orchestration layer, where each agent handles a distinct step in a sequence. Others rely on a single planning loop that sequences tool calls without distinct, named agents. The presence or absence of discrete agents doesn’t determine whether a system is agentic. The behavior pattern does.

Why This Matters for Technical Writers

When documenting agentic systems, you may encounter references to agents as named components with specific roles. Understanding that an agent is a functional module — not the full system — helps you describe architecture accurately and avoid overstating what any individual component does. It also helps when working with engineering teams who may use “agent” to mean something more specific than the marketing language around the product suggests.

Common Confusion

AI agent and agentic AI are frequently used interchangeably, but they describe different things. Agentic AI refers to the overall behavior pattern of coordinated, multi-step execution using tools. An AI agent is a component that may participate in that pattern. A system can be agentic without having discrete, named agents at all.

Agentic AI, orchestration, foundation model, large language model (LLM)