All glossary terms
D Data foundation Agent readiness

Data intelligence

Data intelligence makes enterprise data understandable to systems, in addition to people. Business intelligence made data readable by analysts. Data intelligence makes it usable by machines. An analyst can figure out an ambiguous field from memory. An agent cannot.

Definition

Data intelligence is the capability that makes enterprise data understandable to systems rather than only to people: what each field means in business terms, how entities relate to each other, how current and trustworthy it is, and who may legitimately use it. It is the difference between data that can be queried and data that can be reasoned over.

What is data intelligence?

Data intelligence makes enterprise data understandable to machines, alongside analysts. It captures meaning, relationships, freshness, and permitted use, right alongside the data itself. The practical test is whether a system that has never seen your business could act on that data correctly, without a person interpreting it first.

Most organizations already know where their data is. They have a warehouse or a lakehouse, a catalog listing the tables, and pipelines keeping them fed. What they generally do not have is a written answer to what any of it means, because until recently the person reading the data supplied that themselves.

That is the gap data intelligence fills. It is the layer of understanding on top of stored data: not the bytes, and not the inventory of where the bytes live, but the meaning attached to them.

Metadata tells you the mechanics. Semantics tell you the meaning

This distinction is the whole subject, and it is easiest to see in one field. Suppose a table has a column called cust_rev_ttm.

  • Metadata tells you it is a decimal, refreshed nightly at 02:00, sourced from the billing system, and queried by fourteen dashboards. All true, all useful, and none of it tells you what the number is.
  • Semantics tell you it means trailing-twelve-month customer revenue, net of returns, excluding intercompany transactions, denominated in reporting currency, and that it is deliberately not comparable to the field called revenue in the CRM.

An analyst who has worked there three years knows the second paragraph without being told. They carry it, undocumented, and they apply it every time they use the field. A system has access only to what was written down. Data intelligence is the discipline of writing down what the analyst knows, in a form a system can act on.

A note on the term itself

Data intelligence is used in two related but distinct ways, and it is worth separating them. As a general capability it means what is described above. As a product category, Data Intelligence Platform is a term introduced by Databricks to describe platforms that use AI models to understand the semantics of enterprise data, built on a lakehouse foundation; Collibra and others also market platforms under the same name. This entry describes the capability. When a specific platform is meant, the vendor name belongs in front of it.

How is data intelligence different from a data catalog or data governance?

A catalog records where data is. Governance records who is accountable for it. Data intelligence records what it means and whether a system can rely on it. The three overlap in tooling and answer different questions, and most enterprises need all of them.

These terms are used interchangeably in vendor material, which is expensive during evaluation because two products described in the same language may solve different problems. The distinctions below are drawn by the question each one answers.

Data intelligence compared with data catalog, data governance, metadata management, business intelligence, data observability, and master data management
Term What it establishes, and the question it answers
Data intelligence The meaning, relationships, reliability, and permitted use of data, expressed so a system can act on it. Could something that has never seen our business use this correctly?
Data catalog An inventory of data assets, where they live, and their technical description. Where is the data, and what is in it?
Data governance Ownership, policy, and controls over data assets. Who is accountable for this, and what are the rules?
Metadata management The technical and operational facts: schemas, types, refresh schedules, usage. What are the mechanics of this dataset?
Business intelligence Analysis and reporting for human decision-makers. What happened, and why?
Data observability Monitoring of pipeline and data health, including freshness, volume, and schema drift. Did the data arrive correctly today?
Master data management One authoritative record per core entity such as customer, product, or supplier. Which of these records is the real one?

Two relationships are worth holding onto. Data intelligence depends on the others rather than replacing them: it needs the catalog to know what exists, governance to know who decides, observability to know whether today's copy is sound, and master data management to know that one customer is one customer. And business intelligence is the closest historical relative, which is why the shift is easy to underestimate. Both are about understanding data. They differ in who is doing the understanding, and that changes what has to be written down.

Why do AI agents raise the bar on data?

An analyst resolves ambiguity from experience, notices numbers that look wrong, and inspects a handful of results. An agent has none of that. It carries only what was documented, applies it at scale without supervision, and may act on a wrong premise before anyone reviews the output.

This is the reason data intelligence has moved from a data-office concern to an AI programme dependency. The data did not get worse. The consumer changed.

