Finance Transformation IntelligenceFinance Data, Systems & Intelligence › Field Guide

Your Data Is Not Ready for AI — A Diagnostic

Finance AI programmes fail on data, and they fail late — after a successful pilot has already created momentum and a budget.

Why it matters

The failure arrives after commitment because manual compensation hides the underlying fragility from the top of the organisation.

Why now

Pilots are converting into production commitments faster than data foundations are being tested.

What to do

Run the diagnostic before the pilot is promoted, and remediate in the stated order rather than the convenient one.

IndependentEvidence-backedReviewed Jul 2026Sources 60Methodology

Data Foundations & TrustAI Adoption & Readiness

Signature framework

The dilynx Data Readiness Diagnostic

A practical test of whether finance data can carry a model — run on real figures, read against defined thresholds, and remediated in a fixed order.

5Measured qualityIssues are detected before they reach a report, not after4TimelinessData arrives in time to be used, not in time to be explained3Definition consistencyThe same term means the same thing across reports and systems2Single source per domainOne system of record, or a documented reconciliation between them1TraceabilityCan a reported figure be traced to source without asking a person?
The remediation sequence — fix in this order, not the convenient one
How to read this.  Layer 1 — Executive summary (4 minutes): the answer and the decision guidance.  Layer 2 — Evidence & analysis: the reasoning, market structure, methodology and references — for controllers, transformation leads and analysts.

Finance AI programmes fail on data far more often than on models. That claim is not controversial among people who have run one. What is less understood is why the failure arrives so late — typically after a successful pilot, when the programme has momentum, a budget and visibility.

The reason is that finance teams are extremely good at compensating. Years of manual reconciliation, informal adjustment and tribal knowledge have made fragile data produce reliable reports. From the top of the organisation the data looks fine, because the output is fine. The compensation is invisible precisely because it works.

A pilot does not disturb that. It runs on an extract, curated by the person who knows where the problems are, over a period chosen because it was clean. Production does disturb it, all at once, at period end.

This guide makes the fragility visible before you spend money on it. Seven tests, runnable in about a week, requiring no tooling and no vendor.

How to run it

Take one process — the close, AP, or reconciliation. Not "finance." Take a recent, ordinary period, not a clean one. Involve the people who do the work, and make it explicit that finding problems is the objective, because the natural instinct is to present well.

Each test is scored pass / partial / fail. Record the evidence, not the impression.

#TestWhat it revealsWhat failing it costs in production
1Trace a figureLineageOutputs nobody can defend to an auditor
2Two people, one numberDefinitional consistencyA model trained on contradictory labels
3The unopened extractHidden manual stepsAutomation that stops at an invisible human step
4The exception logWhether variation is knownModels confidently mishandling the cases that matter
5The master data checkReference integrityMis-coding at scale, silently
6The timing testData availabilityModels running before their inputs exist
7The absent expertTribal dependencyA process no one can supervise

Test 1 · Trace a figure

Pick one line in the management accounts. Trace it back through every transformation to the source transactions — without asking the person who prepared it.

Pass: you can do it from documentation and system records. Partial: you can do it, but only by opening a spreadsheet whose logic is undocumented. Fail: you need the preparer.

Why it matters: if a human cannot trace a figure, no one can explain a model's output on it either. This is the test that most directly predicts whether you can put AI anywhere near the record.

Test 2 · Two people, one number

Ask two people independently to produce the same figure — a cost centre total, a category of spend, an ageing bucket — without conferring.

Pass: identical. Partial: same number, different method. Fail: different numbers, both defensible.

Why it matters: a fail means the definition lives in people, not in the data. A model trained or configured against inconsistent definitions learns the inconsistency and applies it confidently, which is worse than applying it inconsistently, because it stops looking like an error.

Test 3 · The unopened extract

Take one routine report and list every step between source system and final output. Count the steps where a human opens a file and does something.

