Lesson 5 of 9
Letting it search the web
6 min read
An AI's knowledge stops at its training date — it learned nothing after that. So how can it tell you yesterday's football score, or today's weather? It reaches for a tool.
Frozen knowledge, live tool
On its own, the AI only knows what it saw in training, which ended at some fixed point in the past. Ask about anything newer and, left to itself, it can only guess. But modern assistants can do something else: pause mid-answer, run a real web search, and read the results — then carry on. The fresh pages come back onto the shared window, and the AI answers from them. It didn't know the score; it looked it up, just like you would.
When a question needs fresh facts, the AI can call a search tool: it runs a real query, reads the results into the window, and answers from them — bridging its frozen training with today's world.
A quiet handoff
This is worth seeing clearly, because it's the same move behind a lot of AI "magic." The model can't browse by itself — instead it emits a small request ("search: yesterday's match result"), a separate tool actually does the searching, and the result is handed back onto the page. The AI then reads that result like any other text. Whenever an AI does something it plainly couldn't from memory alone — search, calculate, check the time — a tool did the doing, and the result came back into the window.
The AI doesn't browse the web itself — it asks a tool to, and reads back what the tool returns. That handoff is how a fixed model keeps up with a changing world.
If it matters that an answer is current, tell it to search — "look this up" or "use the web." Then glance at the sources it cites; a grounded answer you can check beats a confident one you can't.
The gist
- —An AI's built-in knowledge is frozen at its training date
- —It can call a web-search tool, read fresh results into the window, and answer from them
- —The model doesn't act itself — it requests a tool, and the result comes back onto the shared page
You ask an AI for the current price of a flight next month. For a trustworthy answer, what should happen?
Continue in the app
Take the whole Working with AI course — tracked
Get your personalized path, progress and streaks in the app — this lesson and every next one, in order.