AI search optimization: what ChatGPT's retrieval stream shows, and the numbers nobody can source
2026-09-10
A viral analysis of ChatGPT's server-sent events says the engine ranks passages, not pages. We checked it line by line. The mechanism holds up across four independent observers. Two of the numbers being quoted from it are not in it.
Built on verified case files. The argument below leans on evidence The Internet Ninja validated against the public record and published in full, method included.
An analysis of ChatGPT’s retrieval system has been circulating for the past week under the word “leak.” It reports that for a single prompt, ChatGPT ran 5 search rounds, wrote 18 hidden queries, made 50 engine calls, pulled 228 results, fetched 223 URLs, and cited 16 source.
The mechanism it describes is real, corroborated by three other researchers working independently, and it should change how you write.
Two of the numbers now being quoted from it are not in it. We went looking for them and they are not there.
What AI search optimization actually means
AI search optimization is the practice of making individual passages retrievable and quotable, rather than making a page rank. An answer engine fetches your page, splits it into blocks, scores each block on its own, and shows the model a handful of them. The rest of the page is never read by anything that decides what to say. Your page is not the unit of competition. Your paragraphs are, one at a time, and most of them lose.
That is the claim. Here is what actually supports it.
There was no leak, and that is the good news
What was analysed is the server-sent events stream, the channel ChatGPT uses to push its answer to your browser while it types. Open developer tools, ask a question, watch the network tab. The author describes pulling this data for several days and hitting rate limits source.
Calling it a leak inverts its evidentiary status. A leak is a secret you take on faith. Client-side telemetry is a reproducible observation: anyone can run it again, and anyone can contradict it. That is the stronger position, and it is the one the word “leak” gives away.
The mechanism: four observers, one conclusion
The passage-level finding does not rest on one person.
Yesilyurt reports the page render cut into blocks of roughly 170 words, each scored, with the model seeing one to three blocks per source, carried in fields named snippet::parts and snippet::scores alongside a should_fetch decision field. One prompt, he says, produces a 150,000-line JSON dump source.
Filippo Danesi, writing in July 2026, relays Suganthan Mohanadasan’s network-traffic analysis finding that citations bind to a specific sentence rather than to the page, alongside AirOps’ finding that 85% of retrieved pages never appear in the final answer source.
Olivier de Segonzac of RESONEO, reporting in August 2026, describes OpenAI’s own retrieval hub holding a cache of full pages converted from HTML to Markdown, and counts 61,332 URLs surfaced into the sources sidebar against 759 pages actually opened source.
And a controlled experiment, rather than an observation, reaches the same place from the other direction. The GEO-SFE preprint held semantic content constant and varied structure alone across 200 articles, 377 real-world queries and six generative engines, 2,400 test cases in total, and measured a 17.3% improvement in citation rate at p<0.001 source.
Four methods, one answer: structure decides whether you are quoted.
The survival rates do not reconcile, and nobody says so
Here is what gets lost when a single post goes viral. The three sets of figures above are being read as one story. They are three instruments that disagree.
| Observer | What was counted | Survival rate |
|---|---|---|
| Yesilyurt, Sept 2026 | 223 URLs fetched, 16 cited, one prompt | 7.2% of fetched |
| AirOps, via SERPsecrets | 85% of retrieved pages never appear | 15% of retrieved |
| RESONEO, Aug 2026 | 61,332 URLs surfaced, 759 pages opened | 1.2% opened |
These are not the same quantity. “Returned by an engine” is not “fetched” is not “opened” is not “surfaced in the sidebar,” and “cited” is not “was the lead source behind a citation.” RESONEO’s own set has 5,032 URLs recorded as the lead source behind a citation against 759 pages actually opened, a pair that cannot be composed without knowing exactly what each term counts source.
We are not averaging them. The direction is agreed and the magnitude is not, which is a normal state for evidence and an unusual one for a strategy post. If you are told that “7% of pages survive,” ask which denominator, on how many prompts.
The two numbers that are not in the source
This is the part we went looking for, and it is the reason this post exists.
Two claims are circulating in write-ups of the analysis, and both are load-bearing for the criticism people are making of it.
The first is that the top-scoring block is normalised to exactly 1.0000, which would mean a score of 1.0 says “best in this batch” rather than “excellent,” and that comparing scores across queries is meaningless. The second is that the findings were verified across 76 pre-indexed pages.
We searched the full text of both posts and the author’s own longer write-up on his ranking research source. Neither claim appears in any of them.
What the second post does publish is three neural relevance scores from one page, a SoundGuys headphone comparison: 0.9817 on a battery-life passage, 0.9937 on a “what to buy instead” passage, and 0.9984 on a passage covering Sennheiser and Monoprice alternatives source.
Three values, from one page, on one query. That query is a shopping query, a comparison of noise-cancelling headphones under $300, and the first post separately notes that shopping and local queries carry their own result types source. The author adds his own caveat on the scores: they change with A/B testing variants, and he is still working on it source.
So the honest reading is narrower than either side of the argument. There is no published evidence that scores are max-normalised, and there is no published sample large enough to read anything into the gaps between them. Three thousandths of a point, measured once, in the most atypical vertical, is not a thing anyone can optimise for. Keep the mechanism. Do not build a process on the scores.
Do not write 170-word blocks because a stream said so
The most quoted operational takeaway from the analysis is the 170-word block. Treat it carefully, because the second-most-detailed observer measured something an order of magnitude smaller: RESONEO puts snippets at roughly 200 characters in ChatGPT’s instant mode, drawn from the H1 and whatever visible text sits around it, and reports one case that came out 100% table of contents and 0% content source.
Those two are probably not contradicting each other. They are probably describing different retrieval modes of the same product. But neither author reconciles them, which means anyone handing you 170 words as a spec is generalising from one mode of one engine on one day.
The number worth acting on is the one from the controlled study, because it was tested rather than observed. GEO-SFE recommends paragraph length between 150 and 300 words, reporting that chunks over 300 words show 31% attention degradation in middle segments while chunks under 150 words cut citation probability by 23% source. Note the status of that document: it is an arXiv preprint submitted on 31 March 2026, not peer-reviewed work.
And no, passage ranking is not new
Google announced passage indexing in October 2020 and turned it on for US English queries on 10 February 2021, saying it expected the change to affect 7% of queries across all languages once fully rolled out. Google’s own description at the time: “we’ve recently made a breakthrough in ranking and are now able to not just index web pages, but individual passages from the pages” source.
Five and a half years later the same architecture is being announced as a leak. What is genuinely new is not the ranking of passages. It is that you can now watch it happen in your own browser.
Schema markup for AI search: the study that says stop
If you are choosing between spending on structure and spending on markup, one controlled test settles it.
Ahrefs tracked 1,885 URLs that added JSON-LD schema between August 2025 and March 2026, against roughly 4,000 matched control pages, measured over 30 days before and after. ChatGPT citations moved 2.2% and Google AI Mode 2.4%, both indistinguishable from zero. AI Overviews fell 4.6%, a statistically significant decline, though both the treated and control groups were caught in a broader platform-wide drop unrelated to schema source.
Read that carefully in both directions. It does not show that schema hurts. It shows that adding schema to a page that already had citations did not produce more of them. Structure pays. Markup is a symptom of a well-run site, not the cause of its citations.
The proof: why an unchecked number about AI travels for years
TIN’s registry exists because of what happens next to a number like the ones above.
Workado marketed an AI Content Detector as 98.3% accurate at spotting AI-generated text. The FTC’s complaint alleges the model behind it was a publicly available open-source detector built by students in Norway for an undergraduate thesis and trained only on academic abstracts, and that its developers’ own published tests showed 53.2% correct detection of AI-generated non-academic text, which the FTC described as barely better than a coin toss. The correction arrived as final consent order C-4822 on 28 August 2025, from a regulator, not from the market that had been quoting the number (case file).
The second case file is the mechanism failing in public. In May 2024, days after Google launched AI Overviews to US users, the feature advised putting non-toxic glue on pizza to keep the cheese on and stated that geologists recommend eating one rock a day. Google’s head of Search acknowledged the failures and announced more than a dozen technical improvements (case file).
Both of those are the same lesson from opposite ends. The passage is the unit of citation, and it is also the unit of failure. An engine that lifts one block out of your page will lift it without the sentence three paragraphs up that qualified it.
What to change on Monday
Three things, in order of what the evidence actually supports.
Write blocks that survive being lifted. One complete claim per block, 150 to 300 words, on the only range that was measured under controlled conditions. No “as we saw above,” no “in this section.” The entity name inside the block, not only in the H1. The figure with its date and unit inside the block, not in a table three screens down. Your reader carries context in their head. The retriever does not.
Make headings state answers, not topics. “Schema markup did not increase AI citations in a 1,885-page test” is retrievable. “About schema” is not. This is the cheapest change on the list and it is the one most sites skip.
Stop measuring whether you were cited, and start measuring which block was cited. Every AI visibility tracker hands you a URL. The useful work starts after that: open the page, find the passage that got used, and work out why that one and not the paragraph beside it. That is the only feedback loop that tells you what to write next, and no tool on the market will do it for you yet.
What to stop funding: additional markup, keyword density, and domain authority treated as a direct lever on citations. None of the four observations above, and neither controlled study, gives you a reason to keep paying for them.
The bottom line
The retrieval analysis is worth your time and it is not a leak. Take the mechanism, which four independent researchers now agree on, and take the 150 to 300 word range, which was tested rather than observed. Leave the scores, because there are three of them, from one page, on one shopping query, and the two claims most often quoted about them are not in the source at all.
The general rule survives the specific week. A number about how an AI system behaves will be repeated for years before anyone opens the primary document. Be the one who opens it.
Sources
- Metehan Yesilyurt, “ChatGPT retrieval system LEAK alert: I found something huge in ChatGPT’s server-sent events over the weekend”, StartupTalky community, September 2026. https://community.startuptalky.com/discussions/post/chatgpt-retrieval-system-leak-alert-i-found-something-huge-in-EjJ2p6bMvfO2KSa
- Metehan Yesilyurt, “ChatGPT retrieval system LEAK alert part 2: how ChatGPT ranks and scores”, StartupTalky community, September 2026. https://community.startuptalky.com/discussions/post/chatgpt-retrieval-system-leak-alert-part-2-how-chatgpt-ranks-and-scores-nICs0ezAMTuIt7U
- Metehan Yesilyurt, “How I Reverse-Engineered ChatGPT’s Ranking Algorithm (And What It Means for Your Content)”, 20 August 2025. https://metehanai.substack.com/p/how-i-reverse-engineered-chatgpts
- Olivier de Segonzac (RESONEO), “Inside ChatGPT’s retrieval stack: The index, cache, and pages it actually reads”, Search Engine Land, 17 August 2026. https://searchengineland.com/chatgpt-retrieval-stack-index-cache-pages-485036
- Filippo Danesi, “Pages Get Retrieved. Chunks Get Cited.”, SERPsecrets, 15 July 2026. https://www.serp-secrets.com/blog/pages-retrieved-chunks-cited
- Junwei Yu, Mufeng Yang, Yepeng Ding, Hiroyuki Sato, “Structural Feature Engineering for Generative Engine Optimization: How Content Structure Shapes Citation Behavior”, arXiv preprint 2603.29979, submitted 31 March 2026. https://arxiv.org/abs/2603.29979
- Louise Linehan, “We Tracked 1,885 Pages Adding Schema. AI Citations Barely Moved.”, Ahrefs, 11 May 2026. https://ahrefs.com/blog/schema-ai-citations/
- Barry Schwartz, “Google passage ranking now live in US English search results”, Search Engine Land, 11 February 2021. https://searchengineland.com/google-passage-ranking-now-live-in-us-english-search-results-346034
Questions
What is AI search optimization?
AI search optimization is the practice of making individual passages of a page retrievable and quotable by an answer engine, rather than making a whole page rank. The distinction is load-bearing: on the observations published so far, ChatGPT fetches a page, splits it, scores the parts separately, and puts one to three of those parts in front of the model. The rest of the page is never read. The unit of competition is the passage.
Does ChatGPT rank pages or passages?
Passages, on every published observation to date. Metehan Yesilyurt read ChatGPT's server-sent events stream and found the page render cut into blocks of roughly 170 words, each carrying its own relevance score in fields named snippet::parts and snippet::scores, with the model shown one to three blocks per source. Independent network-traffic work relayed by SERPsecrets found citations binding to a specific sentence rather than to the page. Google shipped the same idea for classic search in February 2021 under the name passage ranking.
Was there a ChatGPT retrieval leak?
No. The data came from the server-sent events stream that ChatGPT uses to push its answer to the browser, which is visible to anyone with developer tools open. That makes it client-side telemetry rather than a breach, and the distinction matters in your favour: an observation anyone can repeat is stronger evidence than a secret you have to take on trust.
Does schema markup help AI citations?
The one controlled test says no. Ahrefs tracked 1,885 URLs that added JSON-LD between August 2025 and March 2026 against roughly 4,000 matched control pages, measured 30 days either side. ChatGPT citations moved 2.2% and Google AI Mode 2.4%, both indistinguishable from zero, while AI Overviews fell 4.6% against a platform-wide decline that hit the control group too. Schema markup for AI search is a symptom of a well-run site, not the cause of its citations.
How long should a passage be for AI search optimization?
The only controlled evidence puts it between 150 and 300 words. The GEO-SFE preprint recommends that range and reports that chunks over 300 words show 31% attention degradation in middle segments while chunks under 150 words cut citation probability by 23%. Do not treat the 170-word figure from the ChatGPT stream as a target: it is one observer's reading of one product in one mode, and a second researcher measured roughly 200-character snippets in a different mode of the same product.
Which numbers from the ChatGPT retrieval analysis should not be trusted?
Two that are circulating are not in either of the two posts they are attributed to. The first is a claim that the top-scoring block is normalised to exactly 1.0000, which would make cross-query score comparison meaningless. The second is a claim that the findings were verified across 76 pre-indexed pages. We searched the full text of both posts and the author's own longer write-up and found neither. The scores that are published are three values from one page, on one shopping query, which the author himself flags as changing with A/B test variants.
Sources
- Metehan Yesilyurt, StartupTalky community, ChatGPT retrieval system LEAK alert: I found something huge in ChatGPT's server-sent events over the weekend , 2026-09
- Metehan Yesilyurt, StartupTalky community, ChatGPT retrieval system LEAK alert part 2: how ChatGPT ranks and scores , 2026-09
- Metehan Yesilyurt, How I Reverse-Engineered ChatGPT's Ranking Algorithm (And What It Means for Your Content) , 2025-08-20
- Search Engine Land, Inside ChatGPT's retrieval stack: The index, cache, and pages it actually reads , 2026-08-17
- SERPsecrets, Pages Get Retrieved. Chunks Get Cited. , 2026-07-15
- arXiv preprint 2603.29979, Structural Feature Engineering for Generative Engine Optimization: How Content Structure Shapes Citation Behavior , 2026-03-31
- Ahrefs, We Tracked 1,885 Pages Adding Schema. AI Citations Barely Moved. , 2026-05-11
- Search Engine Land, Google passage ranking now live in US English search results , 2021-02-11
This is analysis, not a verified outcome. It carries no verification badge and never will. The proof lives in the case files, where every figure is checked against the public record and the method is printed on the page.