cd /news/developer-tools/show-hn-visualize-whether-you-run-to… · home topics developer-tools article
[ARTICLE · art-112449] src=github.com ↗ pub= topic=developer-tools verified=true sentiment=· neutral

Show HN: Visualize whether you run too many coding agents, or too few

Jerry Z. Liu released AgentPlayback, an open-source visualization tool that displays when coding agents work autonomously versus when they wait for user input, helping developers gauge whether they run too many or too few agents in parallel. The tool, available via npx agentplayback or from GitHub under an MIT license, uses a clock-like design to reveal bottlenecks, with Liu noting he can handle only 2-3 agents at a time.

read1 min views1 publishedAug 26, 2026

As models have become more capable of running autonomously, I’ve been running more and more agents in parallel. But it’s never been clear to me what the number of agents I can handle is - should I be conservative and try 2-3 agents at a time, or try to push myself to go 5+?

So we set out to create a new kind of agent visualization that answered this question.

There were two types of agent visualizations we found in our research. One was cursor-wrapped or git-style visualizations that showed high level usage statistics throughout the year. The other was single agent visualizations - showing tool calls and back and forths from an agent session. We found the former too high-level, and the latter too granular.

We experimented with a lot of different designs, but we settled on a clock-like design that cleanly shows when your agents were working autonomously, and when they were waiting on your input. This made it easy to visualize how many agents you were running in parallel and quickly spot when you’re the bottleneck.

I’ve realized that I’m the kind of person who can only juggle 2-3 at a time - curious to hear what other people’s experiences are! (Especially if you've noticed an improvement)

It’s simple to use - npx agentplayback or bunx agentplayback.

Or you can clone it from https://github.com/JerryZLiu/AgentPlayback and modify/run it yourself. Open sourced under MIT license.

Comments URL: [https://news.ycombinator.com/item?id=49456949](https://news.ycombinator.com/item?id=49456949)

Points: 1

── more in #developer-tools 4 stories · sorted by recency
── more on @jerry z. liu 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-visualize-wh…] indexed:0 read:1min 2026-08-26 ·