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

  • JustEnoughDucks@feddit.nl
    link
    fedilink
    arrow-up
    12
    ·
    edit-2
    1 day ago

    As someone who is not a great coder. I can help in cases of double checking in addition to learning.

    I made a USB HID report & device descriptor, it works fine everywhere except it causes KDE settings Game Controller menu to segfault when identifying USB devices.

    I know there is a 99% chance that it is due to my descriptor being wrong. AI found my mistake of carrying over the logical min/max number of bits to the report size and my logical minimum was 1 too small. Haven’t had a chance to test yet, but maybe I saved the KDE maintainers annoyance of a false alarm bug report.

    • usrtrv@sh.itjust.works
      cake
      link
      fedilink
      English
      arrow-up
      4
      ·
      21 hours ago

      But sounds like there is still a bug, KDE settings shouldn’t segfault with malformed reports/descriptors. Might want to write a bug report or do PR yourself.