Distilling Kimi Into Qwen Doesn't Give You Kimi. It Gives You Qwen With Kimi's Handwriting A Berkeley team's experiments show that distilling a strong model's outputs into an open model transfers reasoning structure, not capability, with accuracy drops of 3.2-3.3 points when traces contain wrong answers or randomized numbers. The findings challenge the folk model of distillation, suggesting that the size of gains is set by the base model, not the teacher's intelligence. The article also notes that black-box distillation from closed APIs is low-bandwidth and that the ecosystem is shaped by OpenAI's decision to hide chain-of-thought and DeepSeek's decision to expose it. On July 22, 2026, White House OSTP director Michael Kratsios accused Moonshot AI of distilling Anthropic's Fable 5 to build Kimi K3, and Treasury put sanctions on the table. No technical evidence was published, and researchers immediately pointed out the timeline problem: by K3's launch day, Fable 5 had been publicly reachable for roughly 18 days in total. Everyone argued about whether it happened. Almost nobody asked the more useful engineering question: if it did happen, what would Moonshot actually have received? Here is the experiment that answers it. In 2025, the Berkeley team behind Sky-T1 fine-tuned a model on long reasoning traces whose final answers were wrong . Accuracy dropped by 3.2 points. They randomized half the numbers inside the reasoning steps: 3.3 points. Then they shuffled the order of the steps, and performance collapsed. The content of a distill is nearly disposable. The structure is the payload. That is the folk model's blind spot. The folk model says: pour a strong model's outputs into an open model, get a model at the strong model's level. What actually crosses the wire is mostly the shape of the reasoning, and the size of the gain is set by your base model, not by how smart your teacher was. TL;DRA "distill" is a dataset of teacher traces, not a set of weights. Fine-tuning on it reliably transfers outputstructure long chain-of-thought, backtracking,