Aussie living in the San Francisco Bay Area.
Coding since 1998.
.NET Foundation member. C# fan
https://d.sb/
Mastodon: @[email protected]

  • 0 Posts
  • 767 Comments
Joined 3 years ago
cake
Cake day: June 14th, 2023

help-circle



  • They destroy the books because it allows them to scan them bette

    That’s definitely one reason, but the copyright argument is also a part of it. The court explicitly said that their digitization is legal only if does not increase the number of copies of the book.

    There’s no need to do this legally - they could donate used books. The argument shows that the final product is transformative, so it doesn’t matter whether they keep the books or not.

    They have to keep the digital copy of the book because they add it to the training corpus for the LLM. Selling or donating the original physical book after doing that would void the fair use argument.

    LLMs can reproduce quite long passages of books, though I don’t think this changes the argument much, because it’s not reliable or useful.

    One of the tests that determines if it’s fair use or not is whether it can serve as a replacement for the original book. Pirated copies can, which is why they’re illegal. A summary like CliffNotes can’t. Even if the LLM can reproduce long passages, you can’t do that reliably (like you said) and it won’t work for all books.

    I always thought there was in obvious win where companies doing this could be forced to archive the scan publicly (after some period of time)

    I definitely agree with this. I think copyright law needs to be modernized to handle cases like this. I think the AI companies should be allowed to donate the digital copy to a library (like the Internet Archive) while still being allowed to keep their copy in their training corpus.




  • I don’t see how this would go any differently to the book lawsuit they settled.

    With that lawsuit, the court found that training the LLM on books is covered under fair use, as long as the books are legally acquired and they do not make illegal copies. (obviously, they can’t use data fron Anna’s Archive any more)

    The argument is that them training on the books does not impact sales of the books themselves - someone that was going to buy the book would still buy it even if an LLM was trained on it, just like they’d still buy it even if summaries/CliffNotes and reviews exist. The training is considered transformative as the LLM learns the relationship between the words rather than retaining the text of the books as-is, and transformative use is allowed under fair use.

    This is why the AI companies are destroying books - they have to destroy any books they scan in order to comply with US copyright law. Transforming the book from one form to another (eg from print to digital) is OK as long as only one copy remains.

    I’m not saying I agree or disagree, just that this is the current state of copyright caselaw in the USA.

    Having said that, the music industry is significantly more litigious than the book industry, so we’ll see what happens…






  • The start of the article says:

    The lazy answer is always “weaker hardware at home.” And sure, that’s part of the story, but it’s a small, almost surface-level part.

    yet nearly the entire article is about consoles having weaker hardware, and the fact that console controllers are not specific to each game (which I’m also including in the “weaker hardware” bucket).

    The only point that’s not about weaker hardware is that arcade games generally have a higher difficulty since they want you to keep dying and inserting more coins, whereas console games are more balanced.



  • In my area, they removed the data caps last year, when they also rolled out the higher upload speeds (eg the gigabit plan now has 350Mbps upload speed instead of 25Mbps). I don’t think they’ve rolled that out everywhere though.

    They also have a habit of keeping people on old plans that are either slower or more expensive. If you’re still using Comcast/Xfinity, check their site and see what they offer to new customers at your address. (you may need to use an internet connection other than your Comcast one, otherwise they may detect that you’re an existing customer)


  • Their pricing can differ by region. Not every region got the data caps back when they rolled them out.

    It also depends on competition - if there’s a lot of competition in your area, Comcast will have better deals compared to if you live somewhere where Comcast is the only option.

    I used to live in an apartment that had an exclusivity deal with Comcast (residents were only allowed to use Comcast for internet service). Now I live somewhere in the same county where there’s three different fiber providers in addition to Comcast, and their prices here are noticeably cheaper vs the old apartment.






  • dan@upvote.autolinuxmemes@lemmy.worldKen Thompson Hack 2.0
    link
    fedilink
    arrow-up
    13
    arrow-down
    2
    ·
    edit-2
    11 days ago

    At work, I use AI for some things. Right now I’m rewriting some legacy spaghetti code that’s had a bunch of things hacked into it over the years. I spoke to the person most familiar with the expected behaviour and used AI to combine his info plus the existing code and unit/integration tests into a list of requirements.

    I wrote the new code and tests based on the requirements rather than based on the old code. After each commit, I used AI to check for parity between the old and new code, and it keeps a Google Sheet up to date with the progress (which features were fully implemented, and which ones were missing or had gaps). I had AI write some tests cases too - given the list of requirements, write integration tests for them based on the style of a few tests I wrote by hand.

    It has some quirks (eg for tests it loves over-mocking even though our skills tell it to mock as little as possible) but it definitely speeds things up.

    I use AI for small side projects at work too. Tweaking and adding features I want to shared libraries, internal tools to help our team debug stuff and automate triaging of bug reports (they’re all still reviewed by a human), etc.

    The entire reason I can trust its code is because I can read it and tweak it myself. I sometimes need to go through a few iterations to get AI code into an acceptable state. AI writing machine code directly, like what’s been talked about recently and what this post is referencing, is such a dumb idea.

    There’s other people at work that use AI for absolutely everything. Writing code, reading code, writing posts in our internal groups, etc. That’s something I don’t understand. Some people that are all-in on AI produce so much low-quality AI slop.