Live data from Hacker News

Launch HN: Superset (YC P26) – IDE for the agents era

github.com

131–140 of 148 posts

Re: Launch HN: Superset (YC P26) – IDE for the agents era

#131

One thing I don't understand with all of these, is how they're handling different worktree infrastructure spin-up? For example, if I have a webapp, I want each of the worktrees to spin up its own infrastructure, and be accessible on its own unique local url, so that I can see the changes locally for each worktree, or I can have agents automate visual checks using something like agent-browser. Currently I use docker f…

You just enter a setup script that it runs on worktree creation

Re: Launch HN: Superset (YC P26) – IDE for the agents era

#132
I've been using Superset as my daily driver for about 2 months and I'm loving it.

i have created a simple setup script that reserves a couple of ports per workspace/worktree. with that, each ticket/workspace can starts it's own webserver. Allowing me to work on multiple things in parallel. that also allows me to use Claude+Chrome MCP to e2e test each implementation in parallel.

Besides my own repo I also have a couple open source repos open. so I can quickly ask Claude questions about it instead of looking at the docs, which are usually outdated.

All in all, I usually have ~5 workspace/tickets/agents running at the same time. And one as Q&A agents per OSS repo

Re: Launch HN: Superset (YC P26) – IDE for the agents era

#133

Earlier quoted context omitted.

Could you elaborate a little on what you are doing with 40-50 agents? I use Claude, I've employed sub-agents, but I still can't wrap my head around how people are using them to that extent.

ha, I didn't mean they are all running at the same time. sorry if it sounded like this. I open a new worktree/agent session for each new feature or bugfix. Usually I start with ideation and brainstorming before doing the actual implementation. However my priorities shift daily, so I could be starting a feature on monday, but then stop during the ideation already, pick up another task on tuesday and won't go back to t…

Ahh got it, thanks. That makes a lot more sense -- indeed I thought you had 40 active, parallel sessions!

Re: Launch HN: Superset (YC P26) – IDE for the agents era

#136

I always feel like I want to use something like this, but then realize my NeoVim setup + tmux + Ghostty is good enough and I am not ready to learn a whole another system for modest gains. The friction I have currently is obviously things like port forwarding, in app browser etc. I keep thinking to try out cmux but haven't gotten around to it.

makes sense, well if you ever want to dabble, let us know how you like it :)

Re: Launch HN: Superset (YC P26) – IDE for the agents era

#137
post #55

Why Mac only? Also - one issue I've seen with other tools doing worktree stuff is they don't deal with merge conflicts automatically. IMO the agents should just automatically resolve conflicts & rebase on their own, is that a thing here?

We technically have a linux build, but dont maintain it as well as mac. We are built on electron so eventually we want to more heavily support linux and windows but we dont currently have anyone on the team that daily drives linux and windows the maintenance overhead is a bit too high. Once we do have someone on the team driving linux/windows we'll have broader publicized support for all platforms.

And on the worktree note, I find when working in a worktree the agent has a much easier time solving merge conflicts and as the number of feature branches scale and it just makes it so i dont have to worry about conflicts while working on a feature.

Re: Launch HN: Superset (YC P26) – IDE for the agents era

#138

Earlier quoted context omitted.

Note that Anthropic specifically called out that usage through Conductor will be metered as "programmatic usage" in their June 15th pricing change: https://news.ycombinator.com/item?id=48126438

My colleagues are planning to get around this by using Conductor's big terminal mode. At which point I think it's basically just a git worktree manager?

If you want to do that you mine as well give Superset a try, we've put a lot of time into giving a good terminal experience, with baked in notifications and a daemon that runs in the background so your terminal sessions dont die when the app updates or closes.

Re: Launch HN: Superset (YC P26) – IDE for the agents era

#139

Earlier quoted context omitted.

definitely understand the perspective. I feel like theres some dev work that completely requires me to be single threaded and just think hard, but there other modes where i can jump into whack-a-mole mode and try to work on a bunch of github issues in parallel, or sentry issues, or little ui bugs and the thinking goes more into reviewing plans and prs and i dont have to be as attentive to each individual session

There are individual tasks that can be “swarmed”. Constructing software requires supervision and a continuous feedback loop from a discerning human.

agreed

Re: Launch HN: Superset (YC P26) – IDE for the agents era

#140

I like this app, but 40 year old me says I will buy it for onetime payment rather than 20 dollars monthly. Great app

wow they updated their software when a claude code terminal session was alive. Felt like magic. Thanks folks. please give an option to pay one time :)
Post reply on HN