In 2026, Anthropic released the Claude 4.8 model family, led by Opus 4.8. It represents a massive leap in zero-shot reasoning and code generation.
Opus 4.8 uses the updated tokenizer introduced with Opus 4.7 (also used by Fable 5) — a more granular byte-pair encoding optimized for code and multilingual text. The new tokenizer produces better semantic boundaries — splitting at more meaningful token edges — which improves reasoning quality. However, this granularity means the same text produces roughly 30% more tokens than pre-4.7 models (the exact increase depends on content type; code and multilingual text are most affected).
Model names and capability tiers can change quickly. Keep curriculum and production systems pinned to vendor-documented model IDs, and review the Anthropic model overview/changelog before each release cycle.