AI-Powered JavaScript Completions
1–10 of 100 posts
Re: AI-Powered JavaScript Completions
#2Re: AI-Powered JavaScript Completions
#3After years of work building our Python product — now to over 250,000 monthly active users — we decided we were ready to expand a new language. JavaScript was a clear choice given how well it pairs with Python, and it was the our most-requested language.
We took what we learned from building our Python product, adjusted it to JavaScript’s nuances, and trained the model on 22 million open-source JavaScript files. We then spent months dogfooding, user testing, and applying advanced model filtering techniques to ensure the UX was ready for everyone to enjoy.
We think the end-result will help you have more fun writing JavaScript, while also helping you ship software faster. We can’t wait to get feedback from you to help us improve our JavaScript completions from here! We'll be online to answer your questions here today as well.
Since a lot of folks ask, Kite continues to work 100% locally and Kite for JavaScript is free. We plan to release support for more languages later this year, and are taking requests at kite.com/letmeknow. Thanks!
Re: AI-Powered JavaScript Completions
#4Re: AI-Powered JavaScript Completions
#5So this is just code completion? What exactly makes it qualify as "artificial intelligence"? Did they throw some PyTorch or TensorFlow into the mix?
Re: AI-Powered JavaScript Completions
#6And it costs more than my whole IDE (IntelliJ complete license for _everything_) as well...
Re: AI-Powered JavaScript Completions
#7So, when this runs completely local, WHY do I have to pay monthly? Why can't it be bought? And it costs more than my whole IDE (IntelliJ complete license for _everything_) as well...
Re: AI-Powered JavaScript Completions
#8Re: AI-Powered JavaScript Completions
#9So, when this runs completely local, WHY do I have to pay monthly? Why can't it be bought? And it costs more than my whole IDE (IntelliJ complete license for _everything_) as well...
Subscriptions are a tool that can both extract more money from customers and also increase the customer base by reducing the upfront cost.
Re: AI-Powered JavaScript Completions
#10Adam from Kite here. The team and I are thrilled to launch our new deep learning engine for JavaScript completions. After years of work building our Python product — now to over 250,000 monthly active users — we decided we were ready to expand a new language. JavaScript was a clear choice given how well it pairs with Python, and it was the our most-requested language. We took what we learned from building our Python…
Intelligent autocomplete is great. Big fan of it. However, Microsoft has already built this out in VS and VS Code as IntelliCode, and it supports Python, Typescript, JS, and Java.
VS Code is the most used JS editor by far and has first party support for this that comes out of the box. What is the reason for Kite for the VS Code users out there?