Use deterministic structure around probabilistic work
Agents are useful when a step requires interpretation. Pipelines remain useful for ordering, dependencies, routing, retries, and stop conditions.
Combining the two prevents every workflow decision from being delegated to a model. The agent handles the ambiguous part while the pipeline preserves the operating contract.