← Back to Insights

Insight

Ready Was Not Reachable

Ariel Agor
Ready Was Not Reachable

Listen · Read by Leo · click any word to jump

0:00 / · loading…

On March 5, 2026, Cloudera and Harvard Business Review Analytic Services published a survey of enterprise leaders showing only 7% of organizations believe their data is completely ready for AI. Twenty-seven percent said it was not very or not at all ready. Five percent trusted their data to support AI at enterprise scale. The number became the reference point for every data readiness for AI adoption initiative launched this year, cited in board decks from Sydney to Frankfurt.

The headline missed what the number actually measures.

The Category Error Inside "Ready"

For twenty years, data readiness meant a warehouse project. Structured tables, cleaned columns, master data management, a governance council with quarterly reviews. The output was a dashboard. The audience was a human. The success criteria were freshness and accuracy at report time.

An agent is not a dashboard user. An agent asks for a specific row at a specific millisecond, with a specific caller identity, under a specific permission scope, and it wants the answer back in the same conversation turn. If the warehouse is clean but the agent cannot reach it inside its context window, the answer never arrives. If the row arrives but the caller identity dissolved somewhere in the middleware, the answer arrives with the wrong permissions. If the schema is a snowflake diagram no model has ever been trained to read, the agent chooses the wrong column and hallucinates.

None of those failures show up in a data quality audit. All of them show up in a failed pilot.

The Cloudera/HBR 7% is measuring dashboard readiness. The number for agent readiness is smaller. Almost nobody has published it because most enterprises are not looking at the right meter.

What August 2026 Actually Told Us

Three signals from the last thirty days point to the real shape of the problem.

Databricks held its Data + AI Summit in June, and by mid-August its Agent Bricks platform had reached general availability with Unity AI Gateway declared as the base orchestration layer. The company said more than 100,000 custom agents had already been built on the platform, processing over a quadrillion tokens annually. Unity AI Gateway does not store data. Its job is to govern which agent can reach which asset with which identity attached, and to log every retrieval. Model Context Protocol services are managed as assets inside that gateway.

Snowflake, at its June summit, rebranded Snowflake Intelligence to CoWork and Cortex Code to CoCo, and shipped External Engine Access Management. External Engine Access Management controls what external compute engines, including Databricks and Apache Spark, can read inside a Snowflake account. Again, the product surface is about who and what may read the data, from where, with what caller identity.

Anthropic's connector directory crossed 950 MCP servers this summer, used by millions of people daily. Claude Opus 4.6 shipped a beta one-million-token context window. The company's product surface reads like an integrator's blog: how to expose your systems to an agent through MCP, how to enforce permission scopes at the connector layer, how to log every retrieval for audit.

The three biggest platform builders in this space are shipping the same thing. The category is reachability plus governance at retrieval time. Storage and compute sit under it, sold as different things, purchased through different budget lines. Enterprises rarely name what they are actually buying.

The 95% and the Bottleneck It Named

MIT's Project NANDA study, "The GenAI Divide: State of AI in Business 2025," republished and re-quoted heavily through August 2026, put the number bluntly. Ninety-five percent of enterprise generative AI pilots produce no measurable business impact. Thirty to forty billion dollars in enterprise spend, no return.

The report's diagnosis has been widely read as an argument about vendors. Buy from a specialist and you succeed 67% of the time; build in-house and you succeed about a third as often. The subtext most executives took home was that internal engineering teams cannot deliver agents. That subtext is convenient because it points toward more procurement, which is the muscle a large company already has.

Read the diagnosis again with the readiness question in front of you. What the specialist vendors deliver and the internal teams miss is retrieval plumbing. Plumbing that respects the caller identity, the row-level permission, the freshness constraint, and the schema legibility that a running agent requires. The vendors show up with the integration pattern already solved because they have solved it fifty times. The internal team writes the first version, hits a permission mismatch on the third demo, and stalls.

The 95% number is the reachability tax being paid in cash. It is a story about data being present, warehouse-clean, and structurally out of reach.

The Three Axes That Get Missed

Every serious AI pilot that stalls at production stalls on one of three axes. Each axis is a form of reachability. None of them show up in a data quality scorecard.

Latency of retrieval

An agent that needs a customer's last three tickets before answering a question has a budget of a few hundred milliseconds. A warehouse query that returns those tickets in eleven seconds does not participate in the conversation. It participates in the postmortem. Whatever the model can do with a fresh answer is unavailable to the customer because the answer landed after the customer left.

