All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

How Typing Habits Like Typos and Filler Words Inflate AI Token Counts

By

ppipada

23d ago· 3 min readenInsight

Summary

This article explores how human typing habits—such as typos, shorthand, filler words, pasted IDs, and stray whitespace—can significantly impact token counts when using AI language model tokenizers. The author demonstrates this with a simple example: a 5-word prompt with 2 spelling mistakes used 13 tokens, while the corrected version used only 6 tokens. The article compares tokenization behavior between OpenAI and Claude's tokenizers, noting that Claude tends to produce more tokens for the same text. The core insight is that ordinary typing habits can change token counts without substantially changing intent, which has cost implications since providers bill per token.

Key quotes

· 3 pulled
I started noticing this on a tiny prompt: 5 words, 2 spelling mistakes, 13 tokens. I fixed the spelling and sent it again: 6 tokens, including the full stop.
In general Claude spits out more tokens on the same text compared to OpenAI in my usage.
Ordinary habits like typos, shorthand, filler words, pasted IDs, and stray whitespace can change token counts without changing intent much.
Snippet from the RSS feed
Normal human habits like swapped letters, fillers, shorthand, pasted IDs, boundary whitespace, and nearby word forms can change token count without changing intent much.

You might also wanna read