No body text on file.
Open the original to read the full piece.
Ramya Chinnadurai (@code_rams) built a personal-wiki stack to close the capture→read gap by combining Telegram captures, Claude Code as the writing LLM, and an Obsidian vault on iCloud that iPhone Obsidian can read. Captures (e.g., “doctor appointment tomorrow at 4”) are parsed by Claude Code into dated Markdown notes with [[wikilinks]] and stored in an inbox; the vault follows fixed taxonomies (inbox/people/topics/sources/drafts) and an OpenClaw implementation of Karpathy’s LLM Wiki pattern (entities, concepts, syntheses, sources, reports). Key operational constraints: the free path needs Full Disk Access for two CLI binaries (not shown in macOS FDA GUI), iCloud sync is ~30s, and the author stores multi-agent attribution in frontmatter, enforces “search before write,” auto-backlinks, and explicit contradiction flags. The tradeoff: FDA is acceptable on a personal Mac; otherwise pay Obsidian Sync ($4/month).
On 2026-04-27 Ramya Chinnadurai (@code_rams) deployed a capture→write→read pipeline: Telegram captures (example: “doctor appointment tomorrow at 4”) → relay bot → Claude Code (LLM) parses and writes dated Markdown files with auto-extracted entities wrapped in [[wikilinks]] into an Obsidian vault stored in the specific iCloud/Obsidian folder (the only iOS-accessible Obsidian path).
Open the original to read the full piece.