Pass: none. Partial: one or two, documented. Fail: several, and at least one that nobody had listed before starting the exercise.

Why it matters: every manual step is a place automation stops, and undocumented ones are where implementations discover scope they did not budget. This test almost always finds something, and the surprise is the finding.

Test 4 · The exception log

Ask for the list of exception types handled in this process last quarter, with volumes.

Pass: it exists, with owners and rules. Partial: it can be reconstructed from memory. Fail: there is no list, and the answer is "we just deal with them."

Why it matters: exceptions are where models are least reliable and where the material value sits. An organisation that cannot enumerate its exceptions cannot specify what a model must handle, cannot test whether it does, and will discover the gap in production.

Test 5 · The master data check

Take the reference data the process depends on — chart of accounts, cost centres, suppliers, customers. Count duplicates, inactive-but-used records, and entries with no owner.

Pass: governed, with a maintenance process. Partial: clean but maintained informally by one person. Fail: duplicates in active use, and disagreement about which is correct.

Why it matters: master data problems produce mis-coding at scale and near-silently. Automated coding against a duplicated supplier record is wrong every time, at machine speed, and looks entirely normal in aggregate.

Test 6 · The timing test

For each input the process needs, record when it is actually available versus when the process assumes it is.

Pass: inputs arrive before they are needed, reliably. Partial: they arrive in time, but the schedule is informal. Fail: the process routinely starts on incomplete data and corrects later.

Why it matters: the correction step is human judgement absorbing a timing problem. Automate the process and the correction disappears while the timing problem does not — this is one of the most common ways an automated process becomes less accurate than the manual one.

Test 7 · The absent expert

Identify the person whose absence would most disrupt this process. Then establish what specifically they know that is not written down.

Pass: nothing material. Partial: they are faster, but others can complete it correctly. Fail: specific decisions only they can make.

Why it matters: that undocumented knowledge is exactly what a model would need to be specified with, and exactly what nobody will be able to supervise it against. It is also the single best predictor of the other six results.


Reading the results

ResultWhat it meansWhat to do
6–7 passGenuinely ready. Rare.Proceed. Choose the use case on value, not on data availability.
4–5 passReady for a contained deploymentDeploy where the failing tests do not apply, with human review retained
2–3 passNot ready. A pilot will succeed and mislead.Remediate in the sequence below before committing to a programme
0–1 passThe data problem is your current problemAI is not the next decision. This is costing you money today, without AI.

That last row is the important one. A finance function failing five or more of these tests is already paying for it — in close days, in restatements, in the effort of the people compensating. AI does not create that cost; it makes it visible and expensive.

Remediation sequence

Fix in dependency order. Each stage makes the next cheaper.

  1. Master data (test 5). Everything downstream inherits it. Also the most mechanical and

least contested — a good place to start because it builds momentum.

  1. Definitions (test 2). Agree what each figure means and record it. Organisational work,

not technical.

  1. Exceptions (test 4). Enumerate, assign owners, write the rules. This is also the input

any AI specification will require.

  1. Timing (test 6). Fix availability before automating anything that depends on it.
  2. Manual steps (test 3). Now removable, because 1–4 have removed the reasons for most

of them.

  1. Lineage (test 1). Largely follows from the above.
  2. Tribal knowledge (test 7). The residue. Whatever remains after 1–6 is the genuinely

hard part, and it is now small enough to attack.

The common mistake is starting at 5 or 6 because they are the visible symptoms. Removing a manual step that exists to compensate for a master data problem removes the compensation, not the problem.

What you can do meanwhile

Failing this diagnostic does not mean doing nothing with AI for a year. It means being precise about where the output goes.

Safe while remediating — work where the output does not enter the record and a human rewrites it: drafting commentary and narrative, summarising contracts and policies, first-draft analysis, research, interrogating documents. None of this requires lineage, because none of it produces a number anyone books.

