Superset
Superset is an open-source AI coding platform that orchestrates Claude Code, OpenAI Codex CLI, Cursor Agent, Gemini CLI, OpenCode, and other CLI agents across isolated git worktrees.
Superset turns multi-agent coding from an instruction pattern into a product surface: workspaces, worktrees, terminals, diff review, notifications, IDE handoff, CLI, SDK, and MCP. That makes it useful for readers comparing agent harnesses, parallel coding workflows, and local control planes.
The Superset repository describes it as a code editor for AI agents that can run multiple CLI coding agents in parallel with worktree isolation, monitoring, built-in diff review, workspace presets, and universal terminal-agent compatibility. Superset docs describe it as an open-source AI coding platform available as a desktop IDE, CLI, and MCP server. Hacker News Launch HN discussion on May 22, 2026 provides demand evidence for the parallel-agent IDE category.
- Run multiple coding agents in isolated worktrees.
- Monitor agent status and review diffs from one app.
- Use the same project with Claude Code, Codex CLI, Cursor Agent, Gemini CLI, OpenCode, or another terminal agent.
- Study parallel-agent orchestration as an agent harness pattern.
Superset packages the operational layer around many coding agents rather than replacing them. It creates isolated workspaces with git worktrees, runs CLI agents in terminals, tracks agent status, and gives users a built-in place to inspect diffs before accepting work.
- Agent compatibility: official README lists Claude Code, OpenAI Codex CLI, Cursor Agent, Gemini CLI, GitHub Copilot, OpenCode, and any terminal agent.
- Workflow surface: desktop IDE, command-line interface, MCP server, terminal panes, diff viewer, and IDE handoff.
- Boundary: it is a harness/control plane around agents, not a model provider.
Superset is a concrete adapter harness: it normalizes the workspace, terminal, branch, review, and handoff pieces around multiple coding agents. That is different from a model comparison, because the question is how work is isolated, observed, reviewed, and committed.
Superset FAQ
Page-level questions for Superset.
Is Superset a coding agent?+
Superset is better understood as an AI coding platform or harness around coding agents. It runs agents such as Claude Code, Codex CLI, Cursor Agent, Gemini CLI, and OpenCode, then adds workspace isolation, monitoring, terminal control, and diff review.
Why does Superset use git worktrees?+
Git worktrees let each agent work on an isolated branch and directory without stashing or switching the main checkout. That matters when multiple agents run in parallel because users need separation before reviewing, editing, and committing each result.