jargon

Applied AI·Agents

the strongest agent architectures are mostly workflow, with agency confined to the steps that need it.

Workflow vs agent

A workflow chains model calls along a path your code fixes in advance; an agent lets the model choose the path. Workflows are more predictable, debuggable and cheap, and are the right answer more often than the discourse suggests. Reach for an agent only when the path genuinely cannot be predetermined.

Commonly confused with