Not safe while remediating — anything producing a journal entry, a coding decision, a reconciliation certification or a disclosed figure. These require the data foundations the tests examine, and deploying them early is how a programme acquires a control finding.

That distinction lets a finance function build genuine capability and confidence during remediation, rather than waiting — which matters, because capability is itself one of the dimensions that will otherwise block deployment later.

If you remember only three things
  1. The data problem surfaces after the pilot, not before it — because pilots run on

curated extracts over clean periods, and production does not.

  1. **Run seven tests on one process, in an ordinary period, with the people who do the

work.** Test 7 (the absent expert) predicts the other six.

  1. Remediate in dependency order, starting with master data, and meanwhile use AI freely

wherever the output does not enter the record.

Exhibit 1 — The seven tests, what each reveals, and what failing it costs later

Where this leaves you. Run the seven tests on a single process this month. If you fail more than three, the honest conclusion is that the data work is your current programme — and it was already overdue before AI made it urgent.

The executive checklist
  1. Run the diagnostic on figures already published, not on a curated sample.
  2. Record where manual compensation is holding a reported number together.
  3. Fix traceability before anything else — every later step depends on it.
  4. Do not promote a pilot to production until the diagnostic passes.
  5. Give the board the diagnostic result rather than the pilot demonstration.

From The dilynx Data Readiness Diagnostic — reusable in a steering committee, a board pack or a programme review. More Transformation research →


Layer 2

Evidence & connections

The reasoning behind the summary above — market structure, methodology, trade-offs and references, for finance transformation leaders, controllers and analysts.

Executive summary

Finance AI programmes fail on data far more often than on models, and they fail late, after a successful pilot has created momentum and a budget. The reason the failure arrives late is that finance teams have built enough manual compensation that the underlying fragility is invisible from the top. This field guide gives seven tests that make it visible in about a week, with a remediation sequence for each result.

What this publication is for

Give a finance team a concrete, runnable diagnostic — seven tests, executable in about a week with no tooling — that establishes whether finance data can support AI, and produces a remediation sequence rather than a verdict.

Questions this answers

  1. How do I find out whether our finance data can actually support AI?
  2. Why does the data problem surface after the pilot rather than before it?
  3. Which tests are worth running, and what does each result mean?
  4. What do I fix first when several tests fail?
  5. What can we safely do with AI while the data work is still in progress?

What this rests on

Methodology →
  • The dilynx capability maturity spine applied to ERP integration, reconciliation, transaction matching and reporting capabilities
  • The dilynx decision archetype library — fix-the-ERP-before-buying and standardize-before-automating, with triggering conditions
  • dilynx benchmark models — close automation coverage (median 55%, top quartile 75%) and close cycle time, peer set n=58
  • Reasoning and judgement — the diagnostic tests are a designed instrument, not a validated one, and are presented as such
Where a statement is judgement rather than a measured finding, it is labelled as such in the text. Independent — no paid placements. Rankings are never influenced by commercial relationships. Our independence →

Related benchmarks

Benchmark Intelligence →

How performance in this area is measured, and what comparable finance organisations achieve.

Close & ReportingAutomation & AI Adoption

Related implementation

Transformation Marketplace →

Where the answer is a partner rather than a product — the specialisms that deliver work in this area.

ERP TransformationAI Strategy for FinanceFinance Automation

Related assessment

How it works →

The Executive Finance Assessment reads your organisation against the same maturity spine, decision archetypes and benchmark models used across this pillar — so what you read here and what it tells you about Your Data Is Not Ready for AI — A Diagnostic are expressed in one vocabulary, not two.

Executive Finance Assessment

What does this mean for your organisation?

This research frames the question in general terms. The Executive Finance Assessment answers it for your finance function specifically — your position, your highest-impact move, and the evidence behind it.

Begins with a free Executive Brief — about five minutes, anonymous, no account. Full assessment €59, one-time. It complements the research; it does not replace it.