AMAZINGINDEX.COM 日报快照
50.7
VOL. 2026.05
2026.05.23
← 返回 2026.05.23 日报
日报快照 · Daily Snapshot
NO. 009

多Agent并行IDE:本地同时跑Claude Code

#ARTICLE HackerNews 2026.05.23
推荐指数 64.0 NO. 009 · 2026.05.23
发布2026/05/22Score50Comments65

Superset 是一个面向 AI Agent 时代的 IDE,通过 git worktree 隔离多个 CLI 编码代理(Claude Code、Codex 等)并行运行,内置终端、diff 审查和编辑器跳转。解决的核心问题是:AI 编程代理从「单线程对话」进化到「多线程协作」时,开发者被上下文切换淹没。

目前开发者跑多个 AI 代理的典型方案是开多个终端 tab 或 tmux 窗口,任务一多就混乱,且代理之间容易踩到同一个 git 分支。Superset 用 worktree 做硬隔离是个工程上很干净的选择,比虚拟环境或容器更轻量,保留了原生 git 工作流。

和 Cursor、Windsurf 这些「AI 原生 IDE」不同,Superset 不自己做模型层,而是做代理编排层,定位更接近「Agent 的舰队指挥塔」。如果你已经在用 Claude Code 或 Codex CLI 做实际开发,且经常同时跑 3 个以上任务(比如重构、写测试、查 bug),这个工具能省掉大量 tab 切换和分支合并的摩擦。YC P26 的背景也意味着它可能会快速集成更多企业级功能,值得关注后续是否支持自定义 agent 模板和团队共享的 worktree 策略。

意见分歧 66 条评论

核心争论:多Agent并行IDE是否真比Cursor等现有工具差异化,还是趋同

yannoninator

How does this compare to Cursor? What happens if Cursor makes the exact same features as your product?

saddlepaddle

Actually Cursor is starting to converge with us as we speak! You can look at their new agents mode (which is now their default for new users) as an example. For what happens, in our heads the end goal is building a software factory where dozens to hundreds of agents are always running - something th

toddmorey

I agree with the hard part being managing state, especially environments and ports. I've never used lsof so much in my life. Question on Remote Workspace: Can the remote machine port forward so I can use a browser to see / test current state of the app on the remote machine?

替代方案: CursorVSCodeAntigravityZedOrcaConductortmux
查看原文 →