Skip to main content

Reports

Long-form writing on AI systems work: what breaks after the demo, what to measure, and how to leave the system operable.

23 reports across 7 domains

Latest

Enterprise AI7 min read

AI agent kill switch governance: containment after rogue swarm reports

Autonomy ships before a kill switch, egress ACL, and reconstructable audit trail exist, so containment is improv when a swarm misbehaves.

  • Expose a privileged kill switch API that stops runs and tool sessions by durable run ID, not by hoping the agent cooperates.
  • Bound every tool-using agent with sandbox egress ACLs tied to a versioned allowlist, not open outbound networking.
  • Append audit events to an immutable hash chain so incident reconstruction does not depend on mutable application logs.
Read report