Law 01 · AXIOM-0
The Proposer / Disposer Split
“The machine proposes. The code disposes.”
The AI can talk, explain, and suggest — but it never sets a price, grants a
discount, or makes a promise on its own. Those powers live only in deterministic
code the model cannot override. If the code can't validate an action, the action
doesn't happen.
Law 02
The Gauntlet
“Nothing ships until it survives.”
Every change to the agents runs a battery of hundreds of offline adversarial tests
— injections, double-bookings, forbidden promises — before it goes anywhere
near a real customer. The suite has to pass 100%, every time, or the change stays on
the shelf.
Law 03
The Skeptic
“Every improvement is attacked before it is trusted.”
Independent adversarial review tries to break each change before it ships —
including changes the system wrote about itself. In the early hours of July 11, 2026,
that review caught its own builder handing two customers one checkout session, and
the fix shipped only because the flaw was found first.
Law 04
Fail-Closed
“When in doubt, the door stays shut.”
Inbound SMS and payment events are cryptographically signature-verified before
anything trusts them. If verification can't happen — a missing key, a bad
signature, a misconfigured check — the system declines the request instead of
guessing what to do with it.
Law 05
The Human Anchor
“A person sees every commitment.”
Every booking and every hot lead notifies the founder in real time. Anything the
output guard blocks — an invented price, an implied guarantee — escalates to
a human instead of the AI trying to talk its way around it.
Law 06
Price Silence
“Prices live on one page, not in a chatbot's imagination.”
The texting and chat agents route every pricing question to the published pricing
page instead of answering from memory. An output guard sits behind them and blocks
any dollar figure that isn't on an approved list before it ever reaches a customer.
Law 07
The Vault
“Secrets never ride in conversations.”
API keys, credentials, and tokens live in dedicated vaults and environment stores
— never typed into code, chat logs, or the pages you're reading right now.
Law 08
No Surveillance
“Your customers are not the product.”
No tracking pixels, no analytics scripts, no data resale. Browser state is
session-scoped only, STOP is honored at the application level rather than left to
the carrier alone, and the system is built PHI-free by design.
Law 09
The Governor
“Spending is capped by design.”
Messaging carries a hard daily spend cap, so a malfunction — a loop, a bug, an
abuse attempt — can never quietly run up an unbounded bill while nobody's
watching.
Law 10 · Rule R10
Permanent Dissatisfaction
“The floors only rise.”
The system audits itself continuously — an overnight sweep on July 11, 2026
identified 110 weaknesses and safely fixed 64 of them before sunrise. Improvement
candidates are logged every working session, and once a safety or reliability floor
is raised, doctrine forbids lowering it again.