本文由 AI 分析生成
建立時間: 2026-03-22 來源: https://x.com/sourfraser/status/2035454870204100810
Summary
A practitioner’s guide to building a persistent AI knowledge system using Obsidian as a structured knowledge base, Claude Cowork with MCP connectors for intelligence, and call transcription tools (Fathom + Zapier) for automatic memory ingestion. The system creates a compounding knowledge loop: every call gets transcribed, processed by Claude into structured vault updates, and read back at the start of each session. The key insight is that persistent context compounds — the AI gets “smarter” not through model improvement but through an ever-growing knowledge base it reads.
以 Obsidian 作為知識庫、Claude Cowork(MCP 連接器)作為智能層、Fathom+Zapier 作為自動記憶攝入管道,構建持續性 AI 知識系統。核心洞察:持久上下文具有複利效應,AI 的「智能」增長來自不斷累積的知識庫,而非模型本身的改進。
Key Points
- Five components: Obsidian vault (free, local markdown) + call transcription → Google Drive + Obsidian MCP server + Claude Cowork + custom instructions
- Vault structure: Memory file (AI onboarding doc), Client Roster, Action Tracker, Frameworks library, Templates folder — all inter-linked
- Critical setup: single instruction “Before answering any question, always search the Obsidian vault for relevant notes” in user preferences/custom instructions
- Store vault inside Google Drive for cross-device sync (Obsidian supports this natively)
- Obsidian MCP server (Node package) gives Claude direct read/write vault access — turns passive notes into live system
- The compound effect: week 1 knows basics; week 4 knows clients + team dynamics; week 8 catches things you missed and flags overdue actions
Insights
The key architectural insight is separating storage (Obsidian, passive) from intelligence (Claude Cowork, active) and using MCP as the bridge. Most “second brain” projects fail due to maintenance burden growing faster than value — this system offloads maintenance entirely to the AI. The routing rules in the Memory file itself (Claude reads the routing rules at the same time it reads context) is an elegant self-referential design that makes the system self-sustaining without separate configuration.
Connections
Raw Excerpt
“The vault grows every day. And because Claude reads it at the start of every session, it knows more every time you talk to it… Your AI employee onboards itself a little more every day.”