
Beyond Next-Token Prediction: A Performance Characterization of Diffusion versus Autoregressive Language Models
8/7/2026
This post presents a comprehensive study of the performance characteristics of ARMs and DLMs, combining theoretical analysis with empirical profiling. It demonstrates that DLMs can achieve higher arithmetic intensity but fail to scale effectively with longer contexts. The work explores block-wise decoding for DLMs to improve context scaling and examines batched inference, finding ARMs exhibit superior throughput. It also identifies reducing sampling steps as key for DLM inference acceleration.