Overview
Web access follows the same pattern.
The agent does not begin with all web content in its context. It begins with a query. The search returns candidate links or summaries. The agent evaluates which result is most relevant, reads that result, and expands only when needed.
A practical sequence is:
- Search for the topic.
- Inspect the returned titles or URLs.
- Select the most relevant result.
- Read the relevant portion.
- Search again only if the answer remains incomplete.
This keeps unrelated web content outside the active context.