← Essays

Buying Recall in AI Search

This started in my headphones. I was listening to a deep dive on Google’s history and the economics of search. The reminder landed hard: search is the best software business ever built because a single query fans out to millions of advertisers competing for intent. The auction converts that competition into money without wrecking usefulness.

Now the interface is changing. People ask natural questions and expect a composed answer or a next step, not a page of links. That isn’t just a UI swing. Under the hood, modern systems assemble answers from a small working set of sources and tools. If something never enters that set, it cannot shape the answer or the follow-up. I wanted to write down a clean, technical way to finance answer-first search that keeps the answer trustworthy: sell bounded admission probability into the model’s working set and sell one clearly labeled follow-up. Nothing touches the model’s voice.

Why AI search matters right now

User behavior shifted. When questions are narrow, people prefer an answer that cites sources and lets them finish the task. Publishers noticed: if the answer is composed from your content but doesn’t send traffic, the old bargain breaks. Advertisers noticed: keyword targeting is less visible in an answer box. New players smell opportunity. All roads lead to the same bottleneck: what gets into the grounding set and what the user is asked to do next.

Goal: let strong items buy a bounded boost in recall probability into the grounding set. Money should never force a weak or off-intent item into the answer. Eligibility: an item may enter the sponsored pool only if it passes a quality floor and intent match, with a strict cap on the fraction of sponsored items allowed. Charge CPC-ground only when the item is in the set and actually used in the answer. For follow-ups: allow one sponsored option, picked by bid and predicted engagement, charged on CPC-engage. The answer remains editorial; the steer is transparent and optional.

What each side gets

Builders get a mechanism that is easy to explain and tunable. Advertisers buy presence at the decision point, priced by impact. Publishers get paid when their content grounds a sponsored block. Users get answers first, with citations, and one optional nudge. Money never edits the wording.

The old game sold position on a page. The new game sells bounded presence in the model’s working set and one transparent steer. Keep the floor high, keep the cap small, keep the labels obvious.

Originally published on Bearblog.