From Autocomplete to Autoedit: Is Cursor All Hype?

tl;dr: We need an open-source LLM that can predict the next edit instead of autocompletion. Cursor vs Zed Cursor, made by Anysphere, is an AI-first startup aiming to revolutionize coding with AI. The editor is just a way to verify their theory. Zed, created by the former team of Atom, is a GPU-accelerated editor that incorporates AI as one of its features. Zed is a good editor, and Cursor is currently the best AI copilot available....

September 7, 2024 · 4 min · magicalne

Why Autocomplete with LLM is a Bad Idea?

tl;dr: Manually building context for LLMs and writing good prompts is a better approach. In recent years, Large Language Models (LLMs) have revolutionized various aspects of software development, with code autocomplete being one of the most widely adopted applications. However, as we delve deeper into the intricacies of software engineering, it becomes apparent that the current implementation of LLM-powered autocomplete may not be the optimal solution for enhancing developer productivity and code quality....

September 4, 2024 · 5 min · magicalne