Live data from Hacker News

Kite is saying farewell and open-sourcing its code

kite.com

181–190 of 547 posts

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

#181
post #49

Earlier quoted context omitted.

You think copilot is self-sustaining/profitable?

copilot hit $40M ARR in the first month: 400k subscribers * $100/yr https://www.ciodive.com/news/github-copilot-microsoft-softwa...

I am not sure that 400k subscribers translates to 400k paying users. As a student I may use it for free for example.

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

#182
post #115

Earlier quoted context omitted.

plus, again, they had zero developer trust because of all the ultra shady stuff they did

What shady stuff they did?

> developers began noticing something: Kite had quietly injected promotional content and data-tracking functionality into open-source apps the company previously had no affiliation with. The discoveries of those injections, and Kite’s initial refusal to roll them back, led to backlash from programmers who felt the company’s actions undermined the open-source community.

https://qz.com/1043614/this-startup-learned-the-hard-way-tha...

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

#183
> First, we failed to deliver our vision of AI-assisted programming because we were 10+ years too early to market, i.e. the tech is not ready yet.

This seems to be very much the standard story for "AI"; not quite there yet. Given the history, it's, er, surprising that people are constantly surprised by this.

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

#184
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…

With Copilot it's important to configure your editor so that it only generates completions when you ask for them. Then it can be very useful at times, especially when you're doing something you know is routine but you don't recall off-hand how to do (e.g. opening and writing to a file in append mode in a language you only use occasionally) Having it suggesting stuff every time you hit enter quickly gets annoying.

https://github.com/community/community/discussions/7553#disc...

https://www.reddit.com/r/vscode/comments/qromfk/is_there_a_w...

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

#185
post #115

Earlier quoted context omitted.

plus, again, they had zero developer trust because of all the ultra shady stuff they did

What shady stuff they did?

Linking my own comment: https://news.ycombinator.com/item?id=33686715

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

#186
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…

That last line really feels like a “I guess nobody wants to enjoy the great new taste of Pepsi Glass” kind of slant.

Maybe the product is poor. Maybe people didn’t believe the claim. But nobody said, “nah I don’t want my devs to be 18% faster.”

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

#187
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’ve spoken to no one who hasn’t agreed that copilot aids in discovery when:

- learning a new code base

- learning a new (popular) library

- learning a new language

You could compare it to, say, eslint but for other languages .

What is an idiomatic way of X with Y?

Well, copilot will give you the answer in 10-30 seconds less time than opening a browser and searching.

Im not going to argue it’s legal merits, but as a learning tool, it’s very much like having a smart linter.

The larger scale code generation is less obviously useful and usually wrong, I agree.

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

#188
> Then, our product failed to generate revenue. Our 500k developers would not pay to use it.

I don't pay for Kite (or any other proprietary developer tooling like Github) because one day your company can choose to shut down, change its terms, or raise my prices and I'd be left without recourse, while also being locked in to a proprietary workflow. Just like you did today, which validates my hesistation.

Kite should have been open source from the very beginning. I hope the team can take away this learning for their next startup. I applaud teams like GitLab who build entirely in the open--and, as a result, have highly successful products and businesses.

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

#189
I'm sorry, but the reason I didn't pay for Kite was that I moved to Tabnine which is free, and does a better job, with a simpler AI model... just scanning my local code provided better recommendations than Kite (and I never got any of the promised multi-line suggestions).

Even plain old Jedi was a decent competitor to Kite.

So you we're no beat by billion-dollar CoPilot I'm afraid...

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

#190

“Our 500k developers would not pay to use it. Our diagnosis is that individual developers do not pay for tools.” I don’t like depending on something I could lose in a month or tethers me to the internet. I consider that more a service than a tool. I’d prefer to just buy something once that just works, but that business model might be dead too since people will pirate things that aren't tethered to some serverside com…

Software developers are also more likely than most to be "free software people". I for one am excited to see Kite go open source; if it's truly open, including the underlying recommendation models and algorithms, I will be happy to use it and set up a monthly donation for whoever wants to keep working on it.
Post reply on HN