Hacker News new | ask | show | jobs
by MisterAV 1109 days ago
On Visual Studio there's an extension (by Microsoft) called IntelliCode which is a small AI assistant that runs locally on the CPU. It doesn't come close to these new large GPU models but it's quite handy. It looks into what you're typing on the current line and the previous activity along with the current project and tries to predict the full line or even the same change on multiple lines if that makes sense.
1 comments

We recently published a paper on IntelliCode and share some of the usage numbers.

https://austinhenley.com/pubs/Vaithilingam2023ICSE_IntelliCo...

Disclaimer: I'm one of the co-authors.