Automation and AI

Agentic Workflow

Also called Agentic automation, AI workflow

A multi-step job where a model chooses each next action from the results so far, instead of following fixed rules.

Quick facts: Agentic Workflow

Category
Automation and AI
Also called
Agentic automation, AI workflow
Level
Advanced
Affects
Handling of messy tasks, running cost, review effort
Where to see it
n8n AI agent nodes, Make, Zapier agents, custom builds on model provider APIs
In this article4
  1. How an agentic workflow works
  2. Why agentic workflows matter
  3. Where agentic workflows go wrong
  4. How to act on it

How an agentic workflow works

An ordinary automation is a chain you drew in advance: when a form is submitted, add the person to the CRM, send an email, notify the team. Every branch was decided by you, and the software only follows.

An agentic workflow replaces part of that chain with a goal. You give a model an objective, a set of tools it may use and a limit on how far it may go, and it loops: consider the situation, choose an action, carry it out, read the result, decide whether the goal is met. Researching a prospect might mean checking the company site, then the LinkedIn page, then giving up on a missing phone number and noting that instead — a sequence nobody wrote down, arrived at from what each step returned.

The tools are the important part. Without tool use the model can only talk; with it, the loop can actually fetch, write and send.

Why agentic workflows matter

They fit work where the steps depend on what you find. Enriching a lead, triaging an inbox, gathering competitor information, drafting a first-pass audit from mixed sources: in each of these, the number of steps is unknown until you start, and building every branch by hand would take longer than doing the job.

They are also a way to handle messy input. Ordinary automation breaks when a field arrives in an unexpected shape; an agent can read the situation and adapt, which is why they suit small teams handling enquiries that arrive by form, WhatsApp, phone note and email in equal measure.

Where agentic workflows go wrong

The first and biggest mistake is using one where a fixed automation would do. If you can draw the steps, draw them. A rule is cheaper, faster, testable and it behaves the same way tomorrow. An agent given a settled process adds cost and unpredictability for nothing.

The second is unbounded looping. An agent that cannot reach its goal will keep trying, spending on every attempt, unless you cap the number of steps and the total spend. The third is giving it write access early. An agent that can send, delete or publish will eventually do one of those things at the wrong moment, and the damage is public.

How to act on it

Start read-only. Let the agent gather, summarise and propose while a person still presses send, and only widen its permissions on the steps that have proved dull and correct over many runs. Cap the steps, cap the spend and log every action with its input and result, so a strange outcome can be traced rather than guessed at.

Judge it on finished outcomes rather than on how clever the loop looks. If the same result comes out of a plain rule in your workflow automation, the plain rule wins.

Do and do not

Do

  • Use fixed rules wherever the steps are known
  • Start read-only and widen permissions slowly
  • Cap the step count and the spend

Do not

  • Give an agent send or delete rights immediately
  • Run an agent without logging every action
  • Replace a working automation because agents sound better

Questions people ask about this

How is an agentic workflow different from normal automation?

Normal automation follows a path you drew in advance, so the same input always produces the same steps. An agentic workflow is given a goal and a set of tools, and works out the steps as it goes, based on what each result tells it. That flexibility is useful for messy work and unnecessary for settled processes.

Is an agentic workflow safe to let loose on customer emails?

Not at first. Start with the agent drafting and a person sending, so mistakes are caught before they reach anyone. Once a particular type of reply has been correct across many real runs, you can let those go automatically while everything unusual still stops for review. Keep a log of every message it produced.

What does an agentic workflow cost to run?

More than a rule-based one, because the model is called repeatedly within a single job rather than once. The cost depends on how many loops it takes and how much text passes through each. Cap the number of steps and set a spend limit before going live, otherwise a task the agent cannot finish will keep retrying.

Related terms

Found this useful?

Share it, or ask an AI to summarise it

Back to the glossary

Knowing the term is the easy part

Applying it to your own site and budget is the work. Book a call and I will tell you what actually applies to you.