Hacker News new | ask | show | jobs
by AnthonyMouse 825 days ago
How 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.
1 comments

> 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.

A 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.