Morning brief
Curated from 1 bookmarks saved over the past 30 days. Estimated read: ~2 min.
Morning brief
~15 min · 1 picks from the past 30 days
github.com
GBrain is Garry Tan's open-source, self-hosted "agent brain" — a memory and knowledge layer that gives AI agents synthesis, knowledge-graph traversal, and gap analysis over your notes, people, companies, and ideas. Unlike search tools that return raw pages, it returns cited answers plus an honest note on what it doesn't yet know, and runs a 24/7 "dream cycle" to ingest, enrich, and consolidate memory overnight. It runs locally on PGLite or at scale on Postgres/pgvector and is built to be installed and operated by an agent.
Why it matters —It's a concrete, self-hostable blueprint for durable, queryable agent memory with a real knowledge graph — the 'company brain' pattern YC is actively pushing. For anyone building agent infrastructure or PKM tooling, it shows synthesis + graph + gap analysis working together instead of yet another RAG-over-chunks tool.