Discover and explore top open-source AI tools and projects—updated daily.
huytieuAI-powered second brain that self-evolves using markdown and Git
Top 95.3% on SourcePulse
This project provides a self-evolving "second brain" system that leverages AI agents, local markdown files, and Git for knowledge management. It targets users seeking an intelligent, adaptive system that automatically synthesizes insights without databases or vendor lock-in, offering a low-maintenance, privacy-first approach to personal and team knowledge organization.
How It Works
COG utilizes AI agents (e.g., Claude Code, Gemini CLI, OpenAI Codex) to interact with a user's local markdown (.md) files. These files serve as the knowledge base, which is version-controlled via Git and can be synced using iCloud. The system "self-evolves" by learning user patterns, auto-organizing content, and building frameworks, offering a dynamic and adaptive knowledge synthesis process distinct from static note-taking applications.
Quick Start & Requirements
git clone https://github.com/huytieu/COG-second-brain.git), navigate into it (cd COG-second-brain), and run the onboarding command via your chosen AI agent (e.g., code . → "Run onboarding" for Claude Code).Highlighted Details
.md files with no external server data storage.Maintenance & Community
Framework files are separated from user content, allowing updates via AI agent commands ("Update COG") or shell scripts (./cog-update.sh) without touching personal data, with user approval for changes. Community support is available via GitHub Discussions.
Licensing & Compatibility
Limitations & Caveats
The roadmap indicates ongoing development for features like a web interface for knowledge graph visualization and mobile-first commands, suggesting the project is still evolving. Advanced team skills require specific integrations (GitHub CLI, Linear, Slack, PostHog) for full functionality. Functionality is dependent on the chosen AI agent's capabilities and associated API costs.
1 week ago
Inactive