What will happen if the Linux kernel starts having AI generated code in it?

      • draco_aeneus@mander.xyz
        link
        fedilink
        arrow-up
        2
        ·
        3 hours ago

        We cannot know, in the same way we cannot know that it doesn’t contain code that is hand-written on graph paper and scanned in via OCR.

        The standards for code submissions for the kernel are extremely high, and their review process very strict and complete. There are no barriers stopping LLM generated code from entering the code base, but the barrier of entry for the code quality itself is so high that you have to submit code at the quality of a seasoned and competent engineer.

        Ultimately, does it matter that the code was LLM written if the quality is sufficiently high?

        • village604@adultswim.fan
          link
          fedilink
          English
          arrow-up
          1
          ·
          3 hours ago

          Exactly. AI generated code is only a bad thing if it’s blindly pushed to production without any sort of review. A lot of the use of AI in coding is to do the simple mundane work that an entry level dev could do.