Structural Models for Enterprise AI

How you structure AI ownership is one of the most consequential decisions in an AI transformation. Structure determines who has authority, where decisions get made, how fast the organization can move, and how well governance actually holds. Most organizations choose their structure by default rather than by design. The result is a structure that fits their early stage but creates serious problems as the portfolio scales.

There are three dominant models. Each has a legitimate use case and a specific failure mode. Knowing when to use each, and when to transition between them, separates organizations that scale AI successfully from those that plateau or regress.


The Three Models

Model 1: Centralized CoE

A single central team controls AI strategy, development, deployment, and governance. Business units submit requests. The CoE prioritizes, builds, and delivers.

When it works: Early-stage organizations that need to establish capability, set standards, and avoid the chaos of distributed experimentation. The CoE builds the first wave of production systems, establishes the reference architecture, and demonstrates what good looks like before handing the playbook to the business.

When it breaks: Once the portfolio grows beyond what a single team can handle without becoming a bottleneck. Business units with high-frequency AI needs will route around the CoE. Shadow AI appears. Talent concentrates in the center while the organization fails to build distributed capability.

The Bottleneck Failure Mode

A centralized CoE that cannot process use case demand fast enough becomes the primary obstacle to AI adoption. Business units stop submitting requests and start finding workarounds. By the time leadership recognizes the problem, a significant shadow AI footprint has already developed.


Model 2: Hub-and-Spoke

A central governance and capability function (the hub) sets standards, owns the platform, manages the model inventory, and coordinates across functions. Embedded AI teams within each business unit or major function (the spokes) own execution within the governance framework.

When it works: At mid-to-large scale, where the portfolio is too large for centralized delivery but too complex for distributed ownership without governance guardrails. This is the structure IBM recommends based on analysis of 2,300 organizations, and it produces 36% higher AI ROI than the alternatives (IBM IBV, 2025).

When it breaks: When the hub becomes administrative rather than enabling, issuing checklists instead of accelerators. When spoke teams lack sufficient AI expertise to execute without excessive hub involvement. When the governance framework is so heavy that spoke teams treat it as overhead rather than infrastructure.

Why Hub-and-Spoke Outperforms

The 36% ROI advantage (IBM IBV, 2025) comes from three compounding effects: shared infrastructure reduces duplication costs; governance consistency reduces rework from non-compliant deployments; embedded spoke expertise reduces the time from use case identification to production deployment.


Model 3: Federated

AI ownership is distributed across business units with minimal central coordination. Each unit hires its own AI talent, selects its own tools, and sets its own priorities. A nominal central function may exist but has limited authority.

When it works: In organizations where business units operate highly independently, have differentiated AI needs, and have sufficient AI maturity to govern themselves. Fast-moving consumer-facing divisions, for example, often cannot wait for central processes. Some highly regulated sectors run federated models within business-unit-level compliance structures.

When it breaks: When the organization needs a consolidated view of AI risk, when regulators ask for enterprise-wide AI documentation, or when redundant investments across units become visible to the CFO. Federated models also make it nearly impossible to build shared platform capability, because no single unit will fund infrastructure that benefits others.


Comparison Table

DimensionCentralized CoEHub-and-SpokeFederated
Decision authorityCentral teamHub governance, spoke executionBusiness units
Speed to deploySlow at scaleModerate, accelerates over timeFast
Governance qualityHighHighVariable
Innovation surfaceNarrowBroadBroad
Duplication riskLowLowHigh
Talent distributionConcentratedDistributed with center of excellenceFully distributed
Bottleneck riskHighModerateLow
Regulatory readinessHighHighLow to moderate
Best stageEarly (0-2 years)Growth (2+ years)Specialized/mature BUs
IBM ROI dataBaseline+36% (IBM IBV, 2025)Below baseline

Structural Diagrams

Centralized CoE

graph TD
    CoE["Central AI CoE\n(Strategy, Build, Govern)"]
    BU1["Business Unit A"]
    BU2["Business Unit B"]
    BU3["Business Unit C"]
    BU4["Business Unit D"]

    BU1 -- "request" --> CoE
    BU2 -- "request" --> CoE
    BU3 -- "request" --> CoE
    BU4 -- "request" --> CoE

    CoE -- "deliver" --> BU1
    CoE -- "deliver" --> BU2
    CoE -- "deliver" --> BU3
    CoE -- "deliver" --> BU4

Hub-and-Spoke

graph TD
    Hub["CAIO Hub\n(Governance, Platform, Standards, Portfolio)"]

    Spoke1["AI Lead\nBusiness Unit A"]
    Spoke2["AI Lead\nBusiness Unit B"]
    Spoke3["AI Lead\nFinance"]
    Spoke4["AI Lead\nOperations"]
    Spoke5["AI Lead\nCustomer"]

    Hub -- "standards & enablement" --> Spoke1
    Hub -- "standards & enablement" --> Spoke2
    Hub -- "standards & enablement" --> Spoke3
    Hub -- "standards & enablement" --> Spoke4
    Hub -- "standards & enablement" --> Spoke5

    Spoke1 -- "portfolio signal & incidents" --> Hub
    Spoke2 -- "portfolio signal & incidents" --> Hub
    Spoke3 -- "portfolio signal & incidents" --> Hub
    Spoke4 -- "portfolio signal & incidents" --> Hub
    Spoke5 -- "portfolio signal & incidents" --> Hub

Federated

graph TD
    Central["Nominal AI Council\n(advisory only)"]
    BU1["Business Unit A\n(owns AI end-to-end)"]
    BU2["Business Unit B\n(owns AI end-to-end)"]
    BU3["Finance\n(owns AI end-to-end)"]
    BU4["Operations\n(owns AI end-to-end)"]

    Central -. "guidance (non-binding)" .-> BU1
    Central -. "guidance (non-binding)" .-> BU2
    Central -. "guidance (non-binding)" .-> BU3
    Central -. "guidance (non-binding)" .-> BU4

Transition Paths

Centralized CoE to Hub-and-Spoke

This is the most common and necessary transition. The trigger is usually one of three signals: the CoE has a multi-month backlog, business units are building outside the process, or the CoE talent is overwhelmed and attrition risk is high.

The transition requires:

  1. Auditing the existing portfolio to identify which capabilities can be productized as shared services vs. which require embedded expertise
  2. Identifying and hiring AI leads within major business units, ideally from people who already understand the domain
  3. Transferring governance accountability while retaining platform ownership in the hub
  4. Defining the escalation path from spoke to hub for risk decisions, model approvals, and incidents

Expect 9 to 18 months for this transition to stabilize. The governance framework must be ready before spokes go independent, or they will develop local variants that are incompatible with each other.

graph LR
    A["Centralized CoE\n(0-18 months)"]
    B["Hub-and-Spoke\n(18 months+)"]
    A -- "portfolio growth\nbottleneck signal\nshadow AI emergence" --> B

Hub-and-Spoke to Federated (Partial)

Full federation is rarely the right outcome. What more commonly happens is that mature, large business units develop sufficient AI capability to operate more independently within the governance framework. The hub retains governance authority but reduces operational involvement.

This is not a transition to full federation. It is hub-and-spoke with lighter hub touch for mature spokes. The governance framework remains mandatory. The platform remains shared. The model inventory remains centrally tracked.

graph LR
    B["Hub-and-Spoke\n(central governance\n+ distributed execution)"]
    C["Mature Hub-and-Spoke\n(heavy governance\n+ autonomous spoke execution)"]
    B -- "spoke maturity\nproven track record\nestablished local governance" --> C

Federated to Hub-and-Spoke (Remediation)

Organizations that started federated often reach a point where the governance gaps become unacceptable, usually triggered by a regulatory event, a significant model failure, or a CFO-level reckoning with duplicate investments.

This transition is harder than building hub-and-spoke from the start. Business units have already established local processes, local vendor relationships, and local talent with local loyalties. Introducing central governance retroactively is a political exercise as much as an operational one.

The remediation path requires executive mandate, not persuasion. The CAIO must have authority to require model inventory registration, set minimum standards for new deployments, and sunset non-compliant systems on a defined timeline.


Maturity Indicators

Use these indicators to assess where your organization currently sits and whether the structural model is appropriate for your maturity level.

IndicatorCentralized CoE FitHub-and-Spoke FitFederated Fit
Models in productionUnder 1010 to 100+Varies by unit
AI portfolio ageUnder 2 years2 to 5 years3+ years per unit
Business unit AI literacyLowModerate to highHigh
Governance framework maturityBuildingEstablishedEstablished per unit
Regulatory pressureModerateHighVaries
CoE backlog weeksUnder 4Under 2N/A
Shadow AI prevalenceLowLow to moderateHigh
Dedicated spoke AI leadsNoneYes, in major unitsYes, in all units

Structural Misalignment

The most common structural mistake is staying in centralized CoE mode past the point where it serves the organization. The CoE becomes a prestige function that controls access rather than enabling capability. Business units route around it. By the time the transition to hub-and-spoke happens, there is a significant remediation effort to bring shadow AI into the governance framework.


For team roles and decision ownership within these structures, see Operating Architecture.


Sources

  1. IBM Institute for Business Value. "How Chief AI Officers Deliver AI ROI." 2025.

For the complete source list and methodology, see Sources & Methodology.