Ali Süleyman Topuz

Chapter 2: Understanding Your Starting Point

“The most expensive mistake in any transformation is assuming you know where you are before you have looked carefully.”


The Assessment Nobody Wants to Do

There is a natural temptation, when an organization decides it is time to transform with AI, to skip directly to the exciting part the technology choices, the feature ideas, the roadmap and treat the current state of the organization as a known quantity. Leaders have been running the business. They know how things work. Why spend time documenting what already exists?

The answer is that the current state is almost never what leaders think it is when viewed through the lens of AI readiness. The engineering team has opinions about the architecture that differ from the CTO’s mental model. The data that product managers assume is clean and accessible turns out to be fragmented across a dozen tables with no clear ownership. The processes that executives believe are standardized are actually handled differently by each person on the CS team. The gaps between the assumed state and the actual state are precisely where AI initiatives go wrong not in theory, but in the concrete experience of organizations that have tried to build AI systems on foundations they did not understand.

The failure mode plays out in a recognizable pattern. A team gets excited about a use case an AI-powered onboarding assistant, say, or an intelligent ticket routing system. They scope the work, allocate engineers, and begin building. Several weeks in, they discover that the data required to make the system intelligent is in worse shape than expected: incomplete records, inconsistent formatting, missing fields in key tables. Or they discover that the process they are trying to automate is actually handled inconsistently across team members, so there is no clear “right answer” for the AI to approximate. Or they discover that the infrastructure required to deploy an independent AI service is more work than anticipated given their current architecture. Each of these is a recoverable setback. Together and they often appear together they are the reason that AI projects routinely take two to three times longer than initial estimates, or get abandoned before reaching production.

The assessment does not prevent these discoveries. It moves them earlier, into the planning phase where they are cheap to address, rather than the execution phase where they are expensive. That is its purpose.

A rigorous starting-point assessment is not a bureaucratic exercise. It is the investment that prevents you from building your AI strategy on faulty assumptions. This chapter provides a structured framework for conducting that assessment across four dimensions: infrastructure, team capability, process maturity, and data readiness.

The assessment should take between two and four hours for a leadership team that is willing to engage with it honestly. It does not require consultants, specialized tooling, or extensive preparation. It requires the discipline to look at what is actually true rather than what you would like to be true and the willingness to have the conversations that honest assessment sometimes surfaces. Teams that do this work well frequently find that the act of assessment is itself valuable: it surfaces misalignments between what different leaders believe about the organization’s state, and it creates a shared vocabulary for the transformation work ahead.

The AI Readiness Assessment Framework

Every organization exists on a spectrum of AI readiness. The framework presented here organizes readiness into four dimensions, each scored on a scale of 1 to 5. The aggregate score does not determine whether you should transform every organization should. It determines where you start, how much foundational work is required before you can ship meaningfully, and which quick wins are realistic given your current state.

The four dimensions are:

1. Infrastructure Readiness Can your current technical infrastructure support AI workloads? This covers cloud maturity, API architecture, deployment pipelines, and monitoring capabilities.

2. Team Capability Does your team have the knowledge, skills, and capacity to build, deploy, and operate AI systems? This covers both technical skills and organizational fluency with AI concepts.

3. Process Maturity Are your internal processes documented, standardized, and measurable enough to be meaningfully improved by AI? Processes that are poorly defined cannot be effectively automated.

4. Data Readiness Do you have access to the data that AI systems will need? Is that data clean, accessible, and legally usable for AI training and inference?

Each dimension is assessed independently. An organization can have excellent infrastructure but poor data readiness, or strong team capability but immature processes. The profile across all four dimensions shapes the transformation strategy more than any single dimension alone.

How to Run the Assessment

The assessment works best as a structured conversation rather than a solo scoring exercise. Assemble your CTO or VP Engineering, one or two senior engineers, your head of product, and for the process and data dimensions a representative from the teams that own the relevant processes and data. This typically means including a CS leader and potentially a sales or ops leader.

Before the session, ask each participant to come with their own preliminary score for each dimension and a brief rationale. Do not share scores in advance the goal is to see where people land independently before converging. In the session, work through each dimension in order. Share individual scores, and spend time on any dimension where scores diverge by more than one point. Divergence is signal: it means different parts of the organization have meaningfully different pictures of the current state, and that gap needs to be understood before it can be resolved.

