The Prompt Lab — Lexical Register Locking
Learn the lexical register locking prompting technique with concrete before/after examples.
Lexical Register Locking
The Technique
Lexical register locking means explicitly specifying the vocabulary layer your output should operate in — not just the tone, but the precise word-choice territory. Models default to a professional-neutral register that satisfies no one in particular; by naming the register and giving it boundaries, you force the model to commit to a coherent linguistic identity from the first word to the last.
The Naive Prompt
Write a product description for Oura Ring 4 that explains how it tracks
sleep stages and recovery. Make it engaging and easy to understand.
Why It Falls Short
“Engaging and easy to understand” gives the model no vocabulary target, so it typically produces a middle-of-the-road blend of marketing fluff and spec-sheet language — phrases like “cutting-edge biometric insights” next to “prioritize your wellness journey.” The result reads like it was written by committee, because the model is averaging across every product description it was trained on rather than committing to one voice.
The Improved Prompt
Write a product description for the Oura Ring 4's sleep tracking features.
Lexical register: conversational-scientific. This means:
- Permitted: accurate anatomical and physiological terms (REM latency,
HRV, autonomic nervous system) used without apology
- Permitted: short, punchy sentences. Contractions. Second person ("you").
- Forbidden: corporate wellness vocabulary ("wellness journey,"
"holistic," "optimize your life," "cutting-edge")
- Forbidden: hedging filler ("may help," "can potentially," "designed to")
The reader just finished a Tim Spector book and has a Whoop subscription.
They're skeptical of wearable hype but genuinely curious about the data.
Why It Works
The permitted/forbidden word-class structure forces the model to make active vocabulary choices rather than defaulting to the mean. Naming a specific reader archetype (Tim Spector reader, Whoop subscriber) gives the model a proxy for register calibration that’s more precise than any adjective — it implies exactly how much jargon to carry and exactly how much skepticism to acknowledge. The output shifts from brochure-speak to something that feels like a knowledgeable friend explaining a gadget.
When to Use This
- Brand voice enforcement at scale — when you’re generating product copy, social posts, or support content across many outputs and can’t afford tonal drift between pieces; register locking functions like an inline style guide.
- Technically sophisticated audiences — when your reader is domain-fluent (clinicians, engineers, researchers) and corporate-neutral language will read as condescending or evasive; explicitly permitting jargon signals that precision is valued over accessibility theater.
- Cutting through model averages on creative tasks — Claude Opus 5 and GPT-5.6 Sol are both prone to statistical centrism on style when given latitude; lexical register locking is one of the fastest ways to push output off the center of the training distribution and toward a genuinely distinctive voice.