WeSearch

Show HN: Fleet – Python supervisor for running coding agents in parallel

·2 min read · 0 reactions · 0 comments · 8 views
#programming#software#technology
⚡ TL;DR · AI summary

A developer has created a Python supervisor named Fleet to manage multiple coding agents in parallel. Fleet allows users to run coding sessions efficiently by utilizing a centralized database and supporting various coding models. The tool is designed to streamline task management and improve coding quality across sessions.

Key facts
Original article
Ycombinator
Read full at Ycombinator →
Opening excerpt (first ~120 words) tap to expand

AMD submitted a bug on the Claude Code repo where they complained about coding quality and described that they are running a fleet of 50+ Claude Code sessions using beads — https://github.com/anthropics/claude-code/issues/42796. This was pretty exciting; I was curious how it could be done. It turned out to be simpler than it looks.First I created a simple multi-session implementation using beads and a bit of bash only — https://news.ycombinator.com/item?id=48204719. A bash loop monitors the beads queue, claims a task, and passes it into claude -p.This worked fine, and I decided to make the implementation more capable, so I created fleet — a Python supervisor for running coding agents in parallel: https://github.com/sermakarevich/fleet.A few core ideas:- The beads DB is centralized — it…

Excerpt limited to ~120 words for fair-use compliance. The full article is at Ycombinator.

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from Ycombinator