Live data from Hacker News

Parallel agents in Zed

zed.dev

61–70 of 178 posts

Re: Parallel agents in Zed

#61
I would love to unleash parallel agents, but I am still checking every single edit while enforcing minimal, stateless, modular code, and I have the AI check in with me before writing the next file.

A lot of times, I find it has incredibly stupid ideas and tends to make the code very messy. I would love to figure out how to stop that from happening automatically.

The upside of checking in on the code, though, is that I can come up with smart directions for the AI from both a product and tech perspective. This is especially helpful when the dumb suggestions add a lot of complexity.

I think it's like when a product person asks for a new feature, or when a founder building their own product selects which feature is smarter to build and how.

Re: Parallel agents in Zed

#62
post #7

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…

[dead]

Re: Parallel agents in Zed

#64

This is great! I love Zed, but when I came across Superset I stopped using Zed. Maybe no I will go back to it

actually not that great. it's not as intuitive as Superset. Also, I can't manage to get a Claude session in the terminal to become a thread

Re: Parallel agents in Zed

#66
post #61

I would love to unleash parallel agents, but I am still checking every single edit while enforcing minimal, stateless, modular code, and I have the AI check in with me before writing the next file. A lot of times, I find it has incredibly stupid ideas and tends to make the code very messy. I would love to figure out how to stop that from happening automatically. The upside of checking in on the code, though, is that…

> I would love to figure out how to stop that from happening automatically.

AGENTS.md

Re: Parallel agents in Zed

#68

Zed is probably the best text editor in the last 10 years. It has quirks, but it is insanely powerful and capable out of the box. I don't even bother trying to setup Neovim because of Zed. They let people for PRs for missing vim features for their vim emulation, and its insanely capable. I hope someday they get the funding they deserve, because it has insane potential. It's why I subscribe to their pay plan, even if…

I do wish they'd focus on closing the gap to Jetbrains by implementing the QOL features that are missing. I understand they have to do what VC wants to see, but this agentic stuff is so tiring.

Re: Parallel agents in Zed

#69
I like Zed but the defaults for tabs (CTRL+Tab and CTRL+Shift+Tab step you through some diabolical tab selector in what is allegedly (but not really) recency order instead of just left/right. It really made me question their sanity.

Re: Parallel agents in Zed

#70

Zed is probably the best text editor in the last 10 years. It has quirks, but it is insanely powerful and capable out of the box. I don't even bother trying to setup Neovim because of Zed. They let people for PRs for missing vim features for their vim emulation, and its insanely capable. I hope someday they get the funding they deserve, because it has insane potential. It's why I subscribe to their pay plan, even if…

I do wish they'd focus on closing the gap to Jetbrains by implementing the QOL features that are missing. I understand they have to do what VC wants to see, but this agentic stuff is so tiring.

Agreed. It still feels like Zed is only good for writing scripts.
Post reply on HN