|
|
Log in / Subscribe / Register

another possible source of scraper traffic

another possible source of scraper traffic

Posted Jul 14, 2026 19:48 UTC (Tue) by bentley (subscriber, #93468)
Parent article: An update on the scraper situation

I've worked for a company that considers itself to be an ai company for the past 1.5 years (not one of the labs, but a smaller startup), and I can maybe add a bit of detail about another possible source of this traffic.

As context, one of the big advances in making LLMs useful over the past couple years is the idea of an "agent loop". Instead of asking the LLM to directly answer a question or to write some code, it iteratively calls "tools" to interact with the world, bouncing back and forth between inference and tool calls. For example, the agent might run some shell commands then based on the result look up documentation then based on that content write a script and etc.

So the actual traffic source is agents aggressively looking up documentation to complete their goals. In the case of something like Claude Code or Codex these requests come directly from a person's computer (on a residential internet connection), and I'm not sure to what extent the software identifies itself in the UA or respects robots.txt. In the case of something like ChatGPT or Claude web (or anything else hosted) I wouldn't be surprised if they use residential proxy services to ensure they can access content. This might also go part of the way to explaining some requests to several decade old articles - in my own (non-ai-assisted) work I've found LWN articles to be tremendously useful, so I would not be surprised if agents are looking up old pages to try to figure out how to (eg) write or fix a driver.


to post comments

another possible source of scraper traffic

Posted Jul 14, 2026 19:52 UTC (Tue) by corbet (editor, #1) [Link] (1 responses)

That might explain some requests for old articles. It doesn't explain systematically going through the entire set of old articles, from one end to the other, with each request coming from a different IP address, though.

another possible source of scraper traffic

Posted Jul 14, 2026 20:54 UTC (Tue) by rgmoore (✭ supporter ✭, #75) [Link]

That's what I'd assume, too. An AI agent looking something up is going to follow a pattern at least somewhat similar to a human being looking something up. They'll start by looking at a few pages, spend some time digesting the contents, and then maybe come back for some related topics. Maybe the AI agent will be more aggressive about downloading a bunch of articles at once, but it's still going to be focused on whatever task it's been given. An AI agent that's trying to write a device driver is going to look at articles at least somewhat related to device drivers. It isn't going to dig up articles on a long-ago DPL election or arguments about which init system to use they way a deliberate attempt to scan the whole archive would.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds