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.”

  • whyNotSquirrel@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    44
    ·
    15 hours ago

    for a quick script to automate a task I really don’t see a problem, if you can directly see if the result is the good one, even if you don’t understand the script itself, but don’t try to publish something you don’t understand

    • voodooattack@lemmy.world
      link
      fedilink
      arrow-up
      6
      arrow-down
      1
      ·
      11 hours ago

      Writing tests too. My recommendation to everyone interested in vibe coding who asks me is to instruct the AI to write the tests before the implementation.