AI Search
A search experience that returns a synthesised AI answer with citations — instead of a ranked list of links — powered by retrieval plus an LLM.
In plain English
AI search rebuilds the search box around an LLM. Instead of returning ten blue links and asking you to read them, an AI search engine retrieves relevant pages, summarises them, and shows you the answer with inline citations. It's the consumer-facing application of retrieval-augmented generation (RAG).
How it works:
- User types a query in natural language
- System retrieves relevant documents (web pages, PDFs, internal docs)
- LLM reads the documents and writes a cited answer
- User can follow citations or ask follow-ups
Major products:
- Perplexity — the most popular standalone AI search engine
- ChatGPT Search and Claude Search — built into the AI assistants
- Google AI Overview — the answer box on Google itself
- You.com and Komo — alternative AI-first search engines
- Glean, Onyx, and Mendable — enterprise/internal AI search
AI search and traditional search aren't the same market — AI search captures the "tell me about X" intent, while traditional search still owns navigational and transactional queries.