Resist the temptation to inflate scores. The most common scoring mistake is what might be called aspirational scoring rating based on where the organization is heading or where it was at its best rather than where it actually is today. The question for each dimension is not “could we score a 4 if we executed well?” It is “do we score a 4 right now, based on what is actually in place and working?”

The output of the session should be four documented scores, the key evidence behind each score, and for any dimension scoring below 3 an initial list of what would need to be true for that dimension to reach 3. That list becomes the foundation of your transformation preparation plan.

Dimension 1: Infrastructure Readiness

Infrastructure readiness is about whether your technical foundation can support AI workloads without requiring a complete rebuild before you can ship anything.

Score 1 On-premise or fully legacy: Your systems run on physical servers or in a private data center with no cloud infrastructure. Deploying AI services requires significant infrastructure work before anything else.

Score 2 Cloud-present but not cloud-native: You have moved some workloads to the cloud, but your primary application still runs on traditional infrastructure. API patterns are inconsistent. Deployment is largely manual.

Score 3 Cloud-hosted: Your application runs in the cloud using managed services. You have CI/CD pipelines. APIs are reasonably consistent. You can deploy new services without major ceremony.

Score 4 Cloud-native with good observability: Your architecture supports independent service deployment. You have meaningful monitoring and alerting. You can add new AI services as independent components without disturbing the core application.

Score 5 Cloud-native with AI-ready infrastructure: You have vector database infrastructure, embedding pipelines, LLM routing, and the observability layer needed to monitor AI-specific metrics like latency, token usage, and output quality.

Most organizations beginning AI transformation score between 2 and 4. A score of 3 or 4 means you can begin building AI features without major infrastructure investment first. A score of 1 or 2 means infrastructure work is the necessary first investment.

What to Look For

Conduct a brief audit of the following: Where does your application run, and who manages the infrastructure? Do you have a consistent API design pattern across your product? How long does it take to deploy a new service from approved design to running in production? Do you have monitoring in place for your existing services, and would you know within five minutes if something critical broke? Can you add a new database or service without modifying the core application? Can you route AI-specific traffic through a dedicated service that can be scaled, rate-limited, and monitored independently?

The answers do not need to be perfect. They need to be honest.

Common Infrastructure Patterns and What They Mean

The well-run monolith. Many teams running modular monoliths on cloud infrastructure score solidly at 3. The monolith is not an obstacle to starting AI transformation it is a constraint on how AI services are scaled, not whether they can be built. A well-structured monolith running on cloud-managed services with CI/CD pipelines in place can integrate AI API calls cleanly, often within a service layer that keeps AI-specific logic isolated from the core application. The limitation appears later, when AI workloads need to scale independently of the main application. Planning for that future need even if you do not need to act on it immediately is part of the infrastructure readiness picture.

The observability gap. A surprisingly common pattern is an organization that has solid infrastructure in most respects cloud-native, good CI/CD, well-defined services but has not invested meaningfully in observability. The team can deploy quickly, but they cannot tell with confidence whether what they deployed is working correctly. This is a manageable gap before AI transformation begins; it is a serious operational risk after, because AI system failures are often subtle rather than catastrophic. A response that looks plausible but is factually wrong is invisible to infrastructure monitoring and only detectable through semantic evaluation. Investing in observability before shipping AI is not optional it is foundational.

The “lift and shift” cloud. Some organizations have moved to the cloud without becoming cloud-native. The application runs on virtual machines rather than managed services. Deployments are largely manual or scripted rather than fully automated. This architecture scores at 2, and it presents a real constraint: the effort required to add an independently deployed AI service is high enough that it discourages teams from building the proper separation of concerns. The result is AI logic embedded directly in the application rather than isolated in its own service which works initially and becomes progressively harder to manage at scale.

Dimension 2: Team Capability

Building AI systems requires skills that are different from building traditional software. Some overlap, but the gap between a team that can build a reliable CRUD API and a team that can build a reliable AI-powered feature is real. Understanding your team’s starting point prevents you from building a roadmap that assumes skills your team does not yet have.

Score 1 No AI awareness: The team has not worked with LLMs or AI APIs. The concept of prompting, embeddings, or retrieval is unfamiliar territory. There may be curiosity, but no hands-on experience.

