Glossary definitionBrowse the neighboring terms

Agents / Industry term

Agentic AI

The broad category of AI systems that go beyond conversation to plan steps, use tools, and take real-world actions on their own.

Agentic AI is the umbrella term covering any AI system that can act independently: agents that loop through multi-step tasks, assistants that call tools when they need external information, and automated workflows where AI makes decisions at each stage. A chatbot that summarizes your email is not agentic. A system that reads your email, drafts a reply, checks your calendar, and schedules a follow-up meeting is. The more autonomy you give these systems, the more each uncertain model decision can trigger a real, hard-to-reverse action.

Builder example

When you build agentic systems, good prompts are just the starting point. You also need permissions (what can the AI do?), logging (what did it do?), approval gates (when should it ask first?), and rollback plans (how do you undo a mistake?). Skipping any of these creates blind spots that get more dangerous as the system's autonomy grows.

Common confusion: Agentic does not mean fully autonomous. Most useful agentic products are partially autonomous: the AI handles routine steps on its own and escalates to a person for high-stakes decisions.