• sbird@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    30
    ·
    2 days ago

    In a nutshell, it looks like AI disclosures are encouraged, but not required, and AI usage is encouraged to be human reviewed, but not required. They have also stated they will not allow the use of online AI services for security reasons (but how this will be enforced I’m not sure, since they are relying on the judgement of contributors)

    • dreamkeeper@literature.cafe
      link
      fedilink
      arrow-up
      4
      arrow-down
      15
      ·
      2 days ago

      No online services? So you can use AI to generate code, but only garbage local AIs (assuming you don’t have a ton of RAM)?

      This seems like the weakest possible decision they could’ve made.

      It’s open source software. I’m not saying security isn’t a concern, but this is just stupid.

      If you’re not going to ban AI then you should at least take advantage of models that are more reliable and produce higher quality output.

      • gh0stcassette@lemmy.blahaj.zone
        link
        fedilink
        arrow-up
        7
        arrow-down
        1
        ·
        1 day ago

        I mean the best local models are only a few months behind the the best proprietary cloud models. Just look at Qwen 3.8 Flash or 27B. Imo local models are more than sufficient if you’re going to use AI for programming. Who cares if the small model can’t oneshot the whole patch, you shouldn’t be submitting raw LLM code to public repos anyway. Imo the only acceptable use of LLMs for coding is as a way of rapidly prototyping ideas that you will later mostly/entirely rewrite by hand, or as an extra static analysis tool for finding potential security holes.

        And as someone who frankly doesn’t give a shit about intellectual property over code, my main ethical issue with LLMs is the monstrous resource consumption of hyperscale datacenters, so local models are strongly preferable. Also for privacy reasons.

      • sbird@sopuli.xyz
        link
        fedilink
        English
        arrow-up
        17
        ·
        2 days ago

        It looks like their point is that they don’t want Debian’s codebase to be used to train corporate AI models, and almost all the proposals seem to agree on that at the very least. I feel like a required AI disclosure would have been better, but what do I know, I’m not a Debian contributor

      • j3tt@lemmy.world
        link
        fedilink
        arrow-up
        12
        ·
        2 days ago

        You are not supposed to use online LLMs for undisclosed security stuff; there is no general ban of online services if you can take responsibility for the stuff it produces for the contributor. At least, this is how I read the general resolution.

        This is one more reason, that using Debian as my main distro was a good choice.