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

  • DekkiaA
    link
    fedilink
    arrow-up
    3
    ·
    5 hours ago

    Yes, but if you send the same promt to the same LLM n times, you’ll get n different versions of the same thing.

    When compiling the same C code (for example) with the same compiler and the same settings n times, you’ll end up with n copies of exactly the same binary.

    • grindemup@lemmy.world
      link
      fedilink
      arrow-up
      1
      ·
      3 hours ago

      That’s just a weird comparison though, why are you comparing implementation to compilation? If I ask you (or a cohort of developers) to implement the same thing, I will get different versions of the same thing.