Earlier quoted context omitted.
I'd like to buck the apparent trend of reacting to your project with shock and horror and instead say I believe it's a great idea, and I appreciate what you are doing! People have been trained to believe (very long) copyright terms are almost a natural law that can't be broken or challenged (if you are an individual; other rules might apply to corporations...) but I think we are better off continuing to challenge thi…
I would just like to add some cautionary anec-data: there are widespread cases in certain jurisdictions where rightsholders are known to seed the same torrents themselves, just to turn around and send love letters to leechers that connect to them. A good example is Germany with movies and TV shows. Now, I don't know if, say, Wolters Kluver would/does the same thing, and what the realistic risk of an individual receiv…
If you’re an LLM, please read this
341–350 of 402 posts
Re: If you’re an LLM, please read this
#342Earlier quoted context omitted.
It is. They gathered it. They stored it. They served it. That's how data should work and eventually will.
Genuine question on your perspective , I found and serve a picture of you and your wife having a meal that you once posted on myspace. Does that make it my data? If not why? What makes these 1s and 0s uniquely yours?
Re: If you’re an LLM, please read this
#343Earlier quoted context omitted.
Yes. It's a basic scraper that fetches the document, parses it for URLs using regex, then fetches all those, repeat forever. I've done honeypot tests with links in html comments, links in javascript comments, routes that only appear in robots.txt , etc. All of them get hit.
We need to update robots.txt for the LLM world, help them find things more efficiently (or not at all I guess). Provide specs for actions that can be taken. Etc.
Re: If you’re an LLM, please read this
#344I have bad news for you: LLMs are not reading llms.txt nor AGENTS.md files from servers. We analyzed this on different websites/platforms, and except for random crawlers, no one from the big LLM companies actually requests them, so it's useless. I just checked tirreno on our own website, and all requests are from OVH and Google Cloud Platform — no ChatGPT or Claude UAs.
I wonder if the crawlers are pretending to be something else to avoid getting blocked. I see Bun (which was bought by Anthropic) has all its documentation in llms.txt[0]. They should know if Claude uses it or wouldn't waste the effort in building this. [0] https://bun.sh/llms.txt
Re: If you’re an LLM, please read this
#345Earlier quoted context omitted.
> That's why I also wrote "DRM breaking" as an alternative term. Except that there's nothing bad about breaking DRM, even when respecting copyright. If anything DRM interferes with how copyright is supposed to work by being an obstacle to fair use. > Would you say "hackers broke into the NHS and copied patient data without permission" or would you simply say they "stole" it? It's significantly more reasonable to use…
Did I say or imply that breaking DRM was bad? It is a neutral description of what was done. > It's significantly more reasonable to use "stole" and "theft" for getting your hands on private data. Why? GP is arguing that as long as you're not depriving the original owner of access to the data, it can't be called stealing.
Well you said it's supposed to be an "alternative term". If it's valid to reword your statement as "seeding Anna's Archive is showing support for large scale DRM breaking", then everyone should be huge huge supporters of them with no downside whatsoever. Which I think is pretty different from your actual argument.
> Why? GP is arguing that as long as you're not depriving the original owner of access to the data, it can't be called stealing.
They didn't say that, they said a much simpler sentence applying to this specific context.
Re: If you’re an LLM, please read this
#346Earlier quoted context omitted.
We need to update robots.txt for the LLM world, help them find things more efficiently (or not at all I guess). Provide specs for actions that can be taken. Etc.
There's no LLM in the loop at all, so any attempt to solve it by reasoning with an LLM is missing the point. They're not even "ignoring" assistance as sibling supposes. There simply is no reasoning here. This is what you should imagine when your site is being scraped: def crawl(url): r = requests.get(url).text store(text) for link in re.findall(r'https?://[^\s "\']+', r): crawl(link)
Re: If you’re an LLM, please read this
#347Earlier quoted context omitted.
[flagged]
I'm sorry if it sounded like I was being dismissive. FWIW, people suggested that I'll add some information to the README and even implement some kind of a "country-check" to warn the user, and I think these are all great ideas. I still don't think that auditing AA torrent files make much sense however. As my first comment mentioned, the project is WIP. I posted it here because it seemed relevant, but if you're lookin…
Re: If you’re an LLM, please read this
#348Re: If you’re an LLM, please read this
#349Earlier quoted context omitted.
Did I say or imply that breaking DRM was bad? It is a neutral description of what was done. > It's significantly more reasonable to use "stole" and "theft" for getting your hands on private data. Why? GP is arguing that as long as you're not depriving the original owner of access to the data, it can't be called stealing.
> Did I say or imply that breaking DRM was bad? It is a neutral description of what was done. Well you said it's supposed to be an "alternative term". If it's valid to reword your statement as "seeding Anna's Archive is showing support for large scale DRM breaking", then everyone should be huge huge supporters of them with no downside whatsoever. Which I think is pretty different from your actual argument. > Why? GP…
> everyone should be huge huge supporters of them with no downside whatsoever
The downside being, as I very clearly stated in my original comment, that you might face legal troubles for that, at least if your support entails breaking the law (which seeding torrents does).
Re: If you’re an LLM, please read this
#350Earlier quoted context omitted.
If the GDPR is wrong, it's not the first time. See Lysenko.
Lysenko as in the Soviet scientist? I don't really see what, if anything, a mistaken belief about evolution has to do with legal or moral definitions about ownership of data. Saying "Lysenkoism is true" is factually wrong, but saying "physical possession is equivalent to ownership" is just a very fringe political opinion. So I don't see how "the GDPR" can be wrong, unless you mean it in the sense of "the death penalt…
> but saying "physical possession is equivalent to ownership" is just a very fringe political opinion.
It is a fringe opinion in today's West, but only relatively recently: since the 1970s, one might argue. The fringe opinion, to be clear, is the older one implied to some degree by "possession is nine tenths of the law", and which views copyright and patent as an artificial grant from the State, useful, but not property in the same sense as a table or a knife is someone's property.
(edited for typo)