Score 2 Exploratory familiarity: Some team members have used ChatGPT or similar tools personally. One or two have experimented with API access. No one has shipped anything in production.

Score 3 Some production experience: At least one engineer has built and deployed an AI feature in a real product. The team understands the basics of prompt engineering, API integration, and LLM limitations. They have formed opinions about what works.

Score 4 Meaningful production capability: Multiple engineers have shipped AI features. The team has worked with retrieval systems, has opinions about model selection, and understands operational concerns like cost control, latency management, and output quality evaluation.

Score 5 Advanced capability: The team has built multi-step agentic workflows, worked with vector databases and embedding pipelines at scale, designed AI evaluation frameworks, and operated AI systems with proper observability and governance.

Team capability is the most improvable dimension over a short time horizon. A team at Score 2 can reach Score 3 within three months with deliberate investment in learning and a well-chosen first project. The mistake is to assume that capability will develop on its own without explicit investment.

Raising the Score

The most effective way to raise team capability is not a training course it is a real project. Give an engineer with genuine curiosity about AI a real problem and a modest budget for API access, set aside two weeks for genuine exploration, and you will learn more about your team’s capability ceiling than any assessment tool can tell you. The second most effective investment is a regular internal session where team members share what they have learned, what they have tried, and what failed. Communities of learning build capability faster than individual study, partly because the problems that one engineer hits are often the same problems another engineer will hit a month later.

What to Look for in an AI-Ready Engineer

Not every strong engineer is positioned to lead AI development, and the characteristics that make someone an effective AI engineer are somewhat different from those that make someone an effective traditional software engineer. The most important quality is not knowledge of current models or frameworks that knowledge can be acquired. It is epistemological curiosity: the disposition to ask “how do I know this is working?” rather than “how do I make this work?” AI systems fail silently in ways that traditional systems do not. An engineer who is satisfied when the output looks plausible will ship systems that are intermittently unreliable in ways that are invisible until they cause customer problems. The engineer you want leading AI development is the one who, after building a prototype, immediately asks how to measure whether it is actually doing what it is supposed to do.

Other indicators worth looking for: comfort with ambiguity (AI systems require iterative refinement, not definition-first design), a bias toward experimentation over theorizing (the engineer who builds two prototypes in the time another spends debating which approach is theoretically superior), and an interest in operational concerns latency, cost, failure modes not just capability concerns.

Building Capability Across the Team

The goal is not to create a small isolated AI team while the rest of engineering continues to work as before. That structure produces the silos that lead to the AI feature graveyard. The goal is to build a core of deep AI capability one or two engineers who deeply understand the stack, the patterns, and the operational concerns while raising the floor across the entire engineering team so that AI-aware thinking becomes part of how every engineer approaches problems. This means sharing what the AI team learns broadly, ensuring that non-AI engineers understand how AI components in the system work well enough to debug interactions, and creating documentation and internal guides that make the institutional knowledge accessible to the full team.

Dimension 3: Process Maturity

AI is not good at improving chaos. It is good at accelerating and scaling things that already work. Before you can meaningfully apply AI to a business process, that process needs to be sufficiently understood and defined that you can describe what good looks like, measure whether AI is achieving it, and know when it is not.

Score 1 Undocumented and tribal: Processes exist in the heads of the people who do them. There is no written playbook, no consistent execution, and significant variation in how different team members handle the same situation. Outcomes are not measured.

Score 2 Partially documented: Some processes have documentation, but it is often outdated, incomplete, or ignored. Execution varies between individuals. There are informal standards but no enforcement mechanism.

Score 3 Documented and mostly consistent: Core processes are documented and most team members follow them most of the time. You can describe what a good outcome looks like. There is basic measurement you know roughly how long things take and whether they are succeeding.

Score 4 Standardized and measured: Processes are consistently followed, outcomes are regularly measured, and there is a feedback mechanism for identifying and addressing process failures. You could hand the playbook to a new hire and they would be functional quickly.

Score 5 Optimized and data-rich: Processes have been iteratively improved based on measurement. You have detailed data on how they perform. You can describe the edge cases, the exceptions, and the decision points that make a process work well.

A process at Score 1 or 2 is not ready for AI. Applying AI to an undocumented, inconsistent process produces an AI system that automates chaos faster chaos, perhaps, but chaos nonetheless. The right investment for a Score 1 or 2 process is documentation and standardization before AI, not instead of it.

