Single Source of Truth

    A single source of truth means every fact has one authoritative home. Copies are views, never originals — which is what ends version arguments.

    What is a single source of truth?

    A single source of truth means every fact in a business has exactly one authoritative home. Other places may display it, but none may own a second version. It removes the most expensive question in operations: which copy of this information is the correct one?

    Key takeaways

    • One fact, one owner, one authoritative location.
    • Copies are views, never originals.
    • Disagreement between systems is a design defect, not a user error.
    • Reconciliation work disappears when duplication does.

    Why duplication is expensive

    Every duplicate creates an obligation to keep it current. That obligation is invisible until two versions disagree, at which point somebody spends an afternoon deciding which one is real — and the customer waits.

    How to tell whether you have one

    • Changing a phone number once updates it everywhere.
    • Nobody asks 'which sheet has the latest version?'
    • Reporting is not reconciled by hand each month.
    • Two departments quoting the same job quote the same number.

    Views are fine — copies are not

    A dashboard, an export or a mobile screen showing the same underlying record is a view. A separate spreadsheet someone maintains alongside it is a copy. Views scale; copies rot.

    Frequently Asked Questions

    More in Architecture

    How information should move through a business.

    Browse Architecture
    Share this page