I personally explicitly avoid parallel agents, since it creates too much cognitive debt, and sometimes an agent may need steering towards an architectally sane solution mid-work.
Parallel agents in Zed
151–160 of 178 posts
Re: Parallel agents in Zed
#152The new default layout is exactly backwards of what I want. It should go: project tree | text editor | agent view | threads Not to mention on most laptops you'll only have room for about two panes at a time. So they should be focusing on pane management and making it easy to swap between views. Not highlighting 4 pane workflows. Unless you have an ultra-wide monitor, I'd rather have a separate Agents window. I use Ze…
I don't think they'll drop it anytime, though.
Re: Parallel agents in Zed
#153Zed 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
#154Re: Parallel agents in Zed
#155Earlier quoted context omitted.
I'm expecting we'll likely end back up on agents making PRs, and having to review them. Either that or giving up on quality etc/dealing with very messy code. I've been trying various automated testing/linting/etc strategies, and they only work so well.
That would be a nightmare. One thing is to review a PR generated by a human using AI and caring about the code; another is reviewing wild agents, especially when they make changes everywhere
Re: Parallel agents in Zed
#156What are parallel agents worth to professional engineers if reviewing the code is a pain (aka non existent) in Zed? Please add proper code review tools (compare with branch|file|revision) and GH pr review tools like IntelliJ!
Re: Parallel agents in Zed
#157The new default layout is exactly backwards of what I want. It should go: project tree | text editor | agent view | threads Not to mention on most laptops you'll only have room for about two panes at a time. So they should be focusing on pane management and making it easy to swap between views. Not highlighting 4 pane workflows. Unless you have an ultra-wide monitor, I'd rather have a separate Agents window. I use Ze…
That seems like a leap.
Re: Parallel agents in Zed
#158I 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
#159I 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
#160Earlier quoted context omitted.
> I would love to figure out how to stop that from happening automatically. AGENTS.md
By all means elaborate. I can't imagine "don't have stupid ideas or write messy code" is going to make much difference.
What one developer calls clean the other calls messy.
My advice is to use it, then document the issues when it gets messy. It takes some time, but no more than recruiting, training, paying another engineer.