Playground
Agent pipeline visualizer
The orchestration shape behind systems like Podding and Kayana: a planner decomposes the request, workers run in parallel and sometimes retry, and a judge scores and merges the results.
Simulated run · 0/13
Planneridle
decomposes the task
Worker Aidle
search + draft
Worker Bidle
search + draft
Worker Cidle
citations
Judgeidle
scores + merges
Press Play or Step to run the pipeline.
This is a simulation: timings are scripted and no model calls are made. The pattern is real. In production I build it with LangGraph, where each node is an agent with tools and the judge step is what keeps parallel work coherent.