OpenAI has overhauled how ChatGPT Search retrieves external context, dramatically expanding domain-scoped query fanouts while curtailing citations from broad community forums.
Data published by generative engine analytics firm Promptwatch shows that domain-targeted queries utilizing the site: filter surged from 0.37% to 16.8% of all ChatGPT Search background fanouts on August 8, 2026. This represents a 46-fold jump in domain-scoped retrievals within a single day. At the same time, the average number of background search calls executed per user query nearly doubled, rising from 1.08 to 1.83 queries per response.

Targeted Retrieval Fanouts
In typical retrieval-augmented chat interfaces, search tools generate one or two open-ended web queries to retrieve relevant pages. The August 8 update indicates a shift toward multi-stage fanout patterns: the model issues broad topic searches alongside targeted queries aimed directly at designated first-party documentation, reference portals, and service domains.
Independent researcher Simon Willison analyzed the behavioral change, noting that OpenAI's internal tool schema likely exposes structured parameters such as search(query, recency, domains) rather than relying purely on text-based prompt manipulation. By issuing multiple parallel sub-queries with explicit domain constraints, the system gathers primary documentation before synthesizing answers.
The data indicates that site-scoped searches operate additively. Because total fanout queries per response grew from 1.08 to 1.83 rather than remaining flat, the targeted domain queries are layered alongside general web discovery rather than replacing it entirely.
Forum Citations Contract
Parallel tracking data reveals a steep contraction in citations pointing to Reddit. According to Promptwatch measurements spanning billions of analyzed interactions:
- Reddit accounted for a consistent 3.83% baseline share of all ChatGPT Search citations between July 18 and August 7, 2026.
- Following the August 8 fanout update, Reddit citations dropped into the mid-2% range before sliding further to 0.52% between August 14 and August 17.
- The decline represents an 86.4% relative drop in Reddit citations within ChatGPT Search over two weeks.
By comparison, Google AI Overviews and Google AI Mode recorded far milder shifts over the same observation window. Reddit citations in Google AI Overviews moved from 2.37% down to 2.10% (an 11.3% relative decline), while Google AI Mode saw a gradual reduction from 2.22% to 1.54%.
Implications for Technical Retrieval
The dual shift toward domain-scoped fanouts and away from crowdsourced forums reflects an ongoing adjustment in frontier model grounding. By prioritizing structured, first-party documentation and authoritative endpoints, model providers aim to curb hallucination risks and reduce the propagation of unverified user commentary into generated answers.
For engineering teams and technical publishers, the architectural adjustment underscores the growing importance of crawlability, structured documentation metadata, and clean domain routing in automated LLM retrieval loops.



