AI Readiness
24 practices · scored in your browser · questions revised August 2026
Twenty-four practices that separate organizations shipping AI in production from organizations running pilots. Grade yourself honestly — the score is only useful if it can tell you something you did not want to hear.
—
/ 100
0 of 24 answered
Not started
Answer the first question
The score appears as soon as you grade one practice, and sharpens as you work through the rest. Nothing is sent anywhere.
Coverage
0%
Strategy & Value
—
Data & Knowledge
—
Platform & Engineering
—
Governance & Risk
—
People & Adoption
—
Economics & Measurement
—
The checklist
Four answers per item: in place, partial, not in place, or not applicable. Pick the state an item already holds to clear it. Everything recalculates as you go, and your answers are kept in this browser.
Show
Domain
Strategy & Value
Are you pointed at problems worth solving?
4 left
Domain
—
Gating
A ranked portfolio of AI use cases, each with a named business owner
Candidate use cases are written down, sized by the value and the effort, ranked against each other, and every funded one has an owner accountable for the business outcome — not just for delivery.
Important
Funded work starts from a business problem, not from a technology
Projects are justified by a process that is slow, expensive or error-prone today. Nothing is funded primarily because a vendor shipped a capability or a competitor announced something.
Important
A stated position on build versus buy versus embed
There is a written default — which categories you buy off the shelf, which you build because they are differentiating, and where you embed AI into software you already own.
Important
A named executive sponsor with budget authority and a stake in the outcome
One executive owns the AI programme, controls a real budget for it, and carries a business metric that AI is supposed to move. Not a steering committee.
Data & Knowledge
Can a model reach trustworthy context?
4 left
Domain
—
Gating
The systems of record behind AI-facing data are identified and owned
For each domain the AI touches, you know which system is authoritative, who owns it, and which copies are derived. Ambiguity here becomes confidently wrong answers later.
Gating
Engineers can get governed access to production data without a multi-week ticket
There is a defined, fast path to read production data under policy — masked, logged and time-bounded. Access is granted in days, not quarters, and revoked automatically.
Important
The documents your AI reads are current, deduplicated and permission-aware
Retrieval corpora have an owner and a refresh cadence, superseded versions are removed, and results respect the permissions of the person asking rather than the permissions of the indexer.
Important
Sensitive data is classified, and what may leave your boundary is written down
Data is labelled by sensitivity, and there is an explicit, published rule about which classes may be sent to which model providers — including whether a zero-retention agreement is required.
Platform & Engineering
Can you ship it and keep it running?
4 left
Domain
—
Gating
Model access runs through a shared gateway rather than per-team keys
Calls to model providers pass through one internal service that handles authentication, routing, rate limits, cost attribution and logging. Teams do not hold provider keys directly.
Gating
Every AI feature has an automated evaluation set that runs before release
Each feature has a versioned set of cases with expected behaviour, scored automatically, run in CI, and blocking on regression — the same status a test suite has for ordinary code.
Important
Prompts, models and configuration ship through the same reviewed pipeline as code
Prompt and model changes are version-controlled, reviewed, deployed and rolled back exactly like application code. Nobody edits a production prompt in a console.
Important
Traces, token counts and failures are captured per request and are queryable
For any request you can retrieve the inputs, retrieved context, model, tokens, latency, cost and outcome — and query across them to find patterns rather than anecdotes.
Governance & Risk
Can you defend how it behaves?
4 left
Domain
—
Important
A published acceptable-use policy that people have actually read
A short, specific policy says which tools are approved, what may be pasted into them, and what to do when unsure. Specific enough to be followed, short enough to be read.
Gating
Decisions are tiered, and the consequential tiers require a human
You have classified where AI may decide alone, where it recommends and a human approves, and where it must not be used. The tiering is enforced in the systems, not just described.
Gating
Agents run with scoped, revocable credentials and leave an audit trail
Anything that acts — writes, sends, pays, changes state — has its own identity with least-privilege scopes, a revocation path, and an immutable log of what it did on whose behalf.
Important
A defined path for reporting, triaging and rolling back a bad AI output
Staff and customers know how to report a harmful or wrong output, it reaches an owner, and there is a rehearsed way to disable a feature quickly without a full release.
People & Adoption
Will anyone actually use it?
4 left
Domain
—
Important
Enablement is role-specific rather than a single all-hands demo
Training is built around what a particular role does all day, with their own data and their own tasks. A generic launch webinar is not enablement.
Important
Each major function has someone who builds with the tools, not just uses them
Named people inside the business — not only in engineering — build their own automations, answer colleagues, and feed real problems back to the platform team.
Gating
Adopted tools have changed a documented process, not just added a tab
Where AI is in use, the underlying process has been redesigned around it: steps removed, handoffs cut, procedures rewritten. Otherwise you have added work rather than removed it.
Important
Users can flag a bad output and see that something happened
Feedback is one click, it lands somewhere a person reads, it becomes an evaluation case, and the reporter learns the outcome. A loop that goes nowhere trains people to stop reporting.
Economics & Measurement
Do you know whether it is paying?
4 left
Domain
—
Gating
You know the cost per request, per user or per resolved case
Spend is attributed to a unit the business recognises, not just a monthly provider invoice. You can say what one resolved support ticket costs in inference.
Important
Spend limits and alerts exist per team and per workload
Budgets are set below the level of the whole account, alerts route to the team that caused the spend, and there is a hard ceiling that stops a runaway loop.
Gating
Each deployed use case has a pre-AI baseline it is measured against
You recorded how long it took, what it cost or how often it was wrong before deployment. Without a baseline, improvement is a matter of opinion forever.
Important
There is a rule for retiring a use case that is not paying
Deployed use cases are reviewed on a schedule against their baseline, and there is an agreed threshold and process for switching one off. Someone has actually done it.
Where to start
Ranked by how much each practice gates readiness and how far from it you are — not by domain, and not by how easy they are. The first three are the ones worth arguing about in a planning meeting.
Nothing graded yet.
Grade a few practices above and this becomes an ordered list of what to fix first, with a first move for each one.
Stages
Five stages, each describing how AI work actually gets done at that level of readiness. The marker follows whatever you have graded so far.
0–24
Exploring
Individuals are experimenting with tools they found themselves. Nothing is repeatable, and nothing is owned.
To move up
Pick one workflow with a measurable cost, name an owner, and write down what success would look like before building anything.
25–44
Piloting
Pilots exist and some of them work, but each one is bespoke and hand-carried by the person who built it.
To move up
Stop starting new pilots. Take the best one to production properly — evaluations, deployment path, cost tracking — and make that the template.
45–64
Operating
Shared rails exist. AI features ship through the same pipeline as the rest of your software and someone is accountable when they break.
To move up
Close the measurement gap: baselines before deployment, unit costs after, and a standing decision about what gets retired.
65–84
Scaling
Multiple teams ship on the same platform with governance that speeds them up rather than blocking them, and the economics are visible.
To move up
Push ownership outward. The platform team should be maintaining rails, not building every use case that gets funded.
85–100
Institutional
AI is a default capability rather than a project. Governance, cost control and enablement are routine and largely invisible.
To move up
Guard against drift. The practices here decay quietly — re-run this assessment quarterly and watch which domains slip first.
Method
Everything here is computed in your browser from the answers you give. Nothing is uploaded, no email is required, and the only way this assessment leaves your machine is if you copy the link yourself.
Unanswered is not zero
Items you have not answered are excluded from the score rather than counted against you, so a partly finished checklist reads as incomplete instead of as a bad result. Coverage is shown next to the score so you can tell the difference.
Weighted, then averaged by domain
Each item carries a weight from one to three for how much it gates readiness. Domains are scored across their answered items, then combined — data and platform count slightly more than the rest, because they are what pilots most often die on.
The average is not the answer
A composite hides the thing that actually stops programmes, so the weakest domain is named beside the headline number. Organizations rarely stall because of their average — they stall on governance, or on data access, while everything else looks healthy.
Graded on evidence, not intent
Every item names the proof another team would have to show you. "In place" means you could produce that evidence today; anything you are partway through is partial. Grading generously produces a number that cannot help you.
Domain weights
16%
Strategy & Value
4 practices
19%
Data & Knowledge
4 practices
18%
Platform & Engineering
4 practices
16%
Governance & Risk
4 practices
15%
People & Adoption
4 practices
15%
Economics & Measurement
4 practices
This is a self-assessment, and its accuracy is entirely a function of how honestly it is filled in. It is a structured way to find your own gaps and a reasonable basis for a conversation — not an audit, a certification, or a substitute for looking at your actual systems.
Next step
We assess your systems, not your recollection of them: what you're running, what it costs, and what breaks when you scale. Two to three weeks, fixed scope, and you get a ranked, costed plan.
We read your systems, not your self-assessment
Evidence from repos, cloud spend and incident history
A costed, sequenced plan — not another score
Two to three weeks, fixed scope
What a review covers
Where AI actually pays in your workflows
What your data and platform can support today
The governance you need before you scale