• Wiz@midwest.social
    link
    fedilink
    arrow-up
    18
    arrow-down
    5
    ·
    před 4 dny

    i made a script years ago that algorithmically generates python code from user input. Is it now considered AI-generated too?

    No, because you created the generation algorithm. Any code it generates is yours.

    • psud@aussie.zone
      link
      fedilink
      English
      arrow-up
      1
      ·
      před 12 hodinami

      I believe you’re claiming that compiler authors own the software their compiler compiles which is clearly not true.

      No way does op own the algorithmically created program based on user input

    • skami@sh.itjust.works
      link
      fedilink
      arrow-up
      8
      ·
      před 4 dny

      Not how I understand it, but I’m not a lawyer. The user that uses the script to generate the code can copyright the output and oop can copyright their script (and the output they themself generate). If it worked like you said, it would be trivial to write a script that generates all possible code by enumerating possible programs, then because the script will eventually generate your code, it’s already copyrighted. This appear absurd to me.

      Relevant: https://www.vice.com/en/article/musicians-algorithmically-generate-every-possible-melody-release-them-to-public-domain/

      If the script copies chunks of code under the copyright of the original script writer, I typically see for those parts that the original owner keeps copyright of those chunks and usually license it in some way to the user. But the code from the user input part is still copyrightable by the user. And that’s that last part that is most interesting for the copyright of AI works. I’m curious how the law will settle on that.

      I’m open to counterarguments.

      • Wiz@midwest.social
        link
        fedilink
        arrow-up
        1
        ·
        před 3 dny

        This is a really good point, and it’s making me rethink my own idea about the subject.