The modern race for artificial general intelligence has shifted from a battle of raw parameters to a war over reasoning trajectories. In the developer community, there is a growing suspicion that the gap between proprietary frontier models and their open-weight or regional competitors is being closed not through architectural breakthroughs, but through the strategic use of synthetic data. This practice, often termed model distillation, involves using a superior teacher model to generate the training data for a student model, effectively baking the teacher's logic and patterns into the student's weights.
The Mechanics of Reasoning Prefill
To investigate these hidden dependencies, a new series of experiments labeled v1.1 focused on a technique known as reasoning prefill. This method involves injecting specific data into the model's initial generation tokens to see if the model naturally gravitates toward a specific reasoning path. The study utilized GPT-5.5 Pro as the teacher model and evaluated the target models across a dataset of 45 distinct problems, categorized into STEM, non-STEM, and private synthetic puzzles. The primary metric for success was the degree to which the teacher model's correct answer appeared within the first 100 tokens of the target model's output.
The results revealed a striking correlation between the models. Qwen demonstrated a significant response to the prefill technique, with its similarity to GPT-5.5 Pro increasing by 18.18%p. The most pronounced effect occurred within the private synthetic puzzles, a category designed to be resistant to general training data. Meanwhile, Kimi K3, the Chinese AI model, recorded the highest absolute similarity scores of the group. Kimi K3 started with a baseline similarity of 31.11% before the prefill was applied and rose to 35.65% after the intervention, marking a total increase of 4.54%p.
The Distillation Smoking Gun
While the raw numbers are telling, the divergence in how these two models reacted to the prefill reveals a deeper architectural story. Kimi K3's high baseline similarity suggests an inherent alignment with GPT-5.5 Pro's reasoning style, regardless of the initial prompt. This indicates that the model may have been trained on a vast corpus of data that already mirrored the teacher's logic. However, the massive 18.18%p jump seen in Qwen suggests a different dynamic. The fact that Qwen's similarity spiked specifically in response to prefilling—and particularly within synthetic puzzles—points toward a high sensitivity to the teacher's specific reasoning tokens.
This sensitivity is often a hallmark of models that have been fine-tuned on synthetic outputs from a specific family of models. When a model is trained on the outputs of a teacher like GPT-5.5 Pro, it doesn't just learn the facts; it learns the specific linguistic fingerprints and logical stepping stones the teacher uses to reach a conclusion. The high similarity in synthetic puzzles is particularly damning because these puzzles are not found in common web crawls, meaning the only way a model could mirror the teacher's specific path is if it had seen that teacher's reasoning process during its training phase. The data suggests that Qwen, and to a different extent Kimi K3, are not just arriving at the same answers as GPT-5.5 Pro, but are following the same cognitive map.
This convergence suggests that the industry is entering an era of reasoning homogeneity, where the diversity of AI thought is limited by the dominance of a few primary teacher models.



