Over-tokenization occurs when prompts contain excessive whitespace, redundant punctuation, or words that require multiple sub-word tokens.
Auditing tokens involves using tokenizer tools to identify and replace multi-token words with single-token synonyms, ensuring maximum information density per token.
Draft an argument list for this framework.
Anthropic uses a custom tokenizer. Audit your system instructions using Anthropic's token tools to identify density leaks.