Live data from Hacker News

Claude Code is suddenly everywhere inside Microsoft

theverge.com

401–410 of 541 posts

Re: Claude Code is suddenly everywhere inside Microsoft

#401

Earlier quoted context omitted.

I still don't understand how Microsoft lets standby remain broken. I can never leave the PC in my bedroom ij standby because it will randomly wake up and blast the coolers.

Probably because the quality of PC BIOS/firmware is generally abysmal and getting vendors to follow spec is like herding cats.

This particular issue really hits a nerve.

Consumers _do not care_ if it is the firmware or Windows.

Dell was one of the earlier brands, and biggest, to suffer these standby problems. Dell has blamed MS and MS has blamed Dell, and neither has been in any hurry to resolve the issues.

I still can't put my laptop in my backpack without shutting it down, and as a hybrid worker, having to tear down and spin up my application context every other day is not productive.

Re: Claude Code is suddenly everywhere inside Microsoft

#403
post #121
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.

Yeah I don't understand why everyone seems to have forgotten about the Gemini options. Antigravity, Jules, and Gemini CLI are as good as the alternatives but are way more cost effective. I want for nothing with my $20/mo Google AI plan.

Google has uncertain privacy settings, there is no declaration they won't train their LLM on your personal/commercial code.

Re: Claude Code is suddenly everywhere inside Microsoft

#404
post #401

Earlier quoted context omitted.

Probably because the quality of PC BIOS/firmware is generally abysmal and getting vendors to follow spec is like herding cats.

This particular issue really hits a nerve. Consumers _do not care_ if it is the firmware or Windows. Dell was one of the earlier brands, and biggest, to suffer these standby problems. Dell has blamed MS and MS has blamed Dell, and neither has been in any hurry to resolve the issues. I still can't put my laptop in my backpack without shutting it down, and as a hybrid worker, having to tear down and spin up my applicat…

Yeah I hear you. One of the reasons I’m still inclined towards Mac laptops for “daily drivers” is precisely because it’s disruptive to have to do a full shutdown that obliterates my whole workspace. Other manufacturers can be fine for single-use machines (e.g. a study laptop that only ever has Anki and maybe a browser and music app open), but every step beyond that brings increased friction.

Maybe the most tragic part is that this drags down Linux and plagues it with these hardware rooted sleep issues too.

Re: Claude Code is suddenly everywhere inside Microsoft

#405

I feel like I must be missing something, but I just cannot understand the hype around Claude Code. Don't get me wrong, I'm fully bought in on using AI for development and am super happy to use Copilot or Cursor, but as an experienced developer just chatting with the terminal feels so wrong. I've tried it so many times to switch and I can't get into it. Can anyone else share what their workflow with CC looks like? Eve…

[deleted]

Re: Claude Code is suddenly everywhere inside Microsoft

#406
post #365

Earlier quoted context omitted.

I am no big fan of MS, and especially not a fan of W11, but you're operating under the false assumption that their users are still their most important customers. MS's bottom line doesn't depend on how happy users are with W11, especially not power users like ourselves. W11 is just a means of selling subscriptions (office, ai, etc). The question isn't 'are users happy' it's 'will OEMs and business continue to push it…

If their whole business is based around being an established standard and making users happy is not a relevant goal, then why do anything at all? They already are an established standard, so why would they bother taking any further actions whatsoever, making any changes or rolling out any new products? Clearly they are trying to achieve something, right? So what is it?

It used to be empowering everyone to achieve more.

Re: Claude Code is suddenly everywhere inside Microsoft

#407

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.

Fun fact: I used to automatically screenshot my desktop every few minutes eons ago. This would occasionally save me when I lost some work and could go back to check the screenshots. I only gave it up because it felt like a liability and, ahem, it was awkward to review screenshots and delete inopportune ones.

Long time ago I had a script that would regularly screenshot my desktop… and display the latest screenshot on a page in my `public_html`, on the public web. Just because I thought it would be fun.

Re: Claude Code is suddenly everywhere inside Microsoft

#408

Earlier quoted context omitted.

Yeah, you may have nailed it. Gemini is a good model, but in the Gemini CLI with a prompt like, "I'd like to add support. What are my options? Don't write any code yet" it will proceed to skip right past telling me my options and will go ahead an implement whatever it feels like. Afterward it will print out a list of possible approaches and then tell you why it did the one it did. Codex is the best at following instr…

Can you (or anyone) explain how this might be? The "agent" is just a passthrough for the model, no? How is one CLI/TUI tool better than any other, given the same model that it's passing your user input to? I am familiar with copilot cli (using models from different providers), OpenCode doing the same, and Claude with just the \A models, but if I ask all 3 the same thing using the same \A model, I SHOULD be getting ro…

maybe different preparatory "system" prompts?

Re: Claude Code is suddenly everywhere inside Microsoft

#409

Earlier quoted context omitted.

To further your argument, look at the XBOX. It is impossible to tell which is the latest model by name alone. Where the playstation is simple, the latest is the 5, the previous was the 4, and the one before that was the 3.

Oh no I just realized the next generation will be called Microsoft 365 Xbox Copilot

They'll make cheating bots a first party feature just to sell Copilot.

Re: Claude Code is suddenly everywhere inside Microsoft

#410

I feel like I must be missing something, but I just cannot understand the hype around Claude Code. Don't get me wrong, I'm fully bought in on using AI for development and am super happy to use Copilot or Cursor, but as an experienced developer just chatting with the terminal feels so wrong. I've tried it so many times to switch and I can't get into it. Can anyone else share what their workflow with CC looks like? Eve…

Workflow is this: - I have emacs open for code editing/reviews/git. - Separate terminal emulator with 1-3 claudes - I work on a story by splitting it into small steps ("Let's move this email logic to the email.service.ts", "here's the fields I'd need to add to the request, create a schema validation in a separate file, and update the router and controller") - I mostly watch claude, and occasionally walk through the c…

As an aside: have you thought about using agent-shell?

https://github.com/xenodium/agent-shell

Post reply on HN