Fold the processes, policies, and regulation you already run into the harness. Wrap the model in deterministic layers it cannot talk its way past — gates you enforce, and an audit trail you can read.
Added a handler in routes/health.ts. One happy-path test. Stopped. Ten lines.
Noticed an old status.ts. Unified the two. Refactored both. Broke a test — marked it flaky. Opened a PR claiming done. Four hundred lines.
Volume is the variable that did not exist before — and volume picks whichever side the existing code points at.
You already run the processes that make AI governable. Change control. Code review. Approvals. Separation of duties.
The charter need not stay a document. The same layer can enforce itself as a harness — gates for the irreversible policies — or serve org knowledge the agent queries on demand, as a RAG index or an MCP server.
A metric you cannot re-derive from the event trail is an assertion.
A violated design preference is a finding a sensor records. A leaked credential or an unmet attestation is a stop.
Allow by default. Deny what a rule names.
Deny by default. Allow only a whitelist. Every policy gap becomes a visible refusal, not a silent allow.
Audit records carry a purge policy. "Keep forever" and "keep ninety days" are both choices you write down — not accidents of disk space.
Self-hosted. The record lives in a jurisdiction you chose, inside the same compliance boundary as the code it describes.
Today's detection is tomorrow's prevention. What observability catches twice, governance prevents the third time.
# Org rule charter · Owner: head of platform · Cadence: quarterly ## Universal principles # every codebase we own Separation of concerns → names the failure it prevents Fail-fast at boundaries → ... ## Non-negotiables # hold across every team No execution without an approved contract. Three touchpoints maximum per contract. Every closed contract is independently releasable. ## Identity statements # what we refuse to ship
You do not know either artifact works until you have measured it.
Narrow the band. Compile the policy you already run down the ladder until the agent meets it as a wall — one you can enforce, observe, and audit. The amplifier will multiply whatever it finds. Point it at your discipline.