this post was submitted on 24 Dec 2025
100 points (93.1% liked)

Technology

77935 readers
4334 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] HaraldvonBlauzahn@feddit.org 17 points 5 hours ago* (last edited 5 hours ago) (1 children)

“Our strategy is to combine AI and Algorithms to rewrite Microsoft’s largest codebases,” he added. “Our North Star is ‘1 engineer, 1 month, 1 million lines of code.’”

That's insane. Even a good engineer will frequently need years to fully understand one million lines of code - even if the code is organized very, very well.

To compare, one million lines of program code might have around 100000 to 200000 unique symbols whose meaning and complex connections an engineer working with it has to learn and memorize. That's far more than the average vocabulary one will learn in five years when learning a foreign language to a high skill level. Doing it in a month would be like learning to read and write fine Japanese or Arab literature in a month when you have never spoken a word in that language before.

The Linux kernel has now passed 40 million lines of code, written over 30 years by tens of thousands of master programmers. And that's kind of a historic achievement. What happens is that complexity increases sharply with each duplication of the amount of code.

[–] msage@programming.dev 6 points 4 hours ago (1 children)

Kinda still your point, but if you have one engineer producing 1M SLOC, how many do you have for code review?

I hate how everyone nowadays is acting like reviews are not important. Actual oversight over codebase is way less important than shipping random code. Which is insane.

[–] MrScottyTay@sh.itjust.works 4 points 4 hours ago (2 children)

GitHub Copilot performs PR reviews now doesn't it

[–] msage@programming.dev 4 points 3 hours ago

Yeah, that's exactly what we need.

LLM producing the code

LLM approving the change

LLM agent pushing to prod

Then wonder why the users are gone

[–] TheBlackLounge@lemmy.zip 2 points 4 hours ago

It's not great.