logo
blogtopicsabout
logo
blogtopicsabout

Google's AI Struggles with Basic Spelling: A Tokenization Problem

AIDeveloper ToolsLLMPlatforms
May 28, 2026

TL;DR

  • •Google's AI Overview is failing at basic spelling tasks, even its own name.
  • •The root cause is the tokenization method used by Large Language Models (LLMs).
  • •This highlights the difference between AI 'understanding' and statistical pattern matching.

Google’s recent push to integrate generative AI into its search results has been plagued by errors, and a particularly embarrassing trend has emerged: the AI consistently fails at basic spelling. This isn't a minor glitch; the AI has misspelled “Google” itself, miscounted letters in simple words like “poop”, and even garbled the spelling of the president’s last name.

What Happened

TechCrunch reported on a series of spelling errors appearing in Google’s AI Overview, the generative AI-powered search feature. Examples include miscounting the letters in “Google” (identifying two 'p's instead of two 'o's), incorrectly stating the number of 'r's in “poop”, and misspelling the U.S. president’s surname as “t-r-p-u-m”. Beyond simple spelling, the AI has also exhibited other odd behaviors, such as offering dictionary-style responses to simple queries and, in a prior incident, suggesting potentially dangerous actions based on information scraped from unreliable sources like satirical websites.

Google acknowledged the issue, stating that “counting within words has been a known challenge for LLMs, and we’re working to fix this particular issue.” However, experts suggest the problem is deeply rooted in the architecture of these models.

Why It Matters

The issue isn’t simply about embarrassing typos. It exposes a fundamental limitation of how Large Language Models (LLMs) like the one powering Google’s AI Overview “understand” language. These models don’t process text as a sequence of letters and words like humans do. Instead, they break down text into “tokens” – which can be whole words, parts of words (syllables), or even individual letters.

Matthew Guzdial, an AI researcher at the University of Alberta, explained to TechCrunch that LLMs translate text into numerical representations (encodings) and don't inherently understand the concept of a “word” comprised of individual letters. Sheridan Feucht, a PhD student at Northeastern University, added that even with a perfect token vocabulary, models might still break down text in unpredictable ways.

This token-based approach, while enabling impressive feats like code generation and complex problem-solving, fundamentally limits the AI’s ability to perform tasks that require a nuanced understanding of spelling and word structure. It's a statistical process, not comprehension. The errors serve as a potent reminder that AI, despite its advancements, isn’t a substitute for critical thinking and fact-checking.

What To Watch

While Google is actively working to address these issues, researchers remain skeptical about a complete fix. The inherent nature of tokenization suggests that perfect spelling accuracy may be unattainable. The focus will likely shift to mitigating the impact of these errors and improving the overall reliability of AI-generated responses. Developers and users should remain vigilant about verifying information provided by AI models, especially when accuracy is critical. It’s also important to watch how Google balances the benefits of generative AI with the need for trustworthy search results.

Source:

TechCrunch ↗