Insight · AI Solutions

    Data Quality for AI: Why Copilot Gives Confident Wrong Answers

    AI did not create your data quality problems; it made them fluent. Why failures that hid in dashboards surface loudly through Copilot and agents, and the quality programme AI requires.

    Nick de Vrye, CTOPublished 7 September 20266 min read read
    Navy Solv Systems title card reading 'Data Quality for AI' with a pulse line motif.

    In Short: AI Is a Megaphone for Your Data

    Every data estate has quality problems. In the dashboard era they were contained: errors hid on pages few people opened, analysts quietly filtered the implausible, and a wrong number looked wrong to an experienced eye. Conversational AI removes every one of those containment walls. Copilot answers anyone, narrates errors in confident prose, and never gets the uneasy feeling an analyst gets. The data did not get worse; the delivery got better, and that is the problem.

    If your organisation is planning Copilot, data agents or any AI over enterprise data, the honest sequencing is: data quality first, not in parallel and not after the pilot. The section below on failure modes explains why the old tolerance stops working.

    How Quality Failures Surface Through AI

    Stale data becomes a wrong answer, not an old page. A dashboard with Tuesday's date in the corner discloses its staleness. A conversational answer does not carry a refresh timestamp unless someone engineered it to, so a failed pipeline turns into "revenue is down eight percent" delivered as fact. Refresh reliability, covered in our refresh failures guide, is now an answer-correctness control.

    Incomplete loads become false trends. A region missing from the load produces a fluent narrative about regional decline. Nothing in the prose signals that the data under it is partial; completeness checks are the only defence that operates before the sentence is generated.

    Duplicate and conflicting definitions become roulette. Three models each holding a margin measure meant three arguments in the dashboard era. Under AI it means the answer depends on which model the question happened to resolve against, which is why consolidation and endorsement are quality controls, not tidiness, as we argue in preparing models for AI.

    Semantic drift becomes systematic error. A column whose contents quietly changed meaning - status codes repurposed, a field abandoned mid-2024 - poisons every answer that touches it, because AI reads names and descriptions as truth. No traditional quality check catches metadata lying about data.

    The Quality Programme AI Actually Requires

    Nothing here is exotic; it is a classic programme, prioritised by AI exposure. Our broader guide to fixing data quality problems covers the full method; the AI-specific shape is:

    • Scope by question surface. Inventory what people will ask AI about, and work on the models and tables behind those questions first
    • Profile before enabling. Systematic profiling of the candidate domains: nulls, ranges, referential integrity, duplicates, timeliness. Fix at source, not in the model
    • Monitor continuously. Automated checks on freshness, completeness and key measure plausibility, alerting owners on failure; assertions on evaluated measures via semantic link test the numbers users actually receive
    • Expose freshness to the AI layer. Last-refresh metadata in the model and instructions that make agents disclose data currency turn silent staleness into stated caveats
    • Close the loop. Review what users asked and what they were told; wrong answers are free quality telemetry pointing at the next fix

    The Reframe for Leadership

    The useful executive framing: AI turns data quality from an engineering hygiene metric into a customer-facing product attribute. Every answer Copilot gives is your data platform speaking, on the record, to whoever asked. That reframe usually unlocks the budget conversation that quality programmes lose on their own, because the cost of a wrong answer is no longer abstract; it is a specific executive acting on a specific fluent sentence.

    Scope-controlled rollout - verified domains first, expansion on evidence - is how trust survives contact with reality. It is also, not coincidentally, how every other section of an AI-ready data estate gets built.

    Sources and Further Reading

    Frequently asked

    Three amplifiers: reach, fluency and speed. Copilot puts data in front of people who never opened the dashboards where errors hid; it narrates wrong numbers in confident prose that carries no visual hint of trouble; and agents consume data at machine speed, so one upstream error propagates into many downstream answers before anyone notices.

    No. Copilot and data agents faithfully query what is there and summarise what comes back. They apply no plausibility judgement, no awareness that a pipeline failed on Tuesday, no institutional memory that the March numbers were restated. Everything a human analyst silently filters, AI passes through.

    With the data behind the questions people will actually ask AI: the certified semantic models and the tables feeding them. Profile them, fix the systematic issues at source, and put automated monitors on freshness, completeness and value ranges so regressions alert someone before they reach an answer.

    Freshness (is the data current, and does anything say so), completeness (are all regions and periods loaded), consistency (do the same measures agree across models), and semantic accuracy (do names and descriptions match what the data actually contains). The last one is invisible to traditional quality tooling and decisive for AI.

    A disclaimer is not a strategy. Users calibrate trust on experience: a few wrong answers early and adoption dies, or worse, wrong answers get acted on. The realistic approach is scope control - enable AI on verified domains first - plus monitoring, so trust is earned domain by domain.