Two panels comparing consumers of the same data. On the left, an analyst receives an ambiguous field, resolves it using undocumented knowledge held in their head, and asks a colleague when unsure. On the right, an agent receives the same ambiguous field, has no undocumented knowledge and nobody to ask, and proceeds to act on a wrong premise at scale. Beneath, a line reads: the data did not change, the consumer did.
The same data consumed by an analyst compared with an agent, and the consequence of each difference
Difference An analyst using the data An agent using the data The consequence
Ambiguity Resolves it from experience, or asks a colleague Has no colleague to ask, and proceeds anyway A wrong answer arrives with full confidence
Context Carries years of knowledge nobody wrote down Carries only what was written down Undocumented knowledge becomes a defect
Scale Inspects a few results before acting on them Processes thousands, unattended One bad definition propagates everywhere
Errors Notices when a number looks implausible Has no intuition for what looks wrong Detection has to move earlier, into the data
Access Sees what their own login permits Sees what its service identity inherited Over-broad access becomes invisible
Recovery Re-runs the query and moves on May already have taken an action Correcting the answer is no longer enough

The last row is the one that changes the economics. When an analyst misreads a field the cost is a wrong slide. When an agent misreads the same field it may have already issued a credit, sent a notice, or closed a case. That is why data intelligence stops being a documentation exercise and becomes a control: an agent acting on stale definitions or unresolved entities is operating outside its intended scope, which is a governance problem before it is a data problem. See AI governance.

What makes data AI-ready?

Six requirements decide whether data is usable by an agent: resolved semantics, entity resolution, certified quality with declared freshness, traceable lineage, machine-readable access policy, and a change contract. Failing any one of the six means the agent acts on a wrong premise rather than failing visibly.

The phrase "AI-ready data" is used widely and rarely defined, which makes it hard to assess whether a dataset qualifies. The six below are stated as a gate on purpose. They are cumulative rather than a maturity scale, because a dataset that satisfies five of them still produces confidently wrong output.

Raw enterprise data on the left passes through six sequential gates labelled semantics, entities, quality and freshness, lineage, access policy, and change contract, emerging on the right as agent-ready data. A note beneath reads that failing any single gate means the agent acts on a wrong premise rather than failing visibly.
  1. 01
    Resolved semanticsWhat each field means in business terms, stated unambiguously, including what it excludes and what it is not comparable to. Without it: the agent guesses, and a guess about a definition is indistinguishable from an answer.
  2. 02
    Entity resolutionOne customer, product, or supplier is one thing across every system that references it. Without it: the same entity is counted several times, and totals are wrong in a direction nobody notices.
  3. 03
    Certified quality and declared freshnessQuality is measured and then stated, and the data carries how current it is. Without it: the agent cannot tell whether to trust today's copy, so it treats stale data as authoritative.
  4. 04
    Traceable lineageWhere the data came from and what transformed it on the way. Without it: a wrong output cannot be traced to a source, so the same error recurs after being corrected downstream.
  5. 05
    Machine-readable access policyWho and what may use each field, expressed so a system enforces it rather than so a person reads it. Without it: permissions depend on whatever identity the agent inherited, which is rarely the intended one.
  6. 06
    A change contractA stated agreement on what may change in a dataset, and with what notice. Without it: a schema or definition change breaks downstream agents silently, and the failure surfaces as bad answers rather than as an error.

Requirement six is the one most overlooked, and the toughest to add in after the fact. When something small changes, a human reading the data usually notices and adjusts. An agent doesn't. If a definition it was relying on changes quietly, the agent keeps producing output as usual, except now that output is wrong in a way that looks perfectly normal. This is exactly why data contracts exist, and why they matter so much once the one consuming the data is a machine, not a person.

How do you build data intelligence?

Build it in six steps: connect and profile what exists, resolve semantics rather than only schema, resolve entities, certify quality and declare freshness, express access policy machine-readably, then hold the change contract. Start with the data one specific use case needs rather than the whole estate.

