flâneur — a map of the web's best reading

Problems for 2024-2025.

anysphere.inc · saved by 1 readers

Problems 2024-2025 An unordered set of concrete problems. Next Action Prediction Cursor comes with Copilot++, a more intelligent version of copilot that predicts your next edit. Can we take this idea to its natural limit? When coding, you don't just make low-entropy edits. Across the entire editor, you take low-entropy keystrokes, clicks, actions. Can we build a model to predict each with low-latency? To start, we've extended Copilot++ to predict your next location. Combine this with next edit prediction, and the model can play through a sequence of low-entropy changes: We press tab eleven times and all other keys three times. We're working on predicting the next file you will move to. The next terminal command you will run. The next edit, conditioned on your previous terminal commands! A next action prediction model. Furthermore, the model should surface information the moment you need it. Whether it be the right piece of code or documentation. Cursor should feel like an exten

Problems 2024-2025 An unordered set of concrete problems. Next Action Prediction Cursor comes with Copilot++, a more intelligent version of copilot that predicts your next edit. Can we take this idea to its natural limit? When coding, you don't just make low-entropy edits. Across the entire editor, you take low-entropy keystrokes, clicks, actions. Can we build a model to predict each with low-latency? To start, we've extended Copilot++ to predict your next location. Combine this with next edit prediction, and the model can play through a sequence of low-entropy changes: We press tab eleven tim

Explore this link on the map →