this post was submitted on 19 Nov 2025
432 points (98.6% liked)

Linux

10191 readers
651 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
[–] copygirl@lemmy.blahaj.zone 41 points 1 day ago (11 children)

I can understand that way of thinking, but

  • you're at risk of becoming dependent, and not building the understanding you'll need to make something that matters
  • many things start out as hobby projects that end up mattering after all

Computers have become more complicated than when he learned to code and was "typing in programs from computer magazines." Vibe coding, he said, is a great way for people to "get computers to do something that maybe they couldn't do otherwise."

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 guess we'll have to see how this affects young / beginner programmers going forward. I'd rather be careful than just hoping it all works out fine.

[–] azertyfun@sh.itjust.works 16 points 1 day ago (8 children)

you’re at risk of becoming dependent, and not building the understanding you’ll need to make something that matters

Could be – and has been – said about literally any abstraction. Some people still haven't gotten over the fact that assembly is not the default system programming language anymore.

For me vibe coding is more akin to vbscript or MS Access. It's for people who neither know nor care about the "how" and don't give a shit about quality, performance, security, or maintainability (i.e. people who have no interest in software development). It's a market that's looked down upon for many good reasons, but it does exist and it does serve a purpose for small-scale and low-stakes DIY automation. Unfortunately that purpose is a lot narrower than the marketing pitch, nevermind all the other deleterious problems with the AI industry as it exists today.

[–] Sidhean@piefed.social 2 points 1 day ago

Could be – and has been – said about literally any abstraction. Some people still haven’t gotten over the fact that assembly is not the default system programming language anymore.

Kids these days-- we oughtta return to scratching our code straight into the rock with a stick. /kids these days

load more comments (7 replies)
load more comments (9 replies)