Comment by throwaway_fai
19 days ago
What if people used a kind of reverse slow-loris attack? Meaning, AI bot connects, and your site dribbles out content very slowly, just fast enough to keep the bot from timing out and disconnecting. And of course the output should be garbage.
Nice idea!
Btw, such reverse slow-loris “attack” is called a tarpit. SSH tarpit example: https://github.com/skeeto/endlessh
A wordpress plugin that responds with lorem ipsum if the requester is a bot would also help poison the dataset beautifully
Nah, easily filtered out.
How about this, then. It's my (possibly incorrect) understanding that all the big LLM products still lose money per query. So you get a Web request from some bot, and on the backend, you query the corresponding LLM, asking it to generate dummy website content. Worm's mouth, meet worm's tail.
(I'm proposing this tongue in cheek, mostly, but it seems like it might work.)