Company Brain¶
Summary¶
A "company brain" is a living, permissioned model of how an organization remembers, reasons, and acts. It has three layers: factual memory (records of what happened), context graph (reasoning that connects facts), and action coordination (helping the organization do the next right thing). The concept emerged from YC's framing of the blocker to AI automation and is being pursued by companies like Sentra.
Details¶
The term gained traction after YC called for a "company brain" — a living map of how a company works, beyond search or chatbots. Ashwin Gopinath (CEO of entities/sentra, former MIT professor) articulated a detailed definition in a long-form post (April 2026).
Three-Layer Architecture¶
-
Factual memory — The record of what happened across meetings, messages, emails, documents, tickets, CRM notes, commits, incidents, dashboards, customer calls, and support conversations. Needs provenance, permissions, timestamps, and grounding. Most companies start here, but it only tells you what happened, not why it mattered.
-
Context graph (reasoning layer) — Where facts become a model of the company. A customer call connects to an opportunity, which connects to a product gap, which connects to an engineering tradeoff, which connects to a roadmap decision, which connects to strategy. Also includes metacognition: knowing when evidence is weak, context is stale, teams have conflicting assumptions, or a commitment has no owner.
-
Action coordination — Helping the organization do the next right thing — drafting follow-ups, creating tickets, warning the CEO about inconsistent assumptions, or auto-processing refunds. This is different from normal automation (which executes a known workflow); a company brain coordinates from context.
Key Insight¶
The central argument is that agents don't fail because companies lack data — they fail because companies lack memory of why the data means what it means. Most company knowledge is created between people in the moment, and by the time it becomes a ticket or PRD, the "why" has been compressed away.
Integration Equation¶
Factual memory
+ human communication
+ context graph and reasoning
+ governed action
= company brain
Two Deployment Paths¶
- Aggregation: Connect to existing tools (email, calendar, Slack, docs, CRM, etc.) — how large companies likely start.
- Vertical integration: A young company adopts memory, reasoning, and action from the beginning before knowledge fragments.
Role-Specific Abstractions¶
A company brain serves the organization by serving each role at the right level: - Individual contributor: What context do I need? Why was this decision made? What has been tried? - Manager: What commitments are at risk? Which decisions are blocked? Which assumptions conflict? - CEO: Where is the company drifting? What are customers saying? Which decisions had weak evidence? - Agents: What can I safely do? What context must I use? When should I ask a human?
Key Claims & Data Points¶
- A company brain is defined as "a living, permissioned model of how an organization remembers, reasons, and acts" — [source: ashwingop-company-brain-2026.md]
- Three-layer architecture: factual memory, context graph, action coordination — [source: ashwingop-company-brain-2026.md]
- Agents fail because companies lack memory of why the data means what it means, not because they lack data — [source: ashwingop-company-brain-2026.md]
- YC framed the blocker to AI automation as domain knowledge scattered across people's heads, emails, Slack, tickets, and databases — [source: ashwingop-company-brain-2026.md]
- Sentra is building "enterprise general intelligence" — a shared intelligence/memory layer over all communications — [source: ashwingop-company-brain-2026.md]
Open Questions¶
- Does the aggregation or vertical integration path win? Gopinath is unconvinced either way.
- How does a company brain handle privacy and permissions at scale?
- Is the company brain concept distinct from or overlapping with enterprise-intelligence?
- What happens to the company brain model as the organization scales and context grows?
- How does this relate to transactive-memory theory in organizational psychology?
Related Articles¶
- organizational-memory
- enterprise-intelligence
- ai-agent-failure-modes
- agentic-ai
- entities/sentra
Sources¶
- Ashwin Gopinath (@ashwingop) — Company Brain: Why Most Companies Have Data But No Memory — Long-form X post defining the company brain concept with three-layer architecture