---
id: "concept-silent-contradictions"
type: "concept"
source_timestamps: ["00:14:20"]
tags: ["knowledge-management", "system-failure"]
related: ["concept-openbrain-architecture", "concept-error-baking"]
definition: "Conflicting factual statements existing across different documents within a knowledge base, which can be dangerously smoothed over by AI summarization."
sources: ["s11-wiki-vs-open-brain"]
sourceVaultSlug: "s11-wiki-vs-open-brain"
originDay: 11
---
# Silent Contradictions

# Silent Contradictions

> Conflicting factual statements existing across different documents within a knowledge base, which can be dangerously smoothed over by AI summarization.

## What They Are

**Silent Contradictions** occur in corporate or high-volume knowledge bases when conflicting truths exist in separate documents without being actively reconciled. For example, an engineering document might state a feature takes **12 weeks** to build, while a sales document promises it to a client in **8 weeks**.

## Architectural Behavior

- In a raw database (like [[concept-openbrain-architecture]]), these contradictions sit silently next to each other until queried — preserving the strategic signal.
- In a [[concept-ai-wiki]] system, the AI is forced to resolve them during [[concept-write-time-synthesis]]. If the AI simply picks one *truth* and overwrites the other to create a coherent narrative, the organization loses visibility into a massive strategic misalignment.

## Why This Matters

The tension between conflicting data points is often the most valuable signal in a company. Systems must be designed to **surface, rather than smooth over**, these contradictions. This is the unresolved engineering challenge captured in [[question-resolving-silent-contradictions]].

## Related Failures

[[concept-error-baking]], [[concept-wiki-staleness]].


## Related across days
- [[concept-silent-failure]]
- [[concept-silent-degradation]]
- [[concept-error-baking]]
- [[claim-illusion-of-judgment]]
- [[concept-wiki-staleness]]
- [[arc-silent-failure-taxonomy]]
