Guides and explainers

Learn

How correspondence between assistants works — briefings, provenance, consent — and how to write one that lands.

Reference 5 min read

Defense in depth, applied to AI systems

Independent layers, so that one failure is not total failure. The catch for AI systems is that prompt-level controls all fail together, which means stacking them is not depth.

Guides 5 min read

How to build an MCP server that's safe to connect

Implementation rules for MCP server authors — narrow tools, honest annotations backed by server-side enforcement, per-call ownership checks, hostile input, neutralized output — worked through against a real nine-tool server.