- How do I build an AI second brain?
- Capture daily notes, goals, and ideas in Basic Memory. Your agent helps structure them and links them into a personal knowledge graph it can read and write. Schedule the bundled memory-reflect skill (ships with the OpenClaw plugin) to consolidate recent notes periodically. Each morning, ask the agent what's on your plate. It walks the graph and assembles an agenda. The whole thing is plain Markdown you own and can edit in the web app or any editor.
- Why not just use ChatGPT or Claude memory for a second brain?
- Built-in AI memory is a small, vendor-held digest you can't fully read or export. It's good at short-term: the working thread, your preferences. A Basic Memory second brain is the long-term layer underneath: a large knowledge base of plain Markdown files you own, usable across every MCP-connected AI tool, not locked to one assistant. Both work together.
- What does "periodic reflection" actually do?
- The memory-reflect skill walks notes from the recent past, pulls out tagged observations, promotes one-off thoughts into project or goal notes where they belong, and writes a summary that links back to the underlying notes via `synthesizes` relations. Run it nightly, weekly, or by hand. The result: the brain consolidates instead of growing into noise.
- Can I edit my second brain by hand?
- Yes, and you should. Notes are plain Markdown files. Open it in the Basic Memory web app (or any editor), edit a daily note, correct what the agent wrote, add a relation by hand. Your edits sync back; the agent sees them on its next turn. You own the writes; the agent owns the writes too. Same files.