We spent the last decade building multi-billion-dollar autocomplete engines, patted ourselves on the back, and decided that everything in existence can be chopped into 50,000 neat little sub-word chunks. To a standard Large Language Model, Shakespeare, a Beethoven symphony, a video of a cat falling off a table, and a strand of mRNA are all just sequences of arbitrary integer IDs. It turns out that when your only tool is a discrete dictionary lookup, you treat the entire physical cosmos like a glorified Scrabble bag.
Enter Continuous Diffusion Language Models (CDLMs), the latest architectural pivot that promises to save us from our own stubborn oversimplifications. Instead of forcing continuous, analog phenomena into discrete numerical buckets, CDLMs let models operate directly on continuous representations via diffusion processes. Groundbreaking work. We have essentially invented a machine that realizes sound waves and light gradients do not naturally occur as tiny, standardized plastic beads on a string.
The Grand Illusion of the Byte-Pair Patch
Tokenization was never a brilliant theoretical breakthrough. It was a triage bandage applied to early natural language processing because computers choke on infinite combinatorial search spaces. When OpenAI rolled out the cl100k_base tokenizer in 2022 to handle 100,000 distinct tokens, everyone treated it like a triumphant monument to linguistic compression.
In reality, it was an admission of defeat. Tokenizers are brittle, computationally biased contraptions that break the moment you ask them to do arithmetic, parse non-English scripts, or ingest raw sensor data without mangling the underlying mathematics. They introduce artificial boundaries where none exist in nature.
- Try feeding raw audio to a discrete transformer: you have to compress the waveform into a lossy, discrete 'audio token' codec first, discarding subtle phase data.
- Try feeding a continuous video stream: you slice it into discrete visual patches, pray the temporal coherence survives the blender, and wonder why the model generates hands with seven fingers.
- Try feeding genetic sequences: you group base pairs into arbitrary sub-strings, completely blinding the model to the physical, continuous folding dynamics governed by thermodynamics.

Photo by Annushka Ahuja on Pexels
We spent years wondering why models couldn't truly master physical intuition. It turns out that when you run reality through a digital paper shredder before showing it to the network, the network struggles to assemble a coherent picture of the world. Who could have predicted this?
Diffusion Steps Out of the Art Studio
For years, diffusion was relegated to the creative department. It was the technique you used when you wanted to generate a hyper-realistic portrait of an astronaut riding an avocado in the style of Rembrandt. Transformers got the 'serious' cognitive tasks of reasoning and code generation; diffusion got the crayons.
The emerging paradigm flips this hierarchy on its head. By applying continuous score-based diffusion directly across the latent space of language and multimodal representations, CDLMs eliminate the discrete vocabulary bottleneck entirely. The model no longer predicts the next single token from a rigid probability distribution over a 128,000-word menu. Instead, it refines noisy, continuous vectors across the entire sequence simultaneously.
This means a single unified model can process an uncompressed audio waveform, a sequence of pixel intensities, and raw telemetry data without needing seven different custom-engineered tokenizers acting as unreliable translators. The gradient stays smooth. The mathematics remains honest. We are finally allowing continuous data to remain continuous, which is being treated in academic preprints as an intellectual triumph on par with the discovery of fire.
The 80-Billion-Dollar Realization That Physics Isn't Text
The tech industry has a charming habit of solving problems it created itself and demanding applause for the cleanup. We invested roughly $40 billion across the sector in 2024 alone to make discrete autoregressive transformers slightly larger, hoping that if we just added enough parameters, the model would somehow figure out fluid dynamics from strings of ASCII characters.
Text is a human invention, an exceptionally low-bandwidth compression scheme designed for biological brains with limited working memory. Nature does not emit text. A falling rock does not output a JSON payload describing its velocity at discrete intervals; it accelerates smoothly through spacetime.
By ditching the vocabulary constraint, continuous diffusion models move us marginally closer to actual 'world models'—systems that understand cause, effect, velocity, and deformation as continuous fields rather than a sequence of dictionary lookups. It is an impressive engineering achievement. It is also an accidental admission that we spent seven years trying to model the entire physical universe using the architectural equivalent of a telegraph machine.
What This Actually Means
Do not expect your favorite commercial chatbot to swap its tokenizer for a pure continuous diffusion backbone tomorrow morning. Autoregressive token generation is deeply entrenched in modern silicon; we have spent billions designing specialized hardware accelerators optimized specifically for low-latency matrix-vector multiplication on discrete sequence caches.
What will change, quietly and decisively, is the foundation of scientific and multimodal AI. The domains where tokenization caused the most catastrophic distortions—materials science, weather prediction, raw biomedical telemetry, and direct robotic actuation—will abandon discrete tokenizers first. They have no sentimental attachment to words, only to accuracy.
Eventually, our current era of AI will be remembered as the quirky historical phase where we tried to cram every sensory experience in the universe into a static text dictionary, simply because we knew how to count words faster than we knew how to model continuous reality.
Quick Answers
Does this mean LLMs won't use tokens anymore?
Eventually, yes. While text-heavy chat interfaces will stick with tokens for immediate computational efficiency, high-end multimodal systems will gradually transition to continuous representations to avoid compression artifacts.
Why didn't we just use continuous models from the start?
Discrete token prediction using softmax classifiers was computationally cheaper and much easier to train at scale with standard hardware. It was an engineering shortcut that outlived its welcome.
Will this make AI video and audio generation better?
Substantially. Operating directly on continuous data eliminates the quantization errors and robotic artifacts introduced by standard discrete codecs, leading to vastly smoother temporal transitions.



