Workflow → Agent Evolution

Every agent pattern evolves from a workflow. When conditional logic becomes too complex to hardcode, the LLM takes over flow control.

Workflow
Agent Pattern
Hover to highlight · Click for details
WorkflowEvolves IntoWhat Gets Added
Evaluator-OptimizerReflectionEvaluator becomes the LLM itself via self-critique prompting
Orchestrator-WorkerMulti-Agent
Plan & Execute
Parallel CallsRAGVector search retrieval replaces static parallel splits
RoutingLLM intent classification replaces hardcoded branch logic
Prompt ChainingReActDynamic tool selection + LLM-controlled looping replaces hardcoded steps
Saga