zlacker

[return to "Claude Code is suddenly everywhere inside Microsoft"]
1. onion2+O4[view] [source] 2026-02-02 12:38:58
>>Anon84+(OP)
Microsoft have a goal that states they want to get to "1 engineer, 1 month, 1 million lines of code." You can't do that if you write the code yourself. That means they'll always be chasing the best model. Right now, that's Opus 4.5.
◧◩
2. smoe+x9[view] [source] 2026-02-02 13:06:37
>>onion2+O4
It is kind of funny that throughout my career, there has always been pretty much a consensus that lines of code are a bad metric, but now with all the AI hype, suddenly everybody is again like “Look at all the lines of code it writes!!”

I use LLMs all day every day, but measuring someone or something by the number of lines of code produced is still incredibly stupid, in my opinion.

◧◩◪
3. austin+8s[view] [source] 2026-02-02 14:58:10
>>smoe+x9
I believe the "look at all the lines of code" argument for LLMs is not a way to showcase intelligence, but more-so a way to showcase time saved. Under the guise that the output is the/a correct solution, it's a way to say "look at all the code I would have had to write, it saved so much time".
◧◩◪◨
4. SoftTa+3v[view] [source] 2026-02-02 15:14:20
>>austin+8s
The line of code that saves the most time is the one you don't write.
◧◩◪◨⬒
5. austin+c31[view] [source] 2026-02-02 18:01:53
>>SoftTa+3v
It's all contextual. Sometimes, particularly when it comes to modern frontends, you have inescapable boilerplate and lines of code to write. Thats where it saves time. Another example is scaffolding out unit tests for series of services. There are many such cases where it just objectively saves time.
[go to top]