Decision: Implement OBSIDIAN as Go Beyond’s Organisational Memory

Date: 2026-05-01 Made by: damien Status: made — in progress


Context

Go Beyond uses Claude heavily via Cowork. Knowledge from sessions, files, and lessons was disappearing into chat history with no compounding. Damien wanted a persistent memory layer that grows smarter over time.


Options Considered

OptionNotes
RAG / vector databaseRetrieves from raw docs; no accumulation; complexity
Karpathy LLM Wiki (OBSIDIAN)Compiles knowledge into structured wiki; compounds; simple markdown
No memory systemStatus quo; knowledge stays siloed in chat history

Decision Made

Implement OBSIDIAN — a Go Beyond-specific instance of the Karpathy LLM Wiki pattern — as the organisation’s persistent memory for all chats, files, and lessons learned.


Implementation Choices Made

ChoiceDecisionRationale
Storage locationOneDrive - Go BeyondAccessible across all machines with OneDrive
Initial scopeAll Cowork sessions auto-ingestedMaximum accumulation from day one
Query outputAnswer in chat AND file back to wikiBest of both worlds
Go Beyond contextSeed immediately, grow from sessionsOBSIDIAN learns Go Beyond as Damien uses it
Multi-userDesigned for future team membersWiki belongs to Go Beyond, not one person

Outcome

(Update as OBSIDIAN matures)

Installed 2026-05-01. Claude CLI PATH issue pending resolution (see 2026-05-01-lesson-claude-cli-windows-path).


See Also