Skip to content

Blog · writing from the team

Writing from the team.

Notes on the runtime, the taxonomy, and the category we are building. Updated as we ship.

2026-04-28

Open Intent v2 — Extending the Open Intent to Physical AI

The Open Intent now covers 29 domains spanning digital enterprise operations and physical / embodied processes. Same code structure, same Apache 2.0 license, same stable family codes. Manipulation, locomotion, sensing, manufacturing, autonomous vehicles, surgical robotics, agriculture, construction, hazardous environments, energy, mining, logistics, aerial systems, and embodied AI safety are now first-class.

Read post →

2026-03-15

MCP + Intended: Governing Every Tool Call in 5 Lines of Code

The Model Context Protocol is becoming the standard for AI agent tool use. But MCP has no built-in authorization. Here is how to add policy-based governance to every MCP tool call with the published Intended MCP middleware (a few lines of Python). A zero-config gateway proxy is in private preview.

Read post →

2026-03-08

The 14 Digital Domains of AI Agent Actions

A complete walkthrough of the 14 digital Open Intent domains that classify the actions an AI agent takes inside an enterprise. From software development to executive operations, here is the taxonomy that makes AI governance possible. (Open Intent v2 expands this to 29 domains and 173 categories across digital and physical operations.)

Read post →

2026-03-06

Why We Open-Sourced Our Intent Taxonomy

Open-sourcing Open Intent was a strategic decision. We studied Databricks, Confluent, and HashiCorp to understand when open-sourcing a foundational technology creates more value than keeping it proprietary. Here is what is open, what is commercial, and why.

Read post →

2026-03-04

Governing AI Agent Operations in Kubernetes

Kubernetes RBAC controls who can do what in a cluster. AI agents need governance beyond RBAC — intent classification, risk scoring, and cryptographic proof. Here's the admission-controller approach, and where it stands today.

Read post →

2026-02-23

AI Governance for DevOps

Industry-specific governance for DevOps -- deployment gates, infrastructure changes, incident response automation, and the infrastructure domain pack.

Read post →

2026-02-18

What Enterprise Buyers Look for in AI Governance

Enterprise procurement teams evaluate AI governance platforms against a specific checklist. SOC 2, DPA, SLA, uptime guarantees, data residency, and support tiers are table stakes. Here is what you need to pass the procurement gauntlet.

Read post →

2026-02-17

Intended vs Building with OPA and Cedar

OPA and Cedar are excellent policy engines. But building an AI governance platform on top of them requires solving the other 80 percent yourself. Here is an honest comparison of what they give you and what is missing.

Read post →

2026-02-15

Token Replay Protection: How It Works

Authority tokens are cryptographic proof that an AI agent was authorized to take an action. But what stops an agent from using the same token twice? Nonces, TTLs, and single-use enforcement. Here is how Intended prevents token replay attacks.

Read post →

2026-02-14

The Four Perimeters of AI Agent Security

Most AI security tools protect one perimeter. But AI agents operate across four distinct perimeters -- ingestion, evaluation, execution, and audit. If you only secure one, you have three gaps. Here is why you need all four.

Read post →

2026-02-12

Risk Scoring: Beyond Binary Allow/Deny

Binary allow/deny decisions are insufficient for AI agent governance. Real-world actions exist on a risk continuum. Here is how Intended calculates risk dynamically using eight dimensions of context.

Read post →

2026-02-11

The Compliance Engineer's Guide to Intended

For compliance engineers managing SOC 2, ISO 27001, or industry-specific frameworks, Intended provides automated evidence collection, chain verification, and auditor-ready exports. Here is how to map Intended to your compliance controls.

Read post →

2026-02-10

Air-Gapped Deployments: Running Intended On-Premise

Not every organization can send AI governance data to the cloud. Defense, financial services, healthcare, and critical infrastructure often require air-gapped or on-premise deployment. Here is how Intended approaches each deployment model — managed cloud is generally available today; on-premise and air-gapped are a gated offering, available on request for qualifying organizations.

Read post →

2026-02-08

Scaling to One Million Decisions per Month

A million governance decisions per month is enterprise-grade throughput — and every millisecond of latency and every bottleneck in the pipeline matters at that volume. Here is how Intended's architecture is designed to scale horizontally to handle it.

Read post →

2026-02-07

The SOC 2 Journey: What We Learned

We went through SOC 2 Type II preparation ourselves. Here is a transparent account of what was harder than expected, what was easier, and what we would do differently if we started over.

Read post →

2026-02-05

AI Governance Glossary: 40+ Terms Defined

AI governance has its own vocabulary. Intent, authority token, domain pack, Open Intent, fail-closed, risk score, evidence bundle -- here are 40-plus terms defined clearly and precisely so everyone speaks the same language.

Read post →

2026-02-04

The Future of AI Agent Governance

The AI governance landscape is shifting fast. The EU AI Act is entering enforcement, autonomous agents are proliferating, and multi-agent systems are going production. Here is where the industry is headed and what it means for governance.

Read post →

2026-02-03

Intended Architecture Deep Dive

A full technical architecture post for CTOs and senior engineers. Every component of the Intended platform explained -- from the intent compiler to the hash-chained audit ledger, with data flows, scaling characteristics, and design rationale.

Read post →

2026-02-02

Incident Response for AI Agent Failures

When an AI agent does something wrong -- an unauthorized action, a misconfiguration, a data leak -- you need a playbook. Detection, containment, investigation, and remediation for AI agent incidents.

Read post →

2026-02-01

Policy as Code with Intended

Version-controlled policies, Git-based review workflows, and CI/CD for governance. Here is how to treat your AI governance policies with the same rigor as your application code.

Read post →

2026-01-31

The Open Intent: Design Principles

The Open Intent taxonomy classifies AI agent actions into 29 domains and 173 categories. Here are the design principles that guided its creation and why those principles matter for governance at scale.

Read post →

2026-01-30

Why Every AI Framework Needs an Authority Layer

LangChain, PydanticAI, CrewAI, OpenAI Agents SDK -- none of them have built-in governance. They all provide tool calling without authority. Here is why every AI framework needs an authority layer, and why that layer should be external.

Read post →

2026-01-27

Data Residency and AI Governance

Where your governance data lives matters more than ever. GDPR, data sovereignty laws, and enterprise requirements demand control over data location. Here is how Intended handles multi-region deployment and data residency.

Read post →

2026-01-25

Intended Product Update: March 2026

A roundup of what we shipped in early 2026. MCP Gateway for model context protocol governance, Python SDK, Kubernetes admission controller, new pricing tiers, and 15 new blog posts for the community.

Read post →

2026-01-24

API Key Management Best Practices

API keys are the credentials your AI agents use to interact with Intended. Rotation, scoping, grace periods, and monitoring. Here are the best practices for managing API keys in a governance-critical system.

Read post →

2026-01-23

The Death of Manual AI Review

Manual review of AI agent actions does not scale. At 50 agents making 500 decisions a day, you need a team just to review. Automated governance replaces manual review without sacrificing control.

Read post →

2026-01-22

AI Governance for SaaS Platforms

SaaS platforms deploying AI agents face unique governance challenges. Per-tenant policies, data isolation, usage metering, and cross-tenant security. Here is how to implement AI governance in a multi-tenant architecture.

Read post →

2026-01-21

Hash-Chained Audit Trails Explained

A technical deep-dive into hash-chained audit trails. SHA-256 chains, serializable transactions, tamper detection, and why traditional logging is insufficient for AI governance compliance.

Read post →

Subscribe to the changelog feed.

Blog | Intended