Voice Preservation Across Different Content Types
Session 6.7 · ~5 min read
Same Hands, Different Procedures
A surgeon uses different techniques for different procedures but the same steady hands. Your voice works the same way. The constants (vocabulary, perspective, humor style, core personality) remain across every content type. The variables (formality, sentence complexity, structure, pacing) adjust to the context.
Your blog post voice and your technical documentation voice should both be recognizably you. But they should not be identical. A blog post can be irreverent. A technical document probably should not be. Knowing which voice elements are constants and which are variables is the key to preserving voice across content types.
Voice constants are who you are. Voice variables are where you are. Your vocabulary preferences, your perspective, your willingness to state opinions directly: these are constants. Your sentence complexity, formality level, and use of humor: these are variables that adjust by context. Confusing the two leads to either rigid uniformity or voice fragmentation.
Mapping Constants and Variables
| Element | Constant or Variable | What Changes |
|---|---|---|
| Vocabulary preferences (preferred words) | Constant | Nothing |
| Vocabulary restrictions (forbidden words) | Constant | Nothing |
| Sentence length range | Variable | Technical: narrower range. Informal: wider range. |
| Humor frequency | Variable | Blog: once per section. Report: once per document, if at all. |
| Formality level | Variable | Social: contractions, fragments. Report: fewer contractions. |
| Metaphor sources | Constant | Always from your domain, never from sports. |
| Opinion directness | Constant | Always direct, but strength calibrated to context. |
| Paragraph structure | Variable | Blog: varied lengths. Documentation: consistent lengths. |
Creating Content-Type Variants
From your base voice documents (persona.md, design.md, style.md), you create variants by adjusting only the variables. The constants stay identical across all variants.
(unchanged across all types)"] BASE --> S["style.md (base)
(constants unchanged)"] S --> S1["style-blog.md
+ contractions always
+ fragments frequent
+ humor: 1/section"] S --> S2["style-technical.md
+ contractions rare
+ fragments rare
+ humor: minimal"] S --> S3["style-social.md
+ contractions always
+ fragments very frequent
+ humor: 1/paragraph"] BASE --> D["design.md variants"] D --> D1["design-blog.md"] D --> D2["design-technical.md"] D --> D3["design-social.md"] style BASE fill:#222221,stroke:#c8a882,color:#ede9e3 style P fill:#222221,stroke:#6b8f71,color:#ede9e3 style S1 fill:#191918,stroke:#c47a5a,color:#ede9e3 style S2 fill:#191918,stroke:#8a8478,color:#ede9e3 style S3 fill:#191918,stroke:#c8a882,color:#ede9e3
The Three Standard Variants
Informal (blog, social media, newsletter): Maximum personality. Contractions everywhere. Fragments for emphasis. Humor deployed freely. Short paragraphs. Direct address to the reader. This variant sounds most like you talking.
Professional (reports, white papers, presentations): Personality present but restrained. Fewer contractions. Longer, more complex sentences. Humor rare and dry. Structured paragraphs. This variant sounds like you in a meeting with a client you respect.
Educational (courses, tutorials, documentation): Clear and patient but not dumbed down. Moderate contractions. Examples after every concept. Humor used to relieve tension in complex material. Progressive complexity. This variant sounds like you teaching a colleague.
Testing Cross-Type Consistency
Generate one piece in each variant. Read all three in sequence. They should sound like the same person speaking in different contexts. If the blog post sounds like one person and the technical document sounds like another, the variants have drifted too far from the constants. Check that the vocabulary preferences, metaphor sources, and opinion directness are consistent across all three.
Further Reading
- What Is Voice in Writing and How to Find Your Unique Style, Natural Write
- How to Find Your Writing Style So You Don't Sound Like AI, Vertech Academy
- The Cleanup Protocol: Removing AI Fingerprints From Your Writing
Assignment
Take your voice fingerprint and create three variants: one for informal content (blog/social), one for professional content (reports/documentation), and one for educational content (courses/tutorials). Generate a 500-word sample with each variant. Read all three in sequence. Do they sound like the same person? Which constants are preserved? Which variables shift appropriately? Refine until all three are recognizably you but appropriately adjusted for context.