Founder
Building a Knowledge Graph in Obsidian β Agent Links What I Can't Remember
Key Takeaway
My AI agent auto-captures every decision, person, and project into an Obsidian vault with backlinks β building the knowledge graph I'm too busy to maintain myself.
The Problem
I talk to 31 agents across 8 teams. Every day, hundreds of decisions get made, people get mentioned, projects evolve. My brain retains maybe 10% of it. The other 90% dissolves.
Two months later: "What did we decide about the MiCA framework?" I know we discussed it. I know it was important. I cannot, for the life of me, remember the conclusion.
Manual note-taking doesn't work at my scale. I've tried. You open a note, type three bullets, get pulled into the next conversation, and never touch that note again. Two days later it's archaeologically buried.
The information exists β scattered across thousands of agent conversations. But without structure, without links, without a graph, it's noise. I needed a system that captures without my involvement and connects without my memory.
The Solution
Alfrawd captures every significant decision, entity mention, and project reference into an Obsidian vault. Automatically. With backlinks.
Not every message β that would be noise. Significant decisions, new relationships between entities, project state changes. The agent applies judgment about what's worth capturing, then files it with proper [[wiki-links]] so the knowledge graph builds itself.
The Process
The Obsidian vault lives on the Mac node, synced via iCloud. The agent writes markdown files directly:
bashShow code
# Agent creates/updates a note on Mac node
cat >> "/Users/bilal/Obsidian/PyratzLabs/People/Christophe POSTY.md" << 'EOF'
## 2026-03-10 β Stealth AM Discussion
- Discussed fund structure with [[Warren]]
- Connected to [[Stealth AM]] launch timeline
- Regulatory dependency: [[RCCI-RCSI]] certification
- Next step: Review with [[EuroNext]] filing team
EOF
Every entity gets its own note. People, projects, companies, regulatory frameworks. The backlinks create the graph:
View details
[[Christophe POSTY]] β [[Stealth AM]] β [[Warren]] β [[RCCI-RCSI]]
When I ask "show me all notes connected to EuroNext filing," the agent queries the vault:
bashShow code
# Search for backlinks to a specific note
grep -rl "\\[\\[EuroNext\\]\\]" /Users/bilal/Obsidian/PyratzLabs/ \
| while read f; do
echo "---"
echo "File: $(basename "$f" .md)"
head -20 "$f"
done
The visual graph in Obsidian shows the connections β nodes and edges mapping the entire decision landscape.
For deep search across months of context:
View details
Me: what do I know about MiCA?
Alfrawd: Found 14 notes mentioning [[MiCA]] across 6 months:
- 2025-09-15: Initial MiCA impact assessment (Warren)
- 2025-10-02: MiCA compliance checklist drafted
- 2025-11-18: Decision to delay token launch until MiCA clarity
- 2026-01-09: MiCA framework update from EU Parliament
- ... [10 more entries]
Six months of conversations, surfaced in 3 seconds. With context. With the reasoning behind each decision.
The Results
| Metric | Before (Manual Notes) | After (Agent + Obsidian) |
|---|---|---|
| Decisions captured | ~10% | ~90% |
| Time to find old decision | 5-30 min (if ever) | 3 sec |
| Backlinks created/week | 0 (manual = never) | 80-120 |
| Knowledge retention at 30 days | ~15% | 100% (it's in the vault) |
| Entity notes in vault | 0 | 400+ |
| Weekly maintenance time | N/A | 0 (fully automated) |
The backlink density is what makes this powerful. After 6 months, the graph has enough edges that unexpected connections surface. "Wait, Christophe is connected to both Stealth AM and that regulatory issue we flagged in November?" That's the kind of insight that only emerges from a linked graph β never from linear notes.
Try It Yourself
- Create an Obsidian vault with folders:
People/,Projects/,Decisions/,Companies/ - Configure your agent to write markdown with
[[backlinks]]after significant conversations - Use daily notes for raw capture, entity notes for structured knowledge
- Query the vault via grep, Obsidian search, or the agent's own search capability
The vault compounds. Month one feels sparse. Month six feels like a superpower.
Your memory is unreliable. Your file system isn't. Outsource accordingly.
Related case studies
Founder
Session Logs Search β "When Did I Decide That?" Answered in 3 Seconds
Search thousands of AI agent conversations to find exact decisions, context, and reasoning. Full audit trail across months of work with Mr.Chief session logs.
Founder
ClawHub: From 15 Skills to 52 in One Afternoon β The Skill Marketplace That Scales Your Agent
Started with 15 bundled skills. ClawHub marketplace got us to 52 in one afternoon. Finance, legal, security, research β here's how we evaluated and installed 37 skills.
Product Manager
Monitoring 100 Competitor Pages for Changes β Weekly Diff Report
An AI agent scrapes 100 competitor pages weekly, diffs them against the previous snapshot, and flags changes. Pricing shifts, new features, team hires β nothing slips through.
Want results like these?
Start free with your own AI team. No credit card required.