• iByteABit@lemmy.ml
    link
    fedilink
    arrow-up
    51
    arrow-down
    7
    ·
    5 months ago

    I’m no fan of AI generally, but “AI Vulnerable” as a term just doesn’t make much sense to me. Code reviewing should be filtering out bad code whether it originates from an AI or a human.

    PR spamming with the usage of AI is another problem which is very serious and harmful for OSS, but that’s not due to some unique danger that only AI code has and human contributors don’t.

  • Silver Needle@lemmy.ca
    link
    fedilink
    English
    arrow-up
    6
    arrow-down
    1
    ·
    5 months ago

    I mean it’s Python. This is what we get for having been overly reliant on it.

    All kidding aside, I am a more than a bit confused by this.

  • yucandu@lemmy.world
    link
    fedilink
    arrow-up
    6
    arrow-down
    5
    ·
    5 months ago

    What is “AI vulnerable”? What is the problem here? Claude isn’t reverse-Midas, it’s not like everything they touch turns to shit.

    • HiddenLayer555@lemmy.ml
      link
      fedilink
      English
      arrow-up
      6
      arrow-down
      1
      ·
      edit-2
      5 months ago

      Humans can barely write safe C code, so I definitely don’t trust AI to. I’m not even blanket against AI assistance in programming, but there are way too many hidden landmines in C for an LLM to be reliable with.

      • yucandu@lemmy.world
        link
        fedilink
        arrow-up
        3
        arrow-down
        5
        ·
        5 months ago

        I use it in C++ and it has been very helpful. The OP appears to be just blanket against AI assistance in programming? There’s no indication of what degree Claude was involved here, or what amount of blind trust the human reviewers gave to it.

  • goatbeard@beehaw.org
    link
    fedilink
    arrow-up
    2
    arrow-down
    4
    ·
    5 months ago

    CC is actually really good if you know what you’re doing. The only issue imo would be PR spamming

  • Sims@lemmy.ml
    link
    fedilink
    arrow-up
    4
    arrow-down
    12
    ·
    5 months ago

    How hard can it be to have an AI take PR’s from other AI’s and clean out the worst + plus hardening PR protocols ? It could even assist/guide AI contributors via a special AI-contributor forum or whatever. AI are currently high-lighting a lot of ‘holes’ in systems where we expect a certain behavior. Just coping/complaining and closing things off is a bad decision, and we should accept these flaws in our systems and adapt them to a new world. The sooner the better.

    The projects that get it right, now have an army of managed AI contributors, and a filtered/educational AI PR pipeline where project maintainers cherry-pick the top creme de la creme…

    • LilyVess@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      5 months ago

      If one AI could clean other AI mistakes, shouldn’t the first said be able to not make such mistakes?

      AI isn’t AI. It’s predictive text. They will all fall in the same pitfalls as any other. “AI” can write code and can be very helpful making short functions, but it can’t and will never be able to do or work in whole systems because, just by nature, those are made to fit human needs, illogical and sometimes very specific needs that can’t be just “predicted”.