Superset — параллельный запуск сотен кодинг-агентов
★ 13K
Superset is a tool for running 100+ coding agents in parallel: it runs CLI agents (Claude Code, Codex, or any other CLI agent), each in its own isolated git worktree, so you spend time shipping rather than waiting. Reach for it when work with agents bottlenecks on being sequential and you want mass parallelism: hand many agents tasks across different worktrees, with a built-in terminal, change review, and open-in-editor nearby. Its focus is mass parallel running of CLI coding agents across isolated worktrees with review, not a single agent or a cloud service: the value is sharply speeding up work by parallelizing agents without code conflicts and context switching. In job it sits alongside Orca and claude-squad, with the emphasis on large-scale parallelism. It suits teams and developers who need to run many agentic tasks at once.
- #Coding Agent