A company brain is a pipeline, not a chat
Literals, permissioned chunks, time-stamped facts, and curation — then agents. Not RAG over Drive.
A “company brain” is not a pretty chat over your files. It is not a wiki nobody updates, and it is not “RAG over Drive.” It is a live org-memory system: raw events become permissioned, time-aware facts that people and agents can trust.
A company brain is a pipeline: keep every event as a literal, retrieve it as permissioned chunks, believe it only as time-stamped graph facts, and curate contradictions — then let agents read that, not the raw drive.
What it is not
- A chat log.
- A dump of indexed documents.
- An LLM that sniffs the whole company.
- Four hundred and fifty connectors on day one.
The convert path
- Literals — non-lossy raw. The episode is the source of truth.
- Chunks — topic + embedding + ACL. A retrieval index, not truth.
- Graph — entities and edges with
valid_at/invalid_at. Invalidate; don’t silently overwrite. - Curation — promote, degrade, or ask. Asking writes a new literal. No “verified” without an owner.
Then consume: read tools (for example MCP) on curated facts, with human identity so ACL holds. MCP is a door, not a fifth truth layer.
Why most pitches fail
- Embeddings + agents without write-time truth → confident lies.
- ACL leaks under graph traversal → trust dies.
- Auto-resolving contradictions without owners → silently wrong “verified” facts.
- Boil-the-ocean integrations → never ships.
- Category-name theater without the convert path → hype post.
Where to start
A wedge, not a brain for everything: ingest where work already happens (CRM changes, call transcripts, allowlisted channels), curate with owners, then let an agent read the permissioned graph.
We already keep a deliberate private knowledge tree — notes, decisions, how we work — adjacent to literals and hand curation. That is not a production Company Brain. It is the habit: don’t confuse an index with truth.
How we think about it at Kobelt
We build operating products around a named pilot. If a “brain” is not tied to a process with an owner and facts you can invalidate, it is theater. If it is — it is infrastructure next to the work, not a chatbot on folders.