Trying to visualize the concept of diffusion in text models.
Instead of generating strictly left-to-right, the answer starts as noisy latent text, then gradually refines into stable words.
For the demo, I patched vLLM's DiffusionGemma sampler to trace denoise/commit events, canvas tokens, best guesses, and stability masks.
Conceptually: noise → refinement → commit.