this post was submitted on 19 Nov 2025
394 points (98.8% liked)

Linux

10179 readers
755 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
[–] FauxLiving@lemmy.world 1 points 11 hours ago

But the equivalent would be to take tutorials, examples and small open source projects and tinkering with them, rather than asking a machine to do it for you, no? I

I've found that using LLMs to research/summarize eases the friction of entering a new hobby and having to learn the tools, techniques, vocabulary, etc. You can just use Google (As an aside, nobody worries about how dependent we are on search) but the answer may not be in a answered in a way that is understandable to you or that fits into the context that you're working with.

I'm going to RTFM eventually, but right now I need to figure out what the hell 'Hello World' means, who is World? Where do I type this text? What does compile mean?

Of course, none of this changes anything about the fact that it requires actual mental effort and problem solving in order to learn. LLM agents provide a new tool for people to use to avoid making that effort which can injure their own education, I can agree there. However, if deployed intelligently, they're a useful tool/tutor if you can't afford a, fairly incompetent, human expert in every field to be on call 24/7.