Live data from Hacker News

AI-Powered JavaScript Completions

kite.com

1–10 of 100 posts

Re: AI-Powered JavaScript Completions

#3
Adam 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 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

#5
post #2

So this is just code completion? What exactly makes it qualify as "artificial intelligence"? Did they throw some PyTorch or TensorFlow into the mix?

> We’ve trained a new deep learning model on 22 million open-source JavaScript files to ensure Kite works with your favorite libraries and frameworks like React, Vue, Angular, and Node.js.

Re: AI-Powered JavaScript Completions

#7

So, 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...

I'm guessing if they gave you an all-in price you wouldn't want to pay what they ask anyway.

Re: AI-Powered JavaScript Completions

#9

So, 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...

It will be not for sale because they would not want to sell it.

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

#10

Adam 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…

Adam,

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?

Post reply on HN