← All posts

AI · February 13, 2026 · intSignal AI Team

Get Your Data Foundations Right Before You Invest in AI

Why AI initiatives stall on data, not models

The uncomfortable pattern behind most stalled AI programs is the same: the model was never the problem. Industry surveys of enterprise AI put the failure rate of initiatives somewhere between half and four-fifths, and when you trace the post-mortems, they rarely blame the algorithm. They blame the inputs — data that lived in a dozen disconnected systems, that no one owned, that no one trusted, and that no one could explain the origin of when a regulator or an executive asked.

A useful way to think about it: a machine learning model is a lens, and your data is the light. A better lens cannot fix light that is dim, distorted, or pointed at the wrong thing. Teams that skip the data foundation and jump straight to a pilot usually spend the first several months of that pilot quietly rebuilding the foundation anyway — under deadline pressure, without a plan, and with an executive already asking why the demo has not shipped. This post lays out the sequence that avoids that trap.

The data maturity ladder

Before you scope any AI project, locate yourself honestly on a maturity ladder. Each rung is a prerequisite for the one above it, and you cannot skip rungs.

  1. Captured. The data you need actually gets recorded somewhere — logs, transactions, sensor readings, tickets. If it is not captured, no model can learn from it, and no amount of tooling downstream will conjure it.
  2. Consolidated. The data is pulled out of its source silos into one place you can query. This is the rung most organizations underestimate, because the data feels "available" when it is scattered across a CRM, an ERP, three spreadsheets, and a SaaS app nobody remembers buying.
  3. Cleaned. It is deduplicated, standardized, and validated. Customer "Acme Inc" and "ACME, Incorporated" resolve to one entity. Dates use one format. Nulls mean something you have decided on purpose.
  4. Governed. It has owners, documented meaning, access controls, and known lineage. You can answer "where did this number come from" without a two-week investigation.
  5. Activated. It feeds analytics, dashboards, and — only now — machine learning, with monitoring that tells you when it drifts.

Most companies that believe they are "ready for AI" are somewhere around rung two. The honest conversation is about the distance between where you are and where a production model needs you to be.

Warehouse, lake, and lakehouse without the jargon

You cannot consolidate data without somewhere to put it, and the vendor landscape buries this decision under acronyms. Stripped down, there are three patterns:

  • Data warehouse. A store optimized for structured, tabular data with a defined schema — think finance records, transactions, and CRM exports. You decide the structure up front, which makes queries fast and reporting reliable. It is the right home for the numbers the business already runs on.
  • Data lake. A store for raw data of any shape — text, images, logs, video, JSON — kept cheaply until you decide what to do with it. It is flexible and inexpensive, but without discipline it degrades into a "data swamp" no one can navigate.
  • Lakehouse. The now-dominant middle path that puts warehouse-style structure, transactions, and governance on top of low-cost lake storage. For most organizations building toward AI, this is the pragmatic target because analytics workloads and ML workloads can share one governed copy of the data.

The jargon matters less than the principle: land raw data cheaply, then curate a governed, query-ready layer on top of it. Where that lives is largely a cost and scale question, and it is tightly coupled to your broader cloud infrastructure strategy — storage tiers, network egress, and compute all follow from it. Decide the platform before you decide the model, not after.

Data quality is the real bottleneck

Once data is consolidated, quality becomes the constraint that actually determines whether AI works. "Garbage in, garbage out" is a cliché precisely because it keeps being true. Track quality along measurable dimensions rather than as a vague feeling:

  • Completeness — how many required fields are populated versus null.
  • Accuracy — how closely values reflect reality, checked against a source of truth where one exists.
  • Consistency — whether the same fact agrees across systems.
  • Timeliness — whether the data is fresh enough for the decision it feeds.
  • Uniqueness — whether duplicates inflate counts and skew training.
  • Validity — whether values conform to expected formats and ranges.

The shift that separates mature teams is from one-time cleanup to continuous data observability: automated monitoring that watches freshness, volume, schema, and distribution, and alerts you when a pipeline silently breaks. A column that quietly starts arriving as nulls, a feed that stops updating on a holiday, a schema change upstream nobody announced — these are the failures that poison a model without throwing a single error. Observability catches them before they reach production, the same way monitoring catches an outage before customers do. A model trained on last quarter's clean data and fed this quarter's broken data will degrade in ways that are hard to diagnose after the fact.

Governance, ownership, and lineage

Governance sounds like bureaucracy until the first time a leader asks "can we trust this number" and no one can answer. Three concrete practices carry most of the weight:

  • Ownership. Every important dataset has a named steward accountable for its definition, quality, and access. "The data team" owning everything means no one owns anything.
  • A data catalog and business glossary. A searchable inventory of what data exists, what each field means, and who owns it. When "active customer" is defined once and agreed on, the finance dashboard and the churn model finally compute the same thing.
  • Lineage. An end-to-end map of where data originated, how it was transformed, and where it flows. Lineage is what lets you trace a wrong figure back to its source in minutes, assess the blast radius of an upstream change, and satisfy auditors under frameworks like GDPR, HIPAA, or SOC 2 that expect you to know how sensitive data moves.

Governance is also a security control. The same catalog that tells your analysts where customer PII lives tells your security team what to protect and who should have access — which is why a data program and access controls have to be designed together rather than bolted on later.

Sequencing: what to do before you train a model

The order of operations is what most teams get wrong. A defensible sequence:

  1. Start from a business question, not a dataset. Name the decision the AI will improve and the metric it will move. This scopes exactly which data has to be foundation-ready first.
  2. Inventory and consolidate only the data that question needs. Do not boil the ocean. A narrow, well-governed slice beats a vast, ungoverned lake.
  3. Fix quality and stand up observability on that slice. Make it trustworthy and keep it trustworthy before anyone builds features on it.
  4. Assign ownership, document meaning, and capture lineage. These are cheap now and expensive to retrofit under audit pressure later.
  5. Prove value with analytics first. A dashboard that answers the question with clean data both validates the foundation and often delivers enough value that the ML step becomes optional or better targeted.
  6. Then build the model on top of the same governed pipeline, with drift monitoring wired in from day one.

This is the path we take clients down in our data analytics work: earn each rung before climbing to the next. The organizations that run machine learning and AI successfully are, almost without exception, the ones that treated data as the product first and the model as the feature.

Where to start

If your AI ambitions are outrunning your data readiness, the highest-return move is not another model evaluation — it is an honest assessment of where you sit on the maturity ladder and what the gap to production actually costs. intSignal runs that assessment as a fixed-scope engagement: we map your sources, score data quality, design the warehouse or lakehouse layer, and hand back a sequenced roadmap that puts the data work ahead of the ML work, not behind it. Talk to our team and we will help you build the foundation before you build the model.