7 min read
|
Saved February 14, 2026
|
Copied!
Do you care about this?
This article breaks down how ChatGPT operates, revealing that it functions primarily as a sophisticated search engine rather than an all-knowing AI. It details the multi-step process involved in generating answers, including classification, search query formulation, and candidate page filtering.
If you do, here's more
ChatGPT operates more like a search engine than a groundbreaking AI. At its core, it processes user queries through a series of models, leading to a final answer generated by GPT 5.2. The system's first step involves a small classification model called snc-pg-sw-3cls-ev3, which quickly evaluates the query to determine if it can be answered using its existing knowledge, a simple search, or a complex search requiring further information. This model returns three probability scores that inform the next steps, with thresholds set for each type.
If the query is determined to require a search, it moves to a model referred to as βThinky.β This model is tasked with generating search queries and filtering results, either through traditional keyword searches or semantic searches that better capture user intent. Thinky is designed to be fast and efficient, ensuring that responses are delivered without frustrating delays. The article emphasizes that while GPT 5.2 appears to be the star of the show, itβs largely a synthesizer of information gathered by these earlier models. The entire process is optimized to minimize costs and maximize speed, highlighting the intricacies of what goes on behind the scenes when users interact with ChatGPT.
Questions about this article
No questions yet.