Live data from Hacker News

Kite is saying farewell and open-sourcing its code

kite.com

81–90 of 547 posts

Re: Kite is saying farewell and open-sourcing its code

#81
post #56

One last reminder that they once hijacked several open-source repos to inject advertisements for their service into the codebases. https://news.ycombinator.com/item?id=14836653

Buying something and then changing it is not "hijacking" that thing.

The claim in the referenced article is maybe more fitting:

> many programmers would consider [this] a violation of the open-source spirit.

Re: Kite is saying farewell and open-sourcing its code

#82
post #69

Earlier quoted context omitted.

Loads of devs I’ve spoken to, from junior to principal level, absolutely love Github Copilot though. Don’t know who is paying it for them, nor if Kite was significantly worse, but I think that at least Copilot has a brilliant future ahead of it.

It's interesting, the ones I've spoken to are extremely suspicious. "GitHub Copilot blocks your ability to learn." Is a common refrain. I don't see ANY industry-wide consensus on whether GitHub Copilot truly helps developers right now. The only scenario I can get anyone to agree on is generating templates. Aka, JSON or CSS files that you then edit.

I use it. It's good for boilerplate code or basically anything where you can avoid looking at the docs. For example, I was writing an ML training loop and it correctly filled in the rest of the function after I wrote the first few lines. The code is basically what's in the pytorch docs, just fit to my model and scenario.

Re: Kite is saying farewell and open-sourcing its code

#83

> The largest issue is that state-of-the-art models don’t understand the structure of code, such as non-local context. Depending on how local he's talking, this isn't really true of Copilot. In my experience it will use context all the way up to the top of the file, even in very long files. And at least the Rust version even seems to look at the imports—if you have a use declaration it will actually correctly build a…

Yes, this was precisely what I was referring to. In small-enough programs (e.g. one file) Copilot has all the context. The other extreme would be something like the Chromium codebase. Because of this, Copilot looks better in quick demos than real-world use. (Though of course it is very impressive and this tech will get there, hopefully very soon!)

Re: Kite is saying farewell and open-sourcing its code

#84

One last reminder that they once hijacked several open-source repos to inject advertisements for their service into the codebases. https://news.ycombinator.com/item?id=14836653

I encourage you and everyone else to follow ethical rules in fighting unethical behavior of corporations.

Instead of making the untrue statement above, just say

"They used, in my opinion, an unethical way to advertise their product; specifically, they bought OSS products and put their ads in there."

Re: Kite is saying farewell and open-sourcing its code

#86
post #60
post #18

"Our diagnosis is that individual developers do not pay for tools. Their manager might, but engineering managers only want to pay for discrete new capabilities, i.e. making their developers 18% faster when writing code did not resonate strongly enough." I never used Kite, but I've tried Github Copilot twice, and found it marginal at best (and distracting at worst - which is why I turned it off both times). If Kite wa…

I pay for copilot. It saves me a modest number of minutes of time per week. That's worth a small fee. And before someone jumps in: I and my other co-founder who also uses copilot (We are the only two in the company who do, I think, without checking) are the compliance team. We're both very senior and use copilot basically a line or three at a time as a smart autocomplete. It's still worth it.

It's really just perfect for remembering obscure things and can easily be prompted to generate the boilerplate. If you surround it with your style you will see it try to use the same techniques, however if you work on large code bases it gets annoying when it starts copying the bad habits you are trying to get rid of. In those cases it's actually kind of good for bringing to your attention that the building next door is still on fire.

Re: Kite is saying farewell and open-sourcing its code

#89
post #69

Earlier quoted context omitted.

Loads of devs I’ve spoken to, from junior to principal level, absolutely love Github Copilot though. Don’t know who is paying it for them, nor if Kite was significantly worse, but I think that at least Copilot has a brilliant future ahead of it.

It's interesting, the ones I've spoken to are extremely suspicious. "GitHub Copilot blocks your ability to learn." Is a common refrain. I don't see ANY industry-wide consensus on whether GitHub Copilot truly helps developers right now. The only scenario I can get anyone to agree on is generating templates. Aka, JSON or CSS files that you then edit.

The Internet blocks your ability to learn...

Re: Kite is saying farewell and open-sourcing its code

#90
copilot might impact kite's future, it's hard to compete against microsoft.

copilot: "Get code suggestions in more than a dozen coding languages including Python, JavaScript, TypeScript, Go, and Ruby", how about c, c++ even lua here? if they cover c and c++ I can pay $10 per month right away.

Post reply on HN