AI Governance Platform journal

Ideas for systems that make decisions.

Notes on the architecture, protocols and operating principles behind trustworthy AI systems.

AI governanceArchitectureOpen source

Featured writing

From the control plane

Architecture

Stateless MCP did not require a control-plane rewrite

Keycloak already gave us request-scoped identity and our governance state was explicit and durable. We still upgraded the MCP transport for compatibility, scale, and simpler gateway operations.

August 15, 2026·7 min read

Build with clear boundaries

AI Governance Platform separates governance state from runtime execution, making policy and evidence easier to reason about.

Protocols are interfaces

The right transport depends on who—or what—needs to consume the capability.

Engineering

AI agent skills are not system knowledge

Reusable agent skills teach workflows. Repository instructions capture the architecture, ownership, and non-negotiable rules that make a specific system safe to change.

July 29, 2026·6 min read
Architecture

Lineage is not analytics

A graph should make governed relationships inspectable. It should not pretend to be a cost dashboard, a quality ranking, or an automated recommendation engine.

July 22, 2026·7 min read
Architecture

Why dataset metadata belongs in the control plane—and dataset bytes do not

Immutable datasets need both a governed registry record and an artifact store. Combining them produces a system that is harder to scale, audit, and replace.

July 21, 2026·7 min read
Architecture

Observed is not managed: the ownership model AI registries miss

A prompt or model in a governance system is often execution evidence, not an artifact authored by the platform. Treating those states differently changes trust, privacy, and integration design.

July 20, 2026·7 min read
Open Source

A governed asset plane for AI systems: catalog first, MLOps later

AI Governance Platform now records versioned prompts, models, datasets, and evaluation providers with explicit ownership, immutable artifacts, and ontology-backed lineage.

July 20, 2026·8 min read
Governance

Replay is not retry: one word that changes the integrity of the evidence

A retry asks whether work eventually finished. A replay asks whether a governed system can reproduce and defend a historical decision.

July 18, 2026·9 min read
Operations

The incident report is not evidence

When an AI decision matters, logs and dashboards are not enough. The system must preserve the evidence required to reconstruct the decision itself.

July 18, 2026·8 min read
Architecture

The hard scaling problem in AI is deciding what to remember

Millions of historical executions do not call for a bigger dropdown. They call for a clear boundary between search projections and authoritative evidence.

July 18, 2026·7 min read
Architecture

MCPO vs Streamable HTTP: choosing the right interface for AI Governance Platform

MCP transports and REST adapters solve different integration problems. Here is how to choose between them—and why AI Governance Platform can support both.

July 16, 2026·8 min read