Parallel Agent Execution in Zed : Coding at the Speed of thought. #37791
cs50victor
started this conversation in
LLMs and Zed Agent
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Following up on #33132 from June - I've been thinking about the architectural concerns raised and believe there's a lighter-weight path to multi-agent support that could ship sooner.
What's changed since June:
Minimal viable approach that sidesteps the concerns:
Instead of deep architectural changes, we could start with a simple response queue:
This preserves Zed's "speed of thought" philosophy - you're never waiting, always reviewing or
writing. The implementation touches mainly acp_thread for queuing and adds a thin orchestration
layer.
Why revisit now:
Would the team be open to exploring this lighter approach as a stepping stone? I understand the
previous concerns about doing it right, but even this minimal version would be transformative for
daily workflows.
Timeline-wise, could this fit into early 2025 roadmap? Happy to help prototype or test.
Beta Was this translation helpful? Give feedback.
All reactions