// blog · field notes

Notes from
the deep.

Architecture decisions, governance patterns, and the occasional whitepaper — written engineer-to-engineer.

all whitepaperblognautilusgovernancebosunarchitecture
[ featured · Whitepaper ]

Air-Gapped Agents: A Deterministic, Rules-Routed Architecture for DoD, Cleared, and Offline Workloads

How separating agent work from rules-based routing, plus default-deny gates and a pinned zero-outbound runtime, makes an agent stack auditable behind a one-way diode — grounded in a reference workload that runs fully offline.

2026.06.17 · 37 min · by the Kraken team
kraken@notes:~$ cat air-gapped-agents
▸ tag Whitepaper
▸ posted 2026.06.17
▸ read 37 min
→ field note loaded ✓
2026.06.17 · 15 min
Two Independent Stop Layers: Why One Budget Cap Isn't Enough for Autonomous Agents
Why a single configurable budget cap is a single point of failure for self-modifying agents, and how auto-r-graph proves a second, untouchable stop layer with a test that disables the first.
Blog
2026.04.14 · 10 min
Policy-First Data Access: Why Your AI Agents Need a Broker
Direct database access for AI agents is a liability. A data broker with three personas — Librarian, Curator, Gatekeeper — gives you deterministic control over what agents know.
nautilus
2026.04.12 · 12 min
Cumulative Exposure Tracking in Multi-Agent Systems
Individual data requests look harmless. Accumulated across agents and sessions, they build profiles that shouldn't exist. Cumulative exposure tracking makes the invisible visible.
nautilus
2026.04.10 · 8 min
Why Expert Systems Are the Missing Governance Layer
Policy engines evaluate rules. Expert systems reason about state. Here's why that distinction matters for AI agent governance.
governance
2026.04.08 · 8 min
Inverting the AI Runtime Stack
What if LLMs authored rules instead of making runtime decisions? Nautilus v2 inverts the stack — deterministic execution at runtime, intelligent authoring in the background.
nautilus
2026.03.28 · 12 min
Building a Service Mesh for AI Agents
Agent actions are richer than HTTP requests — tool calls, escalations, handoffs. Bosun governs them at the boundary, before they execute.
bosun
2026.03.15 · 6 min
Orchestration vs. Choreography in Multi-Agent Systems
When should agents coordinate through a central orchestrator, and when should they self-organize? The answer depends on trust boundaries.
architecture