Hacker News new | ask | show | jobs
by stefanhoelzl 52 days ago
I had primarily the issue, that when working only on one task at a time, I had nothing to do, when my AI was thinking or implementing a plan.

Just launching multiple AI instances does not scale because you loose the overview an context of each task. Also you need git worktrees to isolate the agent from each others work.

My solution was a tool around VSCode, handling worktree creation and notifications for idle agents. A MCP which can interact with VSCode allows the agent to prepare any outcomes for preview or show a notification what to test or to do next. That way I cycle through agents answer the questions it has or review its work. I regularly work with ~5 parallel task (sometimes up to 10).

https://github.com/stefanhoelzl/codehydra

1 comments

Wow this looks very promising. Clean and simple enough to try today instead of saving it for later in a bookmark.

Honestly, I came across some tmux based tools earlier like agent-deck, their text-clutter and workflow learning curve repelled me because of the very small context window of my brain.

Thanks for sharing!

Thanks for giving it a try!

If you have any questions or problems just open a issue on github!