Concept Paper  ·  EACP-2026-001
The Enterprise AI Control Plane: A Governance and Orchestration Framework for Large Language Model Deployments at Scale
Arjun Jaggi   and   Aditya Karnam Gururaj Rao
Enterprise AI Research  ·  arjunjaggi.com
Concept Paper EACP-2026-001  ·  Submitted August 2026  ·  arjunjaggi.com/papers/enterprise-ai-control-plane.html

Executive Summary

Enterprise large language model deployments in 2026 lack the governance infrastructure that every prior enterprise technology wave required before it could scale responsibly. This paper introduces the Enterprise AI Control Plane (EACP): a bounded, five-component architectural layer that closes the governance gap between AI applications and model providers. Five findings are central to this paper:

  1. The governance gap is structural, not incidental. Without a control plane layer, inference costs accumulate without attribution, model outputs are unlogged, access policies are unenforced, and failure behavior is inconsistent. These are architectural deficiencies, not operational shortcuts correctable through process alone.
  2. Regulatory exposure is material and measurable. The EU AI Act (Regulation EU 2024/1689) imposes penalties reaching 3% of global annual turnover for provider and deployer obligation violations, including logging and transparency requirements that only the EACP's Audit and Observability Layer can satisfy at scale. For an organization with $5B in global revenue, 3% represents $150M in potential exposure.
  3. Security operations value is documented. IBM's Cost of a Data Breach Report 2024 records a $1.88M mean cost differential between organizations with and without AI and automation in security operations, on a $4.88M mean breach cost baseline. The EACP's access controls and observability layer are the enabling infrastructure for this differential.
  4. Cost optimization through model routing is structurally available. Research by Chen et al. demonstrates that cascade-based routing, directing requests to the lowest-cost model meeting quality requirements, substantially reduces inference expenditure without quality degradation at the population level. This optimization is only possible through a centralized routing policy: the EACP's Model Routing Engine.
  5. Implementation is sequenceable in 90 days. The Foundation architecture establishes the minimum viable EACP (access enforcement, audit logging, cost attribution) within a 90-day horizon for a team of three to five engineers, producing a defensible audit trail and documented access policy that satisfies ISO/IEC 42001:2023 management system requirements.

Abstract: Organizations deploying large language models in enterprise environments face a governance deficit with an unusual property: a portion of the resulting debt is structurally irretrievable. Audit logs not created at inference time cannot be reconstructed after the fact; access policy violations not detected at request invocation cannot be identified retroactively from provider invoices. This is qualitatively distinct from the governance gaps of prior technology transitions, where incomplete governance was expensive to remediate but not categorically irreversible. This paper introduces the Enterprise AI Control Plane (EACP): a five-component architectural framework providing the model routing, cost governance, observability, access control, and failure management layer currently absent from most enterprise LLM deployments. NIST AI RMF 1.0 explicitly characterizes AI risk management as a nascent discipline; the EACP operationalizes that framework's four functions into a bounded architectural specification. Each component is defined with operational specifications; failure modes that emerge in its absence are characterized; and a four-tier maturity model for organizational self-assessment is presented. Three reference deployment architectures are defined for Foundation, Scaling, and Optimizing maturity levels, with a 90-day implementation roadmap for the Foundation tier. The framework is evaluated against NIST AI RMF 1.0 (NIST.AI.100-1), the EU Artificial Intelligence Act (Regulation EU 2024/1689), and ISO/IEC 42001:2023. A formal definition of governance debt is presented, distinguishing retrievable from irretrievable debt components. A three-dimensional AI Access Policy Matrix is introduced as a named control structure not addressed by existing RBAC standards. The EACP represents a necessary precondition for responsible enterprise AI deployment at scale; the irretrievable component of governance debt begins accumulating at the first unlogged inference request.

Index Terms: enterprise AI governance, LLM orchestration, control plane architecture, model routing, AI observability, inference cost optimization, AI risk management, NIST AI RMF, EU AI Act compliance, ISO/IEC 42001, governance debt, retroactive impossibility, AI access policy matrix, irretrievable debt, AI maturity model


I. Introduction

The enterprise technology stack has, across successive generations, resolved governance crises through the introduction of a control plane. When relational databases proliferated in the 1980s and 1990s, database administration emerged to provide a governance layer for schema management, access control, query optimization, and backup. When virtual infrastructure became predominant in the 2000s, hypervisor management planes and cloud control planes provided the policy enforcement, cost attribution, and observability required to govern distributed compute at enterprise scale. In software-defined networking (SDN), the separation of the data plane from the control plane, formalized in the OpenFlow protocol, became the canonical architecture enabling centralized governance of distributed switching infrastructure [1].

Large language model deployments in enterprise environments in 2025 and 2026 are in an analogous pre-control-plane state. Organizations deploy individual model API endpoints, construct prompt templates, build retrieval pipelines, and connect models to tool execution environments without a coherent layer governing inference request routing, inference cost attribution, model input and output logging, access policy enforcement, or failure handling. The result is a consistent pattern of governance failure that prior technology transitions have trained enterprise architects to recognize.