The order follows the dependencies. Semantics cannot be resolved for data nobody has profiled, and a policy cannot be enforced on entities that have not been reconciled.

  1. Connect and profile what you actually have

    Reach the systems that hold the data, including the ones outside the warehouse, and profile what is in them rather than what the documentation claims. Profiling routinely surfaces fields that are unused, duplicated, or populated differently from their name, and it is cheaper to find that now than during a failed agent deployment.

  2. Resolve semantics, not just schema

    Capture what each field means in business terms, sourced from the people who use it rather than from the table definition. Modern approaches infer much of this automatically from the data and its relationships, which makes the task tractable at enterprise scale; the remaining work is confirming the inferences with an owner who can be held to them.

  3. Resolve entities across systems

    Establish that one customer is one customer whether it appears in the CRM, the billing platform, or the support system. This is unglamorous and it determines whether any aggregate an agent produces is correct.

  4. Certify quality and declare freshness

    Measure quality, then publish the result alongside the data so a consuming system can read it. The important shift is from a quality dashboard a person checks to a quality signal a system consumes, because an agent will not go and look.

  5. Express access policy so a machine can enforce it

    Convert who-may-see-what from a document into an attribute a system reads at query time. Policy that exists only in prose is applied by whoever remembers it, and an agent remembers nothing it was not given.

  6. Hold the change contract

    Agree what may change in each dataset and with what notice, then enforce it. Without this, everything built in the five previous steps degrades quietly, and the degradation is discovered through wrong answers rather than through alerts.

One approach is deliberately absent. There is no step for documenting the entire data estate before starting. Estate-wide semantic projects are the classic way this work stalls, because the effort is enormous, the value arrives only at the end, and the definitions age while the project runs. Resolving the data one real use case depends on produces something usable in weeks, and the second use case is cheaper because the entities and policies already exist.

What does data intelligence look like in practice?

Two failures show it clearly. An agent aggregating two revenue fields that were never comparable, and an agent treating one customer as three because no entity resolution existed. Both produce plausible output, and neither raises an error, which is what makes them expensive.

The revenue field that was never comparable

A finance team asks an agent for revenue by customer for the quarter. Two systems hold something called revenue: the billing platform records invoiced amounts net of credits, and the CRM records booked contract value at signature. A human analyst knows never to add these together. Nothing in the data says so.

The agent produces a total. It is internally consistent, formatted correctly, and wrong by whatever the difference between bookings and billings happens to be that quarter. Nobody catches it, because the output looks exactly like a correct answer. The fix is not a better model. It is a semantic definition on both fields recording what each measures and that they are not additive.

One customer counted three times

A support agent is asked to summarize a customer's history before a renewal conversation. The account appears in the CRM under a trading name, in billing under a registered entity name, and in the support system under an acquired subsidiary. Without entity resolution, the agent finds one of the three and reports confidently on a third of the relationship.

Both examples share a shape worth noticing. The failure is not that the agent could not find data. It found data, reasoned over it correctly, and reached a wrong conclusion because the premise was wrong. That class of failure is invisible to model evaluation and to agent testing, which is why it belongs to the data layer.

Which category of tooling provides data intelligence

No single category covers all six requirements. Lakehouse and data platforms increasingly build in semantic and governance features alongside storage and compute. This suits organizations consolidating around one platform. Data catalog and governance vendors are strong on business context, ownership, and regulatory classification. These are often deployed alongside a platform, not instead of it. Master data management handles entity resolution specifically. Data observability covers freshness and quality signals. Agentic data platforms combine semantic discovery with an agent layer that uses it. Most enterprises end up assembling two or three of these. The real evaluation question is which of the six requirements a given tool satisfies.

Frequently asked questions about data intelligence

If your question is not here, our team will answer it directly.


Talk to a Specialist →
What is data intelligence in simple terms?

Data intelligence is the layer of understanding that sits on top of stored data. Storage tells you the data exists. A catalog tells you where to find it. Data intelligence tells you what it means, whether you can rely on today's copy, and what it may legitimately be used for. The reason it matters now is that software has started consuming data directly, and software cannot supply the missing context the way an experienced person does.

What is the difference between data intelligence and business intelligence?

They differ in who is doing the understanding. Business intelligence presents data to people so a person can interpret it and decide, which means ambiguity in the underlying data is resolved by the reader. Data intelligence encodes that interpretation into the data itself so a system can act without a reader present. A dashboard can survive an ambiguous field because a human silently corrects for it. An automated process cannot, so the ambiguity has to be removed rather than tolerated.

Is data intelligence the same as a data catalog?

