Discovery
All entries

Collection · 4 entries

Observability for AI coding agents

Tools that show you what your coding agents are actually doing: token spend, session state, tool calls, and parallel execution.

Coding agents are still mostly black boxes if you don't instrument them. The tools below give you visibility at different scales: per-session token cost (codeburn), live runtime state (abtop, lazyagent), session-graph visualization (agent-flow), and side-by-side comparison across engines (parallel-code). Pick by the question you're trying to answer - 'where is the spend going' is different from 'what is this agent doing right now'.

Related collections