← May 22, 2027 edition

superset

IDE for the AI agents era

Superset Lets You Run Ten Coding Agents in Parallel on Your Own Machine

The Macro: One Agent at a Time Is Not Enough Anymore

The way developers use AI coding agents today has a bottleneck built into it. You open Claude Code or Codex, give it a task, and wait for it to finish before starting the next one. That is fine for a single change, but software development is not a single-threaded activity. On any given day, a developer might need to fix a bug, add a feature, refactor a module, update tests, and write documentation. Doing these sequentially through one agent at a time wastes the developer’s most valuable resource: time.

The obvious answer is to run multiple agents simultaneously. But that creates a new problem. If two agents are working on the same codebase at the same time, they will create merge conflicts, overwrite each other’s changes, and produce code that does not work together. You need isolation between agents, but you also need all of them working on the same repository.

This is a coordination problem, and it is the exact problem that Superset solves.

The Micro: Parallel Agents, Isolated Worktrees, Zero Cost

Superset is a terminal application that lets you launch ten or more AI coding agents in parallel, each running on a different task, each isolated in its own Git worktree. The agents cannot interfere with each other because they are working on separate copies of the codebase. When they finish, their changes merge back cleanly.

The product is completely free and open source. Users provide their own API keys, and Superset does not proxy or store any code. This is a meaningful trust signal for developers who are wary of sending their proprietary code through third-party services.

The agent compatibility is broad. Superset works with Claude Code, OpenCode, Cursor, Codex, and Gemini. Any CLI-based agent works. This makes Superset agent-agnostic, which is the right call given how fast the agent space is evolving. You do not want to lock into one provider.

IDE integration is built in with deep-linking to VS Code, Cursor, Xcode, and JetBrains. You can monitor agent progress in the terminal and jump into any agent’s work in your preferred editor. Real-time monitoring lets you switch between agents and see what each one is doing.

The team has YC pedigree. Kiet Ho co-founded Onlook (W25) and worked at Amazon and ServiceNow. Satya Patel was CTO of Untether Labs (YC W23). Avi Peltz co-founded Adam (W25). Three founders, all with prior YC companies, building an open-source tool. The GitHub repo already has 7,100 stars, which is strong traction for an early-stage developer tool.

The competitive space includes multi-agent orchestration tools like Devin, which operates as a fully autonomous software engineer. But Devin is a paid, closed-source product that takes a different philosophical approach. Superset is open-source, local-first, and positions the developer as the conductor rather than the bystander. Other tools like Aider and Continue handle single-agent coding assistance but do not address parallel orchestration.

The Verdict

Superset is solving a real workflow problem that every developer using AI agents will encounter: I need more than one agent running at the same time.

At 30 days: how many developers are running Superset daily, and how many parallel agents are they typically running? The average concurrency number will show whether developers are using this for two tasks or truly going parallel with ten or more.

At 60 days: what is the merge success rate when agent worktrees recombine? If agents produce changes that conflict with each other, the parallel model breaks down. Clean merges are essential.

At 90 days: are development teams adopting Superset as a standard part of their workflow, or is it still an individual developer tool? Team adoption would suggest this is becoming infrastructure, not just a convenience.

I think the open-source, bring-your-own-key approach is exactly right for this product. Developers want control over their agents and their code. Superset gives them both while solving the genuine coordination problem of running multiple agents. The 7,100 GitHub stars say the community agrees.