Identifying AI-Ready Processes

Not all processes are equally good candidates for AI investment, even among those that are well-defined. The most valuable AI investments target processes that are high-frequency, high-volume, and sufficiently repetitive that AI can handle the common case while humans handle the exceptions. A customer support triage process that handles fifty similar queries per day is a better AI candidate than a strategic account planning process that is run once per quarter for each major account. The former has clear inputs and outputs, measurable quality, and enough volume that improvement is visible quickly. The latter is too varied, too judgment-dependent, and too infrequent for AI to improve it reliably.

The second criterion is measurability. Can you define what good looks like for this process, and can you measure whether AI is achieving it? A process that generates a customer-facing response can be evaluated for tone, accuracy, and resolution rate. A process that produces an internal recommendation can be evaluated against the decisions that resulted. A process whose quality is primarily assessed through human intuition “I know a good output when I see one” is harder to improve with AI because it is harder to know whether AI is improving it.

The third criterion is what might be called the “edge case ratio.” Some processes are mostly consistent, with a small number of unusual cases that require special judgment. AI handles the common cases well; humans handle the exceptions. A process where 80% of cases follow a consistent pattern and 20% require judgment is an excellent AI candidate. A process where every case is genuinely unique is not AI becomes a liability when the edge case ratio approaches 100%.

When you complete the process maturity dimension of the assessment, identify your top three processes that score highest on all three criteria: frequency and volume, measurability, and a manageable edge case ratio. Those are your best first candidates for AI investment.

Dimension 4: Data Readiness

Data is the raw material that AI systems consume. Unlike infrastructure, team capability, or process maturity, data readiness is difficult to improve quickly. Four years of operational data cannot be created in a sprint. This makes an honest assessment of data readiness especially important it is the dimension most likely to limit what is achievable in the short term.

Score 1 Data is inaccessible or non-existent: Either the relevant data does not exist, or it exists in forms that are practically inaccessible locked in legacy systems, in PDFs, in email inboxes, or in formats that cannot be queried programmatically.

Score 2 Data exists but is fragmented: The data is in the system, but it is distributed across many tables or services with no clear schema documentation. Joining the data requires significant engineering effort. Quality is unknown.

Score 3 Data is accessible and roughly understood: Engineers can query the data. The schema is documented well enough that a new engineer can find what they need within a day. Quality is variable but known the team has a sense of which data can be trusted.

Score 4 Data is accessible, clean, and governed: Core data assets are maintained with quality standards. There is ownership someone is responsible for the integrity of key datasets. Historical data has been validated. You know what you have.

Score 5 Data is AI-ready: In addition to the above, you have embedding infrastructure, vector storage, and data pipelines that can feed AI systems at the right latency and volume. Sensitive data is classified and appropriate access controls are in place.

Data readiness determines which AI use cases are viable today and which require foundational investment first. A system that needs to retrieve relevant historical records for a customer query requires at least Score 3 data readiness in the relevant domain. A system that generates personalized recommendations based on behavioral patterns needs Score 4 or 5. A system that answers questions from a help center document library may only need Score 2, because the source content is already in a usable form.

Understanding the data readiness profile at the use-case level not just the organizational level is what allows you to identify what is buildable now versus what needs preparation.

The Data Inventory Exercise

Before scoring your data readiness, conduct a rapid data inventory for each of your top-priority AI use cases. For each use case, answer the following questions:

What data does this AI system need to operate? Be specific: not “customer data” but “the text of support conversations, tagged by resolution outcome.” What exists, and where does it live? Who owns it that is, who is responsible for its accuracy and completeness? When was it last validated? What does the data look like for edge cases (very new customers, customers who churned, customers with unusual usage patterns)? Are there legal or contractual restrictions on using this data for AI training or inference?

The answers to these questions will frequently reveal gaps that the score alone does not capture. An organization might have four years of support ticket data (sounds like Score 3 or 4) that turns out to be 40% untagged, stored in a system being sunset, and subject to a data retention policy that deletes records older than two years (effectively Score 2 for the support automation use case). Running the inventory at the use-case level prevents you from treating data readiness as an organizational property when it is actually a use-case-level variable.

Common Data Readiness Traps