The consequences of this absence are predictable: inference costs accumulate without attribution, making ROI measurement impossible; compliance teams cannot answer basic regulatory questions about what data was sent to which model; security teams cannot enforce least-privilege access to AI capabilities; and engineering teams independently build ad hoc retry logic in each application. The OWASP Top 10 for Large Language Model Applications identifies insecure output handling, sensitive information disclosure, and excessive agency as the leading risk categories for deployed LLM systems [7]. Each of these risks is structurally mitigated by the EACP components defined in this paper.

IBM's Cost of a Data Breach Report 2024 documents a mean breach cost of $4.88 million, with a $1.88 million differential between organizations that deploy AI and automation in security operations and those that do not [2]. This differential reflects observability and response speed benefits that a mature AI control plane enables. Organizations without this layer cannot capture this benefit systematically.

This paper makes four primary contributions:

  • The Enterprise AI Control Plane (EACP) is introduced as a named, bounded architectural concept distinct from both the model layer and the application layer, with formal analogs to established control plane patterns in SDN, cloud infrastructure, and enterprise database administration.
  • Five EACP components are defined with operational specifications, failure mode analysis, and component-level organizational consequences (Table I). The Retroactive Impossibility Property of the Audit and Observability component is identified and characterized as a governance property not shared by any other component.
  • The AI Access Policy Matrix is introduced as a named three-dimensional control structure (payload classification × capability scope × output disposition) required for least-privilege AI governance and not addressed by existing RBAC standards.
  • A formal definition of governance debt is presented, distinguishing a retrievable component (Dr, addressable through investment) from an irretrievable component (Di, permanent evidence loss). A four-tier maturity model enabling organizations to quantify Dr is presented with a 90-day Foundation implementation roadmap (Table III).
  • A return on investment framework mapping four value driver categories to verifiable evidence and organizational measurement approaches is presented (Table II), with explicit acknowledgment of the conditions under which each value driver is measurable.

The framework is technology-agnostic and vendor-neutral, designed as an open reference model for enterprise adoption.

Observation 1: The Retroactive Impossibility Property
Of the five EACP components, Audit and Observability has a governance property not shared by the others: its absence produces irretrievable debt. Access policies can be drafted and applied to future requests even after a period of uncontrolled operation; cost attribution can be approximated retroactively from provider invoices; fallback logic can be added incrementally to existing applications. Audit logs cannot. Inference requests that were not logged at invocation time are unrecoverable: the model received a prompt, produced a completion, and the event left no organizational record. Every production AI application operating without an active audit layer permanently destroys evidence that no subsequent investment can restore. This property has material consequences for regulatory compliance, forensic investigation, and incident response, and it is the primary reason the Audit and Observability Layer is sequenced as the second component in the Foundation architecture implementation roadmap (Table III), immediately after access policy establishment.
II. Background: Control Plane Paradigms in Enterprise Infrastructure

The EACP architecture is grounded in control plane patterns from three prior technology transitions: software-defined networking, cloud infrastructure management, and enterprise database administration.

A. Software-Defined Networking

McKeown et al. formalized the separation of network control logic from packet-forwarding hardware through the OpenFlow protocol [1]. This separation enabled a centralized controller to govern distributed network infrastructure through a standardized interface, decoupling policy definition from policy enforcement. The SDN control plane manages routing tables, quality-of-service policies, security group rules, and traffic shaping, while the data plane executes forwarding at line rate. This architectural separation is the direct precedent for the EACP's position between the application layer (which declares requirements) and the model layer (which executes inference).

B. Cloud Infrastructure Control Planes

Major cloud providers implement multi-tier control planes governing identity and access management, resource provisioning, cost attribution, service quotas, and audit logging. These control planes evolved from ad hoc management tooling into standardized services with defined APIs, SLA guarantees, and compliance attestations. AWS CloudTrail, for example, provides immutable audit logging of all API calls across an organization's AWS footprint, a direct functional analog to the EACP's Audit and Observability Layer. The cloud control plane is now a prerequisite for enterprise cloud adoption under SOC 2 Type II, ISO 27001, and FedRAMP. The EACP occupies an equivalent position for enterprise AI adoption.

C. Enterprise Database Administration

Enterprise relational database systems introduced governance layers for query optimization, connection pooling, access control, backup and recovery, and performance monitoring. These layers evolved from informal practices into formal products and specifications (JDBC, ODBC). The database control plane's role in governing access to data, determining which principals can query which tables under which conditions, is directly analogous to the EACP's Access and Policy Enforcement component governing which principals can invoke which models with which data payloads.

The EACP follows this established pattern. A new infrastructure class creates governance requirements initially met ad hoc by individual teams, then codified into a bounded control plane, and eventually standardized across the industry. The enterprise AI control plane is early in this cycle.

III. The Enterprise AI Control Plane: Framework Definition

The Enterprise AI Control Plane is defined as the architectural layer positioned between the application layer and the model layer. Applications declare their requirements (latency SLA, quality floor, data classification, cost budget) to the EACP. The EACP resolves those requirements to specific models, providers, and parameters according to organizational policy, then manages the lifecycle of each inference request including routing, logging, cost attribution, and failure handling.

The EACP comprises five components. Fig. 1 presents the reference architecture. Table I presents the failure mode analysis for each component: the primary failure that emerges in its absence and the organizational consequence.

