---
id: "quote-database-is-truth"
type: "quote"
source_timestamps: ["00:33:34"]
tags: ["system-architecture"]
related: ["concept-hybrid-memory-architecture"]
speakers: ["Nate B. Jones"]
sources: ["s11-wiki-vs-open-brain"]
sourceVaultSlug: "s11-wiki-vs-open-brain"
originDay: 11
---
# Database as Truth, Wiki as Presentation

# Quote: Database as Truth, Wiki as Presentation

> *The database is truth, wiki is presentation layer.*

— [[entity-nate-b-jones]] (00:33:34)

## Significance

This is the **mission-critical principle** of the [[concept-hybrid-memory-architecture]]. It establishes a clear hierarchy of authority:

1. The **database** is the immutable single source of truth (see [[concept-openbrain-architecture]]).
2. The **wiki** is a disposable presentation layer that can be regenerated at will.

If the wiki drifts ([[concept-wiki-staleness]]), hallucinates ([[concept-error-baking]]), or experiences a [[concept-race-conditions-ai]], it is simply deleted and rebuilt from the pristine database. This sidesteps every failure mode of the pure [[concept-ai-wiki]] approach while retaining its readability.

Operationalized in [[framework-hybrid-memory-stack]] and [[action-build-hybrid-system]].
