Kenshiki Labs

AI Control Plane

What is a governance control plane?

A governance control plane is the unified system that defines what AI is allowed to do (policy intent), enforces those constraints at every stage of the inference pipeline (execution), and produces an auditable record of every governed decision (proof). It separates policy from application logic, so policy can be updated, versioned, and reviewed independently of any specific AI workflow — and so audits, exam findings, and contested decisions all reduce to one consistent artifact: the signed Claim Ledger entry the control plane produced.

Why this matters

Most organizations treat AI governance as an afterthought. They build the RAG system, deploy the model, and then bolt on compliance monitoring. By then, the damage is done — data has leaked, policies have been violated, and the only question left is “How much did we miss?”

A control plane means governance is structural, not bolt-on. It enforces policy at every stage: evidence access, retrieval, inference, and output emission. No workarounds. No exceptions. No “we’ll audit it later.”

How it works

The governance control plane operates across four layers:

  1. Data plane: Evidence ingestion, provenance tagging, tenant isolation (RLS).
  2. Retrieval plane: REBAC (Relationship-Based Access Control)-enforced retrieval, evidence scoping, coverage tracking.
  3. Inference plane: Prompt compilation, model invocation, claim verification.
  4. Output plane: Gate — the emission policy boundary decisions, output state assignment, Claim Ledger — integrity-protected audit trail for every AI inference recording.

Policy flows through all four layers. A single policy (“data scientists can’t see cardholder data”) automatically applies to what evidence they can retrieve, what the model sees, and what output states they’re allowed to emit.

How Kenshiki Labs, the runtime AI governance control plane implements this

Kenshiki Labs is a governance control plane. It provides:

  1. SIRE (evidence identity): Cryptographically tagged sources of truth.
  2. Kura (retrieval): REBAC-enforced access to governed evidence.
  3. Prompt Compiler — the prompt compiler: Converts policy into prompt structure.
  4. Boundary Gate: Verifies output against policy before emission.
  5. Claim Ledger: Audit trail of every decision.

Deploy any model (GPT, Claude, Llama, custom). Kenshiki Labs sits in front of it, enforcing policy at every stage.

Related concepts