No, though catalogs are usually where data intelligence is recorded. A catalog is an inventory: what datasets exist, where they live, their schemas and refresh schedules. Data intelligence is the meaning layer: what each field represents in business terms, how entities relate, how reliable the data is, and who may use it. A complete catalog with no semantic layer tells you precisely where to find a number and nothing about whether that number is the one you want.

What does AI-ready data actually mean?

Six conditions have to hold. Semantics are resolved, so every field has an unambiguous business meaning. Entities are resolved, so one customer is one customer everywhere. Quality is certified and freshness is declared, so a system can judge whether to trust it. Lineage is traceable. Access policy is machine-readable rather than written in prose. And a change contract states what may change and with what notice. These are cumulative: satisfying five of six still produces confidently wrong output.

Why do AI agents need better data than dashboards did?

Because the consumer changed, not the data. An analyst resolves ambiguity from years of undocumented experience, notices figures that look implausible, and inspects a handful of results before acting. An agent carries only what was written down, has no intuition for what looks wrong, and processes thousands of records unattended. It may also have already taken an action by the time anyone reviews the output, which means correcting the answer is no longer sufficient.

What is a semantic layer, and why does it matter for AI?

A semantic layer is where the business meaning of data is recorded: definitions, relationships between entities, hierarchies, and the rules governing how measures may be combined. It matters for AI because it is the only place a system can learn that two similarly named fields are not comparable, or that a metric excludes intercompany transactions. Without it, a model or agent infers meaning from field names and sample values, which works often enough to be dangerous.

How is data intelligence related to data governance?

They are complements with different objects. Data governance establishes ownership, policy, and accountability over data assets, answering who decides and what the rules are. Data intelligence establishes what the data means and whether it can be relied upon, answering whether a system could use it correctly. Governance without data intelligence produces well-owned data nobody can interpret consistently. Data intelligence without governance produces clear definitions that no one is accountable for keeping true.

Do you need a data warehouse or lakehouse before data intelligence?

A consolidated platform helps considerably and is not a prerequisite. What data intelligence requires is reachability and a place to record meaning, not physical centralization, and semantic definitions can span systems that remain separate. Waiting for a consolidation programme to finish is a common reason this work never starts. The more useful sequencing is to resolve the data one real use case depends on, wherever it currently lives, and let the second use case benefit from the entities and policies already established.

How do you measure whether data intelligence is working?

Test whether a system can answer questions unaided. Four checks work well. Ask whether every field used by an AI system has an owner-confirmed business definition. Pick a core entity and check whether it resolves to one record across systems. Ask whether a consuming system can read quality and freshness signals programmatically rather than a person reading a dashboard. And ask what happens when a definition changes, and whether downstream consumers are notified or simply start being wrong.

What is the difference between data intelligence and a Data Intelligence Platform?

One is a capability, the other is a product category. Data intelligence as a capability means making data understandable to systems, and can be assembled from several tools or built into a platform. Data Intelligence Platform is a category term introduced by Databricks for platforms that use AI to understand the semantics of enterprise data on a lakehouse foundation, and it is also used as a product name by Collibra and others. When comparing named platforms, the useful question is which of the six AI-readiness requirements each one enforces rather than documents.

Who owns data intelligence in an organization?

Accountability usually sits with a chief data officer or equivalent, with the work distributed. The data office owns definitions, quality standards, and the catalog. Business domain owners supply and confirm the semantics, because they are the only people who actually know what a field means. Data engineering builds the pipelines and the profiling. The AI or platform team consumes the output and is usually the function that discovers the gaps. The arrangement that fails is a central data team writing definitions without domain confirmation.

Can AI itself help create data intelligence?

Yes, and this is what made the work tractable at enterprise scale. Semantic discovery techniques can infer likely meanings, relationships, and entity matches from the data and its usage patterns, producing a draft ontology far faster than manual documentation. The limit is confirmation rather than generation. An inferred definition nobody has accepted is a hypothesis, and treating hypotheses as certified semantics reproduces the original problem with more confidence attached to it.

Discover. Reason. Act.
Could an agent use your data without someone explaining it first?

ARIIA, Covasant's Agentic Data Platform, builds the semantic model, the relationships, and the knowledge-graph blueprint as data arrives, across 100+ connectors, so business users can query enterprise data in natural language. See it against a dataset of your own.