The “we have all the data” assumption. Organizations with mature operational databases often assume they have more data than they actually have for AI purposes. The issue is typically not volume but structure. A database with four years of work order data may have incomplete text fields (technicians entering “done” as their field report), inconsistent schema across versions (columns were renamed or repurposed), or foreign key relationships that are poorly documented. The data exists. Getting it into a form that an AI system can use effectively requires preparation.

The privacy constraint discovery. It is common, in the process of a data readiness assessment, to discover that data you assumed was available for internal AI use is actually subject to customer data processing agreements or privacy regulations that constrain how it can be used. This is not a reason to avoid AI it is a reason to involve your legal and compliance team early in the assessment rather than late. Finding a constraint during implementation is far more expensive than finding it during planning.

The labeling gap. Many AI use cases benefit significantly from labeled data examples of inputs paired with correct outputs. Support ticket data is useful. Support ticket data labeled by category, resolution outcome, and quality is dramatically more useful. Organizations that have not invested in labeling their historical data often find that building a labeled dataset is the longest lead-time item in their first AI project. Identifying this gap early and beginning the labeling work even at small scale before the AI project formally begins compresses the project timeline significantly.


Nexus in Focus: Running the Assessment

When Marcus, Nexus’s CTO, ran the AI Readiness Assessment after the board meeting, the results were both more promising and more sobering than he expected.

Infrastructure: 3/5. Nexus runs on Azure, has CI/CD via GitHub Actions, and can deploy new services without disrupting the core application. The gap is observability Application Insights is configured but not deeply instrumented, and there is no infrastructure for AI-specific monitoring. Deploying AI features is possible; operating them well requires work.

Team Capability: 2/5. Thomas, a senior engineer on Squad Gamma, has built several personal projects with the OpenAI API and has genuine enthusiasm for AI development. Two other engineers have used ChatGPT for coding assistance but have no API experience. The rest of the team is largely unfamiliar with LLM-based development. The capability is not absent it is concentrated.

Process Maturity: variable. This was the most revealing part of the assessment. Engineering processes scored 4 well-documented, consistently followed, measured. Customer success processes scored 2 Priya’s team follows a general onboarding checklist, but execution varies significantly between team members, and there is no measurement of which steps add the most time or generate the most questions. Sales processes scored 3. The variation across departments meant that AI opportunities were not equally available everywhere.

Data Readiness: 3/5. Nexus has four years of operational data in PostgreSQL. The schema is documented. Engineers can query it. But there is no data warehouse, no embedding infrastructure, and significant uncertainty about data quality in the older records. For the AI use cases most likely to deliver quick wins support automation, onboarding assistance the data is accessible enough to start. For deeper personalization and prediction, investment is needed first.

The overall profile: Nexus can build and ship AI features without major foundational investment, but not without deliberate preparation. Infrastructure is good enough to start. Team capability needs immediate investment specifically, enabling Thomas to lead AI development and building capability around him. CS processes need documentation before AI automation makes sense. Data is workable for the near-term use cases.

What Marcus found most valuable about the assessment was not the scores themselves but the conversations they forced. The infrastructure score of 3 prompted a discussion between Marcus and the DevOps lead about observability gaps that both had been aware of in general terms but had not previously discussed in the context of AI workloads specifically. The process maturity assessment surfaced a significant disagreement between Priya and two of her senior CS reps about how consistently the onboarding checklist was actually being followed a disagreement that would have been far more expensive to discover during an AI implementation than before it.

The data readiness assessment at the use-case level was particularly illuminating. Marcus had assumed that the four years of PostgreSQL data would support most of the near-term AI use cases comfortably. When he ran the inventory exercise on the support ticket use case specifically, he found that 35% of tickets had empty or near-empty description fields technicians and customers who had called rather than written, with the outcome recorded but not the conversation. For the onboarding assistant use case, the picture was better: the onboarding checklist steps were consistently recorded, and the completion data was reliable going back three years. The data for the easiest use case was more ready than Marcus had expected; the data for the most ambitious use case was less ready. That finding directly influenced which use case Nexus chose to prioritize first.

The assessment also identified one important non-technical constraint: two of the key data sources that would be relevant for AI development were in separate ownership domains. The work order data was owned by Squad Alpha. The customer interaction data was owned by the CS tooling, managed by Priya’s team and stored in a third-party system that had a CSV export function but no API. Both of these data sources would need to be accessible before the planned AI systems could be built. Marcus’s action item from the assessment was to initiate both data access conversations before writing a line of AI code.

