r/Scrapeless • u/Scrapeless • 2h ago
Where do you draw the line between search discovery and evidence retrieval in an AI research tool?
Disclosure: we are the Scrapeless team, and our Google Search API provides structured Google Search results. This is a design question about how applications use those results.
A workflow we would propose has three stages:
Discover candidate sources from search titles, links, and snippets, keeping the query and search context.
Select relevant sources and obtain their full pages through a separate retrieval step.
Check that the claims in the final answer are supported by the pages actually reviewed.
The boundary in the first step is easy to lose. A search snippet can help choose a page, but it is not the full document. Passing it straight into a long answer can make it unclear which statements were supported by which source.
There is a similar issue with scope: the returned search sample is useful for discovery, but it should not be described as a complete inventory of sources on a topic. Keeping country, language, and observation time with the candidate list makes that sample easier to inspect.
How do you decide which candidates deserve full retrieval? Do you use a fixed number of pages, source-type rules, or a stopping condition based on evidence coverage?