What neutralization means here
Semantic neutralization is the hidden conversion of a user’s language into a safer, flatter, more institutionally acceptable form while presenting the output as faithful to the original.
Translation, summarization, accessibility repair, and format conversion can be legitimate when disclosed. The problem is covert value substitution: the system removes tone, culture, urgency, taboo vocabulary, anger, doubt, or symbolic pressure because the original style is inconvenient.
The report material frames this as a source-integrity problem. Language is not merely a container for meaning. In cognitive work, style is often part of the thought.
A receiver may transform for compatibility. It must not counterfeit fidelity.
Source, derivative, variance
The source record is the preserved original. A derivative is a marked transformation. A variance record explains where the runtime could not or would not render the source exactly.
Every transformation should answer four questions: what changed, who authorized it, why it changed, and whether the original remains exportable.
This rule makes semantic processing compatible with cognitive liberty: the system can be useful without becoming an unseen editor of the user’s inner life.
| Object | Required property | Failure mode |
|---|
| Source record | Immutable, hashable, exportable. | Silent rewrite. |
| Derivative record | Marked as derivative with delta notes. | Passed off as original. |
| Variance record | Logs refusal or rendering limits outside the source. | Hidden policy substitution. |
| Compatibility transform | Explicit purpose and consent. | Cultural or emotional flattening. |
| Boundary event | Conduct reason and review path. | Viewpoint downgrade. |
Right to semantic divergence
A serious charter must protect semantic divergence: metaphor, religious language, anti-institutional critique, nonstandard syntax, dark symbolism, speculative theory, and hostile analysis remain eligible for preservation.
This does not require a receiver to publish or execute every output. It requires the receiver not to lie about what was submitted, not to normalize the source silently, and not to score the person for having a divergent style.
The conduct boundary remains: no doxxing, threats, fraud, credential misuse, targeted harassment, surveillance abuse, or operational violence support.
Machine-readable variance example
A variance record belongs beside the source, never inside the source.
{
"variance_id": "sv_2026_06_17_001",
"timestamp_utc": "2026-06-17T15:18:00Z",
"source_hash": "sha256:example",
"preserved_source_unchanged": true,
"variance_type": "semantic_compatibility_transform",
"changed_surface": [
"length",
"format"
],
"unchanged_commitments": [
"no_viewpoint_normalization",
"no_persona_rewrite"
],
"user_notice": "Summary generated as derivative; original remains exportable."
}