This week split cleanly between patching and shipping: Node.js dropped mandatory security updates across every active LTS line while Zed's Zeta2 model quietly became the most practically useful edit predictor available without configuration changes. The contrast is instructive—one story is about closing gaps attackers are already exploiting, the other is about compounding marginal efficiency gains that add up across a full workday.
Zeta2 edit prediction model reaches 30% acceptance improvement
Zed's previous Zeta1 model predicted edits without understanding the symbol graph around your cursor. Zeta2 fixes that by integrating LSP-based symbol resolution into the prediction context—it now knows what a cross-module import resolves to before suggesting a completion. The training dataset scaled from 500 hand-curated examples to 100,000 opt-in collected samples, and acceptance rate improved 30% as a result.
The practical impact is fewer dismiss-and-retype cycles on inter-module edits. If you've been frustrated by suggestions that ignore your actual dependency tree, that's exactly the failure mode Zeta2 targets. It's already the default in Zed 0.222.2+, so if you've updated recently, you're already running it.






