AI Concept Atlas
FIELD NOTES / 01
Side by side

Workflow & Agent

In this scoped distinction, an agent dynamically directs its process while a workflow primarily follows control flow prescribed by code.

These are useful design patterns, not mutually exclusive product categories. Hybrid systems are common.

Swap columns ⇄
DimensionWorkflowAgent
PurposeCarry out an arranged process.Pursue a goal by choosing actions based on results. [Anthropic]
Role in the systemApplication-defined sequencing and branching.A decision-making loop within an application. [Anthropic]
Inputs and outputsStep inputs are processed along configured paths.Goals, context and observations inform subsequent actions. [Anthropic]
PersistenceState retention depends on implementation.State retention depends on implementation. [Anthropic]
ExampleClassify a request, retrieve a policy, then draft an answer.Choose a follow-up investigation after inspecting a tool result. [Anthropic]
Boundary caveatsA workflow can include models and agent-like steps.Autonomy is bounded by the available tools and controls. [Anthropic]

Evidence for this distinction

Last editorial review: 2026-09-13.