I’m trying to feel more comfortable using random GitHub projects, basically.

  • FizzyOrange@programming.dev
    link
    fedilink
    arrow-up
    5
    arrow-down
    11
    ·
    18 days ago

    Don’t listen to the idiots downvoting you. This is absolutely a good task for AI. I suspect current AI isn’t quite clever enough to detect this sort of thing reliably unless it is very blatant malicious code, but a lot of malicious code is fairly blatant if you have the time to actually read an entire codebase in detail, which of course AI can do and humans can’t.

    For example the extra . that disabled a test in xz? I think current AI would easily be capable of highlighting it as wrong. It probably wouldn’t be able to figure out that it was malicious rather than a mistake yet though.

    • thesmokingman@programming.dev
      link
      fedilink
      arrow-up
      6
      arrow-down
      1
      ·
      17 days ago

      I mean anything is a good fit for future, science fiction AI if we imagine hard enough.

      What you describe as “blatant malicious code” is probably only things like very specific C&C domains or instruction sets. We already have very efficient string matching tools for those, though, and they don’t burn power at an atrocious rate.

      You’ve given us an example so PoC||GTFO. Major code AI tools like Copilot struggle to explain test files with a variety of styles, skips, and comments, so I think you have your work cut out for you.

      • FizzyOrange@programming.dev
        link
        fedilink
        arrow-up
        1
        arrow-down
        6
        ·
        17 days ago

        We already have very efficient string matching tools for those, though

        How is a string matching tool going to find a single .?

        You’ve given us an example so PoC||GTFO

        🙄

        • thesmokingman@programming.dev
          link
          fedilink
          arrow-up
          6
          arrow-down
          1
          ·
          16 days ago

          A single character, per your definition, is not blatant malicious code. Stop moving the goalposts.

          It’s clear you don’t understand the space and you don’t seem to have any interest in acting in good faith based on your other comments so good luck.

          • FizzyOrange@programming.dev
            link
            fedilink
            arrow-up
            1
            arrow-down
            2
            ·
            16 days ago

            I’m not moving any goalposts. The addition of the . was very blatant. They literally just added a syntax error. It went undetected because humans don’t have the stamina to exhaustively do code review down to that level. Computers (even AI) don’t have that issue.

            You are clearly out of your depth here.