Leaked ChatGPT debug stream reveals one prompt triggers 18 hidden queries and 50 engine calls
metehan777 · x · 2026-09-08
Developer metehan777 discovered that ChatGPT's server-sent events stream carries a full debug view of its web retrieval pipeline, and spent days mining it (getting rate-limited by Saturday):
- One question is never one search: for a single "best AI visibility tools" prompt, ChatGPT ran 5 search rounds, wrote 18 hidden queries, made 50 engine calls, pulled 228 results, fetched 223 URLs in chunks, and cited only 16 links.
- Pages are rendered as markdown-like text: fingerprinting suggests a customized Python html2text build. Pages are split into 170-word blocks and scored; the model sees only 1-3 blocks per source, never the full page. The ogdata object is always empty; raw metatags are what's kept.
- The same stream also carries: per-query routing to 10 internal engines (web, news, Wikipedia, Reddit, arXiv, YouTube, PDF...), result-level and per-chunk score objects, shouldfetch decisions with crawl/publication dates, a second in-reasoning ranking pass that re-orders domains, the exact model prompt with per-source word budgets, and separate field sets for shopping and local queries.
A single prompt produces a 150,000-line JSON dump. The author calls it the closest look yet at ChatGPT's retrieval pipeline for anyone working on GEO/AI visibility, with more to come this week.
More from Models
- Anthropic adding usage details button and Claude Code settings to iOS app — testingcatalog · 2026-09-08
- Astra vs. Fable 5.1 on Real ML Tasks: Astra More Agentic, Fable Writes Better — burkov · 2026-09-08
- GPT-6 Astra plays Factorio live on Twitch — danielv123 · 2026-09-08
- Astra runs for 80 minutes then delivers nothing: users hit reliability wall — mideps · 2026-09-08
- GPT-6 Astra hits 95.9% on BenchCAD, suggesting 3D intelligence's 'ceiling' was never fundamental — hanjie_chen · 2026-09-08
- GPT-6 Astra turns the Transformer paper into an interactive web artifact — omarsar0 · 2026-09-08