By Todd Pree
When an artificial intelligence system performs poorly, the first response is often to look for a more capable model. Sometimes that helps. In many business applications, however, the limiting factor is not model intelligence. It is the data supplied to the model.
A larger language model cannot know which of three conflicting policy documents is current. A forecasting model cannot recover sales that were never recorded. A recommendation system cannot distinguish customers if identifiers are inconsistent. Better algorithms cannot permanently compensate for missing ownership and unclear definitions.
Clean data is not glamorous, but it often creates more durable improvement than a model upgrade.
“Clean” means fit for a purpose
Clean data does not mean perfect data. It means data that is sufficiently accurate, complete, consistent, timely, and understood for a particular use.
An approximate location may be adequate for regional marketing but unacceptable for shipping. A product description written for customers may not contain the structured attributes needed for recommendation or search. A support note may be useful to an employee but contain sensitive information that should not enter a model.
Quality requirements should therefore be tied to the workflow and consequence of error. Cleaning everything to the highest possible standard is usually impractical.
Conflicting sources create confident confusion
Generative AI systems often retrieve internal documents and use them as context. If a knowledge base contains duplicate or outdated policies, the model may blend them into a single answer. The language can be coherent even though the policy is wrong.
Each important content domain needs an authoritative source, owner, effective date, and retirement process. Old documents may need to remain available for historical reasons, but retrieval should understand their status.
Version control and metadata are not administrative details. They shape the evidence the model sees.
Structure makes data easier to use
Language models can extract meaning from unstructured text, but structured fields still provide reliability. Product size, price, material, compatibility, and availability are easier to validate and filter when stored explicitly rather than buried in prose.
The same applies to customers, properties, equipment, and transactions. Stable identifiers and consistent schemas help systems connect records without guessing.
AI can assist with classification and extraction, but the resulting data should be validated. A probabilistic system should not silently become the sole source of a critical field.
Freshness matters in operational AI
A model can give a correct answer based on stale information and still create a bad outcome. Inventory, pricing, policy, account status, and system availability may change quickly.
Operational applications need a defined freshness requirement. Some data can be updated nightly; other data must be retrieved at the moment of the request. The system should show the date or source where relevant and avoid answering when the information is too old.
Monitoring should detect failed data pipelines. A model cannot warn about missing updates if the application assumes they succeeded.
Labels and feedback shape predictive systems
Machine-learning models learn from examples and outcomes. If historical labels are inconsistent or reflect a flawed process, the model learns that inconsistency.
For example, a sales model trained on “won” and “lost” opportunities may be distorted if teams leave abandoned opportunities open. A maintenance model may miss failures that were recorded under free-form notes rather than a standard code.
Improving labels often requires business process changes, not just data engineering. Employees need clear definitions and systems that make correct entry easier.
Data lineage supports trust
Users should be able to understand where important data came from and how it was transformed. Lineage connects a dashboard, model feature, or generated answer to source systems and processing steps.
This is useful during ordinary review and essential during an incident. If a metric changes unexpectedly, the team can identify whether the source, pipeline, definition, or model changed.
Lineage does not need to begin as a perfect enterprise map. Start with high-value datasets and decisions.
Access quality is part of data quality
Accurate data is not useful if the right system cannot access it—or if too many people can. Permissions, identity, and classification determine whether data can be used safely.
An AI application should retrieve only information the requesting user is authorized to see. Security filters should apply before content enters the model context. Redacting the final answer is less reliable because sensitive information may already have been processed or logged.
Data readiness therefore includes both availability and control.
Use model upgrades as an experiment, not an assumption
A larger model may improve reasoning, language, or robustness. Test it against the same representative evaluation set. If the improvement is small while cost and latency rise, the data or workflow may be the real bottleneck.
Compare other interventions too:
- Remove duplicate documents
- Add metadata and filters
- Improve chunking and retrieval
- Standardize key fields
- Fix labels
- Add validation rules
- Clarify prompts and output formats
- Route uncertain cases to people
These changes can improve every model used by the system.
A practical data-readiness checklist
Before deploying business AI, ask:
- What source is authoritative?
- Who owns and updates it?
- How fresh must it be?
- Which fields and documents are incomplete or conflicting?
- How are users and records identified consistently?
- Which permissions apply?
- Can outputs be traced to source data?
- How will quality be monitored after launch?
If the answers are unclear, a model pilot may still be useful—but it should be expected to expose data work rather than bypass it.
Final perspective
Model capability is advancing rapidly, but business value still depends on the information placed around the model. Clean, governed, current data improves retrieval, prediction, evaluation, and trust. It also makes it easier to change models later.
A bigger model can be a powerful upgrade. A better data foundation is an organizational asset.
Related reading
- Retrieval-Augmented Generation Explained in Plain English
- Why Data Quality Is a Business Problem, Not Just an IT Problem
- Why Product Data Is the Foundation of Ecommerce AI