|
|
|
|
|
by ravila4
252 days ago
|
|
Regarding copy-paste, I’ve been thinking the LLM could control a headless Neovim instance instead. It might take some specialized reinforcement learning to get a model that actually uses Vim correctly, but then it could issue precise commands for moving, replacing, or deleting text, instead of rewriting everything. Even something as simple as renaming a variable is often safer and easier when done through the editor’s language server integration. |
|