What makes an AI good at translation in 2026?
Modern large language models translate fundamentally differently from the phrase-based systems of the past. Instead of mapping words or sentences in isolation, they read the **whole document as context** — so a model can keep a character's voice consistent across a novel, respect formal vs. informal register (the tu/vous or du/Sie distinction), and disambiguate words from surrounding meaning. This is why a strong general-purpose model often beats a dedicated machine-translation engine on nuance, tone, and domain jargon.
Three durable factors decide quality for your use case: **the language pair** (every model is stronger on high-resource pairs like English-Spanish than on low-resource ones), **context window** (longer windows let the model see an entire document or glossary at once — see what is a context window), and **how you prompt it** (giving the model a glossary, target audience, and register instructions dramatically improves consistency). The model matters less than people assume; the prompt and the review step matter more.