15 comments

  • mjg595 hours ago
    Where&#x27;s the threat? The FSF was notified that as part of the settlement in Bartz v. Anthropic they were potentially entitled to money, but in this case the works in question were released under a license that allowed free duplication and distribution so no harm was caused. There&#x27;s then a note that <i>if</i> the FSF had been involved in such a suit they&#x27;d insist on any settlement requiring that the trained model be released under a free license. But they weren&#x27;t, and they&#x27;re not.<p>(Edit: In the event of it being changed to match the actual article title, the current subject line for this thread is &quot; FSF Threatens Anthropic over Infringed Copyright: Share Your LLMs Freel&quot;)
    • teiferer4 hours ago
      &gt; but in this case the works in question were released under a license that allowed free duplication and distribution so no harm was caused.<p>FSF licenses contain attribution and copyleft clauses. It&#x27;s &quot;do whatever you want with it <i>provided that you X, Y and Z</i>&quot;. Just taking the first part without the second part is a breach of the license.<p>It&#x27;s like renting a car without paying and then claiming &quot;well you said I can drive around with it for the rest of the day, so where is the harm?&quot; while conveniently ignoring the payment clause.<p>You maybe confusing this with a &quot;public domain&quot; license.
      • mjg593 hours ago
        If what you do with a copyrighted work is covered by fair use it doesn&#x27;t matter what the license says - you can do it anyway. The GFDL imposes restrictions on <i>distribution</i>, not copying, so merely downloading a copy imposes no obligation on you and so isn&#x27;t a copyright infringement either.<p>I used to be on the FSF board of directors. I have provided legal testimony regarding copyleft licenses. I am excruciatingly aware of the difference between a copyleft license and the public domain.
        • danlitt3 hours ago
          &gt; I am excruciatingly aware of the difference between a copyleft license and the public domain.<p>Then why did you say &quot;no harm was caused&quot;? Clearly the harm of &quot;using our copylefted work to create proprietary software&quot; was caused. Do you just mean economic harm? If so, I think that&#x27;s where the parent comments confusion originates.
        • friendzis2 hours ago
          &gt; The GFDL imposes restrictions on distribution, not copying, so merely downloading a copy imposes no obligation on you and so isn&#x27;t a copyright infringement either.<p>The restrictions fall not only on verbatim distribution, but <i>derivative</i> works too. I am not aware whether model outputs are settled to be or not to be (hehe) derivative works in a court of law, but that question is at the vey least very much valid.
          • mcherm1 hour ago
            It&#x27;s the third sentence of the article:<p>&gt; the district court ruled that using the books to train LLMs was fair use but left for trial the question of whether downloading them for this purpose was legal.
            • friendzis30 minutes ago
              No, those are separate issues.<p>The pipeline is something like: download material -&gt; store material -&gt; train models on material -&gt; store models trained on material -&gt; serve output generated from models.<p>These questions focus on the inputs to the model training, the question I have raised focuses on the <i>outputs</i> of the model. If [certain] outputs are considered derivative works of input material, then we have a cascade of questions which parts of the pipeline are covered by the license requirements. Even if any of the upstream parts of this simplified pipeline are considered legal, it does not imply that that the rest of the pipeline is compliant.
        • snovv_crash2 hours ago
          Models, however, can reproduce copyleft code verbatim, and are being redistributed. Doesn&#x27;t that count?<p>Licences like AGPL also don&#x27;t have redistribution as their only restriction.
        • piker2 hours ago
          That&#x27;s really interesting. I&#x27;m a lawyer, and I had always interpreted the license like a ToS between the developers. That (in my mind) meant that the license <i>could</i> impose arbitrary limitations above the default common law and statutory rules and that once you touched the code you were pregnant with those limitations, but this does make sense. TIL. So, thanks.
          • graemep21 minutes ago
            Does the reasoning in the cases where people to whom GPL software was distributed could sue the distributor for source code, rather than relying on the copyright holder suing for breach of copyright strengthen the argument that arbitrary limitations are enforceable?
        • materialpoint1 hour ago
          This means that you can ignore any part of licenses you don&#x27;t want to and just copy any software you want, non-free software included.
          • mikkupikku1 hour ago
            This is in fact how I operate.
      • ghighi78782 hours ago
        Telling mjg59 they are confused about a license is an audacious move. But I understand your question and I have the same question.
      • jcul4 hours ago
        This article is talking about a book though, not software.<p>&quot;Sam Williams and Richard Stallman&#x27;s Free as in freedom: Richard Stallman&#x27;s crusade for free software&quot;<p>&quot;GNU Free Documentation License (GNU FDL). This is a free license allowing use of the work for any purpose without payment.&quot;<p>I&#x27;m not familiar with this license or how it compares to their software licenses, but it sounds closer to a public domain license.
        • kennywinker4 hours ago
          It sounds that way a bit from the one sentence. But that’s not the case at all.<p>&gt; 4. MODIFICATIONS<p>&gt; You may copy and distribute a Modified Version of the Document under the conditions of sections 2 and 3 above, provided that you release the Modified Version under precisely this License, with the Modified Version filling the role of the Document, thus licensing distribution and modification of the Modified Version to whoever possesses a copy of it. In addition, you must do these things in the Modified Version:<p>Etc etc.<p>In short, it is a copyleft license. You must also license derivative works under this license.<p>Just fyi, the gnu fdl is (unsurprisingly) available for free online - so if you want to know what it says, you can read it!
          • mjg593 hours ago
            And the judgement said that the training was fair use, but that the duplication might be an infringement. The GFDL doesn&#x27;t restrict duplication, only distribution, so if training on GFDLed material is fair use and not the creation of a derivative work then there&#x27;s no damage.
            • leni5362 hours ago
              Last time I checked online LLMs distribute parts of their training corpus when you prompt them.
          • onion2k3 hours ago
            For this to stand up in court you&#x27;d need to show that an LLM is distributing &quot;a modified version of the document&quot;.<p>If I took a book and cut it up into individual words (or partial words even), and then used some of the words with words from <i>every other book</i> to write a new book, it&#x27;d be hard to argue that I&#x27;m really &quot;distributing the first book&quot;, even if the subject of my book is the same as the first one.<p>This really just highlights how the law is a long way behind what&#x27;s achievable with modern computing power.
            • ndsipa_pomu3 hours ago
              Presumably, a suitable prompt could get the LLM to produce whole sections of the book which would demonstrate that the LLM contains a modified version.
              • p_l3 hours ago
                Yes, and for practical purposes the current consensus (and in case of EU, the law) is that only said document would be converted by FDL
            • rcdwealth27 minutes ago
              [dead]
        • karel-3d4 hours ago
          FDL is famously annoying.<p>wikipedia used to be under FDL and they lobbied FSF to allow an escape hatch to Commons for a few months, because FDL was so annoying.
      • Dylan168074 hours ago
        They don&#x27;t need the &quot;do whatever&quot; permission if everything they do is fair use. They only need the downloading permission, and it&#x27;s free to download.
    • darkwater3 hours ago
      I don&#x27;t like the editorialized title either but I would say that the actual post title<p>&quot;The FSF doesn&#x27;t usually sue for copyright infringement, but when we do, we settle for freedom&quot;<p>and this sentence at the end<p>&quot; We are a small organization with limited resources and we have to pick our battles, but if the FSF were to participate in a lawsuit such as Bartz v. Anthropic and find our copyright and license violated, we would certainly request user freedom as compensation.&quot;<p>could be seen as &quot;threatening&quot;.
    • lelanthran5 hours ago
      It&#x27;s just an indication to model trainers that they should take care to omit FSF software from training.<p>Not a nothing burger, but not totally insignificant either.
      • mjg595 hours ago
        Is it? The FSF&#x27;s description of the judgement is that the training was fair use, but that the actual downloading of the material may have been a copyright infringement. What software does the FSF hold copyright to that can&#x27;t be downloaded freely? Under what circumstances would the FSF be in a position to influence the nature of a settlement if they weren&#x27;t harmed?
        • jfoster4 hours ago
          Is harm necessary to show in a copyright infringement case?
          • mjg593 hours ago
            Copyright infringement causes harm, so if there&#x27;s no harm there&#x27;s no infringement. You can freely duplicate GFDLed material, so downloading it isn&#x27;t an infringement. If training a model on that downloaded material is fair use then there&#x27;s no infringement.
    • eschaton5 hours ago
      It’s pretty fucking simple: If GPL code is integrated into Claude, the Claude needs to be distributed under the terms of the GPL.
      • mjg595 hours ago
        If it&#x27;s pretty fucking simple, can you point to the statement in the linked post that supports this assertion? What it says is &quot;According to the notice, the district court ruled that using the books to train LLMs was fair use&quot;, and while I accept that this doesn&#x27;t mean the same would be true for software, I don&#x27;t see anything in the FSF&#x27;s post that contradicts the idea that training on GPLed software would also be fair use. I&#x27;m not passing a value judgement here, I&#x27;m a former board member of the FSF and I strongly believe in the value and effectiveness of copyleft licenses, I&#x27;m just asking how you get from what&#x27;s in the post to such an absolute assertion.
        • boramalper4 hours ago
          Yet another instance of people jumping to comments based on the title of the submission alone. They don&#x27;t mention GPL even once in that post...
      • sunnyps5 hours ago
        It&#x27;s pretty fucking simple: a judge needs to decide that, not armchair lawyers on HN.
        • Bombthecat4 hours ago
          We know AI will be pushed through. No matter the laws
          • agile-gift02624 hours ago
            what I keep wondering is what kind of laws will be rendered useless with the precedent they&#x27;ll cause. Can this be beginning of the end of copyright and intellectual property?
            • duskdozer2 hours ago
              Doubt it. I&#x27;m sure it will have an exclusion where for example using genAI to train on or replicate leaked or reverse-engineered Windows code will constitute copyright infringement, but doing the same for copyleft will be allowed. Always in favor of corporate interests.
            • tsimionescu3 hours ago
              Copyright, possibly. Intellectual property more broadly, no. AI has 0 impact on trademark law, quite clearly (which is anchored in consumer protection, in principle). Patent law is perhaps more related, but it&#x27;s still pretty far.
            • Bombthecat4 hours ago
              In a way, I think so. Just let the code recreate existing code, say it&#x27;s AI code and doesn&#x27;t break any copyright laws
  • grodriguez1003 hours ago
    Is the FSF threatening Anthropic? The way I read it looks like they are not:<p>&gt; We are a small organization with limited resources and we have to pick our battles, but if the FSF were to participate in a lawsuit such as Bartz v. Anthropic and find our copyright and license violated, we would certainly request user freedom as compensation.<p>Sounds more like “we can’t and won’t sue, but this is the kind of compensation that we think would be appropriate”
  • raincole3 hours ago
    HN really needs some stricter rules for editorialized title. The HN title has nothing to do with the link (unless the article is edited?)
    • latexr3 hours ago
      The rule is fine and clear, it just wasn’t followed here. There’s no reason to have a stricter rule, what you’re complaining about is its <i>enforcement</i>. Two moderators can’t read everything, if you have a complaint, email them (contact link at the bottom of the page), they are quite responsive.
    • touristtam2 hours ago
      flag the submission?
  • politelemon5 hours ago
    The title is:<p>The FSF doesn&#x27;t usually sue for copyright infringement, but when we do, we settle for freedom
  • jamesnorden24 minutes ago
    The FSF seems toothless when it comes to actually enforcing anything regarding license violations.
  • kavalg3 hours ago
    It looks like the stance of FSF is for proliferation of the copyleft to trained LLMs<p>&gt; &quot;Therefore, we urge Anthropic and other LLM developers that train models using huge datasets downloaded from the Internet to provide these LLMs to their users in freedom&quot;
    • mjg593 hours ago
      No, it looks like the stance of the FSF is that models should be free as a matter of principle, the same as their stance when it comes to software. Nothing in the linked post contradicts the description that the judgement was that the training was fair use.
  • latexr2 hours ago
    What weak, counter-productive, messaging. This is like having a bully punching you in the face and responding with “hey man, I’m not going to do anything about this, I’m not even going to tell an adult, but I’d urge you to consider not punching me in the face”. Great news for the bully! You just removed one concern from their mind, essentially giving the permission to be as bad to you as they want.
  • Topfi3 hours ago
    A related topic that I have in the past thought about is, whether LLM derived code would necessitate the release under a copyleft license because of the training data. Never saw a cogent analysis that explained either why or why not this is the case beyond practicality due to models having been utilized in closed source codebases already…
    • mjg593 hours ago
      The short answer is that we don&#x27;t know. The longer answer based purely on this case is that there&#x27;s an argument that training is fair use and so copyleft doesn&#x27;t have any impact on the model, but this is one case in California and doesn&#x27;t inherently set precedent in the US in general and has no impact at all on legal interpretations in other countries.
      • bragr2 hours ago
        The dearth of case law here still makes a negative outcome for FSF pretty dangerous, even if they don&#x27;t appeal it and set precedent in higher courts. It might not be binding but every subsequent case will be able to site it, potentially even in other common law countries that lack case law on the topic.<p>And then there is the chilling effect. If FSF can&#x27;t enforce their license, who is going to sue to overturn the precedent? Large companies, publishers, and governments have mostly all done deals with the devil now. Joe Blow random developer is going to get a strip mall lawyer and overturn this? Seems unlikely
  • bobokaytop4 hours ago
    The framing of &#x27;share your weights freely&#x27; as a remedy is interesting but underspecified. The FSF&#x27;s argument is essentially that training on copyrighted code without permission is infringement, and the remedy should be open weights. But open weights don&#x27;t undo the infringement -- they just make a potentially infringing artifact publicly available. That&#x27;s not how copyright remedies work. What they&#x27;re actually asking for is more like a compulsory license, which Congress would have to create. The demand for open weights as a copyright remedy is a policy argument dressed up as a legal one.
    • wongarsu3 hours ago
      In GPL cases for software, making the offending proprietary code publicly available under the GPL has been the usu outcome.<p>But whether you can actually be compelled to do that isn&#x27;t well tested in court. Challenging that the GPL is enforcable in that way leads you down the path that you had no valid license at all, and for past GPL offenders that would have been the worse outcome. AI companies could change that
    • simoncion15 minutes ago
      &gt; The framing of &#x27;share your weights freely&#x27; as a remedy is interesting but underspecified. The FSF&#x27;s argument is essentially that training on copyrighted code without permission is infringement, and the remedy should be open weights.<p>Ignoring the fact that the statement doesn&#x27;t talk about FSF code in the training data at all, [0] are you <i>sure</i> about that? From the start of the last of three paragraph in the statement:<p><pre><code> Obviously, the right thing to do is protect computing freedom: share complete training inputs with every user of the LLM, together with the complete model, training configuration settings, and the accompanying software source code. Therefore, we urge Anthropic and other LLM developers that train models using huge datasets downloaded from the Internet to provide these LLMs to their users in freedom. </code></pre> This seems to me to be consistent with the FSF&#x27;s stance of &quot;You told the computer how to do it. The right thing to do is to give the humans operating that computer the software, input data, and instructions that they need to do it, too.&quot;.<p>[0] In fact, it talks about the inclusion of a <i>book</i> published under the terms of the GNU FDL, [1] which requires distribution of modified copies of a covered work to -themselves- be covered by the GNU FDL.<p>[1] &lt;<a href="https:&#x2F;&#x2F;www.gnu.org&#x2F;licenses&#x2F;fdl-1.3.html" rel="nofollow">https:&#x2F;&#x2F;www.gnu.org&#x2F;licenses&#x2F;fdl-1.3.html</a>&gt;
  • psychoslave1 hour ago
    How dare they? Defending freedom of these filthy people and dignity of authors against these nice familiar corporations!<p>The rephrased¹ title &quot;FSF Threatens Anthropic over Infringed Copyright: Share Your LLMs Free&quot; certainly doesn’t dramatise enough how odious an act it can be.<p>¹ Original title is &quot;The FSF doesn&#x27;t usually sue for copyright infringement, but when we do, we settle for freedom&quot;
  • khalic2 hours ago
    Misleading title
  • charcircuit3 hours ago
    &gt;share complete training inputs with every user of the LLM<p>They don&#x27;t have the rights to distribute the training data.
    • zelphirkalt3 hours ago
      So if a user can bring an LLM to output a copy of some training data, then the ones who distribute the LLM are engaging in illegal activity?
      • charcircuit2 hours ago
        It isn&#x27;t illegal as a LLM model is transformative.
  • slopinthebag4 hours ago
    Good. I want to see more lawsuits going after these hyper scalers for blatantly disregarding copyright law while simultaneously benefiting from it. In a just world they would all go down and we would be left with just the OSS models. But we don&#x27;t live in a fair world :(
  • rvz4 hours ago
    &gt; Among the works we hold copyrights over is Sam Williams and Richard Stallman&#x27;s Free as in freedom: Richard Stallman&#x27;s crusade for free software, which was found in datasets used by Anthropic as training inputs for their LLMs.<p>This is the reason why AI companies won&#x27;t let anyone inspect which content was in the training set. It turns out the suspicions from many copyright holders (including the FSF) was true (of course).<p>Anthropic and others will never admit it, hence why they wanted to settle and not risk going to trial. AI boosters obviously will continue to gaslight copyright holders to believe nonsense like: <i>&quot;It only scraped the links, so AI didn&#x27;t directly train on your content!&quot;</i>, or <i>&quot;AI can&#x27;t see like humans, it only see numbers, binary or digits&quot;</i> or <i>&quot;AI didn&#x27;t reproduce exactly 100% of the content just like humans do when tracing from memory!&quot;</i>.<p>They will not share the data-set used to train Claude, even if it was trained on AGPLv3 code.
    • impossiblefork1 hour ago
      There&#x27;s already legal requirements in the EU that you must publish what goes into your training set. This information must apparently be publshed before the august 2 next year.
    • zelphirkalt2 hours ago
      They simply have way too much incentive to train on anything they can get their hands on. They are driving businesses, that are billions in losses so far. Someone somewhere is probably being told to feed the monster anything they can get, and not to document it, threatened with an NDA and personal financial ruin, if the proof of it ever came out. Opaque processes acting as a shield, like they do in so many other businesses.
  • Kwpolska4 hours ago
    [flagged]
    • tomhow4 hours ago
      Please don&#x27;t fulminate on HN. The guidelines make it clear we&#x27;re trying for something better here. <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;newsguidelines.html">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;newsguidelines.html</a>
    • mcv4 hours ago
      It&#x27;s not the FSF&#x27;s job to provide Anthropic with a business model. If it turns out that their business model depends entirely on copyright violation, they might not have a business model. That&#x27;s true regardless of whether you think the case has any merit.
    • solid_fuel4 hours ago
      &gt; Classic Hollywood, completely detached from reality. Did they propose any way for The Pirate Bay to continue earning any revenue, paying for its hosting, and developing new features, if they aren&#x27;t allowed to redistribute movies for free?
    • kouteiheika4 hours ago
      Although it might not satisfy FSF there is a very simple way to do it - commit to release your models for free X months after they&#x27;re first made available.
    • Shitty-kitty4 hours ago
      Should the FCC be proposing how Robocaller&#x27;s continue earning any revenue in its decisions?
    • leni5361 hour ago
      <a href="https:&#x2F;&#x2F;smbc-comics.com&#x2F;index.php?db=comics&amp;id=1060#comic" rel="nofollow">https:&#x2F;&#x2F;smbc-comics.com&#x2F;index.php?db=comics&amp;id=1060#comic</a>
    • slopinthebag4 hours ago
      What the fuck? How is that their problem?<p>&quot;Yeah we can&#x27;t prosecute this person for stealing your car, because you haven&#x27;t considered how they&#x27;re going to get to work&quot;
    • pwdisswordfishy3 hours ago
      OH NO THE POOR CAPITALISTS