Table I. EACP Component Failure Mode Analysis
Component Primary Failure Mode (Absent) Organizational Consequence
Model Routing Engine All requests routed to frontier model regardless of task complexity Inference costs substantially higher than cascade routing (directional; see Chen et al. [3]); no policy control over which models receive which data; routing logic duplicated independently in each application team's code, preventing centralized policy updates
Cost Governance Engine Inference spend visible only in aggregate provider invoices with no attribution Cannot attribute AI costs to teams, products, or cost centers; cannot detect anomalous spend before it becomes a material budget event; finance teams cannot budget for AI at department or product level; ROI measurement is impossible
Audit and Observability Layer No persistent log of model inputs, outputs, latency, or quality metrics Cannot demonstrate regulatory compliance (EU AI Act Article 12, NIST AI RMF Manage function); cannot investigate incidents retroactively; cannot detect model behavior drift; forensic investigation of AI outputs is impossible after the fact
Access and Policy Enforcement No role-based control over which principals can invoke which AI capabilities with which data Sensitive data transits unapproved model providers; disgruntled or compromised employees can invoke unrestricted AI capabilities; no audit trail of who invoked what; highest regulatory and security exposure of any EACP component
Failure and Fallback Orchestration Ad hoc retry logic implemented independently by each application team without consistent circuit-breaker patterns Thundering herd effects during provider degradation saturate recovering providers; inconsistent user experience across AI-enabled products; no centralized fallback policy; engineering time spent re-implementing retry logic repeatedly
Failure modes characterize the direct consequence of operating without each component. Organizations commonly exhibit partial absence, where a component exists for some applications but not others; partial absence produces proportionally partial failure modes.

These failure modes are not hypothetical. They represent the consistent findings from practitioner analysis of enterprise AI deployments operating without formal control plane infrastructure. The governance debt they represent compounds nonlinearly: each new AI application deployed without the EACP adds routing decisions, cost exposure, audit gaps, access risks, and retry implementations that must eventually be retrofitted.

APPLICATION LAYER CRM Copilot natural language queries Code Assistant generation + review Doc Summarizer structured extraction SOC Triage alert classification RAG Pipeline retrieval-augmented gen. declare requirements ENTERPRISE AI CONTROL PLANE (EACP) 1. MODEL ROUTING ENGINE Task complexity assessment Latency SLA · Cost budget Data classification check Cascade routing policy 2. COST GOVERNANCE ENGINE Budget allocation per cost center Real-time spend attribution Anomaly detection on spend Per-period budget enforcement 3. AUDIT + OBSERVABILITY Prompt + completion logging Latency and quality metrics Model drift detection pipeline Eval pipeline (continuous) 4. ACCESS + POLICY ENFOR. RBAC for AI capabilities Data classification rules Model provider allowlisting Output classification control 5. FAILURE + FALLBACK ORCHESTRATION Circuit breakers · Retry policies · Fallback chains · Graceful degradation · Low-confidence rerouting Provider failover · Thundering-herd prevention · Centralized circuit-breaker state govern · route · log · enforce · recover MODEL LAYER Frontier API high-complexity tasks Mid-Tier API standard workloads Small Model classification, triage On-Premises data residency Fine-Tuned domain-specific execute inference
Fig. 1. Reference architecture of the Enterprise AI Control Plane (EACP). The EACP interposes between the application layer (which declares requirements) and the model layer (which executes inference). Five components govern the lifecycle of every inference request. Return arrow (dashed) represents response routing back through audit and cost attribution.
A. Component 1: Model Routing Engine

The Model Routing Engine directs inference requests to the appropriate model, model tier, or model provider based on four input signals: (i) estimated task complexity, inferred from prompt structure or declared by the application; (ii) latency requirements, specified by the calling application or derived from SLA configuration; (iii) cost constraints, expressed as per-request or per-period budget limits; and (iv) data classification, which determines which model providers or deployment topologies are permissible.

The routing function is formally analogous to the load-balancing and traffic-shaping functions of the SDN control plane, with the addition of a quality dimension absent from pure networking contexts. Chen et al. demonstrate that cascade-based routing, directing requests first to a lower-cost model and escalating to a more capable model only when the initial response fails a quality gate, yields substantial cost reduction while maintaining response quality at the population level [3]. The Model Routing Engine operationalizes this cascade pattern as organizational policy. Fig. 2 illustrates the cost composition effect of progressive cascade routing tiers.

A critical design constraint is that routing logic must reside in the control plane, not in application code. Applications should declare requirements; the routing engine resolves those requirements to specific models according to current policy and pricing. This constraint prevents the proliferation of model-selection logic across individual application teams and ensures routing policy can be updated centrally as model capabilities and prices evolve.

B. Component 2: Cost Governance Engine

The Cost Governance Engine provides budget allocation, real-time spend monitoring, cost attribution, and anomaly detection for inference expenditure. Without this component, inference costs are visible only in aggregate provider invoices, making it impossible to attribute costs to specific teams, products, or use cases, or to detect unusual expenditure patterns before they become material budget overruns.

