Skip to content

Demo 03 · Simulated

Agentic trace viewer

Debugging an agent system is mostly reading traces like these — knowing which step burned the tokens and which retrieval went wrong before touching the code. Pick a scenario and replay the agent loop step by step: the tool choice and the reasoning behind it, the retrieval hits behind each observation, and the step budget counting down.

Every retrieval runs over the same 12-passage corpus as the search demo, passages about my own projects — read the case studies →

These traces are hand-authored, not recordings of a live model run. They illustrate how the agent loop behaves — tool choice, retrieval, budget pressure, recovery — and the data shape matches a real recorded run, so recordings can replace these files later. Latency and token counts are authored estimates.

Presets

Two retrievals chained — the second query is scoped by what the first one found.The step budget runs out before the last retrieval — the answer ships partial, with a caveat.The first retrieval misses; the agent reformulates and cites the nearest evidence honestly.

Two retrievals chained — the second query is scoped by what the first one found.

Which of your projects handled the most data, and how did you make it fast?

SIMULATED

budget 6/6 · 0.0s · 0 in / 0 out

Press Play to replay the trace, or Next to step through it.