GBrain is a personal knowledge brain and agent mod built by Garry Tan (YC CEO). It serves as the "brain layer" for AI agents — a persistent, synthesis-capable knowledge system that goes beyond keyword search.
GBrain separates agent (execution) from brain (knowledge). The brain is a git repository that grows over time, constantly ingesting and enriching content. The agent reads from and writes to this brain.
Key distinction: Search gives you raw pages. GBrain gives you the answer — synthesized, cited prose with explicit gap analysis.
Telegram → AlphaClaw (harness) → OpenClaw (agent) → GBrain (knowledge/skills) → Supabase (embeddings/search)
host. Additional brains can be mounted via gbrain mounts add.Not just retrieval — actual answers with citations. Includes gap analysis: "what the brain doesn't know yet."
Every page write extracts entity refs and creates typed edges (attended, works_at, invested_in, founded, advises) with zero LLM calls.
24/7 daemon that ingests, enriches, and consolidates — keeps the brain sharp without active management.
The two-repo pattern is directly applicable: separate your execution config (skills, SOPs, prompts) from your knowledge accumulation (reference library, taste examples, learnings).