Warehouses were built for reports that ran overnight. Retrieval for agents is a real-time system. Most enterprise data lives in shapes that were never built to be a real-time system.

Fidelity of the caller identity

When a support representative looks up a customer's account, the company's authorization system knows the human's role, the ticket the human is viewing, and the fields the human is allowed to see. When an AI agent looks up the same account on behalf of the same human, the identity often dissolves at the middleware. The AI runs as a service account with broader access, which either violates the permission scope or triggers a compliance freeze that suspends the pilot.

Every connector platform released this year, from Anthropic's MCP directory to Databricks Unity AI Gateway to CData Connect AI, is fundamentally about carrying the human's identity all the way to the row read. That work is a rewrite of how the enterprise reasons about who is asking.

Legibility of the schema

A model that has never seen your invoice table will read the column called ln_amt_gross_ex_vat and guess. It will guess wrong often enough that a random sample of ten invoices produces a public-facing error. The fix is not model tuning. The fix is a schema description that a model can read: what the table represents, what each column means, what the units are, what the edge cases are, what queries make sense against it.

Almost no enterprise has ever written that document. The information lives in the head of a data engineer, sometimes in a Confluence page from 2019, sometimes in Slack. Making the schema legible to a model is an ontology project. It is the work most easily confused with data cleaning and most different from it. Cleaning removes nulls. Legibility teaches the model what the numbers mean.

Why Cleaning Doesn't Help

The most common enterprise response to the 7% number is a data quality initiative. A steering committee. A vendor RFP for master data management. A twelve-month roadmap to lift the number from 7% to 30%.

The initiative will not move the reachability meter.

A cleaner warehouse is not a lower-latency warehouse. A cleaner warehouse does not carry caller identity to the row read. A cleaner warehouse does not become schema-legible to a model. The three axes of reachability are structurally independent of the axes a data quality program improves. You can hit a clean-data 30% and stay at a 7% agent-ready number.

This is the trap the marketing coming out of the traditional data platform vendors is happy to leave unsprung. Clean data is easier to sell than reachable data. It matches an existing budget line. It fits an existing team's remit. It ships a dashboard. Nobody has to rewrite the authorization layer. The buyer feels they answered the AI question. The pilot still fails.

What Data Readiness for AI Adoption Actually Means in 2026

If you drop the warehouse framing and start from the agent's point of view, data readiness for AI adoption has a small, testable definition. Can an authorized human, using an AI agent on their behalf, get a correct answer from your systems inside a conversation turn with the caller's own permission scope enforced end to end and every retrieval logged.

That sentence is the whole test. Enterprises that pass it can ship agents. Enterprises that fail it are shipping demos.

Reading the sentence back reveals the mismatch with most current initiatives. It has nothing to do with a lake, a warehouse, a mesh, a fabric, or a governance council. It has to do with a retrieval graph, an identity path, and a schema document written for a model. The people who deliver it look more like integrators than like data engineers. They spend their time in the middleware, not in the tables.

The specialist vendors the MIT report celebrated are winning because they arrive with this graph pre-assembled for a specific vertical or workflow. The internal teams that scored a third as effective are losing because they inherit a warehouse-shaped problem and try to solve it with warehouse-shaped moves.

What the Meter Should Read

Every enterprise now shipping AI at production scale reads a small set of numbers. None come from a data quality dashboard.

The first number is p95 retrieval latency in the agent's actual path, including auth, connector, and cache miss. If that number sits above one second, no agent flow of real economic value survives.

The second number is permission fidelity. Given a random sample of 100 human queries, what percentage of the AI-mediated retrievals returned exactly the same row set the human would have received unassisted. A number below 98 is a legal problem waiting.

The third number is schema hit rate. Given a sample of ambiguous field references in agent prompts, what percentage resolved to the correct column on the first attempt with no clarifying round trip. A number below 90 predicts the hallucinations you will read about later in a customer email or a regulator's letter.

These meters are how the 7% figure would become useful. They also explain why most enterprise dashboards still show the wrong readiness.

Why an Integrator Job Is Now a Board Question

The reason this becomes a board question rather than an IT question is the shape of the fix. Fixing retrieval, identity, and schema legibility across an enterprise is a cross-cutting rewrite. It touches identity infrastructure, data platform, application middleware, security, compliance, and the operating model of every department that will run agents. No single function owns all of that. If the CEO does not name an owner and a budget, the rewrite gets partitioned and fails.

