I'm buying into this workflow more the more I use it, but the real gamechanger is (a) parallel threads in worktrees, with (b) enough lifecycle hooks to treat them similarly to spinning up a VM. Specifically for me that means that after I create a worktree I get some local config files copied over and Postgres duplicating my local dev and test databases so I can test in isolation, and then when I close out a worktree…
Love to hear it! (Conductor founder here). This is helpful to know - we're working on adding more agents, Copilot and OpenCode harnesses are among the most popular requests. We also recently built an escape hatch. If you turn on Settings → Experimental → Big Terminal Mode you can create new terminals in the center panel (with ⌘⇧T) and use any agent you'd like (Copilot, OpenCode, etc). It isn't the best experience bec…
Parallel agents in Zed
171–178 of 178 posts
Re: Parallel agents in Zed
#172Earlier quoted context omitted.
You can disable all AI features in Zed with a single setting: https://zed.dev/blog/disable-ai-features
It doesn’t mean the bulk of their effort isn’t going to AI slopshit.
Re: Parallel agents in Zed
#173The worktree part is the easy half. Running parallel Claude Code subagents, the bottleneck is never "can they run without stomping each other's files." That's solved the moment each one has its own checkout. The hard problem is architectural consistency. Agent A renames a type to X. Agent B, in a different worktree, independently renames the same type to Y because neither saw the other's decision. When you merge, nei…
Re: Parallel agents in Zed
#174Yesterday, I determined to move to Zed because they weren't pushing this stuff :(
lobster thread: https://lobste.rs/s/yyqowj/gram_zed_fork_without_all_ai if you want Zed without AI
Re: Parallel agents in Zed
#175Earlier quoted context omitted.
Love to hear it! (Conductor founder here). This is helpful to know - we're working on adding more agents, Copilot and OpenCode harnesses are among the most popular requests. We also recently built an escape hatch. If you turn on Settings → Experimental → Big Terminal Mode you can create new terminals in the center panel (with ⌘⇧T) and use any agent you'd like (Copilot, OpenCode, etc). It isn't the best experience bec…
Anyone know of a similar tool to conductor for Linux?
Re: Parallel agents in Zed
#176I personally don't love the idea of the default layout pushing aside my code and filetree to make space for AI tools I really like Zed, I use it every day. But, if I'd seen this layout when I first installed, I never would have taken it seriously I imagine this will push some new users away
It will also pull more users in. I don't want to be looking at code. I want more of a codex style app where it's easy to shove all my projects in one place and context switch endlessly.
Turning Zed into Codex alienates the existing user base who installed Zed because it's a code editor. If I wanted Codex I would have installed Codex.
Re: Parallel agents in Zed
#177I personally don't love the idea of the default layout pushing aside my code and filetree to make space for AI tools I really like Zed, I use it every day. But, if I'd seen this layout when I first installed, I never would have taken it seriously I imagine this will push some new users away
> I imagine this will push some new users away I suspect it will gain them more users than it will lose Most other tools doing this are heavy, buggy, and built on electron
They'll definitely lose me though if the whole plan is to turn this into Codex running on GPUI.