Next-generation AI models
21–30 of 139 posts
Re: Next-generation AI models
#22Has anyone used both Tabnine and Copilot recently? Would like to know if compares to Copilot now. Last time I checked(end of last year) Tabnine was a far inferior product.
Re: Next-generation AI models
#23Re: Next-generation AI models
#24For this specific comparison, it’s essential to start from the technology, as many of the product differences stem from the differences in approach, architecture, and technology choices. Microsoft and OpenAI view AI for software development almost as just another use case for GPT-3, the behemoth language model. Code is text, so they took their language model, fine-tuned it on code, and called the gargantuan 12-billio…
Re: Next-generation AI models
#25I remember when Jacob Jackson’s (this kid is nothing less of a genius) tabnine project was posted on HN. Codota then bought tabnine and now they renamed themselves after this acquisition. Got me interested what Jacob is doing now. Looks like after his stint at OpenAI this is his new project: https://same.energy/
Re: Next-generation AI models
#26Ouch $17 AUD/month for a single user!
Re: Next-generation AI models
#27I really want to love Tabine. I really, really do. I gave it a fair chance, let it index my private personal projects, ran it on my personal machine to see how it worked. The results are... not great. I'm using IntelliJ, and Tabnine is arrogant enough to believe that their autocomplete is superior to the libraries autocomplete, even when completely wrong or it has no idea of its autocomplete. These are opensource lib…
Re: Next-generation AI models
#28I had to uninstall Tabnine because its resource usage was unacceptable. Hopefully they've addressed that, because it was using way too much of my CPU at times that it shouldn't have been.
Re: Next-generation AI models
#29Has anyone used both Tabnine and Copilot recently? Would like to know if compares to Copilot now. Last time I checked(end of last year) Tabnine was a far inferior product.
Just got done using Tabnine for about 2 months a month ago. Switched to Copilot. There's not much comparison.
Re: Next-generation AI models
#30I use Tabnine completion in JetBrains CLion when I write Rust code. I’ve found it to be quite useful. Haven’t tried GitHub Copilot yet, so don’t know how Copilot compares to it.