Live data from Hacker News

Claude Code is suddenly everywhere inside Microsoft

theverge.com

201–210 of 541 posts

Re: Claude Code is suddenly everywhere inside Microsoft

#201
post #134

Microsoft really needs to get a better handle with the naming conventions. There is Microsoft Copilot, which replaced Bing Chat, Cortana and uses OpenAI’s GPT-4 and 5 models. There is Github Copilot, the coding autocomplete tool. There is Microsoft 365 Copilot, what they now call Office with built in GenAI stuff. There is also a Copilot cli that lets you use whatever agent/model backend you want too? Everything is Co…

>Microsoft really needs to get a better handle with the naming conventions Microsoft cannot and will not ever get better at naming things. It is said the universe will split open and and eldritch beast will consume the stars the day Microsoft stops using inconsistent and overlapping names for different and conflicting products. Isn't that right .Net/dotnet

I'm "I don't know what Xbox is" years old.

Re: Claude Code is suddenly everywhere inside Microsoft

#202

This is funny because everyone’s AI strategy should have been “What do we actually need to be productive?” Which is how Anthropic pulled ahead of Microsoft, that prioritized checks notes Taking screenshots of every windows user’s desktop every few seconds. For productivity.

You were robbed last night. No way Jelly Roll should have won.

Re: Claude Code is suddenly everywhere inside Microsoft

#203

Microsoft really needs to get a better handle with the naming conventions. There is Microsoft Copilot, which replaced Bing Chat, Cortana and uses OpenAI’s GPT-4 and 5 models. There is Github Copilot, the coding autocomplete tool. There is Microsoft 365 Copilot, what they now call Office with built in GenAI stuff. There is also a Copilot cli that lets you use whatever agent/model backend you want too? Everything is Co…

My colleague works in a functional role for a medium sized SaaS company(1000-5000 employees), working with banks, family offices, hedge funds. They use teams and copilot, they all hate it.

One thing that I don't know about is if they have an AI product that can work on combining unstructured and databases to give better insights on any new conversation? e.g. like say the LLM knows how to convert user queries to the domain model of tables and extract information? What companies are doing such things?

This would be something that can be deployed on-prem/ their own private cloud that is controlled by the company, because the data is quite sensitive.

Re: Claude Code is suddenly everywhere inside Microsoft

#204
post #155

Earlier quoted context omitted.

Apparently, so yes.

Seems like there's another option.

Yep, don’t use any of the products in the first place.

Leaving Microsoft’s ecosystem a few years ago has been a great productivity boost, saved quite a bit of cash, and dramatically reduced my frustration.

Re: Claude Code is suddenly everywhere inside Microsoft

#205
post #111

For one reason or another everyone seems to be sleeping on Gemini. I have been exclusively using Gemini 3 Flash to code these days and it stands up right alongside Opus and others while having a much smaller, faster and cheaper footprint. Combine it with Antigravity and you're basically using a cheat code.

I think Gemini is an excellent model, it's just not a particularly great agent. One of the reasons is that its code output is often structured in a way that looks like it's answering a question, rather than generating production code. It leaves comments everywhere, which are often numbered (which not only is annoying, but also only makes sense if the numbering starts within the frame of reference of the "question" it…

My go-to models have been Claude and Gemini for a long time. I have been using Gemini for discussions and Claude for coding and now as an agent. Claude has been the best at doing what I want to do and not doing what I don’t want to do. And then my confidence in it took a quantum leap with Opus 4.5. Gemini seems like it has gotten even worse at doing what I want with new releases.

Re: Claude Code is suddenly everywhere inside Microsoft

#206
post #126

Earlier quoted context omitted.

Anthropic has a model. Microsoft doesn't.

Microsoft can use OpenAI models but it's not the model that's the problem, it's the application of them. Anthropic simply knows how to execute better.

As evidenced by Anthropic models not performing well in github presents copilot.

Re: Claude Code is suddenly everywhere inside Microsoft

#207

GitHub Copilot with Opus 4.5 as the model is great. I have not tried Claude Code, so maybe I don’t know what I’m missing.

I'm one of those really odd beasts that feels some sort of loyalty to Microsoft, so I started out on Copilot and was very reluctant to try Claude Code. But as soon as I did, I figured out what the hype was about. It's just able to work over larger code bases and over longer time horizons than Copilot. The last time I tried Copilot, just to compare, I noticed that it would make some number of tool calls (not even involving tokens!) and then decide, "Nah, that's too many. We're just not going to do any work for a while." It was bizarre. And sometimes it would decide that a given bog-standard tool call (like read a file or something) needed to get my permission every. single. time. I couldn't do anything to convince it otherwise. I eventually gave up. And since then, we've built all our LLM support infrastructure around Claude Code, so it would be painful to go back to anything else.

Re: Claude Code is suddenly everywhere inside Microsoft

#208

It really says something that MS/Github has been trying to shovel Copilot down our throats for years, and Anthropic just builds a tool in a short period of time and it takes off. It's interesting to think back, what did Copilot do wrong? Why didn't it become Claude Code? It seems for one thing its ambition might have been too small. Second, it was tightly coupled to VS Code / Github. Third, a lot of dumb big org Micr…

I think the answer is pretty simple.

It's pretty clear that Microsoft had "Everything must have Copilot" dictated from the top (or pretty close). They wanted to be all-in on AI but didn't start with any actual problems to solve. If you're an SWE or a PM or whatever and suddenly your employment/promotion/etc prospects depend on a conspicuously implemented Copilot thing, you do the best you can and implement a chat bot (and other shit) that no one asked for or wants.

I don't know Anthropic's process but it produced a tool that clearly solves a specific problem: essentially write code faster. I would guess that the solution grew organically given that the UI isn't remotely close to what you'd expect a product manager to want. We don't know how many internal false-starts there were or how many people were working on other solutions to this problem, but what emerged clearly solved that problem, and can generalize to other problems.

In other words, Microsoft seems to have focused on a technology buzzword. Anthropic let people solve their own problems and it led to an actual product. The kind that people want. The difference is like night and day.

Who knows what else might have happened in the last 12 months if C-suites were focused more on telling SWEs to be productive and less on forcing specific technology buzzwords because they were told it's the future.

Re: Claude Code is suddenly everywhere inside Microsoft

#209

Microsoft really needs to get a better handle with the naming conventions. There is Microsoft Copilot, which replaced Bing Chat, Cortana and uses OpenAI’s GPT-4 and 5 models. There is Github Copilot, the coding autocomplete tool. There is Microsoft 365 Copilot, what they now call Office with built in GenAI stuff. There is also a Copilot cli that lets you use whatever agent/model backend you want too? Everything is Co…

My colleague works in a functional role for a medium sized SaaS company(1000-5000 employees), working with banks, family offices, hedge funds. They use teams and copilot, they all hate it. One thing that I don't know about is if they have an AI product that can work on combining unstructured and databases to give better insights on any new conversation? e.g. like say the LLM knows how to convert user queries to the d…

Databricks Genie is excellent from my experience, and provides for all your listed requirements.

Re: Claude Code is suddenly everywhere inside Microsoft

#210
post #119

Earlier quoted context omitted.

Probably because "Windows Modern Standby" makes laptops unusable by turning them on in your backpack and cooking them. https://youtu.be/OHKKcd3sx2c

To be fair, this was also my experience with Macbooks. This "smart sleep" from modern OS manufacturers is the dumbest shit ever, please just give me a hibernate option.

I had the issue with Intel MacBooks but never once with any M-series model.
Post reply on HN