Diffusion makes inference look like training—the shape GPUs were built for

victor_explore · x · 2026-09-21

Citing Inception CEO and Stanford professor Stefano Ermon: Transformers replaced RNNs and fixed training, but inference never got that fix—a model can't write token 10 until the first nine exist, so GPUs mostly move weights instead of doing math. Diffusion is that fix for inference: it makes inference look like training, the shape the hardware was built for. The author argues inference speed is an architecture choice, not a bigger-cluster problem.

Original post →

More from Infra

Infra channel →