Overview
What is Agentic AI?
Agentic AI refers to AI systems designed to pursue objectives across multiple steps by reasoning about actions, interacting with tools or external systems, maintaining state, and adapting behavior based on outcomes. They are not “one question, one answer”: they operate in workflows.
A traditional AI system answers questions.
An agentic AI system operates within workflows and uses tools to achieve goals.
| Characteristic | Agentic AI |
|---|---|
| Goal-oriented | Yes — works toward a defined outcome |
| Stateful | Maintains memory and context across steps |
| Tool usage | Native — calls APIs, DBs, code, external services |
| Iteration | Multi-step reasoning, act–observe–evaluate loops |