[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"glossary-machine-translation::en":3,"gloss-cluster-machine-translation::en":20,"gloss-next-machine-translation::en":9},{"slug":4,"category":5,"name":6,"definition":7,"meta_desc":8,"faq":9,"schema_markup":9,"related":10},"machine-translation","output","Translation","Machine translation (MT) is the automated conversion of text or speech from a source language into a target language while preserving meaning, tone, and (in good systems) cultural nuance. Neural machine translation dominates today, having replaced older statistical\u002Frule-based systems; dedicated translation models (Google Translate, DeepL) use encoder-decoder transformer architectures trained on massive parallel corpora (aligned sentence pairs across languages), while general-purpose LLMs (GPT-4, Claude, Gemini) have also become highly competent translators — often outperforming dedicated MT systems on nuance, idiom, and context-aware translation (understanding that \"it's raining cats and dogs\" isn't literal, or that a product name shouldn't be translated) because they bring broader world knowledge and can be steered with instructions like \"translate formally for a legal document\" or \"keep the casual tone.\" Why it matters for SaaS builders: translation underlies i18n\u002Flocalization tooling (auto-translating a product's UI strings and marketing content into new markets), real-time chat\u002Fsupport translation (letting a support agent and customer converse across languages), subtitle\u002Fcaption localization for video platforms, and cross-border e-commerce (auto-translating product listings). A crucial distinction for production SaaS: machine translation is fast and cheap but must never be used verbatim for brand-critical, legal, or medical content without human review — subtle mistranslations in these domains carry real liability. A concrete worked example — a SaaS product localizing its UI: (1) the codebase's English `en.json` locale file contains `{\"dashboard.welcome\": \"Welcome back, {name}!\"}`; (2) a translation job sends each string plus surrounding context (which screen it appears on, whether it's a button label or a full sentence) to the LLM: \"Translate this UI string to Turkish, preserving the {name} placeholder exactly and keeping it appropriately informal for a SaaS product dashboard: 'Welcome back, {name}!'\"; (3) the model returns `\"Tekrar hoş geldin, {name}!\"`; (4) the string is written to `tr.json` but flagged as `needs_review: true` in the translation management system, and held for a native-speaker review pass before it ships to end users — never a Day-1 bulk auto-dump for a brand-new launch locale, since raw, unreviewed machine translation frequently produces text that's technically correct but reads as stiff, overly formal, or subtly \"translated-feeling\" in ways a native speaker immediately notices and that measurably damages trust when entering a new market. Builders localizing at scale typically batch-translate everything quickly with an LLM as a first pass, then gate actual publication behind human review, staggering the review-and-release process so translated content ships incrementally rather than all at once.","Machine translation converts text (or speech) from one language into another while preserving meaning, using neural sequence-to-sequence models.",null,[11,14,17],{"slug":12,"name":13},"summarization","Summarization",{"slug":15,"name":16},"text-generation","Text Generation",{"slug":18,"name":19},"transcription","Transcription",[21,25,29,33,36,40,43,46,49,52,55,58],{"slug":22,"category":5,"name":23,"updated_at":24},"abstention","Abstention","2026-08-24T03:30:02+00:00",{"slug":26,"category":5,"name":27,"updated_at":28},"ai-copywriting","AI Copywriting","2026-08-24T02:46:38+00:00",{"slug":30,"category":5,"name":31,"updated_at":32},"ai-watermarking","AI Watermarking","2026-08-24T02:46:37+00:00",{"slug":34,"category":5,"name":35,"updated_at":32},"aspect-ratio-control","Aspect-Ratio Control",{"slug":37,"category":5,"name":38,"updated_at":39},"audio-generation","Audio Generation","2026-08-24T02:46:36+00:00",{"slug":41,"category":5,"name":42,"updated_at":32},"audio-super-resolution","Audio Super-Resolution",{"slug":44,"category":5,"name":45,"updated_at":39},"avatar-generation","Avatar Generation",{"slug":47,"category":5,"name":48,"updated_at":39},"background-removal","Background Removal",{"slug":50,"category":5,"name":51,"updated_at":32},"batch-image-generation","Batch Image Generation",{"slug":53,"category":5,"name":54,"updated_at":28},"brand-voice","Brand Voice",{"slug":56,"category":5,"name":57,"updated_at":28},"cfg-scale","CFG Scale (Classifier-Free Guidance)",{"slug":59,"category":5,"name":60,"updated_at":32},"character-consistency","Character Consistency"]