Web search lets LLMs access real-time information from the internet when generating responses. Instead of relying solely on training data, the model can search the web to ground its answers with up-to-date facts, links, and sources.
Web search is useful when the user’s question involves:
Current events — news, stock prices, weather, sports scores
Recent releases — software versions, product launches, research papers
Factual lookups — statistics, regulations, schedules that change over time
Verification — checking claims against live sources
For questions about static knowledge (math, programming concepts, general reasoning), web search adds latency without much benefit. Only enable it when freshness matters.