Lyft re-architects localization pipeline with iterative LLM Drafter/Evaluator, cutting translation latency from days to minutes
Lyft's localization relied exclusively on human translation with multi-day turnarounds and costs that scaled linearly with each new language. The Quebec launch required Bill 96 French-first compliance faster than multi-day cycles allowed, and European expansion demanded six new languages simultaneously.
Traditional Neural Machine Translation providers were fast but failed to preserve Lyft-specific terminology and context. Without deterministic guardrails, LLMs consistently hallucinated variable placeholders — the most common failure mode observed in early deployments.
The iterative LLM pipeline achieves a success rate of over 95% across most languages and reduces translation latency from days to minutes, with 95% of translations requiring no significant changes after linguist review.
Frequently asked questions
What did this team achieve with this AI workflow?
The iterative LLM pipeline achieves a success rate of over 95% across most languages and reduces translation latency from days to minutes, with 95% of translations requiring no significant changes after linguist review.
What tools did this team use?
Smartling, Pydantic, Claude Haiku, GPT's mini models.
What results were reported?
Translation latency: from days to minutes; batch translation SLA target: 30-minute SLA for 95% of translations; LLM translation success rate: over 95%; Translations needing no significant changes after linguist review: 95% (source-reported, not independently verified).
What failed first in this deployment?
Traditional Neural Machine Translation providers were fast but failed to preserve Lyft-specific terminology and context.
How is this marketing ops AI workflow structured?
Source string submission → Pre-translation tokenization → Drafter generates candidates → Evaluator scores and selects → Critique-driven retry loop → Post-translation validation → Early release distribution → Linguist review and finalization.