This profile directly shaped the roadmap that follows in later chapters.


If You’re Buying, Not Building

If your organization uses third-party software rather than building its own, the AI Readiness Assessment still applies but the dimensions look different. Running this assessment before evaluating AI tools will make your vendor conversations significantly more productive.

Infrastructure readiness becomes about integration. Can the AI tools you are evaluating connect to your existing systems? Do your current software platforms support API access, webhook integrations, and data exports that allow AI tools to consume and act on your data? An AI tool that requires a data format or integration pattern that your current infrastructure cannot support creates a hidden infrastructure project behind the visible AI project. Ask vendors specifically: what does a standard integration look like, and what does it require from our side?

Team capability becomes about two things: AI literacy and change management capacity. AI literacy is the ability of your team to interact effectively with AI systems knowing when to trust AI output, when to verify it, and how to give feedback that improves it over time. Change management capacity is the organizational ability to adopt new tools and processes without disrupting ongoing operations. Both are learnable, but both require time and deliberate investment. If your team has not adopted a major new tool in the past two years without significant friction, that is relevant information about your change management capacity.

Process maturity matters as much for buyers as for builders. An AI tool from your vendor will only deliver the promised value if the process it is designed to support is well-defined, consistently followed, and measurable. A vendor who promises that their AI will “transform your support operations” while your support team runs on undocumented, inconsistent processes is promising a transformation that will not arrive not because the tool is bad, but because the foundation is not there.

Data readiness becomes a vendor question with legal dimensions. What data does the AI tool need to work effectively? Do you own that data, or does some of it belong to your customers? Can you legally share it with the vendor’s AI infrastructure, given your customer contracts and applicable privacy regulations? Some organizations discover, during vendor evaluation, that the data required for an AI tool to function optimally is data they cannot share either because of contractual restrictions or because customers have not consented to it being processed by third-party AI systems. Discovering this before signing a contract is significantly better than discovering it after.


The Scoring Exercise

Before moving to strategy, complete the following for your own organization. For each dimension, assign a score from 1 to 5 using the criteria above. Be honest. The purpose is not to present your organization in the best possible light it is to understand clearly where the work needs to happen.

Once you have scored each dimension, look at the pattern:

  • All scores 3 or above: You are ready to move directly to strategy and planning. Foundational gaps exist but are not blockers.
  • One score below 3: Identify this as the constraint. Your transformation strategy should include a track of work specifically to address this gap alongside the forward work.
  • Two or more scores below 3: Foundational investment is required before AI transformation can be effective. The strategy should sequence foundational work first, quick wins second.

Reading the Profile: What Your Combination of Scores Means

The combination of scores across the four dimensions is more informative than any individual score. A few patterns are worth describing explicitly, because they each imply a distinct starting strategy.

The infrastructure-strong, team-weak profile (Infrastructure 4+, Team Capability 1–2). This is a common pattern at organizations that have invested heavily in cloud infrastructure but have not yet begun AI development. The good news is that the foundation is there. The strategy is to invest in team capability immediately and use the strong infrastructure as a competitive advantage you will be able to ship and scale faster than organizations that have to do infrastructure work at the same time as they are building capability. Start with a well-scoped first project and a dedicated engineer, and move quickly toward production.

The team-strong, infrastructure-weak profile (Team Capability 4+, Infrastructure 1–2). This profile is common at organizations that have done significant AI experimentation often in a startup context or through personal projects but have not yet invested in production infrastructure. Engineers know what they are doing; the infrastructure is not ready to support them at production scale. The strategy is to invest in infrastructure in parallel with early AI development, ensuring that the infrastructure work is scoped around the specific requirements of the planned AI systems rather than building a general-purpose AI platform before knowing what it needs to support.

The data-weak profile (Data Readiness 1–2 in key use cases). When data readiness is the primary constraint, the transformation timeline is longer than most leaders want to hear. Data problems cannot be sprinted away. The strategy here is to begin data quality work immediately not as a prerequisite to starting AI development, but as a parallel track. Some AI use cases will be viable with current data; focus on those first while the data preparation work progresses. Avoid committing publicly to AI capabilities that depend on data you do not yet have.

