Content Operations
AI safety beyond the frontier labs: uncensored local models
A recent Guardian report showed researchers asking frontier models to help plan violence and crime. Frontier labs (OpenAI, Google, Anthropic) responded that they’d already employed better safeguards since the research concluded. Ignoring the fact that you can still work your way around safeguards in many cases, they make no mention of local models.
I’ve experimented with highly capable local models - both from Google and from Alibaba - Gemini and Qwen - and found them to have similar safeguarding to hosted models. But then I checked the “Uncensored” versions of the same models, where researchers and enthusiasts take the base model and surgically isolate and remove the weights relating to guardrails and alignment. They report that the models answer 100% or 95+% of the unsafe questions asked of it, vs 1-5% before the further work.
Read More
Cross-Lingual QA: Catching Errors Without Reading the Target Language
Translation quality assurance has a staffing problem. Finding reviewers who are native speakers of the target language, fluent in the source language, and expert in the subject matter is difficult. Finding them for 40 language pairs is nearly impossible.
Most organizations solve this by accepting lower review coverage. High-value languages get thorough QA. Lower-volume languages get spot checks or statistical sampling. The unstated assumption: some markets will receive lower-quality translations than others.
Read More
Video Localization Beyond Subtitles: The Dubbing Revolution
Subtitles are a compromise. They’re how the localization industry has handled video content for decades because real dubbing—with voice actors, recording studios, and audio engineering—costs too much for most content.
The numbers tell the story. Professional dubbing runs $75-150 per minute of finished video, assuming you already have a script. A 10-minute product demo costs $750-1,500 to dub into one language. Multiply by 10 languages and you’re looking at five figures for a single video asset.
Read More
The Hidden Cost of Manual File Extraction Rules
Before you can translate a file, you have to extract the translatable content from it. This sounds simple until you encounter the reality of enterprise file diversity.
A single client project might include Word documents with tracked changes, Excel spreadsheets with formulas in some cells and translatable content in others, InDesign files with locked layers, XML exports from a CMS with custom namespaces, JSON files with mixed translatable and code elements, and PowerPoint decks with content in text boxes, notes, and embedded charts.
Read More
Beyond DeepL: Why LLM Translation Changes Everything
DeepL is good. So is Google Translate. So is Microsoft Translator. The neural machine translation revolution of the mid-2010s genuinely improved translation quality, and these engines handle straightforward content remarkably well.
But they all share a fundamental limitation: they translate text. You give them source content, they give you target content, and that’s the entire interaction.
Large language models do something different. They understand context, follow instructions, and adapt their output to requirements. The distinction sounds subtle until you see it in practice.
Read More
Why Your Translation Files Keep Breaking Mid-Project
The email lands mid-project: “The translated files won’t open properly.” Or worse: “All the formatting is gone.”
File handling failures are among the most frustrating problems in localization. The translation might be perfect, but if the final files don’t work—if they won’t open in the original application, or they’ve lost their formatting, or the content appears corrupted—the project has failed.
These failures aren’t random. They follow predictable patterns, and understanding those patterns reveals how to prevent them.
Read More
XLIFF: The Universal Translation Standard Your Team Should Know
Every translation tool has its own internal format. Phrase uses one structure, Lokalise another, MemoQ another still. When you need to move content between tools—or work with external translators who use different tools—these incompatibilities create friction.
XLIFF exists to solve this problem.
What XLIFF actually is
XLIFF—XML Localization Interchange File Format—is an OASIS standard designed specifically for exchanging localization data between tools. Think of it as the PDF of translation: a format that preserves content and structure regardless of what tool created it or what tool will use it.
Read More