← Back to Blog
Engineering · ARCHITECTURE

19 Governance Modules: Building the Complete AI Action Layer

Document the 19 governance modules that make up the EVE AI Core Action Layer. The system now runs a 16-stage verification pipeline on every AI output. Cover the modules in three groups: (1) Pre-Infere

E
19 Governance Modules: Building the Complete AI Action Layer

In the sophisticated landscape of AI governance, EVE AI Core's Action Layer stands as a critical infrastructure, leveraging a 16-stage verification pipeline to ensure reliability, security, and compliance. Our architecture encompasses 19 meticulously designed governance modules, each serving a unique purpose within our Three-Plane Architecture: Control, Execution, and Evidence. Below, we delineate these modules across three primary phases: Pre-Inference Defense, Runtime Enforcement, and Post-Inference Proof.

Pre-Inference Defense

The Pre-Inference Defense phase is the preliminary barrier that every input must traverse before reaching the AI model. This phase is critical for maintaining the integrity of the data and preventing malicious activities.

1. Prompt Firewall: This module is tasked with thwarting injection attacks, PII exposure, and jailbreak attempts before the model processes the input. Using syntactic and lexical analysis, it filters out malicious payloads, ensuring only compliant queries pass through.

2. PII Redaction: Personal Identifiable Information (PII) is stripped from inputs and replaced with numbered placeholders. This ensures all downstream processing occurs without compromising user privacy.

"The Pre-Inference Defense modules act as our first line of defense in safeguarding AI integrity and user privacy."

16Stages in verification pipeline
0False positives in module validation
210+Adversarial patterns tested via AEGIS

Runtime Enforcement

The Runtime Enforcement phase is where real-time decisions are executed to align AI output with governance policies. This phase is pivotal in maintaining operational control and mitigating real-time threats.

3. CRD Scoring: Leveraging Confidence-Reality Divergence, this module scores the AI's output against expected outcomes, flagging anomalies for review.

4. Semantic Attack Detection: Utilizing TF-IDF similarity metrics, we detect semantic manipulations that could subtly alter AI behavior.

5. Policy-as-Code: Customers can configure governance policies through JSON rules, allowing dynamic adaptation without system downtime.

6. Multi-Turn Threat Scoring: This module tracks cumulative session risk, computing the threat level across multiple interactions.

7. Output Budget Governance: Governs the information density of AI outputs, ensuring responses remain concise and relevant.

8. Cost Governance: This module caps LLM API spend per tenant, preventing cost overruns and aligning with budgetary constraints.

The Runtime Enforcement modules are essential for maintaining continuous oversight over AI operations, ensuring compliance and cost-effectiveness.

Post-Inference Proof

In the Post-Inference Proof phase, we focus on accountability and transparency, providing verifiable evidence of AI actions.

9. Cryptographic Output Watermarking: Each AI output is watermarked using HMAC-SHA256, providing cryptographic assurances against tampering.

10. Governance Decision Replay: This module facilitates regulatory audits by replaying decision paths.

11. Webhook Alerts: Alerts can be dispatched to Slack, Teams, or PagerDuty, ensuring real-time notification of governance events.

12. Tenant Analytics Dashboards: Provides tenants with detailed insights into their data interactions and governance metrics.

13. Data Residency Enforcement: Blocks any unauthorized cross-border data flows, upholding compliance with international data regulations.

Standalone Modules

Complementing the primary governance stages are standalone modules that enhance system robustness and adaptability.

14. Model Drift Detection: Monitors LLM behavior changes, ensuring model outputs remain consistent over time.

15. Supply Chain Verification: Uses deterministic fingerprinting to verify the integrity of AI supply chains.

16. Human-in-the-Loop Routing: Directs uncertain AI decisions to human operators for validation, enhancing decision accuracy.

17. Multi-Model Chain Governance: Manages interactions between multiple models, applying trust attenuation to mitigate risk.

18. Governance Sandbox: A controlled environment for policy simulation, allowing stakeholders to test governance scenarios.

19. Compliance Report Generator: Maps AI activities to the EU AI Act, NIST, and ISO 42001, simplifying regulatory compliance.

20. Canary Tokens: Deploys decoy tokens for exfiltration detection, alerting to unauthorized data access attempts.

In conclusion, the EVE AI Core Action Layer, with its comprehensive suite of 19 governance modules, provides an unparalleled framework for deterministic AI governance. By embedding these modules within our Three-Plane Architecture, we ensure that every AI output is not only compliant and secure but also adheres to the highest standards of transparency and accountability. These modules, built in pure Python without external dependencies, are validated rigorously, demonstrating our commitment to precision and reliability in AI governance. This architecture empowers enterprises to harness AI capabilities with confidence, knowing that governance is seamlessly integrated into every phase of AI interaction.

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