Skip to content

Diff: governance/anti-homogenization-discipline.es

From 5f17aa1 to 5f17aa1

+0 / −0 lines
BeforeAfter
--- ---
schema: foundry-doc-v1 schema: foundry-doc-v1
title: "Anti-Homogenization Discipline" title: "Anti-Homogenization Discipline"
slug: anti-homogenization-discipline slug: anti-homogenization-discipline
category: governance category: governance
type: topic type: topic
quality: core quality: core
short_description: "Anti-homogenization discipline is the architectural posture that resists AI writing assistants pulling contributors toward a single voice, by defaulting to flagging potential issues rather than silently rewriting text." short_description: "Anti-homogenization discipline is the architectural posture that resists AI writing assistants pulling contributors toward a single voice, by defaulting to flagging potential issues rather than silently rewriting text."
status: active status: active
bcsc_class: public-disclosure-safe bcsc_class: public-disclosure-safe
last_edited: 2026-04-30 last_edited: 2026-04-30
editor: pointsav-engineering editor: pointsav-engineering
cites: cites:
- ni-51-102 - ni-51-102
paired_with: anti-homogenization-discipline.es.md paired_with: anti-homogenization-discipline.es.md
--- ---
> Anti-homogenization discipline is the architectural posture that resists AI writing assistants pulling contributors toward a single voice, by defaulting to flagging potential issues rather than silently rewriting text. > Anti-homogenization discipline is the architectural posture that resists AI writing assistants pulling contributors toward a single voice, by defaulting to flagging potential issues rather than silently rewriting text.
Most AI writing assistants silently coerce their users toward a single voice. Cornell research (arXiv 2409.11360, 2024) found that AI suggestions push non-Western writers toward Western register at higher rates, with smaller productivity gains because the writers spend additional time correcting the AI's drift away from their authentic voice. **Anti-homogenization discipline** is the architectural posture that resists this drift explicitly. Most AI writing assistants silently coerce their users toward a single voice. Cornell research (arXiv 2409.11360, 2024) found that AI suggestions push non-Western writers toward Western register at higher rates, with smaller productivity gains because the writers spend additional time correcting the AI's drift away from their authentic voice. **Anti-homogenization discipline** is the architectural posture that resists this drift explicitly.
A writing assistant trained centrally on a homogeneous corpus will, on average, suggest edits that move text toward that corpus's centroid. For users whose voice already sits at the centroid, the assistant is helpful. For users whose voice does not, the assistant is a constant force pulling them toward someone else's voice — usually the voice of the speaker with the largest training-data presence. A writing assistant trained centrally on a homogeneous corpus will, on average, suggest edits that move text toward that corpus's centroid. For users whose voice already sits at the centroid, the assistant is helpful. For users whose voice does not, the assistant is a constant force pulling them toward someone else's voice — usually the voice of the speaker with the largest training-data presence.
## The problem in concrete terms ## The problem in concrete terms
The Cornell finding is concrete: writers from non-Western contexts spent more time editing AI suggestions back toward their original voice than they saved by accepting suggestions. Net productivity for those users was lower. The assistant was not neutral; it was actively counter-productive. The Cornell finding is concrete: writers from non-Western contexts spent more time editing AI suggestions back toward their original voice than they saved by accepting suggestions. Net productivity for those users was lower. The assistant was not neutral; it was actively counter-productive.
The same dynamic operates across organisations. A Foundry-hosted writing assistant fine-tuned on a generic corpus will push every customer's voice toward that corpus's centroid. A distinctive corporate voice — terse, formal, region-specific, trade-specific — will erode under continuous use. The same dynamic operates across organisations. A Foundry-hosted writing assistant fine-tuned on a generic corpus will push every customer's voice toward that corpus's centroid. A distinctive corporate voice — terse, formal, region-specific, trade-specific — will erode under continuous use.
## Flag, not rewrite ## Flag, not rewrite
Foundry's default editorial action is `flag`, not `rewrite`. When the assistant identifies a potential issue, it surfaces the issue and proposes an edit; it does not silently rewrite the user's text. The user's voice is the authority unless the user explicitly delegates a rewrite. Foundry's default editorial action is `flag`, not `rewrite`. When the assistant identifies a potential issue, it surfaces the issue and proposes an edit; it does not silently rewrite the user's text. The user's voice is the authority unless the user explicitly delegates a rewrite.
This default applies across every editorial task-type: This default applies across every editorial task-type:
- `prose-edit` — flag banned vocabulary, register drift, citation gaps; do not rewrite. - `prose-edit` — flag banned vocabulary, register drift, citation gaps; do not rewrite.
- `register-tighten` — propose tightenings; mark them clearly as proposals; let the user accept individually. - `register-tighten` — propose tightenings; mark them clearly as proposals; let the user accept individually.
- `frontmatter-normalize` — fill in missing fields; never silently overwrite a present-but-unconventional value. - `frontmatter-normalize` — fill in missing fields; never silently overwrite a present-but-unconventional value.
- `citation-insert` — propose `[citation-id]` references; surface the candidate citation source for verification. - `citation-insert` — propose `[citation-id]` references; surface the candidate citation source for verification.
A user who explicitly requests "rewrite this in Bloomberg register" gets a rewrite. The flag-don't-rewrite default does not block delegation; it requires the delegation to be explicit. A user who explicitly requests "rewrite this in Bloomberg register" gets a rewrite. The flag-don't-rewrite default does not block delegation; it requires the delegation to be explicit.
## Per-tenant adapters preserve voice ## Per-tenant adapters preserve voice
Foundry's adapter-composition algebra (Doctrine claim #22) separates the per-tenant adapter from the protocol adapter. The per-tenant adapter trains on the customer's own corpus inside the customer's own substrate. It learns the customer's voice — the words they use, the sentence rhythms they favour, the register they default to. Foundry's adapter-composition algebra (Doctrine claim #22) separates the per-tenant adapter from the protocol adapter. The per-tenant adapter trains on the customer's own corpus inside the customer's own substrate. It learns the customer's voice — the words they use, the sentence rhythms they favour, the register they default to.
When the protocol adapter (PROSE / COMMS / LEGAL / TRANSLATE) composes with the per-tenant adapter at request time, the output reflects both: the genre conventions of the protocol and the voice of the tenant. A README authored by Foundry inside Customer A's substrate sounds like Customer A; the same README authored inside Customer B's substrate sounds like Customer B. When the protocol adapter (PROSE / COMMS / LEGAL / TRANSLATE) composes with the per-tenant adapter at request time, the output reflects both: the genre conventions of the protocol and the voice of the tenant. A README authored by Foundry inside Customer A's substrate sounds like Customer A; the same README authored inside Customer B's substrate sounds like Customer B.
This is the Writer Brand IQ pattern adapted to customer data ownership. Brand-voice adapters work; Foundry establishes that they work without the customer's text leaving the customer's substrate. This is the Writer Brand IQ pattern adapted to customer data ownership. Brand-voice adapters work; Foundry establishes that they work without the customer's text leaving the customer's substrate.
## Forward-looking — federated voice preservation ## Forward-looking — federated voice preservation
Per `[ni-51-102]` continuous-disclosure language, the trajectory toward federated voice preservation is forward-looking. The current state: per-tenant adapters live in the customer's substrate and never leave. The planned trajectory: aggregated improvements may feed back to a shared base model when the customer chooses to contribute, under explicit consent, with no leakage of corpus contents either direction. Per `[ni-51-102]` continuous-disclosure language, the trajectory toward federated voice preservation is forward-looking. The current state: per-tenant adapters live in the customer's substrate and never leave. The planned trajectory: aggregated improvements may feed back to a shared base model when the customer chooses to contribute, under explicit consent, with no leakage of corpus contents either direction.
A customer who does not contribute continues to benefit from base-model improvements driven by customers who do. A customer who does contribute receives the base-model improvements without sacrificing their voice — the per-tenant adapter continues to differentiate them. A customer who does not contribute continues to benefit from base-model improvements driven by customers who do. A customer who does contribute receives the base-model improvements without sacrificing their voice — the per-tenant adapter continues to differentiate them.
## What anti-homogenization is not ## What anti-homogenization is not
It is not a refusal to suggest improvements. The discipline is the opposite of inertia — every editorial action produces a verdict-signed training tuple that improves the per-tenant adapter over time. The customer's voice is preserved, not frozen. It is not a refusal to suggest improvements. The discipline is the opposite of inertia — every editorial action produces a verdict-signed training tuple that improves the per-tenant adapter over time. The customer's voice is preserved, not frozen.
It is not a rejection of standardisation. Foundry's banned-vocabulary list, sentence-length budgets, and register parameters are standardised across all tenants because the absence of `leverage` and `seamless` is universally an improvement. Standardisation operates at the level of mechanical defects; voice operates at the level above that. It is not a rejection of standardisation. Foundry's banned-vocabulary list, sentence-length budgets, and register parameters are standardised across all tenants because the absence of `leverage` and `seamless` is universally an improvement. Standardisation operates at the level of mechanical defects; voice operates at the level above that.
It is not a passive posture. The discipline is active — flag-don't-rewrite requires the assistant to surface what it sees rather than silently smoothing it over. It is not a passive posture. The discipline is active — flag-don't-rewrite requires the assistant to surface what it sees rather than silently smoothing it over.
## Operational tests ## Operational tests
A new editorial feature satisfies the anti-homogenization discipline if: A new editorial feature satisfies the anti-homogenization discipline if:
1. Every automated edit is surfaced as a proposal, not a silent rewrite, unless the user has explicitly delegated rewriting. 1. Every automated edit is surfaced as a proposal, not a silent rewrite, unless the user has explicitly delegated rewriting.
2. The per-tenant adapter is loaded at request time and composed with the protocol adapter rather than bypassed. 2. The per-tenant adapter is loaded at request time and composed with the protocol adapter rather than bypassed.
3. The training pipeline produces verdict-signed tuples that feed continued pretraining on the customer's adapter, not on a shared adapter. 3. The training pipeline produces verdict-signed tuples that feed continued pretraining on the customer's adapter, not on a shared adapter.
4. The customer can audit which adapters were active for any editorial action by reading the adapter-composition log in the apprenticeship corpus. 4. The customer can audit which adapters were active for any editorial action by reading the adapter-composition log in the apprenticeship corpus.
## See Also ## See Also
- [[language-protocol-substrate]] - [[language-protocol-substrate]]
- [[customer-hostability]] - [[customer-hostability]]
- [[contributor-model]] - [[contributor-model]]
- [[reverse-funnel-editorial-pattern]] - [[reverse-funnel-editorial-pattern]]
## References ## References