What If We Remove Tokenization In LLMs?
Detokenization may redefine AI's future
In the rapidly evolving landscape of artificial intelligence, large language models (LLMs) have become the cornerstone of modern AI applications. A recent exploration by Tim Dettmers delves into a provocative question that could fundamentally reshape how we build these models: what if we removed tokenization from LLMs entirely? This seemingly technical question carries profound implications for the future capabilities, efficiency, and inclusivity of AI systems that businesses increasingly rely on.
Key Points
- Tokenization—the process of breaking text into chunks for LLMs to process—creates artificial barriers that limit models' understanding of languages, especially non-English ones
- Direct character-level models theoretically offer substantial advantages in cross-lingual capabilities and reduced biases, though they come with significant computational challenges
- Recent innovations like position interpolation and FlashAttention make character-level models increasingly viable by drastically reducing computational demands
The Fundamental Limitation We've Overlooked
The most compelling insight from Dettmers' analysis is how our current tokenization approach represents an artificial constraint that we've simply accepted as necessary. Most LLMs process text by breaking it into tokens—words, subwords, or character combinations—rather than individual characters. This design choice was originally made for computational efficiency, but it has created profound limitations.
This matters tremendously in today's global AI deployment context. Current tokenization schemes heavily favor English and similar languages, creating what amounts to a form of technological colonialism. Non-Latin script languages like Thai, Arabic, or Japanese suffer from inefficient tokenization that requires more tokens to express the same concepts. The business implications are significant: companies deploying AI solutions globally face inconsistent performance across markets, with higher costs and lower quality in non-English environments.
Beyond the Video: Real-World Impact
What Dettmers doesn't fully explore is how tokenization inequality manifests in practical business scenarios. Consider a multinational corporation deploying customer service AI across global markets. Their English-language deployment might run efficiently with coherent responses, while the same system in Thai requires significantly more tokens to express identical concepts, resulting in both higher API costs and potential quality degradation as context windows fill faster.
This disparity creates an uneven playing field for businesses operating in different linguistic regions. A startup building AI solutions in
Recent Videos
Hermes Agent Master Class
https://www.youtube.com/watch?v=R3YOGfTBcQg Welcome to the Hermes Agent Master Class — an 11-episode series taking you from zero to fully leveraging every feature of Nous Research's open-source agent. In this first episode, we install Hermes from scratch on a brand new machine with no prior skills or memory, walk through full configuration with OpenRouter, tour the most important CLI and slash commands, and run our first real task: a competitor research report on a custom children's book AI business idea. Every future episode will build on this fresh install so you can see the compounding value of the agent in real time....
Apr 29, 2026Andrej Karpathy – Outsource your thinking, but you can’t outsource your understanding
https://www.youtube.com/watch?v=96jN2OCOfLs Here's what Andrej Karpathy just figured out that everyone else is still dancing around: we're not in an era of "better models." We're in a different era of computing altogether. And the difference between understanding that and not understanding it is the difference between being a vibe coder and being an agentic engineer. Last October, Karpathy had a realization. AI didn't stop being ChatGPT-adjacent. It fundamentally shifted. Agentic coherent workflows started to actually work. And he's spent the last three months living in side projects, VB coding, exploring what's actually possible. What he found is a framework that explains...
Mar 30, 2026Andrej Karpathy on the Decade of Agents, the Limits of RL, and Why Education Is His Next Mission
A summary of key takeaways from Andrej Karpathy's conversation with Dwarkesh Patel In a wide-ranging conversation with Dwarkesh Patel, Andrej Karpathy — former head of AI at Tesla, founding member of OpenAI, and creator of some of the most popular AI educational content on the internet — shared his views on where AI is headed, what's still broken, and why he's now pouring his energy into education. Here are the key takeaways. "It's the Decade of Agents, Not the Year of Agents" Karpathy's now-famous quote is a direct pushback on industry hype. Early agents like Claude Code and Codex are...