YC CEO Garry Tan open-sources an AI memory system called GBrain: making AI assistants smarter with every conversation

ChainNewsAbmedia

Y Combinator’s current CEO, Garry Tan, has open-sourced an AI agent knowledge system called GBrain on GitHub, enabling AI assistants to build up lasting long-term memory. This is not a proof of concept—it’s a productivity tool Tan personally uses in his day-to-day work. He has accumulated over 10,000 Markdown files through an OpenClaw agent, covering every person, company, and concept he’s come into contact with.

Why does the YC CEO build a knowledge management tool himself?

Tan’s core insight is this: today’s AI agents start from zero every time you have a conversation—they don’t remember who you are, don’t know what you’re doing, and don’t understand your context. The problem GBrain aims to solve is to make the agent smarter with every conversation, rather than having it act like it’s the first time you’ve met.

The operating logic is a continuous cycle of “read → respond → write”: when the agent receives a message, it first detects the entities involved (people’s names, companies, concepts), then looks up the relevant knowledge already in GBrain, responds with complete context, and finally writes the new information learned from the conversation back into the knowledge base. Each interaction accumulates, and the results grow with compounding effect over time.

Knowledge structure: compile truth plus a timeline

GBrain’s knowledge storage format is quite unique. Each entity (person, company, concept) has its own dedicated page, made up of two parts:

“Compiled Truth” is your best current understanding of that entity, and it gets rewritten as new evidence appears. “Timeline” is purely an append-only record of evidence—it only grows and never changes, documenting each interaction, every information source, and each timestamp.

This design makes knowledge traceable: you don’t just know what something is—you can also trace when you learned it and where it came from.

Data sources: meetings, Email, Twitter, phone calls—fully automated imports

GBrain offers multiple ways to automate integrations so knowledge automatically flows into the system:

Integration Source Function
Gmail Automatically converts email content into an entity page
Google Calendar Daily schedules into searchable knowledge pages
Twitter / X Timeline, mentions, and deletion tracking
Voice calls Transcribed into knowledge pages via Twilio + OpenAI Realtime
Meeting notes Circleback Automatically converts transcripts into brain pages

Technical architecture: build a complete knowledge base in 30 minutes

GBrain defaults to using PGLite—a lightweight Postgres 17.5 that runs through WebAssembly. No database server setup is required, and it can be started in under two seconds. Search uses a hybrid mode, combining vector semantic search (OpenAI embeddings) and keyword search, with the two result sets integrated via Reciprocal Rank Fusion.

The system supports three ways of using it: a command-line tool (CLI), an MCP server (directly connectable to tools like Claude Code, Cursor, etc.), and a TypeScript library for developers to integrate. In MCP server mode, it provides 30 tools, including page read/write, search, knowledge graph traversal, and file uploads.

The significance for the AI agent ecosystem

The introduction of GBrain addresses a core problem in the AI agent field: memory. Although most mainstream AI tools (Claude, ChatGPT) include basic memory features, they are mostly limited to conversation preference levels. GBrain proposes a more ambitious vision—giving agents structured “world knowledge,” not just remembering that you prefer to use Traditional Chinese.

In the documentation, Garry Tan specifically distinguishes three layers of memory: “world knowledge” managed by GBrain (people, companies, meetings, concepts), the agent’s own “operational state” (preferences, decision-making, behavioral patterns), and real-time “conversational context.” He believes that when an AI agent runs, it should check all three layers together to deliver truly personalized service.

This system comes from one of Silicon Valley’s most influential venture capitalists. He uses it every day to manage interactions with hundreds of founders and investors. When the YC CEO believes AI agents need this kind of knowledge infrastructure, that in itself is a signal worth paying attention to.

This article, “YC CEO Garry Tan Open-Sources AI Memory System GBrain: Making AI Assistants Smarter Every Conversation,” was first published on Chain News ABMedia.

Disclaimer: The information on this page may come from third parties and does not represent the views or opinions of Gate. The content displayed on this page is for reference only and does not constitute any financial, investment, or legal advice. Gate does not guarantee the accuracy or completeness of the information and shall not be liable for any losses arising from the use of this information. Virtual asset investments carry high risks and are subject to significant price volatility. You may lose all of your invested principal. Please fully understand the relevant risks and make prudent decisions based on your own financial situation and risk tolerance. For details, please refer to Disclaimer.

Related Articles

Google launches Deep Research Max: supports MCP and can access enterprise private data

According to a Google DeepMind official blog announcement, Google launched a new generation of autonomous research agents, Deep Research and Deep Research Max, on April 21, 2026. They are built on Gemini 3.1 Pro, as the official release following the preview version provided through the Interactions API in December 2025. Both agents are now available in the paid tiers of the Gemini API in the form of a public preview, and new startups and enterprise users on Google Cloud will be able to connect gradually. The two variants are positioned differently: interactive vs asynchronous depth Google categorizes the two agents by use case: Deep Research

ChainNewsAbmedia4h ago

AI16Z and ELIZAOS Creators Face Class Action Lawsuit Over False Advertising and Unjust Enrichment

Gate News message, April 21 — Burwick Law has filed a federal class action lawsuit in the U.S. District Court for the Southern District of New York (SDNY) against the creators of AI16Z and ELIZAOS, including Walters, alleging violations of consumer protection laws, false advertising, and unjust

GateNews8h ago

Cobo Launches AI-Driven Agentic Wallet Supporting 80+ Blockchains with Multi-Party Computation Security

Gate News message, April 21 — Singapore-based digital asset custody firm Cobo unveiled the Cobo Agentic Wallet on April 20, a new product designed to enable artificial intelligence systems to independently execute blockchain transactions within a secure and controlled framework. The wallet allows

GateNews9h ago

OpenAI Prepares Agents Feature for ChatGPT, Codenamed Hermes

Gate News message, April 21 — OpenAI is preparing a new Agents feature for ChatGPT, codenamed "Hermes," according to Tibor Blaho, who monitors AI product updates. The feature includes a new agent builder called "studio" that allows users to create agents from templates, schedule runs, and

GateNews9h ago

MCP Protocol Hit by Design-Level RCE Vulnerability; Anthropic Refuses Architecture Changes

Gate News message, April 21 — Security firm OX Security has disclosed a design-level remote code execution (RCE) vulnerability in MCP (Model Context Protocol), the open standard for AI agents to invoke external tools, which is led by Anthropic. Attackers can execute arbitrary commands on any

GateNews11h ago

0G Foundation Partners with Alibaba Cloud to Bring Qwen LLM On-Chain for AI Agents

Gate News message, April 21 — The 0G Foundation has partnered with Alibaba Cloud to integrate the Qwen large language model series on-chain. Through a tokenized mechanism, developers can embed direct Qwen access into their

GateNews11h ago
Comment
0/400
No comments