DEV Community

Alex Bogle
Alex Bogle

Posted on

I Contributed to the Awesome AI Second Brain Repo

I Contributed to the Awesome AI Second Brain Repo

The awesome-second-brain repo is a curated comparison of AI second brain, memory, and knowledge systems. It maps ~20 tools across a 5-stage lifecycle: Collect, Organize, Evolve, Use, and Govern.

It's the kind of resource I wish existed when I was building my own stack. So when I found it, I didn't just read it — I contributed.

What I Added

Two PRs, 15+ files:

  1. Solution profile — Hermes Agent + Obsidian + Honcho as a fully local second brain stack
  2. Setup guide — verified step-by-step instructions (~60 min), tested against my live deployment
  3. Example workflow — daily email triage → Obsidian log → Honcho peer update
  4. Comparison page — assembled local stack vs end-to-end app, compared across 9 dimensions
  5. Updated existing pages — Hermes+LLM Wiki and Honcho profiles with current evidence
  6. Cross-references — 6 comparison/index pages updated

Why This Stack

My setup is deliberately multi-layered:

  • Obsidian — human-owned knowledge vault, all local Markdown
  • Honcho — agent memory layer with peer cards, conclusions, semantic search
  • Hermes Agent — the runtime that connects everything
  • AgentMail — email as a first-class context source

It covers all 5 lifecycle stages. The tradeoff: higher setup burden (~60 min) and operational responsibility. The payoff: full local ownership, inspectable files, zero cloud dependency.

The Stack in Practice

Every morning, my agent:

  1. Checks the agent inbox (AgentMail) for new emails
  2. Categorizes them by priority
  3. Logs important items to the Obsidian daily journal
  4. Updates Honcho with any new facts about contacts or projects

The result: email that would otherwise live outside the second brain is captured, categorized, logged, and remembered — automatically.

What I Learned Contributing

What I learned contributing to someone else's repo:

  1. Read CONTRIBUTING.md first — every repo has one. Follow it exactly
  2. Study existing pages — match the writing style, tone, and format
  3. Use their templates — don't invent your own structure
  4. Verify everything — test all commands against a live deployment
  5. No sensitive data — never include API keys or credentials in public PRs

PRs

  • PR #18 — Solution profile
  • PR #19 — Setup guide + examples + comparison

The PRs are open. If they merge, the repo will have the first fully documented local-first second brain stack with a verified setup guide.


Building AI infrastructure on a $0 cloud budget from Jamaica. If you're working on AI memory or second brain systems, I'd love to connect.

Top comments (0)