CAP Certification
Strategic · M10 · lesson 10 of 60 · queued
Preview — browse every lesson free. Enroll to mark lessons complete, open partner links and save your progress. Login & enroll →
📖
in this lesson

Capability Building & Implementation Roadmap

15 min

Overview

Ananya Joshi had a strong AI strategy, board approval, and a $4.5 million budget. What she did not have was a realistic picture of what her organisation could actually execute. The first project - a customer churn prediction model - was supposed to take four months. It took fourteen. The data the model needed existed in three different systems with different schemas, owned by three different teams who had never collaborated before. "Our strategy was right," she told me. "Our capability assessment was fictional."

The capability gap between AI ambition and AI execution is the most common reason AI programmes fail to deliver value. Closing that gap requires an honest assessment of where you are, a realistic plan for building what you need, and the discipline to sequence implementation so early projects create the conditions for later ones.

The Capability Gap Problem

Think of AI capability like a contractor building a house. The architect can draw beautiful plans. But if the foundation is weak, the electrical wiring is outdated, and the crew has never worked together, the house will not get built to spec - regardless of how good the plans are.

For AI, the "foundation" is your data infrastructure. The "electrical wiring" is your tooling and platforms. The "crew" is your technical talent, business domain knowledge, and organisational processes. Strategy is the plans. Capability assessment tells you whether your foundation, wiring, and crew can execute them.

Most organisations that conduct capability assessments discover the same four gaps.

Four Gaps Every Organisation Faces

1. Data Infrastructure Gaps

AI models need data that is accessible, clean, and at sufficient scale. Most enterprise data does not meet these criteria out of the box. It lives in siloed systems, has inconsistent formats, contains errors that were acceptable for reporting but are fatal for model training, and lacks the historical depth required for time-series models.

The most common infrastructure gaps are: no centralised data warehouse or lake accessible to the data science team; inconsistent master data (the same customer recorded differently across systems); limited historical data for new use cases; and no automated pipelines to refresh model inputs as new data arrives.

Ananya's churn model required three years of customer transaction history. The data existed but was in an archive system with a 48-hour retrieval lag and no API access. That single infrastructure limitation added eight weeks to the project.

2. Technical Talent Gaps

Most organisations lack sufficient in-house AI/ML expertise. But the talent gap is usually more specific than "we need more data scientists." Common gaps include: ML engineers who can move models from notebooks to production systems, data engineers who can build and maintain the data pipelines models depend on, and MLOps specialists who can monitor deployed models and manage retraining cycles.

Data scientists who can build models are relatively available. The talent shortage is in the people who can make those models production-ready and keep them working reliably. A model that runs well in a notebook and then breaks six weeks after deployment due to data drift is not an asset. It is a liability.

3. Tooling and Platform Gaps

Organisations need a consistent, governed set of tools for the full ML lifecycle: data preparation, model training, experiment tracking, model deployment, and monitoring. Without this, each project builds its own infrastructure, creates new technical debt, and makes it difficult to share work or maintain deployed models.

This does not mean buying the most sophisticated MLOps platform available. It means choosing a consistent tool set and enforcing its use. Many organisations are well served by managed cloud ML platforms - AWS SageMaker, Google Vertex AI, or Azure ML - that provide the lifecycle tooling without requiring infrastructure teams to build it from scratch.

4. Organisational Process Gaps

Even organisations with good data, strong talent, and appropriate tooling often struggle because their processes are not designed for AI development. AI projects have different characteristics than traditional software projects - they are inherently iterative, success is probabilistic rather than deterministic, and requirements often change as the team learns more about the data.

Traditional project management processes that assume fixed scope and linear delivery create friction. Teams need space to experiment, to pivot when the data does not support the original approach, and to learn from partial failures without those failures being treated as project failures.

Building the Roadmap: Sequencing That Unlocks Value

Once you have an honest picture of your capability gaps, the roadmap question is: in what order do you close them, and in what order do you pursue AI applications?

The principle is *enabling before extending*. Foundational capabilities - data infrastructure, core tooling, baseline talent - should be built before attempting ambitious AI applications. The return on foundational investment compounds: each subsequent application benefits from the foundation already in place.

A practical three-horizon structure organises this thinking.

Horizon 1 (months 1-6): Foundation. Build the data pipelines, platform tooling, and initial team structure needed to deliver anything. Accept that this horizon produces no AI models in production. Resist the pressure to skip it.

Horizon 2 (months 6-18): First applications. Deploy two or three carefully chosen AI applications that use the foundation built in Horizon 1. Choose applications with high business visibility and achievable technical requirements - you are building organisational confidence as much as model performance.

Horizon 3 (months 18-36): Scale. Expand AI applications across functions, using the platform, talent, and processes established in the first two horizons. By this point, each new project is faster and cheaper than the ones before it.

Ananya rebuilt her programme using this structure. Horizon 1 invested six months in consolidating customer data into a central data warehouse and establishing standard tooling. Horizon 2's churn model - now running on clean, accessible data - took five months instead of fourteen. The second Horizon 2 project, a product recommendation engine, took three months. The infrastructure investment had paid back its cost within eighteen months.

Build, Buy, or Partner

Not every capability needs to be built internally. The build-buy-partner decision should be made for each capability gap individually, based on three factors: strategic differentiation (does owning this capability create competitive advantage?), talent availability (can you hire or develop the expertise needed?), and time pressure (how quickly do you need this capability?).

Capabilities that are generic - standard MLOps tooling, cloud infrastructure, commodity model training - are usually better bought or rented from vendors. Capabilities that are domain-specific - models trained on your proprietary data, processes tuned to your business context - are usually better built internally. Emerging capabilities where you need to move fast and the market is still forming are often best accessed through partnerships with specialised vendors or academic groups.

Maintaining Roadmap Flexibility

Roadmaps age. Technology changes. Business priorities shift. Models underperform expectations. The roadmap that made sense when you wrote it may not be the right roadmap twelve months later.

Build in formal review points - quarterly at minimum - where the roadmap is revisited against what you have learned. This is not indecisiveness. It is the difference between a strategy that adapts to reality and one that drives into a wall because changing course feels like admitting failure.

Maintain a risk register for each initiative on the roadmap. Track technical risks (the model may not achieve required accuracy), data risks (the necessary data may not materialise), adoption risks (users may not change their behaviour), and business risks (the market context may change). Review and update these risks at each quarterly checkpoint.

Key Takeaways

  • Capability assessment must be honest, not aspirational. Audit your actual data infrastructure, talent, tooling, and processes - not the ones you plan to have. Strategy built on fictional capabilities will fail in execution.
    - The four universal gaps are data infrastructure, ML engineering talent, lifecycle tooling, and organisational processes. Most enterprise AI programmes struggle with all four. Address them systematically rather than project by project.
    - Foundational investment before applications is not delay - it is acceleration. Every subsequent application runs faster and cheaper on a solid foundation. Skipping the foundation creates technical debt that compounds.
    - A three-horizon structure sequences value delivery realistically. Foundation (months 1-6), first applications (months 6-18), and scale (months 18-36) provides a manageable rhythm that builds confidence at each stage.
    - Build only what creates competitive advantage; buy or partner for the rest. The build-buy-partner decision should be made capability by capability, not as a blanket policy.
    - Roadmaps require formal review cycles, not set-and-forget management. Quarterly reviews against updated assumptions maintain relevance without creating the perception of constant change.