Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete
41–50 of 160 posts
Re: Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete
#42Is there a way to use this (or similar) model in Visual Studio? Extensions on Visual Studio Marketplace are clunky and sluggish at best, if they even work at all.
> We’re open sourcing the model weights so the community can build fast, privacy-preserving autocomplete for every IDE - VSCode, Neovim, Emacs, and beyond.
Re: Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete
#43Is there a way to use this (or similar) model in Visual Studio? Extensions on Visual Studio Marketplace are clunky and sluggish at best, if they even work at all.
If you mean VSCode (or any other editor): > We’re open sourcing the model weights so the community can build fast, privacy-preserving autocomplete for every IDE - VSCode, Neovim, Emacs, and beyond. https://blog.sweep.dev/posts/oss-next-edit
Re: Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete
#44Is there a way to use this (or similar) model in Visual Studio? Extensions on Visual Studio Marketplace are clunky and sluggish at best, if they even work at all.
If you mean VSCode (or any other editor): > We’re open sourcing the model weights so the community can build fast, privacy-preserving autocomplete for every IDE - VSCode, Neovim, Emacs, and beyond. https://blog.sweep.dev/posts/oss-next-edit
Re: Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete
#45Very cool! I understand that the 1.5B is small enough to run locally... but does it actually in the Sweep AI Jetbrains plugin? That is, if I install the plugin, will I download the model automatically and the plugin doesn't phone home?
Re: Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete
#46Earlier quoted context omitted.
If you mean VSCode (or any other editor): > We’re open sourcing the model weights so the community can build fast, privacy-preserving autocomplete for every IDE - VSCode, Neovim, Emacs, and beyond. https://blog.sweep.dev/posts/oss-next-edit
No, I mean Visual Studio (the IDE), not Visual Studio Code (the editor).
Re: Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete
#47>We ran a genetic algorithm over 30+ diff formats
Can you you give more information about your genetic algorithm? Did you do crossover over the trained models (for example, ranking by fitness, take 20% most elite and create children by mixing their weights randomly)? Did you have a 'population size' (number of instances) for the genetic algorithms, and if so what was it?
Re: Show HN: Sweep, Open-weights 1.5B model for next-edit autocomplete
#48I am thinking that one effect is:
- it will become normal for meta-models to train a model specific to a particular task/product.
Also, differently, I'm quite sure that AGI is not available on this current path (useful tho it is), but that some algo improvements might crack ubiquitous trainable AGI. Probably including some kind of embodiment to provide world-models and emotions (which are essential to embodied survival and success).