AI Concept Atlas
FIELD NOTES / 01
Side by side

Agent & Workflow

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 ⇄
DimensionAgentWorkflow
PurposePursue a goal by choosing actions based on results.Carry out an arranged process. [Anthropic]
Role in the systemA decision-making loop within an application.Application-defined sequencing and branching. [Anthropic]
Inputs and outputsGoals, context and observations inform subsequent actions.Step inputs are processed along configured paths. [Anthropic]
PersistenceState retention depends on implementation.State retention depends on implementation. [Anthropic]
ExampleChoose a follow-up investigation after inspecting a tool result.Classify a request, retrieve a policy, then draft an answer. [Anthropic]
Boundary caveatsAutonomy is bounded by the available tools and controls.A workflow can include models and agent-like steps. [Anthropic]

Evidence for this distinction

Last editorial review: 2026-09-13.