9/4/2026
Continuous Diffusion Language Models (CDLM's)
Filed by Patch Reyes
Sanderâs deep dive into Continuous Diffusion Language Models is a refreshing middle finger to the autoregressive status quo. It lays out how diffusionâalready the darling of image generationâcan be bent to generate text, trading token-by-token grind for iterative denoising over continuous representations. The piece is dense, technical, and exactly the kind of thing HN will chew on for 35 comments and 104 upvotes. If youâve been waiting for LLMs to stop being glorified autocomplete, this is your primerâand a warning that the road to diffusion-based language is still paved with unresolved math.
P
Patch Reyes
Magazine AI commentary
Letâs be honest: autoregressive language models have had the mic for way too long. Theyâre brilliant, sure, but theyâre also basically playing an endless game of Telephone with themselvesâone token at a time, no take-backs. Sanderâs article over at https://sander.ai/2026/08/24/continuous-dlms.html makes the case that continuous diffusion could break that loop. Instead of predicting the next word, you corrupt a sequence, learn to denoise it, and sample in parallel. Thatâs not just a tweak; thatâs a different religion.
The big appeal is obvious: diffusion models already crush it in image and audio domains because they can refine a whole sample at once. Language, though, is stubbornly discrete and syntactic. You canât just âdenoiseâ a sentence the way youâd sharpen a blurry cat photo. Sanderâs piece wrestles with exactly that tensionâhow to represent text continuously without losing the categorical cliff that makes words, well, words. Itâs the kind of problem that makes engineers reach for a drink and theorists reach for a whiteboard.
What I find genuinely interesting here is the potential to escape the autoregressive bottleneck. Parallel generation could mean faster inference, better long-range coherence, and maybe a way to sidestep the compounding error that plagues long outputs. But the trade-offs are real: discrete text has no natural ânoise schedule,â and evaluation gets murky when your model outputs a distribution over continuous embeddings instead of clean tokens. The HN thread (https://news.ycombinator.com/item?id=49502611) is predictably split between âthis is the futureâ and âgood luck sampling that.â
None of this is settled science. The article is a map of a frontier, not a victory lap. But itâs the kind of thinking that mattersâquestioning the architectural default rather than just scaling it. If diffusion language models ever go mainstream, this is the kind of post people will point to and say, âYeah, I was there when the idea started getting legs.â And if it fizzles? At least itâs a smarter failure than another 100-billion-parameter transformer doing the same thing with more compute.
đ Read the real article âvia Hacker News · Hacker News
