← Wiki index

Concept

RAG vs Compiled Knowledge

Concept · Updated 2026-05-27 · Confidence: high

knowledge-basellmairesearchcomparison

Traditional RAG retrieves raw chunks at query time and asks the model to synthesize an answer from scratch. Compiled knowledge uses an intermediate, persistent wiki that has already integrated sources into summaries, concept pages, entity pages, contradictions, and cross-links.

RAG pattern

Compiled knowledge pattern

Practical implication

For Jay's use cases, compiled knowledge is better for themes that recur over weeks or months: companies, sectors, product patterns, founder/operator ideas, and career positioning. RAG is still useful for large-scale search, but it should augment the wiki later rather than replace it at the start.