Skip to content
Back to Blog
Blog series
7 posts · 67 min read

Trust, audit, governance

Replay, approval modes, approval-gate handshakes, and the security boundary.

Share:XBSMRedditHNEmail
1
April 8, 2026·8 min read

Replay Is the Real Audit Log

Why "we have logs" is not an audit story, and what a hash-chained Decision Record plus canonical replay actually buys you when an incident hits.

2
May 9, 2026·6 min read

Replay Harness in Code: Reproducing a DecisionRecord Byte-for-Byte

A TypeScript build-along for replay: input loading, hash-chain verification, canonical loop replay, and DecisionRecord diffing.

3
March 14, 2026·8 min read

Approval-Mode Tiers: A Risk Taxonomy You Can Actually Ship

Why ad-hoc approval gates rot in production, and how five canonical risk tiers turn governance from a meeting into a contract.

4
May 6, 2026·5 min read

Approval Gates in Code: The Destructive-Mode Handshake

A build-along for approval gates: frozen evidence, human signatures, gateway redemption, and replayable destructive-action handshakes.

5
Reversibility Is the Missing Safety Primitive for AI Agents illustration
May 30, 2026·18 min read

Reversibility Is the Missing Safety Primitive for AI Agents

Prevention decides whether agents may act. Reversibility lets them survive being wrong through reversal contracts, compensation, and blast-radius caps.

6
February 21, 2026·9 min read

Prompt Injection Is a Boundary Problem, Not a Prompt Problem

Why "smarter prompts" don't defend against indirect prompt injection, and what changes when authority lives outside the model's view.

7
Agent Identity Is the New Trust Boundary illustration
May 17, 2026·13 min read

Agent Identity Is the New Trust Boundary

A practical model for separating agent identity, workload proof, user delegation, scoped authority, and audit across MCP and A2A.