What problem does it solve?
Digital Brain addresses the fragmentation of personal knowledge and workflows by providing a modular, append-only personal OS that AI can reason over, enabling efficient content creation, relationship management, and goal tracking.
Core Features & Use Cases
- Progressive disclosure: load only the relevant module (identity, content, knowledge, network, operations, or agents) for the current task, minimizing context load.
- Append-only memory: all data (ideas, contacts, interactions, posts) are stored in JSONL/YAML/MD with versioned entries to preserve history and support retrospectives.
- Self-contained automation: a suite of Python scripts in agents/scripts automate routine workflows like weekly reviews, content ideas, stale-contacts checks, and idea-to-draft expansion.
- Real-world use case: when you want to write a post in your voice, Digital Brain loads identity/voice.md and identity/brand.md, drafts content via templates, and logs outputs for auditing.
Quick Start
Fill out identity/voice.md to define your voice and identity/brand.md to set your positioning, then begin capturing ideas in content/ideas.jsonl and logging interactions in network/interactions.jsonl.