Show HN: Lessons learned from running Claude Code swarms at scale

3 days ago

Some time ago I built a simple app to run swarms of coding agents — I call it fleet (https://github.com/sermakarevich/fleet

Nice to see we all building similar things, each in our own ways, which makes them somewhat different.

That's my way to say I too built an orchestrator like this and reached into a similar flow. Personal use only but now I'm considering publishing it somehow.

This is interesting. Are you thinking that you'll eventually evolve this into a full control plane for agentic swarms?

  • I use it as a full control plane for a couple of weeks from cli and from UI completely over last few days. UI now allows to manage the full cycle of agents - create task, monitor task, respond to agents questions, unblock jobs, etc