The Cost Governance Engine maintains a cost model mapping each model tier and provider to per-token pricing, aggregates spend by attribution dimension (team, product, use case, cost center), enforces per-period budget limits with configurable alerting thresholds, and detects anomalous spend patterns using statistical process control methods applied to token consumption time series. At the Scaling maturity tier, this component integrates with existing FinOps tooling and cost center accounting, enabling AI inference costs to be treated with the same rigor as cloud compute costs.

C. Component 3: Audit and Observability Layer

The Audit and Observability Layer provides immutable logging of every inference request and response, quality and latency metrics, and model behavior drift detection. This component is the primary mechanism by which the EACP enables regulatory compliance, forensic investigation of model outputs, and systematic quality management.

The NIST AI Risk Management Framework (AI RMF 1.0) identifies "Manage" as one of its four core functions, requiring organizations to track, assess, and respond to AI risks in deployment [4]. The Audit and Observability Layer operationalizes this function by creating the evidence base required for risk tracking. Without logged prompt and completion data, organizations cannot demonstrate to auditors or regulators what their AI systems have produced, nor can they reconstruct the sequence of model decisions that led to a given output.

Drift detection, a function of this layer, monitors distributional shifts in model output quality over time. Without this function, model degradation is detected only when downstream business metrics decline, typically weeks or months after the degradation begins.

D. Component 4: Access and Policy Enforcement

The Access and Policy Enforcement component implements role-based access control for AI capabilities, enforces data classification rules governing which data may be sent to which model providers, and maintains an allowlist of approved model providers and deployment topologies.

The access control model for AI requires three control dimensions beyond traditional RBAC. Standard enterprise RBAC governs who may read or write which data. AI access control must govern three distinct questions simultaneously: (i) payload classification: whether a given data payload may transit a given model provider's network boundary; (ii) capability scope: which AI capabilities a given principal may invoke in a given context; and (iii) output disposition: whether a given model output may be returned to a given calling context or must be filtered, redacted, or blocked. These three dimensions together constitute the AI Access Policy Matrix, a control structure not addressed by existing RBAC standards (NIST SP 800-162, ANSI INCITS 359) or by existing API gateway policy models. The OWASP LLM Top 10 identifies sensitive information disclosure as the primary risk class for deployed LLM systems; the AI Access Policy Matrix is the structural control for this risk class, enforced at the inference request level rather than at the application level [7].

Definition: AI Access Policy Matrix
For an organization with principal set P, AI capability set C, data classification set K, and model provider set V, the AI Access Policy Matrix M is a function M: P × C × K → V ∪ {deny} that maps each (principal, capability, data classification) triple to the set of model providers permitted to receive the request, or to a denial. A complete AI Access Policy Matrix is a prerequisite for least-privilege AI governance. Organizations operating without a defined matrix implicitly assign M(p, c, k) = V for all inputs, granting unrestricted model provider access to all principals for all data classifications: the highest-risk possible default.
E. Component 5: Failure and Fallback Orchestration

The Failure and Fallback Orchestration component manages circuit breakers, retry policies, fallback chains, and graceful degradation behavior when model providers are unavailable or when individual inference requests produce low-confidence or policy-violating outputs.

In the absence of this component, each application team implements independent retry logic, typically without consistent circuit-breaker behavior, leading to thundering herd effects when model providers experience degradation and inconsistent user experiences across AI-enabled products. The Failure and Fallback Orchestration component centralizes this logic, enabling consistent behavior and the ability to update fallback policies without application code changes. At the Optimizing tier, low-confidence outputs trigger automatic rerouting to more capable models, providing a structured mechanism for quality assurance at the inference level.

IV. Control Plane Maturity Assessment Model

A four-tier maturity model is defined for EACP assessment: Ad Hoc, Defined, Managed, and Optimizing. These tiers are adapted from the Capability Maturity Model Integration (CMMI) framework's five-level progression [9], collapsed to four levels to reflect current enterprise AI governance practice. NIST AI RMF 1.0 characterizes AI risk management as a nascent discipline, noting that organizations are at early stages of developing systematic AI risk management capabilities [4]; McKinsey's 2024 State of AI survey similarly finds that a minority of organizations with active AI deployments have fully embedded risk mitigation into their AI practices [10]. The maturity heatmap (Fig. 3) reflects these assessments: the majority of enterprise deployments are estimated at Tier 1 or Tier 2 for most components. Fig. 3 presents the maturity heatmap across the five EACP components.

Fig. 2. Directional illustration of per-request inference cost composition across three routing strategies. No-routing (frontier-only) represents the normalized baseline (100%). Two-tier cascade directs requests to a small model first, escalating to frontier only on quality gate failure. Three-tier cascade adds a mid-tier model between small and frontier. Values are normalized; enterprise outcomes depend on task mix and quality threshold configuration. Cascade routing method documented in Chen et al. (arXiv:2310.11409) [3].
Fig. 3. EACP component maturity concentration heatmap. Rows represent five control plane components; columns represent the four maturity tiers. Cell values indicate estimated proportion of enterprise deployments at each tier based on practitioner assessment. This heatmap is an illustrative reference tool; values are not derived from systematic survey data. Darker shading indicates higher estimated concentration.

The four maturity tiers are defined as follows:

