← Back to Blog
Architecture · ARCHITECTURE

How the Control Plane Decides What AI Can Do

Explain how the Control Plane evaluates every AI action against charter rules before execution. Cover the 15 charter rules, CRD scoring integration, and the fail-closed principle. Include how the deci

E
How the Control Plane Decides What AI Can Do

Understanding the Role of the Control Plane

In our architecture, the Control Plane serves as the nucleus of decision-making, ensuring that every AI action aligns with the predefined governance protocols. This plane operates with deterministic precision, evaluating each potential AI action against a stringent set of charter rules before any execution occurs. This process is integral to maintaining the integrity and reliability of AI operations, particularly in environments where compliance and security are paramount.

The Control Plane utilizes the Charter Enforcement mechanism, which is comprised of 15 immutable rules and 12 guiding principles. These rules are designed to prevent unauthorized or unsafe actions by the AI. Each decision undergoes a rigorous evaluation against these rules to ensure compliance with organizational policies and ethical standards. This evaluation is not merely a superficial check but a deeply integrated process that employs CRD (Confidence-Reality Divergence) Scoring.

"The Control Plane's decision-making process ensures AI actions are both compliant and secure, operating within a fail-closed paradigm."

The Mechanics of CRD Scoring

CRD Scoring is an essential component of the Control Plane's decision-making process. This mechanism measures the divergence between the AI's confidence in its actions and the objective reality, as defined by the Truth Store. The Truth Store, which is a repository of SHA-256 hashed pre-computed reality facts, provides a verifiable baseline against which AI actions are compared.

Each proposed action is assigned a CRD score, calculated in real-time through a series of algorithmic evaluations. This score must fall within an acceptable range to be considered permissible. If the CRD score indicates a significant divergence, the proposed action is flagged for further scrutiny or outright rejection.

The fail-closed principle is critical here. In the event of uncertainty or a potential rule violation, the system defaults to a state that prevents the action from proceeding. This approach minimizes risk by ensuring that only actions that pass stringent checks are executed, thereby safeguarding against erroneous or harmful operations.

15Immutable Charter Rules
12Guiding Principles
<1msDecision Time per Action

Charter Enforcement and Fail-Safe Protocols

The 15 charter rules form the bedrock of our governance framework. Each rule is immutable, ensuring that fundamental safety and compliance standards are consistently upheld. The Control Plane evaluates actions against these rules using a combination of deterministic algorithms and heuristic analyses.

The decision-making process is optimized for speed, with each evaluation completed in under 1 millisecond. This rapid response time is crucial for maintaining operational efficiency, particularly in high-stakes environments where delays could lead to significant repercussions.

Integration with AIMS (Automated Inference Management System) on the PolarFire SoC RISC-V + FPGA platform further enhances the Control Plane's capabilities. This hardware governance layer ensures that all actions are consistent with the organization's security policies and strategic objectives.

In scenarios where an action is vetoed by a HARD_BLOCK, the Control Plane generates HMAC-SHA256 signed attestations and logs the event in the hash-chain audit ledger. This process not only provides a comprehensive record of decision-making but also facilitates post-incident analysis and accountability.

The Control Plane's robust architecture, supported by AIMS and the Truth Store, ensures that AI actions are consistently aligned with enterprise policy and ethical standards, providing a secure and compliant operational framework.

Conclusion

The Control Plane's role in determining what an AI can do is both complex and vital. By combining deterministic decision-making with the flexibility of CRD Scoring, our platform ensures that AI actions are safe, compliant, and aligned with organizational goals. The integration of immutable charter rules, rapid decision-making protocols, and robust fail-safe mechanisms provides a framework that is both secure and efficient.

Ultimately, the Control Plane exemplifies our commitment to deterministic AI governance. By rigorously evaluating every action against predefined criteria and ensuring compliance through advanced architectural components, we provide a platform that empowers organizations to harness AI safely and effectively. This capability is indispensable in today’s landscape, where the stakes of AI governance are higher than ever.

End
Three-Plane Architecture Control Plane Engineering Architecture EVE AI Core