---
id: "concept-librarian-metaphor"
type: "concept"
source_timestamps: ["00:10:30"]
tags: ["mental-models"]
related: ["concept-openbrain-architecture", "concept-tutor-metaphor"]
definition: "A mental model for structured AI databases where the AI acts as a librarian, instantly retrieving pristine, raw primary sources on demand rather than pre-summarizing them."
sources: ["s11-wiki-vs-open-brain"]
sourceVaultSlug: "s11-wiki-vs-open-brain"
originDay: 11
---
# The Librarian Metaphor (Database)

# The Librarian Metaphor (Database)

> A mental model for structured AI databases where the AI acts as a librarian, instantly retrieving pristine, raw primary sources on demand rather than pre-summarizing them.

## Description

The **Librarian Metaphor** describes the AI's role inside a structured database memory system like [[concept-openbrain-architecture]]. The AI acts as a brilliant, hyper-organized librarian standing next to a pristine filing cabinet. It does not read and summarize the books for you in advance. Instead, when you ask a specific question, the librarian instantly pulls the exact raw files, documents, and records you need, hands them to you, and helps you pinpoint the answer.

## Strength

You are always working with primary sources and raw facts. This is the mechanism that enables [[concept-query-time-synthesis]] to preserve provenance.

## Limitation

The librarian does not pre-build narratives. Synthesizing the story across documents is heavy lifting that must be done on demand — by the user or by the AI at query time.

## Contrast

Compare with [[concept-tutor-metaphor]] (the wiki's mode).


## Related across days
- [[concept-openbrain-architecture]]
- [[concept-query-time-synthesis]]
- [[concept-tutor-metaphor]]
- [[arc-context-architecture-evolution]]
