There's an idea I can't stop thinking about.
Every time you explain your business to an AI — your clients, your stack, your project history, your preferences — that context evaporates when the session ends. You explain it again tomorrow. And again next week. And the week after that.
Now imagine a different world. One where every session deposits context into a persistent layer. Where future sessions withdraw from that layer automatically. Where the balance only grows.
That's compound interest applied to AI context. And I think it's going to be the most underrated competitive advantage of the next decade.
The Gap Nobody's Talking About
ChatGPT has "memory." It remembers you prefer dark mode and that you're a Python developer. That's nice. That's a preference store.
What it doesn't do is build a knowledge graph of your entire business. It doesn't know that Client A's project was delayed because Vendor B missed a deadline, and that's relevant because you're about to pitch Client C on a similar timeline.
Notion and Obsidian organize what you already know. They're filing cabinets. Great ones, but filing cabinets.
CLAUDE.md files are the right idea — persistent context for a single repo. But if you work across 10, 20, 50 repos? If you're running a business, not just writing code?
There's a gap. A big one.
What I Built
I built BizBrain OS, a Claude Code plugin that creates a persistent knowledge brain on your machine. It's open source (AGPL v3), free, and you can install it in about 30 seconds:
claude plugin add TechIntegrationLabs/bizbrain-os-plugin
Then start Claude Code and run:
/brain setup
It asks your name, business, and role. Then it scans your machine — repos, tools, services — and builds a structured brain:
~/bizbrain-os/
├── launchpad/ # Session start context (~120 lines)
├── workspaces/ # Code repos (ultra-lean context)
└── brain/ # Full business intelligence
├── Knowledge/ # Decisions, references, reports
├── Entities/ # Clients, partners, vendors, people
├── Projects/ # Project records and action items
├── Operations/ # Credentials, todos, configurations
└── _intake-dump/ # Drop files here, they get routed
From that point on, every Claude Code session starts pre-loaded with your business context. Not a summary — the actual structured knowledge.
How Compounding Actually Works Here
Day 1. Claude knows your file structure, your repos, your installed tools. Basic stuff.
Week 2. You've had a few client calls. The Entity Watchdog — a background agent that monitors your conversations — has automatically captured that Client A's contact changed roles, that you quoted Vendor B a specific price, that Partner C wants a follow-up next Tuesday.
Month 1. Claude knows the full relationship graph. When you start a session about Project X, it already knows which client it's for, what decisions were made, what the blockers are, and who's responsible.
Month 6. You've got institutional memory that would take a new employee months to absorb. Every decision recorded. Every client preference captured. Every project's full history accessible.
Year 1. The brain has context that no single person in your organization could hold. And it cost you nothing to maintain, because it captured it as a side effect of doing your actual work.
That's compound interest. Small deposits, automatic growth, exponential value.
The Architecture (For the Curious)
The plugin ships 23 skills, 16 slash commands, and 5 background agents:
- Brain Orchestrator — coordinates all agents through an event queue with conflict detection
- Entity Watchdog — monitors conversations for entity mentions, auto-updates records
- Brain Learner — captures decisions, patterns, and preferences across sessions
- Brain Gateway — full brain access from any repo or directory
- Visual Presenter — pushes diagrams, dashboards, and mockups to a browser companion
The three-zone architecture keeps context costs minimal. Your launchpad injects ~120 lines. Workspaces add ~80. The full brain loads ~300 lines when you need deep context. Claude Code's context window isn't wasted on things you don't need right now.
Why Free, Why Open Source
Because I think every business will need a persistent AI knowledge layer in 2-3 years. Like CRM was optional in 2005 and mandatory by 2015. Like version control was optional in 2000 and mandatory by 2010.
The businesses that start building their brain now will have a compounding advantage that latecomers literally cannot catch up to. You can't fast-forward a year of accumulated institutional knowledge.
I'd rather this tool exists and people use it than charge $20/month and watch the concept die from friction.
Also — and I'll be honest about this — the brain is just the beginning. There's a bigger second phase. But I'm keeping that close until I find the right partners.
Try It
# Install
claude plugin add TechIntegrationLabs/bizbrain-os-plugin
# Setup (takes ~5 minutes)
/brain setup
# See what it built
/dashboard
Website: bizbrainos.com
GitHub: TechIntegrationLabs/bizbrain-os-plugin
Discord: discord.gg/ph9D5gSgW3
I'm Will Welsh — solo dev, Tech Integration Labs. Happy to answer questions — will@bizbrain-os.com
The compound interest of AI context is real. The only question is when you start depositing.
Top comments (0)