Foundations

Agentic AI vs generative AI

By Matt Doughty, CEO & Co-Founder of Prefactor ·

TL;DR

Generative AI produces content for a person to use; agentic AI uses a model to decide and act — calling tools, writing to systems, working a goal across multiple steps. The two get confused because every agentic system has a generative model inside it. The difference that matters is what happens to the model's output: review by a human, or execution against your systems.

DimensionAgentic AIGenerative AI
Core questionWhat should happen next — and do itWhat content fits this prompt
OutputActions: tool calls, API writes, decisionsContent: text, images, code for review
Shape of workLoop — plan, act, observe, adjust, repeatSingle pass — prompt in, output out
AutonomyCarries a goal across steps without re-promptingWaits for the next human prompt
Failure modeWrong actions on real systems; errors compoundWrong content; a human catches it before it ships
Oversight it needsIdentity, scoped permissions, audit trail, runtime controlsOutput review and usage policy
ExamplesCoding agent opening pull requests; support agent issuing refundsChat assistant drafting an email; image generation

The verdict

Treat this as a line your systems cross rather than a technology choice: the moment model output stops being content a person reviews and becomes an action software executes, you have agentic AI — and your governance changes class with it. A generative deployment is governed like a content tool: review the output, set usage policy. An agentic deployment is governed like an employee with system access: it needs its own identity, permissions scoped to the task, and a record of what it did and why. If you are deciding what to build, build generative first where a human naturally sits between model and consequence, and go agentic only where the loop's speed is worth the controls you now owe it.

Frequently asked questions

Is agentic AI a type of generative AI?

It is built on generative models — the model proposes the next step — but the system around the model is what makes it agentic: tools it can call, state it carries between steps, and a loop that keeps it moving toward a goal. Calling an agentic system "generative AI" understates what it can do to your systems, which is exactly the confusion that lets agents ship with content-tool oversight.

Where does predictive AI fit against these two?

Predictive AI estimates — a score, a forecast, a classification — and hands the number to a person or a rule. Generative AI produces content. Agentic AI takes actions. The three escalate in oversight needs in that order, because each step moves the human further from the consequence.

Is your organisation ready for AI agents?

Take the assessment →