TL;DR: The big tech AI company LLMs have gobbled up all of our data, but the damage they have done to open source and free culture communities are particularly insidious. By taking advantage of those who share freely, they destroy the bargain that made free software spread like wildfire.

  • atzanteol@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    2
    ·
    2 days ago

    Yes. And this is kinda hand-wavy bullshit.

    By incorporating copyleft data into their models, the LLMs do share the work - but not alike. Instead, the AI strips the work of its provenance and transforms it to be copyright free.

    That’s not how it works. Your code is not “incorporated” into the model in any recognizable form. It trains a model of vectors. There isn’t a file with your for loop in there though.

    I can read your code, learn from it, and create my own code with the knowledge gained from your code without violating an OSS license. So can an LLM.

    • yoasif@fedia.ioOP
      link
      fedilink
      arrow-up
      2
      ·
      1 day ago

      I can read your code, learn from it, and create my own code with the knowledge gained from your code without violating an OSS license.

      Why is Clean-room design a thing then?

      • atzanteol@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        1
        arrow-down
        1
        ·
        1 day ago

        create my own code with the knowledge gained from your code

        Not copy your code. Use it to learn what algorithms it uses and ideas on how to implement it.

    • VoterFrog@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      1 day ago

      I can read your code, learn from it, and create my own code with the knowledge gained from your code without violating an OSS license. So can an LLM.

      Not even just an OSS license. No license backed by law is any stronger than copyright. And you are allowed to learn from or statistically analyze even fully copyrighted work.

      Copyright is just a lot more permissive than I think many people realize. And there’s a lot of good that comes from that. It’s enabled things like API emulation and reverse engineering and being able to leave our programming job to go work somewhere else without getting sued.