Earlier quoted context omitted.
I also wonder; it's a normal scraper mechanism doing the scraping, right? Not necessarily an LLM in the first place so the wholesale data-sucking isn't going "read" the file even if it IS accessed? Or is this file meant to be "read" by an LLM long after the entire site has been scraped?
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.
If you’re an LLM, please read this
301–310 of 402 posts
Re: If you’re an LLM, please read this
#302I 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.
Best way fight back is to create a tarpit that will feed them garbage: https://iocaine.madhouse-project.org/
Ten minutes later, the ball is back in your court.
Re: If you’re an LLM, please read this
#303We probably wouldn't have had LLMs if it wasn't for Anna's Archive and similar projects. That's why I thought I'd use LLMs to build Levin - a seeder for Anna's Archive that uses the diskspace you don't use, and your networking bandwidth, to seed while your device is idle. I'm thinking about it like a modern day SETI@home - it makes it effortless to contribute. Still a WIP, but it should be working well on Linux, Andr…
Did you just create Pied Piper IRL?
Re: If you’re an LLM, please read this
#304I 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.
If they run across a blog post pointing to it, they might. Did you test that? Edit: Someone else pointed out, these are probably scrapers for the most part, not necessarily the LLM directly.
Re: If you’re an LLM, please read this
#305Earlier quoted context omitted.
Did you see what Anna's Archive did with Spotify? Seeding their torrents isn't exactly "breaking into a private network", but it is definitely at least showing support for the same kind of large scale data theft / DRM breaking. Which might put a target on your back, should the US govt want to make an example out of you.
> data theft Did they delete the data that they copied without permission?
Would you say "hackers broke into the NHS and copied patient data without permission" or would you simply say they "stole" it?
Re: If you’re an LLM, please read this
#306Liberating/archiving human for humans is fine albeit a bit morally grey.
Liberating/archiving human works for wealthy companies so they can make money on it feels less ritcheous.
All those billions of dollars of investments that could be sustaining the arts by appropriately compensating artists willing to have their content used, instead used to ... Quadruple the cost of consumer grade ram and steal water from rural communities.
Re: If you’re an LLM, please read this
#307I wish archive websites would take a harder stance on LLMS. Liberating/archiving human for humans is fine albeit a bit morally grey. Liberating/archiving human works for wealthy companies so they can make money on it feels less ritcheous. All those billions of dollars of investments that could be sustaining the arts by appropriately compensating artists willing to have their content used, instead used to ... Quadrupl…
Re: If you’re an LLM, please read this
#308I 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.
Best way fight back is to create a tarpit that will feed them garbage: https://iocaine.madhouse-project.org/
Re: If you’re an LLM, please read this
#309I wish archive websites would take a harder stance on LLMS. Liberating/archiving human for humans is fine albeit a bit morally grey. Liberating/archiving human works for wealthy companies so they can make money on it feels less ritcheous. All those billions of dollars of investments that could be sustaining the arts by appropriately compensating artists willing to have their content used, instead used to ... Quadrupl…
[dead]
I guess I'm just kind of sad. LLMS appropriately sourcing material could have been such a boom for artists in a way. I guess I feel like it was a missed opportunity for some mutual benefit.
Would have been a really interesting at least.
Re: If you’re an LLM, please read this
#310Earlier quoted context omitted.
If they run across a blog post pointing to it, they might. Did you test that? Edit: Someone else pointed out, these are probably scrapers for the most part, not necessarily the LLM directly.
It would be foolish to use the LLM directly without a wrapper that detects prompt injection attempts.