Graph topology (Metatron's Cube pattern — 1 center + 12 outer nodes): - index: now links to ALL 12 other nodes (complete hub) - Inner ring cycle: hot→log→overview→dashboard→concepts/_index→entities/_index - Added: hot↔WikiMap, log↔sources/_index, dashboard↔concepts/_index - Added: entities/_index↔hot, entities/_index↔LLM Wiki Pattern - Added: sources/_index↔log, sources/_index↔entities/_index - Outer ring: concepts connected in triangle + Karpathy/sources cross-linked - Added: dashboard↔Compounding, entities/_index↔LLM Wiki Pattern graph.json physics for geometric arrangement: - repelStrength: 80 (strong push-apart for uniform spacing) - linkStrength: 3.0 (locks ring geometry) - linkDistance: 80 (tighter rings) - centerStrength: 0.25 (moderate center pull) - nodeSizeMultiplier: 2.0 (hub nodes visually dominant) - Added colors: questions=yellow, comparisons=red, nav=teal Phantom links removed from Hot Cache.md: - Removed [[Page A]], [[Page B]], [[New Page 1]], [[Existing Page]] New module pages: - wiki/questions/How does the LLM Wiki pattern work.md - wiki/comparisons/Wiki vs RAG.md - Adds questions/ and comparisons/ domains to the graph (yellow + red nodes)
39 lines
1.1 KiB
Markdown
39 lines
1.1 KiB
Markdown
---
|
|
type: meta
|
|
title: "Hot Cache"
|
|
updated: 2026-04-07T12:00:00
|
|
tags:
|
|
- meta
|
|
- hot-cache
|
|
status: evergreen
|
|
related:
|
|
- "[[index]]"
|
|
- "[[log]]"
|
|
- "[[Wiki Map]]"
|
|
- "[[entities/_index]]"
|
|
---
|
|
|
|
# Recent Context
|
|
|
|
Navigation: [[index]] | [[log]] | [[overview]]
|
|
|
|
---
|
|
|
|
## Last Updated
|
|
|
|
## Key Recent Facts
|
|
- The wiki pattern was originated by [[Andrej Karpathy]] and makes knowledge compound like interest
|
|
- [[Hot Cache]] (this file) enables cross-project context at minimal token cost (~500 tokens)
|
|
- [[Compounding Knowledge]] is the core insight: unlike RAG, the wiki pre-compiles synthesis
|
|
- One user dropped token usage by 95% switching from inline context files to the wiki pattern
|
|
- The index file alone is sufficient at hundreds of pages — no vector RAG needed
|
|
|
|
## Recent Changes
|
|
- Created: [[LLM Wiki Pattern]], [[Hot Cache]], [[Compounding Knowledge]], [[Andrej Karpathy]]
|
|
- Created: seed vault structure (index, log, overview, dashboard)
|
|
- Plugin v1.1.0: added /save and /autoresearch commands
|
|
|
|
## Active Threads
|
|
- Vault is fresh. No user-specific domain scaffolded yet.
|
|
- Next step: run /wiki to scaffold for your domain, then start ingesting sources.
|