
Superset
Run an army of Claude Code, Codex, etc. on your machine
930 followers
Run an army of Claude Code, Codex, etc. on your machine
930 followers
Superset is a turbocharged IDE that allows you to run any coding agents to 10x your development workflow. - Run multiple agents simultaneously without context switching overhead - Isolate each task in its own sandbox so agents don't interfere with each other - Monitor all your agents from one place and get notified when they need attention - Review changes quickly with built-in diff viewer and editor Wait less, ship more.










Superset
Hey all,
I'm Kiet, one of the creators of Superset. We created Superset to reduce the time you spend waiting around for agents like Claude Code to run. Superset lets you kick off dozens of coding agent sessions in parallel. It works with any coding agents like Claude Code, Codex, OpenCode, etc. while allowing you to use your Pro/Max plans. It's a full featured IDE optimized for parallel agents workflows.
The last few months have seen incredible adoption from the most cutting edge teams from all over the world. I'm excited to see what you will build with Superset!
@flyakiet Are there any plans to integrate with issue trackers, CI/CD, or cloud IDEs?
Superset
@flyakiet @kimberly_ross We definitely plan to do these things!
Our Linear integration is live already, it needs some love but once the bones are in it won't be hard to add in support for other issue trackers. For CI/CD, we plan on having pipelines where agents can get notified and deployed based on CI events. For cloud, we actually plan to build our own cloud infrastructure - you can imagine our existing workspaces working pretty much the same regardless of them being cloud or local
@flyakiet This is so nice!
Let's gooo massive fan of Superset product + team! One of the fastest executing teams I've seen!
Question for you guys: Do you think the future will see more local or cloud development? Right now I'm using my mac mini and ssh'ing into it, and it's great in many ways but can get messy with enough things running in parallel. Cloud is easier to manage but problem becomes continuing working from the CLI and all that. Where do you think things are heading?
Superset
@eliasstravik Thanks for the support as always Elias!
Doing the 10+ worktrees has been frying my machine, definitely see remote/cloud as the only way forward to get to 100+ agents in parallel
Superset
Now that chat is launched, focus will be Cloud+SSH
Pally - AI Relationship Management
love this, it’s my daily driver now. replaced cursor, claude code, and conductor!
Superset
@hazhubble thanks Haz!! If you run into anything we're always happy to help :)
Superset
Hey there,
I'm Satya, I'm also part of the core team building Superset! It's been amazing seeing our product grow over the last few months up to this 1.0 launch. We've helped so many people already improve their Claude Code, Codex, etc. CLI flows by helping them manage worktrees in parallel, organize Linear tickets and more. It's been really gratifying to watch the product grow, I just want to shout out all of our users - they've been incredibly supportive and helped us get to a product we're all very proud of.
If you end up using Superset from this post I'd love to hear what you think!
Superset
Hey yall,
I'm Avi, one of the creators of Superset. I'm super excited to share what we've been building. We use Superset to build Superset and its really fun to see how much people are enjoying it. Theres a lot more we are planning on shipping but I'm looking forward to hearing all the feedback from more users, and to see what you all think of it!
Let me know if you have any questions :)
Another IDE, of which there are already many. How are you better than the others?
Superset
@daniyar_abdukarimov the previous sets of IDEs solve a very different set of problems. If you want to run 10+ Claude Code or Codex in parallel and squeeze the most performance out of them, I think we're one of the best options
@flyakiet Don't you have Windows?
Interesting approach to running multiple agents locally. Curious, how are you thinking about agent coordination to avoid conflicting code changes?
Superset
@mithlesh_shah So locally agents actually run in isolated copies of your code base, and we've found that this is more than enough for the volume of agents we tend to run (anywhere from 3-10 at a time).
You do still end up with merge conflicts when you attempt to create a pr, but agents are actually incredibly good at this already. As a result, we've been noodling with the concept of a merge queue, where agents will process prs and make sure they're ready to be merged for users. It's still just a concept but I do think something there will be incredibly useful!
@thesaddlepaddle Isolated code copies make sense. The merge queue layer sounds like the real unlock for scaling multi-agent workflows.