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

2026-03-07 · agentic-ai ai-architecture governance-policy organisational-design · medium · source → · wiki →
key claims
  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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)
  8. 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

  1. 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)

  2. 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)

  3. 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)

  4. 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)

  5. 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)

  6. 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)

  7. 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)

  8. 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)

  9. 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)

  10. 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)

  11. 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)

  12. 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

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

Open Questions


sources


Connected items

Loading…

View full knowledge graph →