Show HN: Lessons learned from running Claude Code swarms at scale
Category: devtools
Tags: ai-agents, task-queue, parallel-execution
Score: 6.3/10 (Innovation: 6, Technical: 6, Documentation: 7, Utility: 6)
fleet is a lightweight Python supervisor that coordinates multiple coding agents (Claude, Agy, Codex) running in parallel across projects using a centralized task queue. It's interesting because it enables running swarms of AI coding agents on a single machine with per-task coder/model overrides, bridging the gap between single-agent workflows and large-scale automated code generation.
Target audience: backend devs, devops, data engineers
Repository: https://github.com/sermakarevich/fleet · Python · MIT · 6 stars
View on Hacker News