Reasoning prefills might be a sign of benchmark distillation A developer reports that prefilling the reasoning block of large language models with certain phrases can trigger memorized benchmark answers rather than genuine reasoning, suggesting benchmark distillation in some open models. The author observed inconsistent behavior across models, with some 'waking up' only when the prefill mimics high-performing models like GPT-4 or Claude, and plans to test GLM-5.3 once available. Reasoning prefills might be a sign of benchmark distillation When you prefill the reasoning block, you're essentially steering the LLM's internal logic. In a perfect world, the model should maintain its reasoning integrity regardless of the starting phrase. However, some of these models seem to pivot their entire logic path based on the prefill, which makes me suspect we aren't just seeing reasoning distillation, but potentially benchmark distillation. If a model has been over-optimized to hit specific test set answers, a certain "trigger" in the prefill might be flipping a switch to a memorized path rather than an actual cognitive process. The Setup and Observation The core of the experiment is simple: you provide the model with a prompt and then manually start the