In this article
Browse the research library
Ideas and terms
System of record
The one system that owns a fact
Published 9 September 20262 min read
In one paragraph
A system of record is the one system that owns a particular fact: the place where, if two systems disagree about a customer's address or an order's status, the answer in that system is treated as correct. Most organisations hold the same piece of information in several places, often because it was copied from one system into another to make some other job easier. Naming a system of record for each fact is what stops those copies from quietly drifting apart and being trusted equally.
Why it matters
A single fact, such as a customer's current address or the balance on an account, tends to end up stored in more than one system over time: the original system that captured it, a spreadsheet someone built to report on it, and a tool that copied it in for convenience. Each copy can drift out of date at a different rate, and none of them announces that it has. Deciding in advance which system is the authority for each fact, and treating every other copy as just that, a copy, means there is a clear answer to which version is correct.
How it works
- A system of record is the single system named as the authority for a given fact, agreed in advance rather than worked out after a disagreement.
- Other systems may hold the same fact, as a copy, for their own purposes, but they are not treated as authoritative.
- When two systems disagree, the rule is simple: the system of record wins, and the other copy is understood to be stale or wrong.
- Permissions travel with the fact back to its system of record, so access to a piece of information follows the same rules wherever it is read from.
- An AI system answering a question about that fact reads it from the system of record, or from a layer that is kept faithfully in sync with it, rather than from whichever copy happens to be easiest to reach.
What it looks like in practice
A customer's contact details live in the system that manages customer relationships. They also sit, copied in at some point and never revisited, inside a support tool and a billing spreadsheet. Naming the customer relationship system as the system of record means that whenever those three disagree, the customer relationship system is the one trusted to be current. An assistant answering a question about that customer reads the detail from there, rather than from whichever copy it happened to find first.
How this connects to our work
Naming a system of record for every important fact is a core part of building your company knowledge AI, and it is what makes an AI answer something you can trust rather than one of several conflicting versions.