Tier 1: Ad Hoc
No formal component exists. Functionality is handled inconsistently by individual application teams or not at all. Governance outcomes are unpredictable and not repeatable. All failure modes in Table I are active.
Tier 2: Defined
A component exists and is documented, but coverage is incomplete. Not all applications or teams are subject to the component's governance. Manual processes supplement automated controls. Failure modes are partially mitigated for covered applications.
Tier 3: Managed
The component covers all AI deployments organization-wide. Metrics are collected and reviewed regularly. The component is integrated with existing enterprise governance infrastructure (SIEM, ITSM, FinOps). Failure modes are structurally prevented.
Tier 4: Optimizing
The component is automated, policy-driven, and self-tuning. Continuous evaluation pipelines drive improvement. The component integrates with the AI development lifecycle, providing governance feedback during model selection and deployment decisions. Policy-as-code enforces governance programmatically.
V. Reference Deployment Architectures

Three reference deployment architectures are defined for organizations at different maturity levels. These architectures are not prescriptive implementations but reference configurations illustrating the minimum viable EACP for each maturity tier.

A. Architecture 1: Foundation (Tiers 1-2)

The Foundation architecture establishes the minimum viable EACP for organizations beginning control plane implementation. The priority sequence is: Access and Policy Enforcement first (to establish data classification rules and model provider governance before expanding deployment), followed by Audit and Observability (to create the log record required for compliance attestation), followed by Cost Governance (to enable budget management before costs scale). Model Routing and Failure Orchestration are deferred to the Scaling architecture.

The Foundation architecture is appropriate for organizations with fewer than five active AI deployments and without formal AI governance requirements from regulators or enterprise risk functions. Its primary deliverable is a defensible audit trail and a documented AI access policy. Table III presents the 90-day implementation roadmap for the Foundation architecture.

B. Architecture 2: Scaling (Tier 3)

The Scaling architecture adds the Model Routing Engine and Failure and Fallback Orchestration to the Foundation components. At this tier, the routing engine implements a two-level cascade: a primary model for standard-complexity requests and a frontier model for requests that fail the quality gate. The fallback orchestration component implements standardized circuit-breaker patterns across all AI-enabled applications.

The Scaling architecture integrates with existing enterprise infrastructure: the Audit and Observability Layer feeds into the organization's SIEM; the Cost Governance Engine integrates with FinOps tooling and cost center accounting; and the Access and Policy Enforcement component integrates with the enterprise identity provider. At this tier, the EACP begins generating measurable cost reduction through cascade routing.

C. Architecture 3: Optimizing (Tier 4)

The Optimizing architecture adds continuous evaluation pipelines, policy-as-code for routing and access rules, and feedback loops from production observability data to the model routing policy. At this tier, routing decisions are informed by real-time quality metrics from the Audit and Observability Layer, enabling dynamic adjustment of cascade thresholds based on observed model performance.

The Optimizing architecture aligns with the NIST AI RMF's "Govern" function, requiring organizations to establish and maintain policies, processes, procedures, and practices across the AI lifecycle [4]. Policy-as-code ensures that governance requirements are enforced programmatically rather than through manual review processes, and ISO/IEC 42001:2023 management system requirements are satisfiable through documented policy artifacts and audit evidence from this architecture [6].

Table III. Foundation Architecture: 90-Day Implementation Roadmap
Phase Weeks Milestone Success Criterion
Phase 1
Access and Policy
1-4 AI access policy matrix documented; model provider allowlist defined; RBAC roles mapped to AI capability tiers; data classification rules drafted and reviewed by legal and security Zero uncontrolled model provider endpoints reachable by production applications; access policy reviewed and signed off by CISO or delegated authority; policy document version-controlled
Phase 2
Audit and Observability
5-8 Prompt and completion logging active for all production AI calls; log retention policy implemented; latency and error rate dashboards live; log access restricted to authorized personnel 100% of production inference requests produce a persistent log entry; mean time to retrieve a specific prompt-completion pair from logs under 60 seconds; logging infrastructure reviewed by compliance team
Phase 3
Cost Governance
9-12 Token cost attribution active by team and product; monthly inference spend dashboard live; budget alert thresholds configured; first monthly cost review conducted with finance stakeholders Inference costs attributable to cost center for at least 90% of spend; first anomaly detection alert tested and resolved; AI cost line item present in department budget review
Foundation architecture implementation assumes a team of 3-5 engineers and existing cloud infrastructure. Phase sequencing is ordered by risk reduction impact: Access and Policy Enforcement prevents the highest-severity failure modes; Audit and Observability creates the compliance evidence base; Cost Governance enables budget management at scale.
VI. Regulatory Alignment
A. NIST AI Risk Management Framework

The NIST AI RMF 1.0 (NIST.AI.100-1, 2023) organizes AI risk management around four functions: Govern, Map, Measure, and Manage [4]. The EACP provides direct operational support for each function. The Govern function, which establishes policies, processes, and accountability structures, is operationalized by the Access and Policy Enforcement component. The Map function, which identifies AI risks in context, is supported by the Audit and Observability Layer's log infrastructure. The Measure function, which analyzes and assesses AI risks, is supported by the quality and drift metrics generated by the Audit and Observability Layer. The Manage function, which responds to AI risks, is supported by the Failure and Fallback Orchestration component and the Model Routing Engine's capability to redirect traffic away from underperforming models.

B. EU AI Act (Regulation EU 2024/1689)