The process-weak profile (Process Maturity 1–2 in priority areas). This is the most commonly underestimated constraint. When processes are undocumented and inconsistent, AI cannot help and attempting to automate them before documenting them is more likely to scale the inconsistency than resolve it. The strategy is to run process documentation and standardization in parallel with early AI work on better-defined processes. Use the documentation exercise as an opportunity to engage the teams who will eventually be most affected by AI getting their input into the process definition creates buy-in for the AI systems that will eventually be built on top of it.

The full AI Readiness Assessment Scorecard, with detailed evaluation criteria and a scoring worksheet, is available in Appendix A.


From Assessment to Action: The Ninety-Day Bridge

The readiness assessment produces a picture of where you are. The chapters that follow describe where you need to go. But the transition between the two is not automatic there is a specific period of work, typically covering the first sixty to ninety days of a serious AI transformation effort, in which the assessment findings translate into concrete preparation. This period is often undervalued because it does not produce customer-facing features. It produces the conditions under which good features can be built reliably.

What this period looks like depends on your profile. For an organization with a single below-3 score, the ninety-day bridge is primarily about addressing that constraint while beginning exploratory work in areas where readiness is sufficient. The team building the first AI feature and the team closing the infrastructure gap can work in parallel, as long as the first feature is scoped to avoid the infrastructure constraint. For an organization with two or more below-3 scores, the bridge period is longer and more heavily weighted toward foundational work. Rushing past it to ship AI features produces the false starts described in Chapter 1 the features get built, the gaps surface during implementation, and the team spends more time on recovery than it would have spent on preparation.

Two things are worth naming explicitly for organizations going through this period, because both are easy to get wrong and both have consequences that show up later in the transformation. First, visible progress matters for organizational confidence. If the bridge period is pure foundational work with no customer-facing output, leadership attention and organizational energy tend to dissipate. Plan for at least one visible output during this period even if it is a small internal tool, a demo, or a documented proof of concept that demonstrates real progress and maintains momentum. Second, this is the right moment to identify the first customers or internal users who will give you candid early feedback on AI features. Building that relationship before you have something to show is easier than building it after, and the feedback you get from a trusted customer who understands the early stage of what you are building is far more valuable than feedback from a customer who expected a finished product.


Key Takeaways

  • The most expensive assumption in AI transformation is believing you know where you are without looking carefully. The current state is almost never what leaders think it is when viewed through the lens of AI readiness.
  • AI readiness is multidimensional: infrastructure, team capability, process maturity, and data readiness each independently constrain what is achievable. A strength in one dimension cannot compensate for a critical weakness in another.
  • Data readiness is the hardest dimension to improve quickly it deserves disproportionate early attention, and assessing it at the use-case level (rather than the organizational level) is essential for accurate planning.
  • Team capability is the most improvable dimension in the short term. A well-chosen first project with a capable, motivated engineer will advance team capability more than any training program.
  • Process maturity matters: AI accelerates things that work. It does not fix things that are broken, and attempting to automate a poorly defined process at scale is substantially more damaging than leaving it manual.
  • The combination of scores is as important as the individual scores. Different profiles imply different starting strategies, and recognizing your specific profile prevents you from applying a generic transformation playbook to a situation it does not fit.
  • The assessment creates value beyond the scores themselves. The conversations it forces about gaps between assumed and actual state are often as valuable as the numbers.

Action Items

  1. Run the AI Readiness Assessment for your organization using the four dimensions above. Score each dimension independently, and do it as a leadership team rather than individually the disagreements are as informative as the agreed scores.
  2. Identify the dimension with the lowest score and plan a specific, time-bounded investment to raise it by one point within the next ninety days. Be concrete: who will do the work, what will they produce, and how will you know it is done?
  3. Run the process maturity assessment at the process level, not just the organizational level. Score your top five candidate processes for AI investment and identify which two have the best combination of high maturity, high volume, and high measurability. Those are your best first candidates.
  4. Conduct a use-case-level data inventory for your top two AI use cases. For each use case, answer: what data does the AI need, where does it live, who owns it, and is there any legal or contractual constraint on using it for AI? Document what you find. The gaps you discover will become the first items on your foundational work plan.
  5. Identify any engineers on your team who have experimented with AI APIs, followed AI development community discussions, or expressed curiosity about AI work. Have a direct conversation with them about their interest level and what it would take to give them meaningful time to build with AI. That conversation is often the fastest path to raising your team capability score.