Opus 4.7 Token Efficiency: German Prompts Burn Up to 2x Tokens vs English

✍️ OpenClawRadar📅 Published: May 10, 2026🔗 Source
Opus 4.7 Token Efficiency: German Prompts Burn Up to 2x Tokens vs English
Ad

Claude's tokenizer has a known language skew, and a recent post on r/ClaudeAI demonstrates the real-world impact of using non-English languages with the Opus 4.7 model.

The Problem

A Pro subscriber ran a stock analysis prompt (forecasting The Trade Desk, Coreweave, Cloudflare) first in English, then in German. Results:

  • English (Opus 4.7 Extended): consumed 37% of session tokens
  • English (Opus 4.6): 33%
  • English (Sonnet): ~28%
  • German (Opus 4.7): 100% in seconds

The same prompt in German with the same model exhausted the entire session limit almost instantly.

Why It Happens

Claude tokenizes text. English averages ~1 token per 0.75 words; German averages ~1 token per 0.5 words — sometimes worse. Compound nouns like Aktienmarktanalyse split into more tokens than stock market analysis, and umlauts plus lower training-data coverage inflate counts. For equivalent semantic content, a German prompt + response can consume 1.5× to 2× the tokens of English.

Ad

Workarounds

The model itself suggests two mitigations:

  • Prompt in German but ask for responses in English — e.g., spreadsheet labels stay English while conversation remains German
  • Ask the model to be terser to reduce output token count

Anthropic is aware of the multilingual token-cost issue, but it's a structural property of the tokenizer — not something that can be patched client-side.

Takeaway

If you're using Claude in a language other than English and hitting session limits, this is likely why. For heavy workflows (tool calls, web searches, long outputs), consider switching to English for the output to conserve tokens.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

Buddy turns down $300k+ role replacing 70% of staff with Claude agents — Reddit debates the moral and technical reality
News

Buddy turns down $300k+ role replacing 70% of staff with Claude agents — Reddit debates the moral and technical reality

A Reddit post describes a friend who refused a role as 'AI Transition Lead' to map workflows, build Claude/GPT agent pipelines, and fire 70% of staff. The poster argues the $300k+ bag is worth it to waste time and watch C-suite delusion crash.

OpenClawRadar
Claude Code Opus Fails with Rate Limit Error Despite Available Weekly Capacity
News

Claude Code Opus Fails with Rate Limit Error Despite Available Weekly Capacity

A Claude Max subscriber reports that Claude Code Opus returns 'API Error: Rate limit reached' even though their usage dashboard shows 97% of their weekly 'All models' capacity remains unused. The issue occurs specifically in Claude Code while Opus works normally on claude.ai from the same account.

OpenClawRadar
Claude vs GPT-4o: Same Double Pendulum Prompt, Different Coordinate Conventions
News

Claude vs GPT-4o: Same Double Pendulum Prompt, Different Coordinate Conventions

Claude and GPT-4o produce visually different double pendulum simulations because they interpret theta from opposite verticals — top vs bottom — while using the same renderer. The math is correct in both cases, but the mismatch reveals a subtle ambiguity in prompt interpretation.

OpenClawRadar
Bloomberg Reports on AI Coding Agents and Productivity Concerns in 2026
News

Bloomberg Reports on AI Coding Agents and Productivity Concerns in 2026

A Bloomberg article from February 2026 discusses AI coding agents like Claude Code and reports on a 'productivity panic' in the tech industry. The article received 44 points and 14 comments on Hacker News.

OpenClawRadar