Agents & tools

Agentic Workflow

A multi-step task where an AI agent autonomously decides the steps, uses tools as needed, and works toward a goal with minimal human steering.

01 ——

In plain English

An agentic workflow is the actual sequence of actions an agentic AI runs to complete a task — the planning, tool calls, intermediate reasoning, and final output. Unlike a fixed automation (Zapier, Make), an agentic workflow is decided in real time by the model.

Typical shape:

  1. User describes a goal in natural language
  2. Agent breaks it into sub-tasks
  3. Agent picks a tool for each sub-task and runs it
  4. Agent reads the result and decides what's next
  5. Agent loops until done, then summarises

Examples in production:

  • A research agent that asks itself follow-up questions, browses sources, and writes a brief
  • A coding agent that reads a bug report, locates the file, writes a fix, runs tests, opens a PR
  • A sales agent that pulls a lead, enriches it, drafts outreach, schedules the send

Agentic workflows trade reliability for flexibility — they handle ambiguity well but can drift or loop. Good harnesses add guardrails (step caps, budget limits, human approval gates) to keep them productive.

02 ——

Related terms

Back to glossaryLast reviewed May 2026
Vol. 4 · Issue 19 · Last reviewed 2026-05-30

Sign up for our newsletter

Receive weekly updates so you can stay up-to-date with the world of AI