The question scale had to answer
By 2024 the mathematics of masked diffusion was settled and the results were respectable on academic benchmarks with models in the hundreds of millions of parameters. That is exactly the regime where promising alternatives to autoregression have gone to die before.
The open question was not whether discrete diffusion worked, but whether it scaled. Autoregressive language modelling has an unusually clean scaling story: pour in parameters and tokens, and loss follows a power law with no surprises across four orders of magnitude. Any challenger has to demonstrate the same, because a method that plateaus at one billion parameters is a curiosity regardless of its elegance.
There were specific reasons to worry. Bidirectional attention costs more per pass. The training signal is sparser, for reasons the middle of this lesson makes precise. And no infrastructure existed for it, so every efficiency trick accumulated over years of autoregressive engineering had to be rebuilt or abandoned.
Two distinct answers arrived, and the difference between them is the practical core of this lesson.

