The Warden is the boss-class Emu. It commands a fleet of guardians across
your organization, presiding over governance, enforcing policy fleet-wide,
and coordinating the Emu cast that watches each model and tool call. Ask in
plain language and it sets up the guardrails, masks what is sensitive, and
keeps a record you can review.
The Warden is a chat shell that is the app. You type a natural-language
request. A deterministic agent reasons, calls governed tools, retrieves from
the knowledge graph, and answers with either a snippet, a direct change, or a
rich server-driven UI component mounted inline in the chat turn. A risk
register table. A compliance heatmap. A full vendor dashboard. A 3D risk
sphere. Every step is signed and hash-chained.
The Warden commands the fleet
I am Warden. Ask in plain language and I will set up the guardrails, mask what is sensitive, and keep a record you can review.
Nothing sensitive leaves
Names, card numbers, client details — masked before they reach any AI provider.
Ask, do not configure
Describe what you want protected. The agent sets the policy and shows you the diff first.
Provable, not promised
Every action leaves a signed receipt you can verify yourself.
The Warden's tool calls flow through the same governed proxy external clients use. No backdoor.
Two properties make the Warden structurally different from a chat wrapper, and
both are observable in every run:
No backdoor
The agent's tool calls go through the same governed proxy
The Warden does not have a parallel "AI tool" surface. Its tool calls are governed trinitite.* MCP tools routed through the same pre and post governance and audit pipeline as any external tool. Masking, action-guards, NHI-tier filtering, and the hash-chained audit all apply. There is no bypass path.
Same answer every time
A brain that returns the same bytes for the same input
The agent's inference calls go to a determinism-eligible model on a batch-invariant kernel. Same inputs, same tokens, a signed and replayable chain of receipts per run. Regulated work mandates this. A non-deterministic frontier model would silently invalidate the receipts.
The first means the Warden inherits governance for free. The second means
every run is provable, not promised. See Receipts for the full
attestation story and the fork-from-checkpoint rewind.
The Warden is the conversational layer that oversees the guardian fleet. The
Emu desktop app is the on-device guardian the Warden commands,
running the same governance beside you instead of in a data center. The
SDK wraps the same governance in two lines of code for the AI
you build yourself. All three run the same deterministic kernel.
Go build it: start with Prompts for a copy-paste ask you can try
right now, or read Chat shell first if you want the full
anatomy of a run before you type.