Skip to content

GlossaryOften confused

WorkfloworAgent

In a workflow, the sequence of steps is written in advance by a person: a model may fill one box, it does not choose the next box. In an agent, the plan does not exist before the run, because it is the model that observes the state of the work and decides, turn after turn, what it does next.

Point by point

A comparison of Workflow and Agent, criterion by criterion.
CriterionFloor 3Floor 3 · The Agentthe block caught in a loop: it starts again until it gets thereWorkflowFloor 3Floor 3 · The Agentthe block caught in a loop: it starts again until it gets thereAgent
Who writes the sequenceA person, before the runThe model, during the run
The same case, twiceSame path, same resultTwo paths that may diverge
Cost of one runKnown before launchingKnown afterwards, unless you capped it
When it failsThe faulty step names itselfYou must first rebuild the path taken
A case nobody foresawIt falls outside the planIt is handled, well or badly
Where the effort goesWriting and maintaining the branchesEvaluating, tracing, framing what cannot be foreseen

On the ground four situations

  • Every time an employee joins: open the accounts, send the handbook, book three meetings, notify the mentor.

    Floor 3 · The Agentthe block caught in a loop: it starts again until it gets thereWorkflowThe list is the same for everyone and can be read before the run. There is nothing to decide along the way.

  • An outage in production: read the logs, form a hypothesis, check it, form another one when it falls, until the cause is found.

    Floor 3 · The Agentthe block caught in a loop: it starts again until it gets thereAgentThe second step depends on what the first revealed. The plan cannot be written beforehand, only unfold.

  • A process presented as agentic: the model reads the incoming request, files it in one of the four planned categories, and each category triggers its own sequence of steps.

    Floor 3 · The Agentthe block caught in a loop: it starts again until it gets thereWorkflowThe useful counter-example: the model decides, but between options written in advance. The plan has not moved, this is a workflow with one step handed to a model.

  • A fixed document chain, receive, extract, check, archive, in which a single step searches freely for the missing pieces until it finds them or gives up.

    BothBoth, nested: a workflow one of whose steps is an agent. It is the most common shape in production, and naming it is worth more than picking a side.

The test that settles it

Ask for the plan before launching. If someone can show you the list of steps and branches, including those that will not be used today, it is a workflow. If the only honest answer is “that will depend on what it finds”, it is an agent.

The trap

“We have moved to an agent, it is more modern.” An agent is not the evolved version of a workflow: they are two ways of organising the same work, and one trades predictability for adaptation. When you know how to write the steps, writing them costs less, is easier to monitor and holds up in front of an auditor.

Check click your answer

Level 1 · Recognise

You want to know the cost of a run before launching it. In which case is that possible?

Level 2 · Distinguish

An auditor will ask you, for a given file, which steps were followed and why. What does that change between a workflow and an agent?

Level 2 · Distinguish

An agentic prototype succeeds one time in two, and you notice that the successful tasks almost always follow the same sequence. What do you do?

v2026-08 · a frontier observed, not inventedCite this page
Report

What goes with your message

Frontier · Workflow or Agent
v2026-08 · /en/vs/workflow-agent

What is this about
0 / 600

It is used to reply to you, and for nothing else. What is recorded