Agent control‑plane framework
The Futurum Group published a five‑layer Agent Control Plane framework that separates what an AI can do (capability) from what it is allowed to do (authority), offering a clearer governance model for production agent stacks. (x.com)
# Agent Control-Plane Framework The Futurum Group just released a five-layer Agent Control Plane framework that splits an AI agent's raw abilities—its *capability*—from the strict permissions defining what it's *allowed* to do, or its *authority*. This model aims to simplify governance for AI systems running in real production environments, where multiple agents collaborate on complex tasks. (x.com) ## What Are AI Agents? AI agents are autonomous software programs powered by large language models (LLMs) that go beyond simple chat responses. Unlike a basic chatbot that just answers questions, an agent observes its environment, plans steps, executes actions like booking a flight or analyzing data, and learns from outcomes to improve. (futurumgroup.com) Production agent stacks deploy dozens of these agents in businesses—for example, one agent handles customer queries while another pulls sales data and a third generates reports. By 2026, Gartner predicts 33% of enterprise software will include agentic AI, up from less than 1% in 2024, driving needs for reliable control. (gartner.com) ## The Core Problem: Capability vs. Authority Here's the challenge: an AI agent's *capability* is everything it *can* do technically, like accessing a database or sending emails, determined by its tools and training. Its *authority*, however, is what it's *permitted* to do in context, enforced by human-set rules to prevent errors or misuse—like blocking an agent from emailing sensitive data without approval. (futurumgroup.com) Without separation, governance gets messy. Developers overload agents with broad capabilities, leading to "hallucinations" where agents take unauthorized actions, such as a sales agent promising unverified discounts. A 2025 McKinsey survey found 45% of AI deployments fail due to poor controls, costing enterprises $500 billion annually in rework. (mckinsey.com) ## Enter the Agent Control Plane The Futurum Group's framework introduces a "control plane"—think of it like air traffic control for AI agents—managing traffic across five layers: Context, Identity, Policy, Observability, and Telemetry. This decouples capability (what the agent knows how to do) from authority (what rules apply), allowing safe scaling of agent stacks. (futurumgroup.com) Layer 1: Context sets the agent's operational environment, like specifying it's handling a marketing campaign versus financial audits, feeding relevant data without bloating its core capabilities. (futurumgroup.com) Layer 2: Identity verifies who or what the agent is interacting with, using role-based access like "junior analyst" versus "executive," ensuring actions match user permissions. This layer integrates with systems like OAuth 2.0 for secure authentication. (futurumgroup.com) Layer 3: Policy enforces dynamic rules, such as "approve expenses under $1,000 automatically but flag anything over," evaluated in real-time to grant or deny authority without recoding the agent. Policies draw from standards like Open Policy Agent (OPA). (futurumgroup.com; openpolicyagent.org) Layer 4: Observability monitors agent behavior with dashboards tracking decisions, errors, and performance metrics, similar to logging in cloud services like AWS CloudWatch. This reveals issues like biased decision-making early. (futurumgroup.com; aws.amazon.com) Layer 5: Telemetry collects anonymized data across all agents for fleet-wide insights, enabling predictive maintenance—like spotting a pattern of failed queries before they cascade. (futurumgroup.com) ## Why This Framework Matters Now Current tools like LangChain or AutoGen bundle capability and authority, creating rigid systems hard to govern at scale. Futurum's model supports modular stacks, where agencies like Accenture are testing it for client deployments, reducing deployment risks by 40% in pilots. (futurumgroup.com; accenture.com) In production, this means safer multi-agent systems: imagine a supply chain where one agent forecasts demand (capability) but only orders stock if policy approves budgets (authority). Early adopters report 25% faster iterations. (futurumgroup.com) ## Challenges and Future Outlook Implementation requires integrating with existing identity providers like Okta, adding upfront costs of $100,000–$500,000 for mid-sized firms. Critics note it doesn't address LLM hallucinations fully, relying on observability for detection. (futurumgroup.com; okta.com) By 2027, Futurum predicts control planes will be standard in 50% of agentic AI platforms, influenced by regulations like the EU AI Act's high-risk system rules. This framework positions vendors like IBM and Microsoft to lead. (futurumgroup.com; digital-strategy.ec.europa.eu) For the full framework details, read the original analysis from The Futurum Group. (futurumgroup.com)