Parallel Agents in Zed
by ajeetdsouza on 4/22/2026, 5:38:57 PM
https://zed.dev/blog/parallel-agents
Comments
by: gherkinnn
I've used Zed since the very beginning and I remain a fan. Its LLM integration so far has been a lot more pleasant than what I see in others and the editor is perfectly usable without using LLMs.<p>Its multi buffer and speed sound trivial but using anything else feels wrong now.
4/22/2026, 7:37:50 PM
by: xiej
Funny how Zed's tagline is<p><pre><code> Love your editor again Zed is a minimal code editor crafted for speed and collaboration with humans and AI. </code></pre> At home, I don't use any AI when coding, to keep my brain sharp. But it's clear that Zed's focus is on AI integration because that's where the money's going (seriously, where is the setting to have a different ui icon size vs ui font size). Is there any editor still being being developed and focusing on the experience of coding by hand?
4/22/2026, 6:43:05 PM
by: jotato
Yesterday, I determined to move to Zed because they weren't pushing this stuff :(
4/22/2026, 6:34:25 PM
by: lfx
I loved zed for over 1 year, told for everybody to use it, because it was so fast and great.<p>But now using claude-code,gemini-cli,codex,etc it just seems less relevant. Just opened nvim with lazyvim and it feels nice, since I'm in terminal anyway it just feels more natural.<p>Still have zed opened, still like it but I guess honeymoon is over.
4/22/2026, 7:04:38 PM
by: jamie_ca
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.<p>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 it deletes those databases.<p>The best at that that I've found is Conductor, but I can't use it at work because we only have Copilot and they're locked to a Claude/Codex backend. Arbor is close, but it's not under as active development and has a lot of rough edges. Opencode GUI has create hooks but not teardown.<p>If Zed can hook that up _and_ also keep its great editor roots, that'll definitely be a game changer.
4/22/2026, 6:25:02 PM
by: danielvaughn
What I want is a stateful file-writing layer that is aware of all clients (aka agents and humans) and their activity. It provides its own locking mechanisms, and prevents agents from overwriting each others work. That way you could have multiple agents operating on the same codebase, without having to futz with worktrees and all that.
4/22/2026, 6:57:13 PM
by: verse
I personally don't love the idea of the default layout pushing aside my code and filetree to make space for AI tools<p>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<p>I imagine this will push some new users away
4/22/2026, 6:26:24 PM
by: 2001zhaozhao
It's pretty clear by this point that everyone is going towards parallel agents and worktrees, but TBH I am surprised to see an offering from Zed, seeing how heavy they lean into being editor-heavy and having AI features be strictly optional.<p>The key advantages Zed has are being agent-agnostic (so not a first party UI like Claude/Codex/Cursor Desktop), supporting multiple repositories on the same agent via creating a worktree for each automatically, and having a high quality custom agent UI rather than wrapping over CLIs (I've used their IDE's agent UI in the past and it's great). AFAIK, this is the first mainstream tool that supports all of these features.
4/22/2026, 6:15:35 PM
by: testfrequency
Warp launched something similar a week or so ago, but the Zed implementation I find a lot more logical. Will give Zed another try, as I’m overdue for my monthly “maybe I should try this terminal/IDE” itch.
4/22/2026, 6:16:47 PM
by: subarctic
I liked the idea of the new layout with the agent thread on the left, it goes hand-in-hand with having multiple threads that are easy to switch between and running concurrently, but I switched back because my file tree disappeared and I couldn't easily see how to add it back
4/22/2026, 6:29:57 PM
by: sync
I'm having a hard time adjusting to the Project Panel on the right (and, at least for me, hidden by default) - seems like they're trying to bury the concept of a 'file'?<p>It's certainly interesting though, and I'll give it some time - the post says "It feels more natural once you've spent a little time with it"
4/22/2026, 6:15:51 PM
by: fishgoesblub
I remember when Zed's main thing was "collaborative" editing. Not as profitable as AI I suppose.
4/22/2026, 6:54:03 PM
by: orliesaurus
I just installed Zed last night and enabled vim mode, can't wait to try this!
4/22/2026, 6:04:25 PM
by: gaigalas
I've been a Sublime Text user for years, then a VSCode for years. Been trying Zed for the past couple weeks and it has been a good experience.
4/22/2026, 7:14:25 PM
by: gigatexal
Becoming more and more useful by teh day. Love to see it.
4/22/2026, 5:58:44 PM