7 ms·
Also needed: ai.txt declaring which AI bots are allowed or disallowed to scrape content
by legrande 3y ago
Also needed: ai.txt declaring which AI bots are allowed or disallowed to scrape content
- organsnyder 3y agoCouldn't this be handled in robots.txt?
- 8organicbits 3y agoNot well. You'd need to know which user-agent strings the AI scrapers use, which is impossible to enumerate.
- omoikane 3y ago> Couldn't this be handled in robots.txt? That would require knowing all the user agents that would scrape content, assuming that you want to only exclude AI scrapers and not search engines in general. OpenAI's user agent is GPTBot[1], I am not sure about the others. [1] https://news.ycombinator.com/item?id=37030568 https://news.ycombinator.com/item?id=37030568
- AnthonyMouse 3y agoHow are you proposing to distinguish between "AI" and "search engines"? Most of the search engines now have a summarizer at the top which is presumably LLM output, and search engines operate on the basis of ML in general.
- xigoi 3y ago> Most of the search engines now have a summarizer at the top which is presumably LLM output, and search engines operate on the basis of ML in general. There is still a difference between scraping content for the purpose of searching it and training on it.
- AnthonyMouse 3y agoA search engine is an AI model that outputs search results. Creating the index is training it. There is no obvious principled way to distinguish them.