Lesson 2: Why data without context is worthless

Marcin Wróbel
AI Consultant
August 7, 2026
Blogpost graphic Lessons from the field
Category Post
TL;DR

Traditional software runs on rules an engineer writes. AI works the other way around: it is shown inputs and outcomes and must infer the rules itself. That inversion exposes a problem most organisations discover mid-project. Their databases record what was decided, not why, and the reasoning that matters stays locked in employees’ heads. Without that context there is no ground truth, and the model learns gaps rather than logic. This second lesson in our four-part series explains why AI expertise belongs in a project from the architecture stage, and why data preparation, not model training, is where the effort goes.

Table of content

This article is part two of a four-part series in which we share the most valuable elements to successful agentic AI transformation. The Ready-Data Trap: Why Artificial Intelligence chokes on contextless records.

In the first lesson of this series, we argued that expert time is the resource an agentic project must fight for. This second lesson explains what that expert time is actually for, and why so much of it goes into something most organisations underestimate, a gap over which many well-funded AI initiatives stall: supplying the context their own data does not contain. The problem surfaces just as sharply in generative AI projects as in classic predictive models.

Let us start with the foundation. The fundamental difference between traditional software engineering and AI implementation lies in a complete reversal of the processing paradigm. In traditional programming, an engineer inputs data (Input), programs predefined rules (Rules), and the system generates a result (Output). In AI architectures, this process is inverted: we provide the machine with input data (Input) and historical results (Output), and the model’s task is to independently discover the logic and establish the rules (Rules) that bridge these two elements.

It is exactly at the intersection of this inverted model that organisations encounter a critical bottleneck: the absence of underlying business context in historical databases.

image

System records capture outcomes, not decision-making processes

A common fallacy in AI implementations is the assumption that the records stored in corporate databases provide sufficient material for algorithms. In reality, system records are usually highly processed information, stripped of their original context. The context that matters rarely lives in structured data sources at all; it remains locked in employees’ heads, scattered correspondence, or undocumented decision-making processes.

For instance, consider one of the most common AI use cases in mid-market operations. An organisation intends to build an AI-driven model to automate its pricing process. As reference data (“Output”), it utilises the most tangible records available, namely historical invoices issued to clients. In practice, however, the model draws erroneous or inconsistent conclusions. This occurs because sales representatives employ their own undocumented methods of presenting and discounting prices during real-world negotiations to finalise deals. The database captures only the final amount, completely ignoring the analytical process that led to it.

Consequently, the organisation lacks a reliable baseline (Ground Truth). The absence of this element precludes the training of high-quality rules and severely complicates output validation. There is no way to ensure data reflects the reasoning that produced each result, and no benchmark to determine whether the model is functioning correctly or merely reproducing informational gaps.

Integrating agentic AI implementation expertise at the planning stage

A clear business conclusion follows: planning an agentic AI implementation only after accumulating database records is a structural error. The mere presence of records in a system does not equal AI data readiness for machine learning models.

AI specialists and data engineers must be involved in transformation projects from the initial architectural design phase. Before building the target analytical model, the project often requires implementing intermediate tools, for example systems for intelligent tagging, categorisation, and validation at the employee interface level. Treated properly, this is a data governance practice as much as an engineering one. These tools are designed to force users to digitise that invaluable context during their daily workflows. Only a dataset structured in this manner enables the creation of scalable AI solutions.

For analysts and businesses: statistics and market concepts

These issues are not merely theoretical. They point to a concrete answer to the question every leadership team eventually asks: why do agentic AI projects fail? More often than not, the cause sits in the data beneath the model rather than in the model itself, a pattern strongly reflected in the statistics and scientific concepts that define modern Data Science implementations:

Phenomenon / Concept

Significance & Source

Our Business Example

80/20 Rule (Data Preparation)

Data scientists spend around 80% of their time on data preparation and 20% on modelling.

Source: CrowdFlower Data Science Report, 2016.

The business assumes the invoice database solves the issue. Engineers spend months interrogating sales reps about discount policies.

Hidden Stratification

A model fails on hidden data subgroups because they lack the proper context.

The database does not distinguish a “hard B2B negotiation invoice” from a “standard invoice”. To the machine, they are identical records.

Concept Drift

Statistical relationships change over time, rendering historical datasets invalid.

Historical invoices (2022-2024) become useless for model training if the company radically alters its pricing strategy.

Data Cascades & Tech Debt

92% of practitioners reported data cascades, compounding failures rooted in data quality. Only a small fraction of a real-world ML system is ML code.

Sources: Sambasivan et al., 2021; Sculley et al., 2015.

Starting with raw Excel dumps (without verification) backfires with critical predictive errors in production.

In summary

The lesson is not that historical data is useless. It is that records alone are not the same as data readiness. A database captures the outcome of a decision, not the judgement that produced it, and a model trained on outcomes without that judgement will reproduce the gaps rather than the logic.

The practical response is to bring AI and data engineering expertise into the project at the architecture stage, not after the records have accumulated. Often this means building intermediate tools first, for tagging, categorising, and validating information at the point where employees actually make decisions, so that the context is captured as work happens rather than reconstructed months later. The principle holds at any scale, from a single workflow to a broad enterprise AI transformation, and it underpins every AI agent that will later act on this data.

Get this right and the model has a reliable baseline to learn from; at that point, AI success becomes a question of engineering rather than luck. Get it wrong and no amount of model tuning will recover the reasoning that was never recorded. In the next lesson, we will address how system access can turn into the most silent project killer of all.

Ready to see how agentic AI transforms business workflows?

Meet directly with our founders and PhD AI engineers. We will demonstrate real implementations from 30+ agentic projects and show you the practical steps to integrate them into your specific workflows—no hypotheticals, just proven approaches.

Last updated: August 7, 2026

The LLM Book

The LLM Book explores the world of Artificial Intelligence and Large Language Models, examining their capabilities, technology, and adaptation.

Read it now