# Scaling Localization with AI at Lyft

[Lyft](https://yomu.fyi/company/lyft) · Stefan Zier · Feb 19, 2026

**Type:** Problem & solution

## Summary

Lyft re-architected its batch localization pipeline to combine artificial intelligence with professional linguist oversight. The previous workflow relied exclusively on human translation, which resulted in multi-day turnarounds and linear cost scaling that hindered rapid market expansions. Under the new architecture, a dual-path system generates three candidate translations using a fast generation model, evaluates them against defined rubrics using a reasoning-focused model, and immediately releases approved drafts. Linguists review the drafts asynchronously in the Smartling translation management system to establish the final system of record. This pipeline reduced delivery latency from days to minutes while achieving a state where 95% of machine-generated translations require no significant changes during human review.

## Context

Lyft's expansion goals, including compliance with Québec's Bill 96 and European growth requiring six new languages, outpaced its traditional localization model, which relied entirely on human translation and scaled linearly with multi-day turnaround times.

## Approach / What changed

Lyft implemented a dual-path batch pipeline using a Drafter model to generate three candidates using UI context, an Evaluator reasoning model to score and select optimal outputs for early release, and asynchronous linguist review in the Smartling TMS. The system incorporates Pydantic schemas, locale-specific prompt overrides, traffic splitting, and configuration-driven model rollouts.

## Takeaways

- Lyft uses a fast generative model (such as Claude Haiku or GPT mini models) for candidate drafting, combined with a reasoning-focused model to evaluate translation quality and semantic drift.
- Configuring specific prompt overrides for closely related language variants (like en-GB and en-CA) restricts transformations to orthographic and spelling updates, preventing unwanted full rewrites.
- Approximately 95% of early-released AI translations require no significant changes during subsequent linguist review, with human oversight focusing on complex idioms and legal disclaimers.

**Tags:** [Architecture](https://yomu.fyi/topic/architecture), [LLMs](https://yomu.fyi/topic/llm), [Scalability](https://yomu.fyi/topic/scalability)

[Read original post](https://eng.lyft.com/scaling-localization-with-ai-at-lyft-b04dca99e6ee)
