• bamboo@lemm.ee
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    1 month ago

    Every open source license grants permission for AI training, and GitHub copilot by default rejects completions that exactly match code from its training. You can’t pretend to be pro-open source or pro-free software but at the same time be upset that people are using licensed software within its license terms.

    • kus@programming.dev
      link
      fedilink
      English
      arrow-up
      4
      ·
      1 month ago

      If you use agplv3 for training your LLC, shouldn’t the code you spit out also be agplv3?

      • bamboo@lemm.ee
        link
        fedilink
        arrow-up
        2
        ·
        1 month ago

        Only if you can reasonably argue that the output is the input (even with exact matches over a certain size being auto-rejected), and that it is enough to qualify as a copyrightable work. I’d argue line completions can never be enough to be copyrightable, and even a short function barely meets the bar unless it is considered creative in some way.