• sun_is_ra@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    16
    ·
    7 hours ago

    Ironically those are all bug fixes.

    “But it is what it is: the new normal with a lot of fixes, many of them due to review by various AI tools.”

    • mushroommunk@lemmy.today
      link
      fedilink
      English
      arrow-up
      13
      ·
      7 hours ago

      The same way Windows is “fixing bugs” with AI? Large volumes of dubiously tested code is never a good idea

      • TheFogan@programming.dev
        link
        fedilink
        English
        arrow-up
        4
        ·
        4 hours ago

        The same way Windows is “fixing bugs” with AI? Large volumes of dubiously tested code is never a good idea

        I think the point is the bugs are being FOUND with AI. Not fixed with AI.

        It’s basically the same concept as open source in general. IE the average layman hears open source and they think “oh so every moron, malicious person etc… can add his own back doors into the code”, of course not, the official version is gated and reviewed. What’s happening is AI is basically serving as millions of idiots looking through the code for security flaws, and it’s finding them. Which then means the humans fixing it need to go into overdrive to fix them before they become zero days.

        • mushroommunk@lemmy.today
          link
          fedilink
          English
          arrow-up
          2
          ·
          4 hours ago

          They’re absolutely being fixed with AI too.

          https://github.com/torvalds/linux/blob/master/Documentation/process/coding-assistants.rst

          It was a whole thing back and forth that Linus finally ruled on. It’s supposed to be under the purview of a specific human ultimately but as we’ve seen with countless other projects people get lazy fast with LLMs and testing and review does slip. I trust Linux overall to be better than many other projects yes, but to state AI is not doing development too when it’s very much allowed and discussed is blind to what’s been happening in the project.

      • ryper@lemmy.ca
        link
        fedilink
        English
        arrow-up
        24
        ·
        7 hours ago

        Linus’s post only says the bug were found using an AI tool, not fixed using AI.

      • gnutrino@programming.dev
        link
        fedilink
        English
        arrow-up
        19
        ·
        7 hours ago

        No, in this case the AI is finding the bugs and humans are at least reviewing the code and, anecdotally at least, in a lot of cases still writing it in the first place.