Creating a Tab completion model from scratch
docs.getpochi.com·1d·
Discuss: Hacker News
Flag this post

In this post, we’re introducing our internal edit model, the foundation behind Next Edit Suggestion (NES). It’s an upgrade to Tab completion, designed to predict the next change your code needs, wherever it lives.

Technically this is much harder to achieve, since NES considers the entire file plus your recent edit history and predicts how your code is likely to evolve: where the next change should happen, and what that change should be.

![NES Cover Image](color:transparent;background-size:cover;background-position:50% 50%;background-repeat:no-repeat;background-image:url(“/nextImageExportOptimizer/cover-nes.0c62fc66-opt-10.WEBP”))

Other editors have explored versions of next-edit prediction, but models have evolved a lot, and so has our understanding of how people actually write cod…

Similar Posts

Loading similar posts...