The EU AI Act establishes a risk-tiered regulatory framework for AI systems deployed in the European Union, with the most stringent requirements applying to high-risk AI systems as defined in Annex III [5]. For organizations deploying AI in high-risk domains, several EACP components provide direct compliance support.

Article 9 requires high-risk AI systems to implement quality management systems. The Audit and Observability Layer's logging infrastructure directly supports this requirement. Article 12 requires high-risk AI systems to enable automatic logging of events throughout the system lifecycle. Article 13 requires sufficient transparency. The Failure and Fallback Orchestration component's explainability logging and the Model Routing Engine's decision logging contribute to this transparency requirement.

Penalties under the EU AI Act reach 7% of global annual turnover for violations involving prohibited AI practices (Article 85(3)), and 3% for violations of provider and deployer obligations including documentation and transparency requirements (Article 85(2)) [5]. The 3% tier directly covers the failure to implement logging (Article 12) and quality management (Article 9) requirements that the EACP Foundation architecture addresses.

C. ISO/IEC 42001:2023

ISO/IEC 42001:2023 defines requirements for an AI management system, analogous to ISO 27001 for information security management [6]. The standard requires organizations to establish an organizational context for AI, implement documented controls for AI risk management, and maintain evidence of management system effectiveness through audit and measurement. The EACP's Access and Policy Enforcement component maps to ISO 42001's controls for data governance and AI system access. The Audit and Observability Layer provides the measurement and monitoring infrastructure required by the standard's performance evaluation clause. Organizations pursuing ISO 42001 certification will find that Scaling-tier EACP maturity provides a substantial portion of the required control evidence.

VII. Return on Investment Framework

The business case for EACP investment rests on four value driver categories: inference cost reduction, regulatory penalty avoidance, breach cost reduction, and engineering overhead reduction. Table II presents the value driver framework. Each category is mapped to the mechanism by which the EACP generates value, the evidence basis for the quantification, and the organizational measurement approach.

Table II. EACP Value Drivers and Return on Investment Framework
Value Driver Mechanism Evidence Basis Measurement Approach
Inference Cost Reduction
(Routing Engine, Cost Gov.)
Cascade routing directs requests to the lowest-cost model meeting quality requirements; cost attribution prevents undetected spend accumulation; budget enforcement gates runaway expenditure Chen et al. demonstrate cascade routing substantially reduces inference cost while maintaining population-level quality (arXiv:2310.11409) [3]. Specific reduction depends on task mix and quality threshold configuration. Compare monthly inference spend before and after routing engine deployment, controlling for request volume. Track cost-per-task by application and cost center. Establish baseline with Cost Governance Engine before routing activation.
Regulatory Penalty Avoidance
(Audit + Obs., Access + Policy)
Audit logging satisfies EU AI Act Article 12; access policy documentation satisfies Article 9 quality management requirements; ISO/IEC 42001 control evidence is produced as a byproduct of Audit Layer operation EU AI Act Article 85 penalties: up to 7% of global annual turnover for prohibited practice violations; up to 3% for provider/deployer obligation violations including logging (Art. 12) and quality management (Art. 9) requirements (Regulation EU 2024/1689) [5]. Example: $5B revenue organization, 3% tier: $150M potential exposure. Assess control coverage against EU AI Act Annex III high-risk system checklist. Document audit trail completeness for each deployed system. Engage external counsel to validate regulatory coverage before claiming compliance.
Breach Cost Reduction
(Access + Policy, Audit + Obs.)
Access enforcement limits data classification exposure; observability enables rapid detection and containment of AI-related security events; logging provides forensic evidence for incident response IBM Cost of a Data Breach Report 2024: $4.88M mean breach cost; $1.88M mean cost differential between organizations with and without AI and automation in security operations [2]. Organizations with EACP-level observability can systematically capture this differential. Track mean time to detection and mean time to containment for AI-related security events before and after EACP deployment. Compare incident investigation time with and without full audit logs. Measure reduction in data classification policy violations.
Engineering Overhead Reduction
(All components)
Centralizing routing, retry, fallback, and policy logic eliminates duplicated implementation across application teams; policy-as-code at the Optimizing tier eliminates manual governance review cycles; shared audit infrastructure removes per-team logging implementation Qualitative: organizations with many AI applications report that model selection, retry logic, and logging are reimplemented independently by each team in the absence of a control plane. Engineering time allocated to AI infrastructure grows with application count when no shared layer exists. Track engineering hours allocated to AI infrastructure per team before and after EACP deployment. Measure reduction in model-selection and retry-logic code across application repositories. Count governance review cycles per AI deployment before and after policy-as-code activation.
Value drivers 1-3 are grounded in verifiable external evidence. Engineering overhead reduction (driver 4) is assessed qualitatively pending systematic survey data. All financial calculations from external evidence should be validated against the specific organization's revenue, AI deployment footprint, and regulatory jurisdiction before use in investment decisions.
A. Investment Sequencing by Value Driver Priority

