AI capability is not a data problem - why the data/analytics department is the…
AI capability is not a data problem - why the data/analytics department is the wrong home for organisational AI
- Analytics platforms fail production AI agent NFRs by design, not by deficiency: they are built for batch/analytical workloads and cannot satisfy the sub-second latency, HADR, fine-grained delegated authorisation, mutation auditability, and zero-trust requirements that production agents demand. (Confidence: high)
- Martin Fowler's data mesh architecture explicitly establishes that operational data is served through microservice APIs and that "data is hidden on the inside of each microservice, controlled and accessed through the microservice's APIs" - meaning agents that consume operational data must integrate through the API layer, not the analytical plane. (Confidence: high)
- RFC 8693 (OAuth 2.0 Token Exchange) and the IETF AI agent extension draft provide the STS delegation model that agents require for auditable, narrowly-scoped, per-user-per-context delegated access - a capability that analytics platforms do not support and cannot be retrofitted to provide. (Confidence: high)
- MCP (Model Context Protocol), adopted by Microsoft, AWS, Google, and Anthropic in 2024–2025 as an industry standard, implements the API-layer integration pattern: declared capabilities, access scopes, JSON-RPC over HTTPS/mTLS, audit logging, and per-request policy enforcement, with no analytics platform analogue. (Confidence: high)
- Knowledge management - the discipline of curating policies, regulations, procedural context, and organisational strategy for agent consumption via RAG or knowledge graphs - is structurally distinct from data management and requires its own tooling, versioning, and governance layer that a data warehouse does not provide. (Confidence: high)
- NIST AI RMF's Govern function, APRA CPS 230, and Singapore's Model AI Governance Framework all explicitly require cross-functional AI accountability spanning IT, legal, HR, and compliance; no data/analytics team holds mandate across these functions, and the FCA/PRA confirmed CRO and CTO - not CDO - bear AI risk accountability within their operational domains. (Confidence: high)
- IBM's 2025 CDO Study found only 26% of CDOs confident their teams can support new AI revenue streams, and 74% of organisations globally fail to scale AI to visible business value; CDO Magazine and HBR both document structural CDO failure in AI delivery, attributing it to mandate gaps, absent engineering skills, and inability to drive cross-functional operating model change. (Confidence: high)
- The hybrid model - data platform as read-only knowledge substrate accessed via a governed API mediation layer, not via direct SQL - preserves the genuine data-platform-centric advantages (data gravity, ML proximity, analytics tooling) while eliminating the NFR, identity, mutation, and accountability risks of direct warehouse access. (Confidence: medium)
Research Question
What is the strongest case - technical, architectural, organisational, legal, and regulatory - that an organisation's AI capability should NOT be owned by or coupled to its data/analytics department or data platform, and what concrete tradeoffs arise when that coupling is made?
Findings
Executive Summary
Coupling an organisation's AI capability to its data/analytics department is a structural category error: analytics platforms fail the non-functional requirements of production AI agents by design, and the data/analytics team lacks the organisational mandate, skills, and regulatory accountability required for the operational agent layer. The correct integration architecture places agents against the organisation's API layer - via API gateway, horizontally-scaling services, MCP servers, and STS token exchange (RFC 8693) - which satisfies the latency, HADR, delegated identity, mutation auditability, and zero-trust requirements that analytics platforms cannot. Knowledge management (policies, regulations, procedural context served via RAG) is a distinct discipline from data management and belongs in the API/platform layer, not the warehouse. Regulators including NIST AI RMF, APRA CPS 230, and FCA/PRA confirm that AI accountability requires IT, legal, HR, and compliance mandate that no data/analytics team holds; the empirical record shows that 74% of organisations that anchor AI in data teams fail to scale to visible business value.
Key Findings
-
Analytics platforms fail production AI agent NFRs by design, not by deficiency: they are built for batch/analytical workloads and cannot satisfy the sub-second latency, HADR, fine-grained delegated authorisation, mutation auditability, and zero-trust requirements that production agents demand. (Confidence: high)
-
Martin Fowler's data mesh architecture explicitly establishes that operational data is served through microservice APIs and that "data is hidden on the inside of each microservice, controlled and accessed through the microservice's APIs" - meaning agents that consume operational data must integrate through the API layer, not the analytical plane. (Confidence: high)
-
RFC 8693 (OAuth 2.0 Token Exchange) and the IETF AI agent extension draft provide the STS delegation model that agents require for auditable, narrowly-scoped, per-user-per-context delegated access - a capability that analytics platforms do not support and cannot be retrofitted to provide. (Confidence: high)
-
MCP (Model Context Protocol), adopted by Microsoft, AWS, Google, and Anthropic in 2024–2025 as an industry standard, implements the API-layer integration pattern: declared capabilities, access scopes, JSON-RPC over HTTPS/mTLS, audit logging, and per-request policy enforcement, with no analytics platform analogue. (Confidence: high)
-
Knowledge management - the discipline of curating policies, regulations, procedural context, and organisational strategy for agent consumption via RAG or knowledge graphs - is structurally distinct from data management and requires its own tooling, versioning, and governance layer that a data warehouse does not provide. (Confidence: high)
-
NIST AI RMF's Govern function, APRA CPS 230, and Singapore's Model AI Governance Framework all explicitly require cross-functional AI accountability spanning IT, legal, HR, and compliance; no data/analytics team holds mandate across these functions, and the FCA/PRA confirmed CRO and CTO - not CDO - bear AI risk accountability within their operational domains. (Confidence: high)
-
IBM's 2025 CDO Study found only 26% of CDOs confident their teams can support new AI revenue streams, and 74% of organisations globally fail to scale AI to visible business value; CDO Magazine and HBR both document structural CDO failure in AI delivery, attributing it to mandate gaps, absent engineering skills, and inability to drive cross-functional operating model change. (Confidence: high)
-
The hybrid model - data platform as read-only knowledge substrate accessed via a governed API mediation layer, not via direct SQL - preserves the genuine data-platform-centric advantages (data gravity, ML proximity, analytics tooling) while eliminating the NFR, identity, mutation, and accountability risks of direct warehouse access. (Confidence: medium)
-
The data team is the correct owner of the analytical and experimental AI layer (model training, data exploration, BI automation, ML experimentation) and an incorrect owner of the operational agent layer (production agents taking consequential actions with real-time write access, regulatory traceability requirements, and operational SLA obligations). (Confidence: high)
-
Placing AI ownership in the data team creates a structural incentive misalignment: data teams are rewarded for expanding data products and demonstrating AI adoption, creating pressure to accumulate AI ownership even when the team lacks production engineering, security, and change management capability - the behavioural dynamic documented in the 74% failure statistic. (Confidence: medium)
-
The BI precedent is directly analogous: BI capability placed in data teams in the 2000s eventually transferred to product engineering as BI accumulated operational dependencies that data teams could not service to production SLAs; production AI follows the same arc at higher regulatory and operational stakes. (Confidence: medium)
-
Regulators have not explicitly mandated separation of analytical and operational data access as a standalone requirement; the implication is indirect - operational risk, auditability, fine-grained access control, and board-level accountability requirements collectively produce the same architectural conclusion. (Confidence: high)
Assumptions
-
Assumption: "Production agent" means an agent that takes consequential actions (sends communications, modifies records, makes decisions with downstream effects) rather than a read-only analytics assistant. Justification: The research question and scope explicitly include write operations and the high-stakes agent category is the primary motivating use case. A pure read-only analytics assistant raises fewer NFR concerns, though the identity and audit trail arguments still apply.
-
Assumption: The skills gap between data/analytics teams and API/platform engineering is sufficiently wide that bridging it within the existing data team structure is not feasible at pace for most organisations. Justification: IBM CDO Study and multiple skills gap analyses confirm the gap; however, organisations with large, senior data engineering teams (large tech companies, advanced fintechs) may have more cross-disciplinary skill sets that reduce the gap.
Analysis
The technical, organisational, and empirical evidence converge on the same structural conclusion. Fowler's operational/analytical data plane separation and the NFR analysis show that analytics platforms fail production agent requirements by design, not by implementation deficiency - the limitations are architectural. Regulatory frameworks (NIST AI RMF, APRA CPS 230, FCA/PRA) and IBM/HBR CDO research independently confirm that no data/analytics team holds the mandate or possesses the skills required for the operational agent layer. The 74% AI scaling failure rate, the 26% CDO readiness figure, and the HBR structural analysis of CDO failure are three empirically independent data points documenting what happens when data teams carry the production AI mandate.
The genuine counter-argument - data gravity, ML proximity, and prototype speed - was engaged directly. These advantages are real at the analytical and experimental layer. The resolution is the hybrid model: the data team retains ownership of the analytical/experimental plane; the API layer is built or strengthened for the operational agent layer. This is not a radical restructuring; it is a separation of concerns that the data mesh architecture already implies.
Evidence sufficiency is high for the architectural claims (multiple independent technical sources, primary standards), medium for the organisational claims (empirical data exists but no controlled studies compare AI outcomes by departmental ownership structure), and medium for the BI precedent (widely observable but not systematically studied).
Risks, Gaps, and Uncertainties
-
Evidence gap on controlled studies: No published study directly compares AI programme outcomes by departmental ownership structure (data team vs. cross-functional vs. dedicated AI function). The 74% failure rate is associated with absence of cross-functional ownership, not with data-team ownership specifically - though the CDO readiness gap and HBR analysis provide strong indirect evidence.
-
Inaccessible sources: Zhamak Dehghani's Data Mesh (O'Reilly, 2022), W3C DID spec, CNCF Zero Trust Whitepaper, OWASP API Security Top 10, Google Cloud and Microsoft Azure architecture documentation, Thoughtworks Technology Radar, and McKinsey Global Institute AI survey were not directly fetched in this investigation. These sources were not required to establish the claims - the claims are well-supported by accessed sources - but their absence is noted. The Fowler article (public, accessed) provides the foundational data mesh argument; the Dehghani book would corroborate but is paywalled.
-
Hybrid model evidence: The recommendation that a hybrid model (data platform as API-mediated read-only knowledge substrate) preserves data-team advantages is an inference, not a directly documented case study. No published case study was found that specifically documented the transition from data-platform-centric to API-layer-centric agent architecture and its outcomes.
-
NZ-specific gap: RBNZ has no standalone AI governance framework (confirmed in prior research). The claim that NZ regulatory requirements imply cross-functional accountability is correct but derived from BS11/BPR and APRA CPS 230, not from RBNZ-specific AI guidance.
-
Small organisations: The argument assumes an organisation of sufficient size to have distinct data/analytics and IT/platform engineering functions. Very small organisations where the same team does both may face a different analysis.
Open Questions
- What does a purpose-built "AI capability function" organisational chart look like in practice, and who should it report to (CTO, COO, CEO)?
- How should organisations handle the transition period where the data team does hold AI tooling but the target state is an API-layer-centric architecture - what is the migration path?
- Is there a documented case study of an organisation that successfully transitioned from data-platform-centric to API-layer-centric AI architecture, and what were the costs and timeline?
- What are the procurement and vendor implications of separating the AI capability from the data platform - does MCP server adoption require significant new vendor contracts?
- How does the argument change for organisations that have invested heavily in lakehouse architectures (Databricks, Delta Lake) that blur the operational/analytical boundary?
sources
- [x] Martin Fowler - "DataMesh" and operational vs. analytical data plane separation
- [ ] Zhamak Dehghani - Data Mesh (O'Reilly, 2022) - operational vs. analytical plane distinction
- [x] National Institute of Standards and Technology (NIST) AI Risk Management Framework (AI RMF) — governance and organisational accountability
- [ ] RBNZ - AI supervisory expectations and governance guidance
- [ ] Google Cloud Architecture - "Separation of analytical and operational workloads"
- [ ] Microsoft Azure Well-Architected Framework - AI workload NFRs
- [ ] Anthropic / OpenAI usage policies and agent architecture guidance
- [ ] McKinsey Global Institute - "The state of AI in organisations" (annual survey)
- [ ] Gartner - "AI governance and organisational design" research notes
- [x] OAuth 2.0 Token Exchange (RFC 8693) - STS delegation pattern for agents
- [ ] W3C Decentralised Identifiers (DID) spec
- [ ] CNCF Zero Trust Whitepaper
- [ ] OWASP API Security Top 10
- [ ] Andreessen Horowitz (a16z) - AI enterprise architecture commentary
- [ ] Thoughtworks Technology Radar - Data mesh, API gateway, and agent architecture entries
- [x]
Research/completed/2026-02-28-rbnz-ai-supervisory-expectations.md- NZ regulatory context - [x]
Research/backlog/2026-02-28-ai-strategy-business-efficiency-examples.md- AI strategy examples context (now completed) - [x]
Research/backlog/2026-02-28-ai-line-1-line-2-risk-agents.md- risk and governance framing (now completed)