Article icon
Article

The Good AI: Knowledge Graph – The Missing Layer Between AI and Trust

Yellow TDAN logo on a blue background

The Good AI is a TDAN column published quarterly on DATAVERSITY.

For years, data warehouses served business intelligence well, and the reporting analytics dashboard cycle has been a reasonable proxy for understanding what is happening in an organization. What it was never built for, and never needed to be built for, is the why. A foundational gap sat quietly behind every dashboard for years, the why that only a human could supply. Humans filled it reliably, almost invisibly, until generative AI and agentic systems came along promising to close that gap directly, often without the human foundation that had always been doing the work quietly underneath. Skip that foundation, and AI never gets a fair chance to earn trust before it loses it. What follows examines what it actually takes for agentic systems to deliver the why responsibly, as organizations move from keeping humans in the loop, to placing them on it, to eventually stepping beyond it altogether.

AI Governance Comprehensive

Gain the practical frameworks and tools to govern AI effectively.

The What Machine

The data warehouse was purpose built for what. What were revenues last quarter? What changed in customer behavior? What does the dashboard show this week? Business users brought requirements, technologists built queries over physical schemas, and results came back as extracts or dashboards. The business user reviewed the output, formed new whyquestions, and the cycle repeated.

The back and forth was the operating model rather than a flaw in it. The data warehouse held the numbers and the analysts held the meaning. The human interpretive layer behind that handoff was never documented, never formalized, never treated as infrastructure, because until now, it didn’t need to be. Each new why question sent the team back to the data, where they often found outliers, missing fields, inconsistent definitions, or business logic no one had documented. The iteration was slow, but it was diagnostic, and the friction had a function.

AI Raises the Stakes

Generative AI, agentic systems, and natural language query interfaces are collapsing that loop, and that is largely a good thing. Business users can ask questions in plain language and get answers in real time, without a queue, without a ticket, without waiting for the next sprint cycle. The interpretive work that once lived in a human analyst is now expected to live in the system.

The system now has to know more than it used to, and in many ways it needs to mimic the implicit context an analyst once carried around in their head. For instance, an experienced analyst simply knew that “revenue” meant recognized revenue, not booked revenue, and that “customer” excluded internal test accounts. None of that knowledge ever lived in the schema. It lived in the analyst’s head, in a Confluence page someone last touched in 2021, in the kind of tribal knowledge that gets passed along informally during onboarding.

When an AI agent runs the same query, none of that context transfers with it. The agent reads the schema, sees a column called “revenue,” and answers. The answer is wrong, not randomly wrong, but systematically and confidently wrong. Because the business user asked the question in plain text and got an answer back in plain text, they have no immediate reason to doubt it. We call this the knowledge graph gap.

The Gap

The knowledge graph gap is present in every organization deploying AI over an existing data warehouse today, and many leaders are only now realizing this is a present tense problem rather than a future one.

A knowledge graph does something a physical schema cannot, it encodes meaning. It represents not just where data lives, but what it refers to, how concepts relate, and what rules govern interpretation. It is the machine readable equivalent of the analyst’s institutional knowledge, the layer that answers not “what is in this table” but rather “what does this table mean in the context of this business.”

Without it, AI agents operate on vocabulary without grammar, retrieving information readily but without the context or reasoning to know what it means. They can pattern match on column names but cannot resolve why two tables both labeled “customer” mean different things in different parts of the business. Traditional data warehouses never needed this layer because a human interpretive loop supplied it instead, with people fully embedded in the process at every step, i.e. human-IS-the-loop. Moving toward human-ON-the-loop, or further still toward autonomous systems, requires building something the warehouse alone was never designed to provide.

Question 1 to ask: A practical starting point here does not require an enterprise-wide ontology project on day one. Pick the handful of business terms that get queried most often and ask whether each one has a single governed definition, or whether, like revenue in the example ahead, it quietly means different things in different functions.

Ownership as a First-Class Citizen

Knowledge graphs encode meaning, but meaning without accountability is incomplete. In a functioning knowledge graph, every concept, entity, relationship, and rule has an owner, and not a technical owner in the database administration sense but a semantic owner: a person or function accountable for what the concept means, when the definition changes, and what breaks downstream when it does. “Revenue” does not just have a definition, it also must have a steward. The role is not far removed from traditional data governance and data steward roles, just elevated to the knowledge graph and semantic level.

