How do you run an AI readiness diagnostic?
An AI readiness diagnostic is a structured review of one workflow—its data, handoffs, owners, and permissions—done before any AI is bought, to name where the process actually breaks.
The diagnostic exists because most teams can state the outcome they want and cannot state where their process breaks. Ask an owner where leads get stuck today and the honest answer is often silence. That gap is the whole problem: an agent placed on an undiagnosed workflow automates the leak instead of closing it, at machine speed.
Run it on one workflow at a time, and inspect four things. Data: where the records live, who owns them, and how much of it an agent could act on without a human correcting it afterwards. Handoffs: every point where work changes hands between marketing, sales, success, and finance, and which of those handoffs nobody owns. Permissions: read versus write on each API, one-way versus bidirectional syncs, and which systems should stay walled off entirely. Documentation: whether the process exists anywhere other than in one person's head.
Take a company website as the example, since it anchors most go-to-market effort. Marketing drives traffic to it, product marketing uses it for messaging, product uses it for self-serve conversion, sales leans on the pricing and enablement pages, and customer success uses live chat and case studies. If nobody can say which of those handoffs leaks revenue, an agent sitting on top of all of it fixes nothing.
"Not ready" has recognizable symptoms: a small share of data an agent could act on unsupervised, systems that do not talk to each other, a workflow nobody has written down, no named owner for the records, and no baseline number to compare against after launch. Regulated industries hit these walls first because they are forced to; everyone else discovers them after the purchase order.
The order never changes: diagnose, fix, write it down, then hand it to AI. Skip any of the first three and you are not saving time, you are paying to make an existing problem run faster.
What to do about it
- Pick the single workflow that would get worse fastest if you automated it tomorrow.
- Map every handoff in it and name an owner for each one, including the ones currently unowned.
- List what share of the underlying data an agent could act on without human correction.
- Decide read versus write permissions per system, and which data stays disconnected.
- Write the fixed process down where the next person can find it, then scope the AI step.
Frequently asked questions
What is the difference between AI readiness and an AI readiness diagnostic?
Readiness is the condition—whether your data, workflows, tools, and team can support AI. The diagnostic is the review you run on a specific workflow to find out, and to name what to fix first.
How long does a readiness diagnostic take?
For one workflow, days rather than months. The free AI Readiness Assessment scores the four pillars in a few minutes and points at the pillar to start with.
Do we need clean data before doing anything with AI?
You need data that is clean enough for the specific decision the agent will make. Narrow the scope, keep a human on the final step, and fix the underlying records as you go.