AI pilots often look more mature than they are. A small team can clean a dataset manually, exclude difficult records, prepare a controlled environment, and produce a convincing result.
The real test begins when that model must work with live systems, changing schemas, access controls, incomplete records, and operational users who expect reliable answers every day. That gap is no longer anecdotal.
Gartner predicts organizations will abandon 60% of AI projects unsupported by AI-ready data through 2026, and a 2024 Gartner survey of data management leaders found 63% either lack or are unsure they have the right data management practices for AI.
At that point, the model is no longer the main challenge.
The challenge is whether the organization can supply accurate, timely, governed, and traceable data without constant manual intervention. That depends on the quality of its Data Engineering and Management practices.
The companies that scale AI successfully do not treat data preparation as a one-time task. They build a dependable operating layer between source systems, AI models, business workflows, and decisions.
Your AI Pilot May Be Hiding the Real Problem
A pilot answers a narrow question: Can this model produce a useful output under selected conditions?
It does not prove that the system can operate at enterprise scale.
MIT NANDA found 95% of generative AI pilots deliver little or no measurable P&L impact, despite an estimated $30–40 billion in enterprise GenAI investment.
During an AI pilot, teams often:
- Export data manually
- Repair missing values
- Reconcile inconsistent identifiers
- Remove edge cases
- Select a clean historical period
- Ignore production access controls
- Validate outputs before showing them to users
- Correct data errors outside the system
These steps are not always documented as part of the solution. They appear as temporary preparation work.
In reality, the team is manually performing the work that a production data platform would need to perform continuously.
Consider a churn prediction initiative.
A data science team combines product usage, billing, CRM, and support data in a spreadsheet or notebook. Customer records are cleaned, duplicate accounts are merged, and incomplete rows are removed. The model produces useful predictions.
Once the company tries to operationalize it, the weaknesses appear.
Billing data updates once per day. Product activity arrives every hour. Support data uses a different customer identifier. CRM account ownership changes without being reflected in the feature pipeline. Some customers exist in one platform but not another.
The model still produces a score. The account team does not trust it.
The pilot succeeded because the team temporarily created a clean view of the business. Production failed because the organization could not recreate that view reliably.
Technology leaders should therefore ask a harder question before approving scale:
Which parts of this pilot depended on manual data work, human interpretation, or controlled conditions that will not exist in production?
That question usually exposes more risk than another model accuracy review.
The AI Failure Chain Starts Before the Model
When an AI system produces a bad output, teams often begin with the model. They adjust the prompt. Change the algorithm. Add training data. Switch vendors. Increase model size. That response is understandable, but often premature.
RAND’s study of AI project root causes (The Root Causes of Failure for Artificial Intelligence Projects, based on interviews with 65 experienced practitioners) found that leadership misunderstanding of problem framing and limitations in data quality and utility were the two most frequently cited primary failure drivers each raised spontaneously by more than half of interviewees. Model sophistication ranked far behind.
An AI system sits at the end of a much longer chain:
Source systems → ingestion → transformation → storage → business definitions → feature or context delivery → model → workflow → decision
A failure at any point can appear to the user as an AI failure.
Source-system failure
Critical data may be missing, inaccessible, duplicated, or trapped in legacy applications.
A credit risk model cannot compensate for an incomplete payment history. A demand forecasting model cannot infer inventory that was never recorded correctly. An enterprise assistant cannot retrieve a policy that was never indexed.
Ingestion failure
The data may exist but arrive too late, partially, or in the wrong format.
A fraud detection model running on yesterday’s transactions may be technically accurate and operationally useless.
Transformation failure
Business logic is often duplicated across pipelines, dashboards, notebooks, and applications.
One team calculates active customers using a 30-day window. Another uses 90 days. A third includes paying accounts even when no user has logged in.
The AI system may process every record correctly and still produce an answer the business rejects.
Storage and modeling failure
The architecture may not support the required query patterns, historical depth, processing volume, or response time.
A platform designed for quarterly reporting may not support real-time anomaly detection without major changes.
Context delivery failure
For predictive AI, the issue may be training-serving skew. The model was trained using one calculation and receives a different version in production.
For generative AI, the issue may be retrieval. The model receives stale documents, poor chunks, missing metadata, or conflicting sources.
Workflow failure
A useful output can still fail when it appears outside the user’s normal process.
If a maintenance recommendation is delivered in a separate dashboard that plant teams rarely open, the project may show strong technical performance and weak adoption.
Business failure
The final question is not whether the AI system produced an answer.
The question is whether the answer improved:
- Revenue
- Cost
- Risk
- Decision speed
- Service quality
- Operational reliability
- Customer experience
- Employee productivity
A reliable diagnosis begins by tracing one failed or disputed output back through the full chain.
Do not begin with “Which model should we use instead?”
Begin with:
- Which sources contributed to this output?
- Were they complete and current?
- Which transformations were applied?
- Were business definitions consistent?
- Could the dataset be reproduced?
- Did the model receive the same information in production that it received during testing?
- Was the output delivered at the point of decision?
This is where experienced Data Engineering and Management teams create leverage. They reduce uncertainty before model teams waste time improving the wrong component.
A Strong Data Foundation Is More Than Clean Data
“Poor data quality” is often used as a catch-all explanation for AI failure. It is too broad to guide action.
McKinsey’s AI data-readiness research shows more than two-thirds of high-performing companies say data is the primary obstacle for enabling AI and only about 7% of companies have fully scaled AI across the organization.
The same work rejects a myth that data quality matters less for generative AI. In practice, AI amplifies both the risk of weak data and the cost of fixing it after the fact.
A dataset can be accurate and still be unusable because it arrives late. It can be complete and still be unsafe because access is uncontrolled. It can be well structured and still create conflicting outputs because business definitions differ across departments.
A production-grade AI foundation requires several capabilities.
Reliable data ingestion
Data pipelines must collect information from source systems consistently and handle failures without silently dropping records.
That includes:
- Retry logic
- Dependency management
- Failure alerts
- Duplicate handling
- Late-arriving data
- Schema-change detection
- Processing latency aligned with the business need
The required level depends on the decision.
A quarterly planning model may tolerate batch processing. A payment fraud system cannot.
Measurable data quality
Quality should be defined through business-relevant rules, not vague claims that the data is clean.
Useful controls include:
- Completeness
- Validity
- Consistency
- Uniqueness
- Freshness
- Distribution changes
- Referential integrity
The important question is not whether an error exists.
It is whether that error can change the decision.
A missing optional profile field may not matter. A missing transaction timestamp may invalidate the entire use case.
Scalable architecture
The platform must support the required volume, velocity, history, concurrency, and cost profile.
This does not mean every AI initiative needs a real-time lakehouse, streaming platform, feature store, and vector database.
Overengineering creates its own failure mode.
Architecture should reflect:
- How frequently data changes
- How quickly a decision must be made
- How many users or systems will consume the output
- How much history is required
- How expensive an incorrect or delayed result would be
- Whether the components will be reused
Common business meaning
Semantic inconsistency is one of the least visible causes of AI failure.
Different functions may disagree on the meaning of:
- Revenue
- Churn
- Active customer
- Resolved case
- High-risk account
- On-time delivery
- Available inventory
Dashboards can sometimes hide these disagreements because people already know which report their team trusts.
AI systems expose the inconsistency.
A natural-language assistant may answer the same question differently depending on which data source it retrieves. A predictive model may use a definition that operations teams do not accept.
Shared meaning requires:
- Canonical entities
- Metric definitions
- Documented transformations
- Named owners
- Rules for approving changes
- Semantic models where appropriate
Metadata and lineage
Leaders need to know where data came from, how it changed, who owns it, and which systems depend on it.
Without lineage:
- Training datasets cannot be reproduced
- Incorrect outputs are difficult to investigate
- Regulatory reviews become slower
- Source changes create hidden downstream failures
- Teams rebuild logic that already exists elsewhere
Security and access control
AI can increase the number of people and systems able to interact with enterprise data.
That makes access design more important, not less.
Controls should cover:
- Role-based access
- Purpose-specific use
- Sensitive-field handling
- Environment separation
- Audit logs
- Retention
- Deletion and correction
- Source-level permissions
- Retrieval filtering
A generative AI assistant that can find the right answer but expose it to the wrong employee is not production-ready.
Data observability
Model monitoring starts too late when upstream data is not monitored.
A stable model can produce bad outputs because:
- A field stopped updating
- An API returned fewer records
- A source changed its schema
- A pipeline completed with partial data
- A category distribution shifted
- A transformation introduced null values
Data observability should detect these failures before users discover them through incorrect recommendations.
Ownership and operating processes
Technology does not resolve unclear accountability.
Someone must own:
- Data quality expectations
- Source changes
- Pipeline incidents
- Business definitions
- Access approvals
- Model dependencies
- Production support
- Escalation decisions
The required foundation should be proportional to the decision being automated.
A low-risk internal summarization tool does not need the same controls as an autonomous credit decision. Applying the same architecture and governance standard to both wastes time and money.
Different AI Use Cases Fail for Different Data Reasons
Enterprise AI readiness is not a single condition.
An organization may be ready for one use case and unready for another.
Predictive AI
Predictive systems depend heavily on representative historical data, stable labels, consistent feature calculation, and alignment between training and production.
A model may perform well in testing but fail because live features are calculated differently.
For example, a churn model may be trained using a complete month of product activity. In production, the feature pipeline calculates activity before all events have arrived. The model receives a partial view of the customer and overstates churn risk.
Leaders should examine:
- Historical coverage
- Label reliability
- Temporal leakage
- Feature consistency
- Missing values
- Training-serving parity
- Drift
- Retraining triggers
Generative AI and retrieval-augmented generation
Generative AI failures are often blamed on the language model when the real problem is retrieval.
The model may be receiving:
- Outdated policies
- Duplicate documents
- Weakly structured chunks
- Missing metadata
- Conflicting versions
- Low-authority sources
- Documents the user should not access
For an enterprise assistant, answer quality depends on the entire retrieval pipeline.
That includes document ingestion, parsing, metadata, chunking, embedding, indexing, filtering, ranking, freshness, and source citation.
A better prompt cannot fix a stale knowledge base.
Computer vision
Computer vision systems depend on representative images, consistent labels, environmental variation, and careful handling of privacy and storage.
A quality inspection model trained on well-lit factory images may fail on another production line with different cameras, angles, lighting, and surface conditions.
The issue is not model sophistication. The training data did not reflect operating reality.
AI agents and autonomous workflows
AI agents require dependable access to current system state.
They also need:
- Reliable APIs
- Permission boundaries
- Transaction history
- Idempotency
- Rollback options
- Human escalation
- Event-level observability
An agent can make a logically correct decision using stale information.
For example, an inventory agent may reorder stock because the latest warehouse receipt has not reached the central system. The reasoning is sound. The data is wrong.
The more authority an agent receives, the more important the underlying data controls become.
Embedded AI in enterprise applications
Embedded AI succeeds when it fits into the workflow and receives the right user and business context.
A recommendation engine may generate useful suggestions, but adoption will remain low if users must leave their ERP, CRM, or service platform to access them.
The data foundation must support both the model and the workflow around it.
Seven Warning Signs Your AI Program Has a Data Foundation Problem
Technology leaders rarely receive a report titled “Your data foundation is failing.”
They see symptoms.
1. Every AI use case creates a new pipeline
This usually means the organization lacks reusable data products, shared definitions, or platform standards.
The first project may still move quickly. The fourth becomes expensive because each team creates its own integration logic, quality rules, customer identifiers, and monitoring.
Ask:
- Which datasets and transformations are being reused?
- How many pipelines solve the same source problem?
- Who is responsible for consolidation?
2. Data scientists spend most of their time rebuilding data access
Some preparation is normal.
Repeatedly creating connectors, repairing source extracts, joining identifiers, and reconstructing business logic is not.
That is a sign that specialized AI talent is being used to compensate for missing engineering systems.
3. Previous training datasets cannot be reproduced
If a team cannot recreate the exact dataset used to train or validate a model, it cannot reliably investigate performance changes.
This points to weak lineage, versioning, transformation control, or source retention.
4. Business teams dispute the model’s inputs
When operations, finance, sales, and data teams disagree about which records are correct, the issue is not model accuracy.
The system lacks agreed meaning.
Continuing to tune the model without resolving the definition will deepen mistrust.
5. Performance drops sharply after production launch
Investigate:
- Data freshness
- Live feature calculation
- Unrepresented edge cases
- Source availability
- Schema changes
- Missing records
- Production latency
The model may be behaving exactly as designed with inputs that no longer match the test environment.
6. Outputs cannot be traced to a source
This is especially serious in regulated, financial, healthcare, and customer-facing workflows.
A useful answer that cannot be explained may still be unusable.
Traceability should cover both the source and the transformation path.
7. Nobody owns upstream failures
The platform team may own infrastructure. A business function may own the source. Data engineering may own the pipeline. The AI team may own the model.
When responsibility between these teams is unclear, incidents remain unresolved.
A useful question is:
Who receives the alert when a source field stops updating, and who has authority to decide whether the AI system should continue operating?
If the answer is unclear, the operating model is incomplete.
How to Assess Data Readiness for a Specific AI Use Case
A broad enterprise maturity score can support planning, but it should not determine whether a specific AI initiative is ready.
Readiness should be assessed at the use-case level.
1. Business definition
Start with the decision.
- What decision will the system support or automate?
- Who owns that decision?
- What outcome will improve?
- What baseline exists today?
- What error rate is acceptable?
- When must a human intervene?
An undefined business decision cannot be repaired through better architecture.
2. Source availability
Map every required source.
Check:
- Accessibility
- Historical depth
- Update frequency
- Identifier compatibility
- Ownership
- Data retention
- Legacy-system constraints
- Third-party dependency risk
The weakest required source often sets the reliability ceiling for the entire system.
3. Data quality
Measure quality at the fields and events that affect the decision.
Do not average quality across the dataset.
A use case may tolerate incomplete marketing attributes and fail because a single transaction status field is unreliable.
4. Pipeline reliability
Determine whether the data can be delivered consistently at the required speed.
Assess:
- Success rate
- Latency
- retry behavior
- dependency handling
- monitoring
- recovery time
- scale
- operational support
5. Semantic consistency
Confirm that business entities and metrics are defined consistently.
Ask:
- Is there one agreed definition?
- Where is it documented?
- Who approves changes?
- Are calculations duplicated?
- Does the model use the same logic as reporting and operations?
6. Governance and security
Review:
- Permitted use
- Access restrictions
- Privacy obligations
- Lineage
- Auditability
- Deletion
- retention
- bias risk
- regional requirements
- third-party model exposure
7. Operational ownership
Name the people responsible for:
- Source quality
- pipeline health
- definition changes
- access
- model performance
- incident response
- business adoption
A simple scoring model can help.
Use a scale such as:
- 1: Unknown or unmanaged
- 2: Manual and inconsistent
- 3: Sufficient for a controlled pilot
- 4: Suitable for limited production
- 5: Governed, monitored, and scalable
Do not rely only on the total score.
A high average can hide one critical weakness.
For a real-time fraud use case, weak latency can invalidate the system even if governance and historical quality are strong.
For a regulated recommendation system, missing lineage may block production even when model performance is excellent.
Build the Minimum Viable Data Foundation, Not a Perfect Platform
One common response to AI readiness problems is to launch a large data transformation program.
That can create a new failure mode.
The organization spends years building an enterprise platform without proving which business outcomes it will support.
A better approach is to build a minimum viable data foundation around a prioritized use case.
This is the smallest governed, repeatable, and observable data capability that can support production use without unacceptable risk.
It should include:
- Confirmed source ownership
- Automated ingestion
- Defined transformations
- Relevant quality rules
- Agreed entities and metrics
- Access controls
- Lineage for critical data
- Monitoring
- Incident ownership
- A clear path for reuse
Consider an internal knowledge assistant.
The first version may need:
- An approved document repository
- Version control
- Access-aware retrieval
- Metadata standards
- A stale-content process
- Retrieval testing
- Source citations
It may not require a complete enterprise lakehouse.
Now consider churn prediction.
The minimum foundation may require:
- A unified customer identifier
- Product usage integration
- Billing and support data
- An agreed churn definition
- A reproducible feature pipeline
- Scheduled quality checks
- Production monitoring
The correct sequence is:
- Choose the business decision.
- Map the required data.
- Identify the weakest dependency.
- Build the minimum reliable path.
- Launch within controlled boundaries.
- Measure business and operational performance.
- Standardize components that prove reusable.
- Expand when evidence supports it.
This balances speed and control.
It avoids the two common extremes: a fragile pilot built on manual work and an oversized platform built without a business case.
What to Modernize First When Data Gaps Are Everywhere
In large enterprises, nearly every part of the data environment may need improvement.
Source systems are old. Pipelines are duplicated. Definitions conflict. Governance is inconsistent. Teams are stretched.
The question is not whether modernization is needed.
The question is where to begin.
Prioritize improvements using four considerations.
Business impact
Which gap is preventing a measurable business outcome?
A customer identity problem may block churn prediction, personalization, service automation, and revenue reporting.
That creates more value than replacing a reporting database simply because it uses an older architecture.
Reuse potential
Which capability can support multiple use cases?
Reusable investments may include:
- Customer or product master data
- Shared event pipelines
- Common access controls
- Metadata standards
- Quality monitoring
- Semantic definitions
- Source integration frameworks
Risk reduction
Which weaknesses create material operational, financial, regulatory, or customer risk?
A missing audit trail in a credit workflow deserves higher priority than a slow internal dashboard.
Implementation effort and time to value
High-value work should still be sequenced realistically.
Sometimes the right decision is to integrate a legacy system before replacing it.
Sometimes a temporary governed data product creates value faster than full source modernization.
Sometimes a use case should be delayed because a critical source is too unreliable.
Modernization should follow the data dependency path, not the organizational chart.
That is an important distinction.
A cross-functional AI use case may require coordinated changes across CRM, billing, data platforms, identity management, and workflow applications. Funding each component separately without a shared outcome usually creates gaps between teams.
Strong Data Engineering and Management programs prioritize the end-to-end decision path rather than improving isolated technologies.
The Operating Model Matters as Much as the Architecture
Many AI programs are designed as technical projects and later discover that the organization has no process for operating them.
A sustainable model requires clear responsibilities.
Business owner
The business owner defines:
- The decision
- The expected outcome
- Acceptable error
- Human intervention
- Workflow changes
- Adoption requirements
Data owner
The data owner is accountable for:
- Meaning
- Access
- Quality expectations
- Definition changes
- Regulatory use
- Source ownership
Data engineering team
The data engineering team owns:
- Ingestion
- Transformations
- Delivery
- Pipeline reliability
- Observability
- Recovery
AI or data science team
The AI team owns:
- Model design
- Evaluation
- Feature or prompt logic
- Model monitoring
- Drift analysis
- Retraining or model updates
Platform or cloud team
The platform team owns:
- Infrastructure reliability
- Deployment
- Scalability
- Cost controls
- Environment management
- Resilience
Security, risk, and compliance
These teams define and review:
- Access controls
- Data-use restrictions
- audit requirements
- high-risk decisions
- retention
- external model exposure
- human oversight
Product or operations team
This team owns:
- User adoption
- Workflow integration
- Feedback capture
- Escalation
- Process performance
The handoffs matter.
Suppose a billing platform changes the values used in a customer status field.
A functioning operating model should ensure:
- The source owner announces the change.
- Data engineering checks downstream contracts.
- The AI team tests model impact.
- The business owner confirms whether the meaning changed.
- The update is released with monitoring and rollback options.
Without this process, a technically minor schema change can silently alter business decisions.
Centralized teams can create standards but become bottlenecks. Domain teams provide context but may create inconsistency.
Large enterprises often need a federated model.
A central platform team provides shared infrastructure, governance, and controls. Domain teams own business meaning, quality expectations, and use-case delivery.
The exact structure matters less than whether accountability is explicit.
How to Measure Whether the Foundation Is Creating Business Value
A data foundation is not successful because a platform went live.
It is successful when the organization can deliver better decisions, faster, with less risk and less repeated engineering work.
Measure performance across four layers.
Data reliability metrics
Track:
- Data freshness compliance
- Pipeline success rate
- Quality-rule pass rate
- Schema-change incidents
- Mean time to detect failures
- Mean time to recover
- Percentage of critical data with named ownership
- Percentage of critical data with lineage
AI operational metrics
Track:
- Production failure rate
- Human override rate
- Retrieval success
- Training-serving consistency
- Percentage of outputs with traceable sources
- Frequency of data-related model incidents
- Time required to investigate disputed outputs
Delivery metrics
Track:
- Time to onboard a new source
- Time from use-case approval to production
- Percentage of reused data products
- Engineering time spent on manual preparation
- Number of duplicate pipelines
- Cost of maintaining each use case
Business outcome metrics
Track the result the system was built to improve:
- Decision-cycle reduction
- Manual work removed
- Revenue improvement
- Cost avoided
- Risk reduction
- Service-level improvement
- User adoption
- Customer outcome
- Employee outcome
Avoid reporting:
We implemented a modern data platform.
Report:
Customer data preparation fell from three weeks to two days, and the next two AI use cases reused the same governed customer dataset.
Avoid reporting:
The model reached 91% accuracy.
Report:
The model reduced manual review volume by 28% while remaining within the agreed false-negative threshold.
The second form gives executives a basis for investment decisions.
It also reveals whether the foundation is creating reusable capability or merely supporting one expensive project.
A Practical 90-Day Path From AI Pilot to Reliable Production
A 90-day program should not promise enterprise-wide transformation.
It should determine whether one prioritized use case can deliver dependable business value and which foundation components should be reused.
Days 1 to 30: Diagnose
Start with one use case.
Define:
- The business decision
- The baseline
- The expected outcome
- The acceptable error
- The user workflow
- The required data
Map the end-to-end path from source systems to output.
Identify:
- Manual pilot work
- Missing sources
- Quality gaps
- Latency
- semantic conflicts
- access restrictions
- ownership gaps
- likely failure modes
Produce:
- A data dependency map
- A use-case readiness assessment
- A risk register
- A source and ownership inventory
- A prioritized engineering backlog
- Production-readiness criteria
Days 31 to 60: Build the minimum reliable path
Focus only on the controls and capabilities required for the use case.
That may include:
- Automating critical ingestion
- Standardizing identifiers
- Defining metrics
- Implementing quality checks
- documenting lineage
- applying access policies
- creating monitoring
- assigning incident ownership
- testing failure recovery
The result should be a production data path that can run without the original pilot team correcting it manually.
Days 61 to 90: Validate operational value
Release the system to a controlled user group.
Measure:
- Output quality
- User adoption
- Human intervention
- Data incidents
- Latency
- Cost
- Business outcome
- Support requirements
Test what happens when:
- A source is delayed
- A schema changes
- Records are missing
- A user lacks permission
- The model produces low confidence
- The workflow must fall back to a human
At the end of the period, make one of three decisions.
Scale
Scale when the use case improves the target outcome and the data path meets reliability, control, and cost requirements.
Revise
Revise when the model has value but source coverage, latency, workflow design, or governance prevents wider adoption.
Stop
Stop when the cost of keeping the data ready exceeds the likely business value.
Stopping is not a failed outcome.
It is a better decision than funding an AI initiative because the pilot looked impressive.
Conclusion: Fund the Decision Path, Not Just the Model
AI projects fail when leaders treat the model as the product and the data foundation as preparation work.
In production, the data path is part of the product.
The sources, pipelines, definitions, controls, monitoring, ownership, and workflow determine whether an AI system can be trusted and whether it creates business value.
The practical next step is not an enterprise-wide platform rebuild.
Select one high-value AI use case. Map every data dependency. Identify the weakest point in the chain. Define the minimum level of reliability, governance, and ownership required for production.
Then decide whether to build, revise, delay, or stop.
That is the role of mature Data Engineering and Management. It turns AI investment from a technical experiment into a controlled business decision.
Top comments (0)