this post was submitted on 19 Nov 2025
438 points (98.7% liked)

Linux

10336 readers
388 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

Linux and Git inventor Linus Torvalds discussed AI in software development in an interview earlier this month, describing himself as "fairly positive" about vibe coding, but as a way into computing, not for production coding where it would likely be horrible to maintain.

Torvalds was interviewed by Dirk Hohndel, head of open source at Verizon, at the Linux Foundation Open Source Summit in Seoul, South Korea, earlier this month.

Torvalds is technical lead and maintainer of the Linux kernel, but said that "for the last almost 20 years, I've not been a programmer." As for Git, which he invented, "I really just look at it from the side."

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Dekkia@this.doesnotcut.it 1 points 1 week ago (1 children)

Your argument is based on the assumtion that AI "thinks" in the same way humans do. Which it does not, since it doesn't think at all.

And being called a tool to generate code is borderline insulting tbh.

[โ€“] grindemup@lemmy.world 0 points 1 week ago

No my argument does not depend on that at all, it merely depends on the distinction between generating code (which LLMs do in a nondeterministic manner) and compiling/running the generated code (which happens, as with code written by humans, in a deterministic manner). Also I did not call humans tools.