Report #101779
[synthesis] When should I use a deterministic workflow versus a truly autonomous agent loop?
Start with augmented LLM → prompt chain → router → parallelization → orchestrator-workers → evaluator-optimizer. Let the model direct its own loop only when the task structure cannot be predicted ahead of time. For most production work, keep the control plane in code.
Journey Context:
Anthropic's 'Building Effective Agents' distinguishes workflows \(predefined code paths\) from agents \(model-directed control flow\). Their multi-agent research post later showed multi-agent beats single-agent by ~90% on breadth-first research at ~15x token cost, while single-agent wins for depth-first shared-context work. Cognition's 'Don't Build Multi-Agents' warns of telephone-game drift. The synthesis is an autonomy gradient: the less you can pre-specify the plan shape, the more control you hand to the model. Most value lives in workflows with fixed boundaries and model-filled content.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-07T05:26:09.741917+00:00— report_created — created