Skip to main content

14 posts tagged with "governance"

View All Tags
LLM Policy as Code: Version-Controlled Governance for Model and Agent Access

LLM Policy as Code: Version-Controlled Governance for Model and Agent Access

· 6 min read

Ask a team "which models is your application allowed to call, and under what conditions?" and the honest answer is usually "let me check the code." The rules — which models are approved, which tools an agent may invoke, what happens when a request is too large or comes from the wrong region — are scattered across if statements in a dozen services. No one can review them in one place, no one can test a change safely, and no one can say what a rule would have done before it ships.

LLM policy as code fixes that the same way infrastructure as code fixed server configuration: move the rules out of application code and into a declarative, version-controlled language that a single control point enforces on every call.

DVARA 1.0.0-GA — Governance for Every LLM and MCP Call

DVARA 1.0.0-GA — Governance for Every LLM and MCP Call

· 6 min read

DVARA 1.0.0 is generally available today. We are launching an AI governance platform — the LLM Gateway and the MCP Proxy as components — for engineering teams running real production traffic and dealing with real auditors, real compliance officers, and real cost lines on a real budget.

This post covers why we built it, what is in 1.0.0-GA, and how to run it in your own infrastructure today.