GBrain

tool · updated Jun 10, 2026

person concept tool org talk claim — click a node to jump to its page; hover an arrow for the relation

GBrain is an internal knowledge management tool used within Y Combinator that structures company information into LLM-readable wiki-style knowledge bases, inspired by Andrej Karpathy's approach to knowledge organization.

Design and Architecture

GBrain is described as building "Karpathy style knowledge LLM wikis" — a reference to dense, structured knowledge representations optimized for language model consumption rather than human browsing. (Inside YC's AI Playbook, 10:30)

A key architectural principle underlying GBrain is Denormalization for Agents: rather than storing information in normalized, relational structures suited to traditional databases, the system deliberately denormalizes data into formats optimized for agent retrieval and understanding. As described in the talk, "you're going to denormalize it and you're going to put it in a format that is optimized for agent retrieval and understanding." (Inside YC's AI Playbook, 10:45)

This design reflects a broader principle in agent engineering: that data schemas optimized for human-readable systems or traditional software often perform poorly when consumed by LLM-based agents, necessitating purpose-built knowledge representations.

Points of disagreement

No critical perspectives or competing claims about GBrain appear in the available material.