Organizations should sequence EACP implementation according to their primary value driver. For organizations in EU-regulated markets with high-risk AI deployments under Annex III, regulatory penalty avoidance justifies Foundation architecture investment immediately: the cost of Foundation implementation is substantially lower than a 3% annual-turnover penalty. For organizations with growing AI application portfolios and no centralized cost visibility, Cost Governance Engine implementation produces measurable ROI within the first billing cycle. For organizations with mature security operations seeking to capture AI-related breach cost reduction, Access and Policy Enforcement paired with Audit and Observability is the highest-priority investment.

B. Governance Debt: Formal Definition and Irretrievable Component
Definition: Governance Debt
An organization's AI governance debt D has two components: a retrievable component Dr and an irretrievable component Di. The retrievable component is the estimated resource cost of achieving Tier 3 (Managed) maturity across all EACP components for all currently deployed AI applications: access policies can be drafted; cost attribution can be instrumented; fallback logic can be added. The irretrievable component is the permanent loss of audit evidence for inference requests that were not logged at invocation time. Di is strictly positive for any organization that has operated production AI applications without an active Audit and Observability Layer, and it is monotonically increasing with time of unlogged operation. Critically, Di cannot be reduced to zero by any subsequent investment. Total governance debt D = Dr + Di, and only Dr is addressable through remediation spending. CISOs and CTOs should treat governance debt as a balance sheet liability with a permanently impaired component.

The retrievable component Dr grows nonlinearly with deployment volume: each additional AI application deployed without the EACP adds routing, cost, access, and failure management debt that compounds because uncontrolled applications develop application-specific model dependencies, cost assumptions, and retry behaviors that must be untangled during retrofitting. NIST AI RMF 1.0 explicitly describes AI risk management as a nascent discipline, acknowledging that most organizations lack the frameworks required to manage AI risks systematically [4]. The EACP maturity model (Section IV) provides the organizational self-assessment tool required to quantify Dr before committing a remediation budget. Fig. 4 illustrates the divergence between a controlled deployment trajectory and an uncontrolled one, showing how governance debt accumulates as a function of application deployment count.

Fig. 4. Governance debt accumulation as a function of AI application deployment count. The uncontrolled trajectory follows a quadratic growth function; the EACP-managed trajectory is linear after an upfront instrumentation cost at project inception. Breakeven occurs near 15 deployments. Directional illustration; not derived from empirical survey data.
VIII. Discussion
A. Leadership Decision Framework

The following decision framework is provided for C-level executives assessing EACP investment priority. The framework maps organizational state to recommended architecture and primary justification.

Leadership Decision Framework: EACP Architecture Selection
Organizational State Recommended Architecture Primary Justification First Action
Fewer than 5 AI applications; no formal regulatory requirement; no existing governance infrastructure Foundation (Tier 2) Establish baseline before deployment volume grows; lowest implementation cost; produces defensible audit trail Draft AI access policy matrix; identify model provider allowlist; assign ownership to CISO or CTO
5-20 AI applications; informal cost tracking; some compliance awareness Scaling (Tier 3) Cost attribution and routing yield measurable ROI; compliance integration with existing SIEM and identity provider Instrument Cost Governance Engine; activate routing cascade for highest-volume application; integrate audit logs with SIEM
More than 20 AI applications; formal FinOps; mature security operations Optimizing (Tier 4) Policy-as-code eliminates manual governance overhead; continuous evaluation drives compounding quality improvement Implement policy-as-code for routing and access; activate continuous evaluation pipeline; establish AI governance board reporting cadence
High-risk AI deployment under EU AI Act Annex III (any application count) Foundation minimum; Scaling preferred Article 12 logging requirement creates immediate compliance obligation; 3% annual turnover penalty exposure begins at first high-risk deployment Activate Audit and Observability Layer immediately for all high-risk AI systems; engage external counsel to validate Article 9 quality management controls
Pursuing ISO/IEC 42001:2023 certification Scaling (Tier 3) ISO 42001 performance evaluation clause requires measurement and monitoring infrastructure that Scaling architecture provides as a byproduct Map EACP component documentation to ISO 42001 control requirements; schedule gap assessment with certification body
B. Limitations

The EACP framework as defined in this paper is a conceptual architecture, not an implementation specification. Organizations implementing the framework will encounter integration challenges with existing enterprise infrastructure that are outside the scope of this paper. The maturity assessment model in Section IV is based on practitioner assessment rather than systematic survey data, and should be treated as a reference framework rather than an empirical finding. The 90-day implementation roadmap in Table III is indicative; actual timelines depend on organizational complexity, existing infrastructure, and team capacity.

The framework addresses LLM-based AI systems. Enterprises deploying non-LLM AI systems, including traditional machine learning models for prediction and classification, will find that some EACP components require adaptation to address per-prediction cost structures and batch inference patterns.

C. Implementation Sequencing Rationale

The recommended implementation sequence prioritizes components by their risk reduction impact relative to implementation effort. Access and Policy Enforcement is implemented first, as its absence creates the highest regulatory and security exposure (Table I). Audit and Observability follows immediately, as its absence prevents retroactive compliance attestation and incident investigation. Cost Governance, Model Routing, and Failure Orchestration are sequenced according to the organization's primary pain point, though the sequence in Table III reflects the most common enterprise priority ordering.

D. Relationship to Existing Responsible AI Frameworks

