AIAny
AI Coding2025
Icon for item

Superset (superset-sh)

Desktop app that runs many CLI coding agents — Claude Code, Codex, Cursor, Gemini — in parallel, each in its own git worktree and branch. A built-in diff viewer, terminal, and PR tracking let you dispatch and review 10+ agents at once.

Introduction

For most of the past year, the ceiling on agent-assisted coding stopped being the model and became the human serially watching one terminal. Superset takes that as the actual problem: it reframes the editor of the AI era not as where you type code, but as where you supervise a fleet writing it. The enabling trick is mundane and decisive — every task gets its own git worktree and branch, so ten or more agents can edit the same repository at once without stepping on each other.

What Sets It Apart
  • Worktree-per-task isolation. Each agent works in a separate directory and branch, so parallel runs never collide; you review and merge them independently rather than untangling one shared checkout.
  • Agent-agnostic, not a wrapper. It drives any CLI agent — Claude Code, Codex, Cursor, Gemini, OpenCode, Copilot — instead of shipping its own model, so switching tools doesn't mean switching cockpits.
  • Review is the product. A diff viewer, integrated terminal, and commit/PR tracking sit over every branch, putting the expensive step — judging what ten agents produced — in one place.
Great Fit / Look Elsewhere

Great fit if you already run several coding agents and your bottleneck is supervision rather than generation — solo developers or small teams pushing many parallel branches at once. Look elsewhere if you typically work one task at a time, where a plain terminal is simpler, or if you're not on macOS: it's an Electron app that currently requires macOS plus Bun, Git 2.20+, and the GitHub CLI, with no web or Linux build.

Information

  • Websitegithub.com
  • OrganizationsSuperset
  • Authorssuperset-sh, Avi (avimakesrobots), Kiet (flyakiet), Satya (saddle_paddle)
  • Published date2025/10/21

More Items

Hugging Face
AI Model2026

Open-weights LLM fine-tuned for phone-based voice agents that prioritizes low latency and reliable tool/function calling. Based on NVIDIA Nemotron 3 Nano (30B total, 3.5B active), supports very long contexts (262,144 tokens) and recommends temperature=0 with thinking disabled for deployment.

GitHub
AI Agent2026

A curated collection of production-ready Agent Skills that turn tasks—presentation production, image generation, local KB retrieval, article assembly, and web-design—into agent-loadable skill folders. Uses a SKILL.md contract, supports multiple agent runtimes (Claude Code, Cursor, Codex), and offers modular install paths with pinned release zips.

GitHub
AI Agent2026

Provides a ruleset and skills that make AI coding agents prefer the simplest correct implementation: reuse existing code, prefer stdlib/native features, and only write minimal new code. Cuts generated LOC, tokens, cost and time while preserving validation and safety.