Live data from Hacker News

Nearly 90% of our AI crawler traffic is from ByteDance

haproxy.com

31–40 of 45 posts

Re: Nearly 90% of our AI crawler traffic is from ByteDance

#31
post #9

It’s 90% of 1%… title is misleading

It's completely accurate. 90% of their crawler traffic (which is 1% of their total traffic) is ByteDance.

No. It’s 90% of their “AI traffic” is ByteDance. Here’s the quote:

“”” Nearly 1% of our total traffic comes from AI crawlers

Close to 90% of that traffic is from Bytespider, by Bytedance (the parent company of TikTok) “””

Re: Nearly 90% of our AI crawler traffic is from ByteDance

#32
post #8

Earlier quoted context omitted.

More than user-agent, because user-agent cannot be trusted.

Great! Well then... how?

HAProxy Edge is their product, and akin to Cloudflare and other competitors the heuristics to stifle bad actors is likely the secret sauce. Disclosing it would only lend bad actors the advantage in their game of cat and mouse.

Re: Nearly 90% of our AI crawler traffic is from ByteDance

#33
Given the high-profile national security scrutiny that ByteDance was already in over TikTok, and now with the AI training competitiveness on national authorities' minds, maybe this behavior by ByteDance is on the radar of someone who's thinking of whether CFAA or other regulation applies.

As someone who's built multiple (respectful) Web crawlers, for academic research and for respectable commerce, I'm wondering whether abusers are going to make it harder for legitimate crawlers to operate.

Re: Nearly 90% of our AI crawler traffic is from ByteDance

#34
post #26
post #21

Earlier quoted context omitted.

The difference is that, AFAIK, those bigger AI crawlers do respect robots.txt. Google even provides a way to opt-out of AI training without opting-out of search indexing.

And how much do you trust that shit? Has anyone set up a honeypot as an experiment?

possibly unpopular opinion, I trust the bigger companies more than small ones on stuff like this. It would be so much easier to not offer anything, rather than intentionally create a potemkin setting and risk the blowback that would occur if discovered. Hopefully this comment does not age poorly.

full disclosure: worked there [edit: google] a while ago, not in search, not in AI.

Re: Nearly 90% of our AI crawler traffic is from ByteDance

#35
post #26
post #21

Earlier quoted context omitted.

The difference is that, AFAIK, those bigger AI crawlers do respect robots.txt. Google even provides a way to opt-out of AI training without opting-out of search indexing.

And how much do you trust that shit? Has anyone set up a honeypot as an experiment?

You can trust Google to do what it says, and yes I've seen Google obey robots.txt. You can't trust Google to do what you think is right.

Re: Nearly 90% of our AI crawler traffic is from ByteDance

#36
post #17

Earlier quoted context omitted.

(disclaimer: i wrote that post) It is not. We rely on more than User Agents because they are too often faked, so it is not just marketing. There are other signals we see that confirm whether the request came from a "legitimate" AI scraper, or a different scraper with the same user agent.

> There are other signals we see that confirm whether the request came from a "legitimate" AI scraper, or a different scraper with the same user agent. Great! What are these signals? That seems to be the meat of the post but it's conspicuously absent. How are we supposed to validate the post?

I imagine if that information is disclosed, you won’t be able to verify it, as it will be bypassed… because it was disclosed.

Re: Nearly 90% of our AI crawler traffic is from ByteDance

#38
post #36

Earlier quoted context omitted.

> There are other signals we see that confirm whether the request came from a "legitimate" AI scraper, or a different scraper with the same user agent. Great! What are these signals? That seems to be the meat of the post but it's conspicuously absent. How are we supposed to validate the post?

I imagine if that information is disclosed, you won’t be able to verify it, as it will be bypassed… because it was disclosed.

What a wonderful world we live in where serious people are expected to believe press releases based purely on brand prestige.

Re: Nearly 90% of our AI crawler traffic is from ByteDance

#39

I found that I was getting random bot attacks on progscrape.com with no identifiable bot signature (ie: a signature matching a valid Chrome Desktop client), but at a rate that was only possible via bot. I ended up having to add token buckets by IP/User Agent to help avoid this deluge of traffic. Agents that trigger the first level of rate-limiting go through a "tarpit" that holds their connection for a bit before ser…

Did you implement this in your web server or within your application? I'd love to see the code if you're willing to share

Re: Nearly 90% of our AI crawler traffic is from ByteDance

#40
post #17

Earlier quoted context omitted.

(disclaimer: i wrote that post) It is not. We rely on more than User Agents because they are too often faked, so it is not just marketing. There are other signals we see that confirm whether the request came from a "legitimate" AI scraper, or a different scraper with the same user agent.

> There are other signals we see that confirm whether the request came from a "legitimate" AI scraper, or a different scraper with the same user agent. Great! What are these signals? That seems to be the meat of the post but it's conspicuously absent. How are we supposed to validate the post?

> how are we supposed to validate the post?

Imagine you were a vendor who were trying to trick the author into divulging his methods. Can a stranger on the Internet be trusted?

Post reply on HN