RFC: ADDE Architecture - Reimagining Zed as an Agent-Native Distributed Development Engine #56169
ki2890033-del
started this conversation in
Feature Requests
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.
-
Body
As a developer using Zed on a high-performance multi-core machine (16+ threads), I’ve noticed a physical bottleneck in current AI-assisted workflows: the "Race Condition" between multiple agents and the waste of local compute resources.
The ADDE Proposal (Agent-Native Distributed Development Engine):
I’m proposing a paradigm shift for the 2026-2027 tech cycle, designed to turn Zed into a "Logic Factory" rather than just a "Text Editor."
Task-level gVisor Sandboxing
Instead of agents modifying the main workspace directly, each task should run in an isolated gVisor-based sandbox. This ensures physical-level safety and prevents logical contamination between parallel agents.
LSP Mirroring & Multi-Core Scaling
Zed’s Rust core is perfect for this. We should scale LSP instances horizontally to match local CPU cores. "One core busy, while 15 cores watch" should be a thing of the past.
AST-based Intent Merging
Moving beyond line-based Git Diff. For multi-agent collaboration, we need semantic merging at the AST level to solve race conditions during complex refactoring.
3D Topological Visualization (via GPUI)
Leverage Zed's high-performance GPUI to render project dependencies and data flows as a real-time 3D map. This allows "Commanders" (human developers) to audit agent activities at a high-dimensional level.
Why Zed?
Zed is the only platform with the Rust-native concurrency and GPU-accelerated UI needed to support this vision.
"Full whitepaper available upon request. Looking forward to discussing the physical implementation with the community."
Beta Was this translation helpful? Give feedback.
All reactions