What collapse looks like
Take a model, generate data with it, train the next model on that data, and repeat. Shumailov and colleagues showed in Nature in 2024 that this loop degrades the model, and the degradation has two distinguishable stages.
Early collapse is a drift. Distributional errors accumulate, and the model's output distribution moves away from the true one. The text still reads well. What is disappearing is accuracy about how often things occur.
Late collapse is a loss. Low-frequency events vanish from the distribution entirely, and the model converges toward a narrow region of high-probability output. The paper describes the resulting defects as irreversible: the tails of the original distribution are gone.
The mechanism is not exotic. Each generation samples finitely from its parent, and rare events are exactly the ones a finite sample is likely to miss. Once missed, they are absent from the child's training data, so the child assigns them lower probability, so the grandchild is even less likely to sample them.
Errors compound in one direction, toward the mode.

