Story Details

  • Zed now predicts your next edit with Zeta, our new open model

    Posted: 2025-02-14 06:50:47

    Zed, a code editor, has introduced Zeta, an open-source large language model (LLM) designed specifically for predicting code edits. Zeta powers a new "Suggest Edit" feature within Zed that anticipates the user's next change and offers it as a suggestion, potentially streamlining the coding process. Trained on a massive dataset of edits from real-world projects, Zeta understands context and offers increasingly relevant suggestions as you type. This model is available for anyone to download and use, fostering community development and customization for various programming languages and workflows.

    Summary of Comments ( 208 )
    https://news.ycombinator.com/item?id=43045606

    Hacker News users generally expressed enthusiasm for Zed's new edit prediction feature powered by the Zeta model. Several praised the speed and accuracy of the predictions, noting its potential to significantly improve coding workflow. Some discussed the implications of open-sourcing the model, hoping it would foster community contributions and adaptations for other editors. A few questioned the licensing details of the open-sourced components and how they relate to Zed's overall business model. Others drew comparisons to existing AI-powered coding assistants like GitHub Copilot, speculating on Zeta's potential competitive advantages and disadvantages. Finally, some expressed interest in how the model handles complex edits beyond simple completions, like refactoring and debugging.