Web Search
Web検索
Definition
Web search lets an LLM retrieve information from the web before or during a response. It is important for AI products that need recent facts, citations, and awareness of changing public information.
LLMs are limited by the information available in their training data and by what is included in the prompt. That is a problem for recent news, product changes, prices, regulations, schedules, and other moving facts. Web search lets an AI system retrieve public web information and use it as evidence during a response.
Why it matters
Many AI announcements appear first as public web updates: official blog posts, developer documentation, release notes, papers, and press materials. With web search, the model can check current sources instead of relying only on memory. This can reduce errors about dates, availability, specifications, and the exact wording of announcements.
How to read AI news about web search
The important question is not only whether a model can search. Look at how it chooses sources, whether it cites them, how it handles conflicting pages, and whether the search scope is the open web, a curated set of sources, or private documents. A citation is useful, but it does not automatically prove that the model interpreted the source correctly.
Common uses
Web search is used for news summaries, competitive research, technical documentation lookup, travel and event planning, regulatory checks, and research discovery. It overlaps with RAG, but the emphasis is different: web search usually means retrieving current public web information, while RAG can include private databases, internal documents, or a controlled knowledge base.
Watch-outs
Search results can be stale, low quality, promotional, or biased by the query. The model may also over-trust a source or miss a better one. For high-stakes facts, users should prefer primary sources and verify details directly. In AI news, web search should be read as an evidence-gathering capability, not a complete guarantee of truth.