Superset (YC P26) Launches macOS IDE for Orchestrating Multiple AI Coding Agents
Tags AI · Enterprise
Superset, a Y Combinator P26 batch company, launched a macOS code editor (Electron-based) that orchestrates multiple AI coding agents — including Claude Code, OpenAI Codex, Cursor Agent, Gemini CLI, and GitHub Copilot — in parallel using isolated git worktrees. Built with React, Bun, Turborepo, and tRPC, the app requires Bun v1.0+ and runs agents simultaneously with a built-in diff viewer and terminal.
Technical significance
Running 10+ AI agents in parallel on isolated git worktrees addresses a real pain point in AI-assisted development: comparing outputs across agents without polluting the main branch. If the approach gains traction, it could shift developer workflows from single-agent assistance to ensemble-based code generation, where the developer becomes an orchestrator of multiple AI opinions.