Major technology vendors have published responsible AI frameworks addressing fairness, transparency, and harm avoidance at the model and product design level. These frameworks address the question of what AI systems should do. The EACP addresses a different and complementary question: how AI systems are governed once deployed in production at enterprise scale. Vendor responsible AI frameworks do not specify how inference costs are attributed across organizational units, how access policy is enforced at the request level, how audit logs are retained and queried for regulatory compliance, or how failure behavior is centralized across many deployed applications. The EACP fills this operational governance layer, which is architecturally downstream of model design decisions and upstream of application business logic. The two frameworks are not alternatives; an organization can fully implement a vendor responsible AI policy and still operate at Tier 1 EACP maturity, with all five failure modes in Table I active.

E. Relationship to Existing Infrastructure

The Model Context Protocol (MCP) and similar integration specifications define how applications expose tools and resources to AI models. The EACP operates at a different abstraction level: where MCP governs the interface between model and tool, the EACP governs the interface between application and model. These specifications are complementary. The EACP's Access and Policy Enforcement component must be aware of MCP tool invocations to enforce data classification rules on tool results returned to the model context. Enterprise API gateway platforms provide partial EACP functionality and should be evaluated as candidate infrastructure for the Access and Policy Enforcement component before building from scratch.

IX. Conclusion

Enterprise AI deployments in 2026 are in the pre-control-plane state that characterized cloud infrastructure in the early 2010s and network infrastructure before the SDN paradigm. The failure modes are consistent with prior transitions and predictably worsen with deployment volume. But AI governance has a property that cloud and network governance did not: part of the resulting debt is irretrievable. Cloud infrastructure deployed without access controls can be locked down retroactively. Networks deployed without audit logging can be instrumented. AI applications deployed without inference logging have destroyed the audit record permanently. The longer an organization operates without the Audit and Observability Layer, the larger its irretrievable governance debt component, and no remediation budget changes that.

This paper has introduced three original contributions not present in existing AI governance literature: the Enterprise AI Control Plane as a named architectural concept with five operationally specified components; the Retroactive Impossibility Property of the Audit and Observability component, characterizing a class of governance debt that is permanent and irreducible; and the AI Access Policy Matrix, a three-dimensional control structure (payload classification × capability scope × output disposition) required for least-privilege AI governance and not addressed by existing RBAC standards. These contributions are intended as a shared vocabulary for practitioners, regulators, and researchers working to bring AI governance to parity with the maturity of adjacent infrastructure disciplines.

The governance decision facing enterprise AI leaders is not whether to implement a control plane, but how much irretrievable debt they are willing to accumulate before they do. Every unlogged inference request is not merely a deferred cost: it is a permanently destroyed record. The EACP framework provides the vocabulary, the architectural specification, and the implementation roadmap. The window for zero irretrievable debt closed at the first uncontrolled production inference request. The window for minimizing it is open now.

References
  1. [1] N. McKeown, T. Anderson, H. Balakrishnan, G. Parulkar, L. Peterson, J. Rexford, S. Shenker, and J. Turner, "OpenFlow: Enabling Innovation in Campus Networks," ACM SIGCOMM Computer Communication Review, vol. 38, no. 2, pp. 69-74, 2008. DOI: 10.1145/1355734.1355746
  2. [2] IBM Security, Cost of a Data Breach Report 2024. IBM Corporation, 2024. Available: ibm.com/reports/data-breach
  3. [3] L. Chen, M. Zaharia, and J. Zou, "FrugalGPT: How to Use Large Language Models While Reducing Cost and Improving Performance," arXiv:2310.11409, Oct. 2023.
  4. [4] National Institute of Standards and Technology, Artificial Intelligence Risk Management Framework (AI RMF 1.0). NIST AI 100-1, Jan. 2023. DOI: 10.6028/NIST.AI.100-1
  5. [5] European Parliament and Council of the European Union, "Regulation (EU) 2024/1689 laying down harmonised rules on artificial intelligence (Artificial Intelligence Act)," Official Journal of the European Union, L Series, 2024.
  6. [6] International Organization for Standardization, ISO/IEC 42001:2023: Information Technology: Artificial Intelligence: Management System. ISO, Dec. 2023.
  7. [7] OWASP Foundation, OWASP Top 10 for Large Language Model Applications, Version 1.1. OWASP, 2023. Available: owasp.org/www-project-top-10-for-large-language-model-applications/
  8. [8] A.K.G. Rao, A. Jaggi, and S. Naidu, "MEDFIT-LLM: Medical Fine-Tuning of Large Language Models for Healthcare Applications," in Proc. IEEE RMKMATE 2025, 2025. DOI: 10.1109/RMKMATE64574.2025.11042816
  9. [9] CMMI Institute, CMMI for Development, Version 2.0. CMMI Institute, 2018. Available: cmmiinstitute.com. [Maturity level progression adapted for EACP four-tier model in Section IV.]
  10. [10] McKinsey & Company, "The state of AI in 2024: AI adoption is surging but companies are still learning how to use it," McKinsey Global Survey, McKinsey & Company, May 2024. Available: mckinsey.com/capabilities/quantumblack/our-insights/the-state-of-ai

© 2026 Arjun Jaggi and Aditya Karnam Gururaj Rao. Open reference model, free to use with attribution. arjunjaggi.com/papers/enterprise-ai-control-plane.html