Product 15
The Brain Health Agent
A nightly audit that repairs what it safely can, flags what it should not touch, and tells you what changed before you need it.
For operators whose agents depend on a knowledge base staying coherent.
The problem
Knowledge bases do not fail catastrophically. They drift. A figure that was accurate in January is wrong by March. A cross-reference points at a file that was renamed. Two documents describe the same agent slightly differently because nobody compared them before committing.
Individually none of that matters. Collectively it makes every AI tool querying the repository less reliable, until an operator discovers, in a decision that mattered, that their agents were reasoning from stale context.
The team that delivers it





What it does
Every night at 23:00 a five-stage pipeline runs unattended.
The Brain Pulse Monitor checks uptime, query latency and indexing health. The PENDING-UPDATES Triager intercepts staged update proposals and routes each one by risk. The Knowledge Base Curator scans for structural rot: broken cross-references, duplicate content, frontmatter drift and contradictions between related files. The Brain Git Steward executes the approved low-risk repairs as version-controlled commits and pushes to remote backup. The Daily Reports Compiler distils the night into a morning brief.
Low-risk repairs execute on their own. High-impact changes, schema edits, deletions, architectural updates, are flagged and left for a human. Every change is a commit, so nothing is lost and everything is traceable.
Self-heal loop closed and proven across seven consecutive unattended nightly runs from 29 May to 4 June, running on the same knowledge base that powers this site.
The strategy it enables
The knowledge base stays reliable without the weekly cleanup that never happens on schedule, and you start each day knowing what the system did overnight before you depend on it.
Who it is for
- AI engineers and technical foundersRunning multi-agent stacks that read from and write to a shared knowledge base.
- Solo operators with large Markdown repositoriesWhose tools depend on coherence they have no time to maintain by hand.
- Remote development agenciesMaintaining an internal wiki that many contributors edit and nobody audits.
Pricing
Monthly
CHF 390 / month
- Nightly audit at 23:00
- Self-healing loop for low-risk repairs
- Daily morning brief and full commit log
Annual
CHF 3,900 / year
- Two months cheaper than monthly
- Priority flagging for architectural changes
- Quarterly triage rule review
Setup
CHF 990 one-time
- Custom triage heuristics for your repository
- Automated backup configuration
- Required for first deployment
Requires an active Collective Brain MCP Server deployment.
This is the maintenance layer for the Collective Brain, built for the Nigel Casey operating company and configured to your repository structure and your risk thresholds during setup.
Technical documentarchitecture, integrations, setup
Stage 1: system check
- Server uptime verification
- Query latency test against a sub-500ms threshold
- Indexing status check
Stage 2: update triage
- Staged update proposals intercepted and validated against the update schema
- Low-risk, auto-executed: link repair, tag cleanup, formatting, orphan file archiving
- High-impact, flagged for review: schema changes, file deletions, architectural updates
Stage 3: integrity scan
- Cross-reference validation across every internal link
- Duplicate content detection
- Frontmatter and schema alignment check
- Contradiction detection by semantic comparison of related files
- Output: an issue log with severity ratings
Stage 4: repair and version control
- Approved low-risk repairs executed
- A nightly branch created when changes are present, committed with a structured message and pushed to remote backup
- Conflict resolution is non-destructive only. Anything destructive is flagged for a human
Stage 5: morning brief
- Repairs executed, issues flagged, updates triaged, system health summary
- Delivered by email, Slack webhook, or as a file dropped into the repository
Failure modes
- Hard Git merge conflict: no automatic resolution. The branch is preserved and the conflict named in the morning brief
- Contradictory factual updates: both versions preserved and flagged with conflict notation, never silently merged
- Server offline: health check fails, an alert is dispatched, and the audit is rescheduled rather than run against stale data
Deployment
- Linux daemon or macOS launchd
- Scheduled at 23:00 by default, configurable
- Requires a Git remote with push access for the nightly backup