Microsoft starts canceling Claude Code licenses
271–280 of 489 posts
Re: Microsoft starts canceling Claude Code licenses
#272From reading the article. They offered their developers both Claude code and Copilot. What they wanted was for them to use both and feedback which was better. The developers voted with their feet and didn’t use Copilot. What Microsoft were hoping was that the opposite would happen...
For months, Employees had the option to choose claude code or copilot. Now they dont. Underlying model choice still has no restrictions. Opus 4.6 is by far the most popular. there's still big $$$ bills going anthropic's way.
Re: Microsoft starts canceling Claude Code licenses
#273Earlier quoted context omitted.
I wish I could understand the appeal of using Claude Code inside VScode rather than Copilot. I feel like I'm missing something obvious.
Slightly related (me not understanding) is why the Copilot in VS code is essentially just CLI interface. Why can't it use the IDE tools (search, LSP, ...). All it ever does is trying to execute grep.
Re: Microsoft starts canceling Claude Code licenses
#274Earlier quoted context omitted.
Curious if anyone around here stayed on 4.6 (having a choice to use 4.7)
I went to 4.7, didn't have a choice, found it unsatisfactory, then Claude quietly added in the option to use 4.6, so I'm back on 4.6, and I'm not the only one in my company. I had far more hallucinations with 4.7 than 4.6. I'll try it again after a few more months for them to get it right, but 4.6 is what changed my mind on LLMs as a tool, and 4.7 felt like a step backwards, so for now I'm sticking with something tha…
/model command returns only 4 choices for me: Opus 4.7, two Sonnet options and Haiku.
Re: Microsoft starts canceling Claude Code licenses
#275The comments I see recommending selective use of cheaper models doesn't match the reality I experience working in the industry. I have the constant threat hanging over my head of being fired if I don't churn out code quickly enough. I'm not willing to gamble with my livelyhood by using a less effective model. Saving money on tokens isn't something that's rewarded during performance reviews; particularly because it's…
Re: Microsoft starts canceling Claude Code licenses
#276Earlier quoted context omitted.
I've seen a lot of this sentiment over the previous six months from people on reddit. I have yet to experience this myself as a developer with over 20 years of experience.
It's the same phenomenon as when you learn a new vocabulary word you see it everywhere. People heard "Claude is nerfed" and now they see it everywhere, they notice failures a lot more than they would have otherwise. Doesn't matter that Claude is not, in fact, nerfed. Perception is powerful and most humans are not rational.
Re: Microsoft starts canceling Claude Code licenses
#277Earlier quoted context omitted.
the obvious answer is because it's easier , faster, and more efficient to flip a true to false right in front of you than it is to prompt an llm. if your response is "my prompts don't produce code that needs values flipped, ever." then I would wager you're only touching very simple things with an LLM. for me I don't care about the token cost and prompt writing so much as the fact that it's just faster to change 0 to…
The thing that drove me away from manual edits was that I found myself confusing the LLM all the time. It would read or write, some code, I'd twiddle with things, and then the LLM's future references to the same code would be a mess. On balance, and via dictation, it feels likely to be faster overall to just enact the changes I want 'inline' of the conversation thread. Is this stuff any better now? I think current ha…
Re: Microsoft starts canceling Claude Code licenses
#278Earlier quoted context omitted.
I went to 4.7, didn't have a choice, found it unsatisfactory, then Claude quietly added in the option to use 4.6, so I'm back on 4.6, and I'm not the only one in my company. I had far more hallucinations with 4.7 than 4.6. I'll try it again after a few more months for them to get it right, but 4.6 is what changed my mind on LLMs as a tool, and 4.7 felt like a step backwards, so for now I'm sticking with something tha…
How did you manage to do that? /model command returns only 4 choices for me: Opus 4.7, two Sonnet options and Haiku.
Re: Microsoft starts canceling Claude Code licenses
#279The title is somewhat bait. It reads like MSFT is using less AI, while in fact it's just a force swap to Copilot. Arguably, Copilot is GPT 5? Not sure what the CLI offers behind the covers.
I disagree. As someone who just got a new Windows laptop with Copilot baked(forced) in I've tested Copilot a lot. It. is. so. bad. It feels like it's at least 1-2 years behind the current top models.
Re: Microsoft starts canceling Claude Code licenses
#280Earlier quoted context omitted.
I just committed the skill to my dotfiles repository. https://github.com/matheusmoreira/.files/tree/master/~/.clau... There are many "critics", one for each quality I want reviewed. Correctness, consistency, maintainability, security, testing... Everything I could think of, and I keep adding more. https://github.com/matheusmoreira/.files/tree/master/~/.clau... The scrutinize skill is the entry point. The Opus I'm tal…
Thanks for sharing that, I am looking to improve my agentic use, and it will be useful as I develop my own path.