For the first few years of the generative AI era, AI was primarily a question-answering and content-generation technology. You asked a question. It replied. You prompted. It generated. The AI was passive — a very smart responder. Agentic AI marks a fundamental shift: AI that doesn't just answer, but acts.

The key distinction: response vs action

A generative AI model responds to your input with output — text, an image, code. A single exchange. An agentic AI system can take that output and do something with it: run the code, send the email, search the web, book the meeting, file the form. Multiple steps. Real-world consequences.

Generative AIAgentic AI
Responds to a single promptCompletes multi-step tasks autonomously
Output is text, image, or codeOutput is an action in the real world
Stateless — no memory between turnsMaintains state across a task
Human executes the resultAgent executes the result itself
"Write me a Python script to analyse sales data""Analyse our sales data and email me the key findings"

What made agentic AI possible?

Three capabilities came together to enable AI agents:

  1. Reasoning — LLMs became capable enough to plan multi-step tasks: "to achieve goal X, I need to do A, then B, then C."
  2. Tool use — Models were given the ability to call external tools: search the web, run code, read files, call APIs. The model decides when and how to use these tools.
  3. Memory — Systems to maintain context across steps: what has been done, what was found, what still needs doing.
The spectrum of autonomy

Think of AI autonomy as a spectrum: Chatbot (responds to questions) → Copilot (suggests actions for human to take) → Assistant (takes actions with human approval) → Agent (acts autonomously within defined boundaries) → Fully autonomous system (acts independently). Most current AI agents sit in the middle of this spectrum.

Why this matters

Generative AI changed how we create content and process information. Agentic AI changes what AI can do in the world. An agent that can autonomously research, write, review, and send a report — or book a flight, check your calendar, and update your expenses — represents a qualitatively different kind of capability.

It also introduces qualitatively different risks. An AI that acts can cause irreversible harm in ways that an AI that only responds cannot. This makes understanding agentic AI — its capabilities and its failure modes — increasingly important.

Key takeaways

  • Generative AI responds; Agentic AI acts — this is the fundamental shift
  • Agents complete multi-step tasks with real-world consequences
  • Three enablers: improved reasoning, tool use, and persistent memory
  • Autonomy exists on a spectrum — most current agents operate with some human oversight
  • Agentic AI introduces new risks that generative AI does not — actions can be irreversible