Live data from Hacker News

GitHub cuts AI deals with Google, Anthropic

bloomberg.com

21–30 of 742 posts

Re: GitHub cuts AI deals with Google, Anthropic

#21
Anthropic’s article: https://www.anthropic.com/news/github-copilot

GitHub’s article: https://github.blog/news-insights/product-news/bringing-deve...

Google Cloud’s article: https://cloud.google.com/blog/products/ai-machine-learning/g...

Weird that it wasn’t published on the official Gemini news site here: https://blog.google/products/gemini/

Edit: GitHub Copilot is now also available in Xcode: https://github.blog/changelog/2024-10-29-github-copilot-code...

Discussion here: https://news.ycombinator.com/item?id=41987404

Re: GitHub cuts AI deals with Google, Anthropic

#22
post #10

Sensible. Big part of competitors' (eg. Aider, Cursor, I imagine also jetbrains) advantage was not being tied to one model as the landscape changed. After large MS OpenAI investment they could just as easily have put blinders on and doubled down.

Jetbrains is doing its own LLM

Re: GitHub cuts AI deals with Google, Anthropic

#24
post #3

This is pretty exciting. I'm a copilot user at work, but also have access to Claude. I'm more inclined to use Claude for difficult coding problems or to review my work as I've just grown more confident in its abilities over the last several months.

I too use Claude more frequently than OpenAi GPT4o. I think this is a two fold move for MS and I like it. Claude being more accurate / efficient for me says it's likely they see the same thing, win number 1. The second is with all the OpenAI drama MS has started to distance themselves over a souring relationship (allegedly). If so, this could be a smart move away tactfully. Either way, Claude is great so this is a ne…

Yeah, Claude consistently impresses me.

A commenter on another thread mentioned it but it’s very similar to how search felt in the early 2000s. I ask it a question and get my answer.

Sometimes it’s a little (or a lot) wrong or outdated, but at least I get something to tinker with.

Re: GitHub cuts AI deals with Google, Anthropic

#25
post #3

This is pretty exciting. I'm a copilot user at work, but also have access to Claude. I'm more inclined to use Claude for difficult coding problems or to review my work as I've just grown more confident in its abilities over the last several months.

I too use Claude more frequently than OpenAi GPT4o. I think this is a two fold move for MS and I like it. Claude being more accurate / efficient for me says it's likely they see the same thing, win number 1. The second is with all the OpenAI drama MS has started to distance themselves over a souring relationship (allegedly). If so, this could be a smart move away tactfully. Either way, Claude is great so this is a ne…

I'm the same, but had a lot of issues getting structured output from Anthropic. Ended up always writing response processors. Frustrated by how fragile that was, decided to try OpenAI structured outputs and it just worked and since they also have prompt caching now, it worked out very well for my use case.

Anthropic's seems to have addressed the issue using pydantic but I haven't had a chance to test it yet.

I pretty much use Anthropic for everything else.

Re: GitHub cuts AI deals with Google, Anthropic

#28
Github was an early OpenAI design partner. OpenAI developed a custom LLM for them.

It's so interesting that even after that early mover advantage they have to go back to the foundation model providers.

Does this mean that future tech companies have no choice but to do this?

Re: GitHub cuts AI deals with Google, Anthropic

#30

Wake me up when they support self hosted llama or openwebui. Wonder if we'll ever see a standard LLM API.

Isn there no open source alternative? Like a plugin or something.

Not for visual studio 2022 unfortunately.
Post reply on HN