44 comments

  • anigbrowl 10 hours ago

    Odd that the article doesn't mention parties at all, although perhaps this was in an attempt to avoid accusations of partisanship that might ensue from stating facts.

    Anyway, a quick look at https://www.congress.gov/bill/119th-congress/house-bill/6028... indicates that all 4 sponsors of the bill are Republicans. The Actions tab seems to indicated that the bill got only 12 minutes of debate before being passed,; I hope this is an artifact of how the page is updated rather than the actual time spent on considering it.

    • bigstrat2003 8 hours ago

      The article doesn't mention parties because it's irrelevant. A bad bill is bad on its merits, not because of who has brought it about.

      • Grombobulous 7 hours ago

        The identity of the people who crafted the bill is the second most relevant thing besides the bill itself.

      • colonCapitalDee 7 hours ago

        Ignoring power politics doesn't make them go away

        • joshka 6 hours ago

          But calling them out in a partisan may disincentivize half of the people to understand the issue.

          • CursedSilicon 4 hours ago

            If those people want to treat political parties like sports teams then they aren't likely going to contribute much to the discussion

          • BrenBarn 2 hours ago

            A large portion of that half will continue to want the wrong thing anyway.

            • 0xEF an hour ago

              Parties were not called out and a large amount of ensuing Othering is happening anyway. Arguably, that proves that the EFF was sound in their decision to mitigate that by not calling out the parties/politicians in hopes to keep the focus on the bill itself, doesn't it? I've long suspected that we humans tend to lose the plot so often because we want to immediately sort everyone into buckets as though compartmentalizing them brings about complete understanding of the issue on the table.

      • thereisnospork 8 hours ago

        For those of us at home who need to decide which team to root for its very much relevant when and what bills a party sponsors.

  • andrekandre 7 hours ago

      > In a voice vote earlier this week, the House of Representatives passed H.R. 6028, the ā€œLegislative Branch Agencies Clarification Act.ā€
    
    wow, i had always assumed actual laws have to pass a recorded vote, but its not true...

    from wiki:

       > In Congress, "the vast majority of actions decided by a voice vote" are ones for which "a strong or even overwhelming majority favors one side", or even unanimous consent. Members can request a division of the assembly (a rising vote, where each sides rise in turn to be counted), and one-fifth of members can demand a recorded vote on any question, after the chair announces the result of a voice vote.
    
      > It is estimated that more than 95 percent of the resolutions passed by state legislatures are passed by a unanimous voice vote, many without discussion; this is because resolutions are often on routine, noncontroversial matters, such as commemorating important events or recognizing groups.
    
    https://en.wikipedia.org/wiki/Voice_vote#United_States
    • Computer0 7 hours ago

      Oh and the biggest bullshit about this is it removes one’s ability to hold their local representatives accountable. I just assume the worst!

      • Grombobulous 7 hours ago

        From what I understand it’s rather true that a lot of Congress’ actual work is incredibly boring and that these procedures were invented to move it along.

        You can see a lot of difference in the way congresspeople talk based on whether it’s televised or not as well, especially in committees.

        I’m just a little surprised that voice votes haven’t been replaced by some kind of digital process. A voice vote doesn’t save time compare to a modern method of tallying votes. Why avoid making records when records are so ā€œcheapā€ these days?

  • OutOfHere 8 hours ago

    Anything that destroys copyright is a good thing. It is a societal evil.

    • palmotea 4 hours ago

      > [Copyright] is a societal evil.

      Such an extreme and emotional statement makes me think you've never really thought it through. For instance: without copyright the GPL is nothing. Also without copyright, all of the profit made on creative works (of a perhaps smaller pie) would get be kept by distributors like Amazon or Netflix. Authors wouldn't get a dime anymore, it'll all go to the likes of Bezos.

      • nullc 4 hours ago

        RMS will happily tell you that he'd trade enforcability of the GPL for the non-existence of copyright.

        • palmotea 4 hours ago

          > RMS will happily tell you that he'd trade enforcability of the GPL for the non-existence of copyright.

          Thankfully, RMS is not my guru.

          Copyright is a valuable legal technology. It should be reformed to curb abuses, but we shouldn't throw the baby out with the bathwater.

    • tadfisher 7 hours ago

      This bill very much does not do that. It does the opposite, in fact. I encourage you to re-read the article.

      • OutOfHere 7 hours ago

        I understand it risks adding unpredictable political corruption to the process, but I feel that such unpredictable corruption is exactly what it takes to gradually destroy something in an indirect way.

        It is not clear to me what their political agenda is. Overall it might be good for AI if the goal is to scrape freely and use it for AI training.

        • browningstreet 6 hours ago

          This position makes it impossible to discuss these things.

        • eli_gottlieb 5 hours ago

          When I aim to accomplish something, to destroy some institution, I tend to favor the direct way, because it relies on fewer intermediate points of failure than the indirect way.

          • quantummagic 4 hours ago

            What we favor, and what is possible, often diverge.

    • tgv 26 minutes ago

      Last time someone uttered something similar, I didn't get an answer, so I'll ask it to you: what entitles you to free access to any song, movie or book?

  • panny 8 hours ago

    I usually agree with the EFF on things, but after reading their linked https://www.eff.org/deeplinks/2025/05/us-copyright-offices-d... I couldn't disagree more. An LLM is a predict the next word algorithm. If the model is overfitting, it's basically copy paste. There have been several documented instances where that happened and full GPL code, including headers and attribution were copy/pasted by the "AI."

    AI is essentially copy paste with more steps. The part that AI companies use to defend this is ?how are we supposed to decide how much each author deserves? They try to wave this away, but their own model can tell them. Their models work off of weights. They can determine how much each work contributed based on those weights, so it's dishonest for them to argue it isn't possible. The way the models are engineered now don't make this possible, but that's intentional and we can all recognize that. They throw up their hands and claim it's not possible because they simply don't want to pay.

    The most infurating thing however is how AI companies sidestep the IP rights of authors, but then claim to own those IP rights when their own generated output leaks. Anthropic filed DMCA takedowns on the leaked claude code repos, claiming ownership over something they explicitly have stated is almost entirely AI generated as part of their marketing. They take code, mix it up just enough to scrub away the GPL or whatever license belongs on it, then try to claim ownership of the result, in spite of the Copyright Office repeatedly stating that AI generated works have no copyright protection at all.

    • pona-a 2 hours ago

      Is it actually possible to determine how much the weights were influenced by each work?

      I might recall reading some interpretability paper years ago that trained a special model that could attribute each answer to a part of the corpus (like Wikipedia, ArXiV, or "Blogs") but it had a non-zero effect on performance and wasn't nearly as straightforward as weights go in, attribution comes out.

    • asgraham an hour ago

      > They can determine how much each work contributed based on those weights, so it's dishonest for them to argue it isn't possible.

      I don’t know about impossible but it’s definitely not a straightforward read from the post-training weights as you’re implying, unless you’re aware of some technique I’m not aware of.

      The closest you could get would be the weight differential from training with a given work. But that’s massively dependent on training order, so that it’s certainly not at all a good measure of ā€œcontribution.ā€

    • anematode 8 hours ago

      Agreed. Moreover, the authors of copyright law could never have anticipated this type and scale of abuse. Maybe the companies are legally in the right, maybe not, but that's irrelevant for the question of whether it's ethical. The EFF's post definitely goes against their mission to "ensure that technology supports freedom, justice, and innovation for all people of the world."

  • phendrenad2 11 hours ago

    I don't really understand the hypothetical problems here. "The copyright office head would be a presidential appointee, which could make the copyright office more political". I mean, I guess? Are people worried they're going to start selectively enforcing copyright law? But they don't enforce copyright law right now...

    • akamaka 10 hours ago

      It’s not hypothetical at all. The FCC is currently being used for political attacks: https://www.cnn.com/2026/05/28/media/abc-fcc-disney-licenses...

      Those who are under attack happen to also be the biggest copyrighter holders, so this would open up a new avenue of attack.

      • mohamedkoubaa 9 hours ago

        It's not hypothetical nor an unintended consequence. Most likely this is the point

      • ronsor 7 hours ago

        > Those who are under attack happen to also be the biggest copyrighter holders, so this would open up a new avenue of attack.

        Don't threaten me with a good time

      • XorNot 10 hours ago

        Conversely you're already not dealing with that, so the letter and spirit of the law are both being ignored and the American voter doesn't care.

        • WarOnPrivacy 9 hours ago

          > the American voter doesn't care.

          The American voter doesn't know because copyright misuse and malfeasance is on a long list of public-impacting topics that news orgs have rigorously ignored for generations.

    • hightrix 10 hours ago

      >Are people worried they're going to start selectively enforcing copyright law?

      Yes. Not only that, but to grant copyright protection only to those that are allied with/loyal to/bribe the current administration.

      This would have massive, far reaching effects.

    • plandis 7 hours ago

      > Are people worried they're going to start selectively enforcing copyright law?

      Yes.

    • z3c0 10 hours ago

      Never gotten any emails from lawyers, I see.

      Copyright laws are heavily enforced, only selectively.

    • dyauspitr 10 hours ago

      Are you kidding? If there’s something in there they don’t like I don’t put it past this administration to break it internally and then make a case for shutting it down. This whole thing sounds very similar to the postal service situation…

      • vjvjvjvjghv 8 hours ago

        They will break the system and use it for their friends. No way they are shutting it down. There is way too much money to be made in selective enforcement.

      • roenxi 10 hours ago

        > Are you kidding? If there’s something in there they don’t like I don’t put it past this administration to break it internally and then make a case for shutting it down.

        Might be a win? The copyright system is one of the major suspects for why US industry ended up crippled and replaced by Asian labour refusing to respect US IP laws to their significant advantage. To say nothing of the corrosive influence on culture of locking down music and stories. The biggest IP success in the last 50 years seems to have been Open Source because they built a framework inside the copyright system to achieve the opposite outcome and build a thriving industry despite the lawyers trying to encourage them in alternative directions.

        The people defending the copyright system should have to keep making their case until they come up with something persuasive for how they're helping.

        • jaggederest 10 hours ago

          Tongue in cheek, but the copyright system should only last for 12 years, with one straightforward renewal, without specific reauthorization. Just like copyright in works, in my opinion

        • echelon 9 hours ago

          > The copyright system is one of the major suspects for why US industry ended up crippled and replaced by Asian labour refusing to respect US IP laws to their significant advantage.

          Expand on this.

          Wasn't it instead our desire to be the world's reserve currency and rely on cheap imports? You can't be both a net exporter and the world's top reserve currency.

          You have to run trade deficits if you want to export dollars.

          • roenxi 8 hours ago

            It comes down to comparative advantages more than anything else and the US raising the cost (in some sense outright banning) people from deploying good ideas in an industrial way seems like it'd be a significant comparative disadvantage to attracting investment. And a much bigger deal than the practical reality that the US imports more than it exports.

            Maintaining an import-dependent economy might be a factor, economies are complicated. But there isn't a fundamental reason that taking in more stuff than gets exported should mean that Asia has to be more successful. If anything, a country in a position to import more than it exports should be seeing big jumps in living standards, rather the gains going to a country notionally taking the bad end of the bargain. And there are some easy resolutions to being a net importer and while having a strong industrial economy - import raw materials, make stuff that isn't for export as an example.

        • z3c0 10 hours ago

          I mean, I agree with your general point that copyright might need to be reconsidered, but this doesn't seem like an attempt to reconsider it. It's rather transparently enabling further cronyism.

  • billfor 9 hours ago

    This is a one-sided article which does not discuss the opposing view, or the reason why they thought congress should appoint. Ironically, if this became law then it might have prevented Trump from removing the librarian as he attempted in 2025 (still pending in the supreme court). It also includes a term limit of 10 years.

    https://www.stoneslaw.net/legislative-branch-agencies-clarif...

    • Grombobulous 7 hours ago

      The plain language of the bill’s summary on the bill’s web page (ignoring the EFF article) explains it quite clearly:

      1. Gives power to Congress to appoint/remove the librarian rather than the president (cool, great)

      2. Strips the copyright power held by the Library of Congress away, library of Congress becomes a supporting resource like a consultant

      3. Reassigns that same power to a different position that’s politically appointed by the president.

      What you are saying is technically true, but the deck chairs have been shuffled around in a way that seems to at least partially negate the positive change.

      I also find it odd that this was passed in a voice vote. It’s hard for me to tell if that means it has strong bipartisan support? I guess I’d have to watch a video recording of the proceedings to know. If I am recalling correctly, congresspeople can call for a tallied vote if they think the voice vote was too ambiguous.