|
Documentation
Book a DemoPlatform
PlatformMCP
CLIAPIWorkflows
GuidesChangelog

Getting Started

  • How it works
  • Setup
  • Capabilities

Workflows

  • Create engine
  • Import glossary
  • Localize content
  • Inspect requests
  • Investigate
  • Tune engine
  • Spot-check
  • Compare engines
  • Add locale

Review Localizations

Max PrilutskiyMax Prilutskiy·Updated 1 day ago·1 min read

Evaluate localizations against your engine's rules without modifying anything. Your assistant reads the engine's configuration and reports violations per string.

The workflow#

"Check these 10 German strings against our engine. Are all glossary terms applied? Do they follow the formal register?"

What happens:

  1. The assistant reads your engine's glossary, instructions, and brand voice for de
  2. Evaluates each localization for glossary compliance, instruction adherence, and tone consistency
  3. Reports violations per string: "Line 3: 'Checkout' was localized to 'Kasse' but your glossary marks it as non-translatable. Line 7: informal 'du' used, but brand voice specifies 'Sie'."

When to use this#

  • Before shipping — spot-check critical strings
  • After receiving localizations from an external source
  • Validating that a tune actually fixed the issue across a batch
  • Auditing localizations produced before the engine was configured

What gets checked#

DimensionWhat the assistant verifies
Glossary complianceAre required term localizations honored? Are non-translatable terms preserved?
Instruction adherenceAre locale-specific rules followed (spacing, punctuation, formatting)?
Brand voice consistencyDoes the tone match the configured register (formal/informal, polite/casual)?
Terminology consistencyAre the same source terms localized the same way across the batch?

Review vs. Observe#

Both are read-only, but they serve different purposes:

ReviewObserve
InputLocalizations you paste or provideRequests already processed by the engine
Checks againstEngine configuration (glossary, instructions, brand voice)Request logs and AI Reviewer verdicts
Use case"Are these localizations correct?""What happened during this localization?"

Was this page helpful?