Meaning
What does each business term mean, and where do teams disagree?
A company brain is the governed context layer that lets AI understand the company’s language, facts, relationships, rules, history, and current operating state. It may use an ontology, knowledge graph, semantic layer, structured knowledge, retrieval, and memory—but no single one of those is the whole brain.
| Term buyers use | What it does | Example | It is not |
|---|---|---|---|
| Ontology / business ontology | Defines the types of things, their meaning, and allowed relationships. | A “customer” may have accounts, contracts, sites, contacts, and service cases. | A document store. |
| Knowledge graph | Stores or exposes entities and their relationships so systems can traverse them. | Which facilities belong to this account, use this supplier, and have open incidents? | Automatically trustworthy because it is a graph. |
| Semantic layer | Standardizes business metrics and definitions across systems. | Every team calculates gross margin and active customer the same way. | Long-term conversational memory. |
| Structured knowledge layer | Makes important facts, rules, entities, and decisions machine-readable. | Approval thresholds, product rules, owners, and escalation routes. | A folder full of PDFs. |
| Retrieval / RAG / enterprise search | Finds source material relevant to the current question and gives it to the model. | Retrieve the current policy and matching contract terms. | A guarantee the source is current or applicable. |
| Enterprise or agent memory | Preserves useful state across turns, sessions, or workflow runs. | A supplier review remembers prior exceptions and unresolved commitments. | An excuse to retain everything forever. |
| AI-aware knowledge architecture | Designs sources, structure, provenance, access, freshness, and interfaces for both people and AI. | A governed context service serving several workflows. | A new system of record by default. |
What does each business term mean, and where do teams disagree?
Which system or owner is authoritative for this fact or decision?
How do customers, products, contracts, locations, people, and work connect?
What was true then, what is true now, and what changed?
Who—or which agent—may retrieve, infer, retain, and act on the information?
Can a reviewer trace an answer to its source, version, observation, or decision?
The seventh question is usefulness: does this context improve a real workflow? A technically elegant knowledge graph that no production task needs is infrastructure theater.
Can an owner correct a fact, relationship, or definition? Can the system distinguish an observation from a decision and a current state from a historical one? Does every retrieved claim preserve provenance and source permission? Are memory retention and deletion explicit? Can conflicting sources be surfaced rather than blended into a confident answer? Can teams see which applications and agents depend on a definition before it changes?
If those answers are missing, start with a narrower knowledge service for one workflow. A company brain earns its name by making business context more trustworthy and reusable over time—not by indexing the most documents.
Start with a consequential, repeatable workflow: resolving a customer exception, reviewing a contract, qualifying an account, or preparing a management decision.
List the facts, documents, relationships, definitions, prior decisions, and current state needed for a correct answer. Mark authority and freshness.
Use retrieval for source material, structured fields for critical facts, an ontology where meaning is inconsistent, a graph where relationships matter, and memory only where continuity improves the work.
Enforce source permissions, retention, citations, and review. Test stale, missing, conflicting, and unauthorized context—not just ideal questions.
When definitions, connectors, entity mappings, and retrieval patterns prove useful, make them available to the next workflow.
The company brain should usually reference and interpret operational systems, not silently replace them. Writes need explicit authority and reconciliation.
OpenAI describes business context as connecting data warehouses, CRM tools, and internal apps so agents can build durable institutional memory. Its broader investment guidance also names trusted connectors and curated knowledge as shared capabilities. See OpenAI Frontier and AI investment guidance.
| If the failure is… | Start with… |
|---|---|
| AI cannot find the right source | Source inventory, permissions, metadata, and retrieval. |
| Teams use the same word differently | Business definitions and a lightweight ontology or semantic layer. |
| Answers depend on connected entities | Stable identifiers and relationship modeling; consider a knowledge graph. |
| Work loses context between runs | Scoped workflow memory with retention and correction rules. |
| Sources conflict or change | Authority, provenance, timestamps, conflict policy, and human review. |
| Required feature | Enterprise control | Required outcome |
|---|---|---|
| Classification and purpose binding | Label personal, confidential, privileged, regulated, and public data; record permitted purposes and prohibited uses. | Agents retrieve only context appropriate to the user, workflow, and approved purpose. |
| Lineage, provenance, and time | Preserve source, owner, version, effective date, observation time, transformations, and citations for material facts. | A reviewer can reproduce what the system knew and why an answer was considered valid at that time. |
| Permission-aware retrieval | Carry source-level identity and access controls through indexes, embeddings, caches, graphs, summaries, and memory. | The context layer never broadens access merely because information was transformed for AI. |
| Retention, deletion, and residency | Apply records schedules, legal holds, deletion requests, geographic restrictions, backup policy, and memory expiration. | Data does not become permanently retained or move jurisdictions simply because an agent used it. |
| Quality and conflict management | Name authoritative systems, validation rules, correction workflows, conflicting-source policy, freshness thresholds, and steward review. | Material decisions use current, attributable knowledge; uncertainty and disagreement remain visible. |
| Isolation and leakage testing | Separate tenants and environments; test prompt injection, unauthorized retrieval, inference leakage, export, and bulk extraction. | Sensitive context cannot cross customers, roles, cases, or approved workflow boundaries. |
For regulated work, the desired result is not “the agent knows everything.” It is the right agent receives the minimum correct, current, and authorized context—with evidence. Sector rules may also require specialized consent, recordkeeping, data-subject, confidentiality, or validation controls.
These controls support the lifecycle risk approach in the NIST AI RMF and the traceability, transparency, and continual-improvement objectives described by ISO/IEC 42001.