Are AI Agents the same as bots? #10
Replies: 2 comments 3 replies
|
I do believe that treating agents like traditional bots of old misses an important aspect. Traditional bots are doing something with the intent to serve some external entities gain (scraping content, attacks, etc.). Agents, while leveraging similar systems, are serving a site's end consumer. When I use an agent to shop, I'm still the customer of the shop. As the shop owner, I want to give the best experience therefore it's in my best interest to provide an AX that supports them providing a good experience to the end user. Because my target customer is now using an agent to help make a purchase, if I shut my door to their delegated system, I'm telling them to shop somewhere else that does support this. |
|
This is a solid distinction, and I think framing agents as fundamentally user-serving systems is key here. Traditional bots—scrapers, crawlers, even malicious actors—are typically operating in an adversarial relationship with the systems they interact with. Agents, on the other hand, are extensions of user intent, which shifts the dynamic entirely. |
Uh oh!
There was an error while loading. Please reload this page.
To be clear, we're referring to agents. Not the systems that crawl the web to aggregate data or generate data for the purpose of training LLMs. We're talking about the agents that are delegated to do an action on behalf of end users.
All reactions