For most of machine learning history, data was treated as geology. It already existed somewhere in the world—in books, websites, code repositories, conversations, photographs, and databases. The researcher’s job was to excavate it, clean it, tokenize it, and feed it into a model.Large language models changed this relationship. A capable model is not only a consumer of data. It can produce questions, answers, explanations, critiques, preference labels, tool traces, textbooks, code exercises, and entire miniature curricula.This creates a new training primitive. Instead of asking an expensive model to answer every production query forever, we ask it to manufacture the experience from which a smaller model learns. The teacher runs offline. Its outputs become a dataset. The dataset trains the student. The teacher disappears at inference time, but some of its behavior remains embedded in the student.That is synthetic data as distillation.