Ownership matters for AI in a way it never fully mattered for traditional reporting, because when a dashboard showed the wrong number, a human caught it and traced it back. When an AI agent produces wrong answers at scale, across hundreds of queries, embedded in workflows, surfaced in briefings, the absence of ownership means there is no clear line of accountability, no defined path to correction, and no authoritative source to restore confidence. Ownership in the knowledge graph is not bureaucracy, it is the mechanism that makes AI outputs correctable, and the semantic layer governable rather than merely useful.

Question 2 to ask: For the same handful of high-traffic terms identified above, ask whether each one has a named steward, someone accountable for the definition and reachable when a discrepancy surfaces, rather than an assumed owner nobody could actually name under pressure.

The Trust Cliff

A pattern is emerging in organizations that move quickly to deploy AI without this foundation. Early demos impress and adoption begins, tentatively at first. An answer then surfaces that is clearly wrong, or subtly wrong in a way only a domain expert catches weeks later, and confidence drops. Caveats and human review steps get added back in, and the autonomous capability that was the point of the investment quietly gets walked back.

Recovering from that setback is harder than avoiding it in the first place, and the reason is social rather than technical. Once leadership has seen an AI generated output contradict a number they know to be true, the burden of proof shifts permanently. Every subsequent output gets viewed with suspicion, and rebuilding that confidence takes more than fixing the mode. It takes demonstrating, repeatedly, that the underlying foundation has changed. None of this amounts to insurance against every AI error, but a knowledge graph with real ownership creates the structural difference between an error that is traceable and one that simply erodes trust.

Question 3 to ask: What currently happens in your own organization when a number from an AI tool or dashboard conflicts with what someone in the room already knows to be true, and is there a clear, defined path back to a single source and a named owner who can resolve it? If the answer is no, the next section shows exactly how that plays out.

The Same Question, Two Architectures

Consider a company where “revenue” appears in three places. Billing records invoices the moment they’re issued, finance recognizes revenue only after delivery is confirmed, and sales reporting aggregates booked deals regardless of delivery status. All three numbers are technically correct but cannot reconcile, given their different context and business needs, and that is perfectly fine on its own. The trouble starts once AI enters the picture.

A regional manager asks an AI agent what last quarter’s revenue was. The agent finds a table named Revenue and returns a figure, confidently and with no caveat. What it cannot see is that the table reflects booked deals rather than recognized revenue, and it has no way of knowing other definitions exist. The manager presents a number that does not agree with finance, and neither side, human or AI, can explain the gap, because the AI never knew there was one to account for.

Now consider the same organization with a knowledge graph in place, one that defines “revenue” as a governed concept rather than a column. The graph points to the recognized revenue source as authoritative for leadership reporting, marks booked deals as a related but distinct concept called pipeline value, and assigns ownership of the definition to a finance steward. The same question now returns the authoritative figure, with its source and steward attached, along with a note that pipeline value is a different number entirely. The figures reconcile, and if a discrepancy ever does appear, there is a defined owner and a defined source to check.

The model can be identical in both scenarios, since the difference sits entirely beneath it. In the first, the AI inherited an ambiguity the organization had never resolved and passed it forward as confidence. In the second, the knowledge graph turned an undocumented assumption into a governed, accountable fact. The agent did not get smarter, the foundation underneath it got stronger.

Building the Bridge

The path forward is not about ripping out the data warehouse and starting over. Data warehouses are not going away, and they should not, since they remain efficient, proven, and well understood. The case is for layering semantic and governance infrastructure on top, infrastructure that lets AI operate over existing data with the context it needs to be trustworthy. The three questions raised along the way point to where to start:

  • Govern the terms that already cause friction before attempting to govern everything, starting with the handful of business terms queried most often.
  • Assign a named owner or steward to each of those terms, someone accountable for the definition and reachable when a discrepancy surfaces.
  • Where multiple physical data elements currently mean, or claim to mean, the same business term, give them distinct semantic context, business names, and definitions, formalized so that only one is ever recognized as the authoritative answer to that term going forward.

Treat each resolved ambiguity as a foundation stone rather than a one-off fix, since the value compounds only if the next concept builds on a governed one rather than starting from zero again.

Organizations that build this foundation now will find their AI capabilities compound, with each governed concept and ownership assignment making the next use case faster and safer to deploy. Organizations that skip this step will find themselves rebuilding trust repeatedly, at rising cost, as AI scales. Remember, the data warehouse knows the what. Building the why starts with meaning, ownership, and the infrastructure to hold both.

Data Architecture Bootcamp

Learn how to design modern data architectures that unify operational, analytical, and AI data – September 2026.