Workflow (deterministic)
Six fixed steps, same order every time. The pipeline knows what to call before the run starts.
Click Run both pipelines to see the workflow trace.
Lab 8 · Workflow vs free-form agent
Many production "agents" are actually a fixed workflow with one or two LLM-shaped steps embedded inside. Run the same scenario through both pipelines and compare the shape of what runs: a six-step workflow on the left, a free-form agent loop on the right.
Six fixed steps, same order every time. The pipeline knows what to call before the run starts.
Click Run both pipelines to see the workflow trace.
Each iteration the model decides the next tool. Tool order, count, and stopping condition are emergent rather than declared up front.
Click Run both pipelines to see the agent trace.