The August 2026 platform announcements from Databricks and Snowflake are the vendor market telling boards this. Unity AI Gateway and External Engine Access Management are gateway products. They are what a company installs when it accepts that the readiness question has become an access-and-retrieval question that touches every system, rather than a data quality question that lives in the warehouse team.

The finance implication is direct. Every dollar spent on cleaning data without touching reachability is a dollar that does not move any agent pilot closer to production. A CFO reading the MIT NANDA number as a case for spending less on AI is reading it wrong. The number is a case for spending correctly. The current bill is being paid for the wrong shape of work.

Architecting the Fix

The temptation is to buy a platform and declare the problem solved. Unity AI Gateway is a real product. So is Snowflake's External Engine Access Management. So is Anthropic's connector directory. Each of them is useful. None of them can be installed on top of an enterprise that has not decided what its retrieval graph looks like, or who its callers are, or what its schemas mean.

The work has to be architected before the platform can help. The architecture question is: for each business workflow you want an agent to touch, what data does the agent need to reach, at what latency, with whose permissions, and against what schema description. That question has to be answered per workflow, not once across the company. It cannot be outsourced to a data platform vendor because the vendor does not know your workflows. It cannot be outsourced to a systems integrator with no AI depth because the integrator will build for the reporting era and re-create the retrieval mismatch.

This is where advisory work earns its keep. A partner that has designed retrieval graphs for a dozen agent workflows already knows the shape of the trap. They know that identity fidelity is where the first pilot dies. They know that the schema legibility document is the artifact most likely to be missed. They know that latency budgets get eaten by a single unindexed join, and where in the middleware to look for it. That pattern recognition is what turns a 95% failure rate into a shipped agent.

Buying a tool without that pattern recognition is what the MIT NANDA report was actually describing. The tool is not the fix. The fix is architecting the readiness that lets the tool do its job. Schedule a strategic consultation with us today.

Sources

The Three Reachability Meters a Data-Quality Dashboard Never Shows

Verifies the post's central claim that agent readiness is measured on three axes structurally independent of data cleanliness, each with its own meter and failure threshold. After fifteen seconds the reader can name the exact number to ask their team for and see why a master-data-management program moves none of them.

  • Cloudera and HBR found 7% of enterprises call their data completely ready for AI. That number measures dashboard readiness. None of these three meters appear on a data quality scorecard.
  • You can hit a clean-data 30% and stay at a 7% agent-ready number. The axes are structurally independent.
  • Clean data is easier to sell than reachable data. It matches an existing budget line, fits an existing team's remit, and ships a dashboard. The pilot still fails.
What the agent actually needsThe meter to readWhere it fails
Retrieval latencyA cleaner warehouse is not a lower-latency warehouse. Warehouses were built for reports that ran overnight.The rows returned inside the same conversation turn, counting auth, connector, and cache missp95 retrieval latency on the agent's real path, not the warehouse's benchmark pathAbove one second. No agent flow of real economic value survives it; an eleven-second query participates in the postmortem, not the conversation.
Caller-identity fidelityThis is a rewrite of how the enterprise reasons about who is asking, not a column cleanup. It is where the first pilot usually dies.The human's identity carried all the way to the row read, instead of dissolving into a broader service account at the middlewareGiven 100 sampled human queries, the share of AI-mediated retrievals that returned exactly the row set the human would have received unassistedBelow 98%. Either the permission scope is violated or a compliance freeze suspends the pilot.
Schema legibilityCleaning removes nulls. Legibility teaches the model what the numbers mean. It is an ontology project, and almost no enterprise has written the document.A description a model can read: what the table represents, what ln_amt_gross_ex_vat means, the units, the edge cases, the queries that make senseSchema hit rate: share of ambiguous field references resolved to the correct column on the first attempt with no clarifying round tripBelow 90%. Predicts the hallucination you read about later in a customer email or a regulator's letter.

Source: Thresholds, meter definitions, and failure framing stated verbatim in this post's 'The Three Axes That Get Missed' and 'What the Meter Should Read' sections. · verified · as of 2026-08-18

Want this kind of automation working for your business?

Agor AI designs and ships the systems these posts describe, scoped in weeks, not quarters.

Book a Free Strategy Call