AI agent governance
Making autonomous AI systems accountable: knowing which agents run, recording what they decide,
bounding what they may do on their own, and being able to prove all of it after the fact. It is
the layer beneath the agents, not another agent.
Agent vs. model
A model is a scoring function: inputs in, output out. An agent is a system built around one or
more models that retrieves context, calls tools, chains reasoning, and acts. Two firms can run the
same model with very different risk, because risk lives in what the agent is allowed to do.
Know Your Agent (KYA)
A live inventory of every agent and model in production: its owner, autonomy tier, provenance,
and a verifiable identity. The agent-era equivalent of KYC. Nothing runs unregistered.
See the platform arrow_forward
Decision witnessing
Capturing each decision at the moment it happens: the model identity, the tokenized inputs, the
reasoning steps, and the outcome, written to a record that cannot be quietly edited later.
Post-hoc reconstruction of an AI decision is a fiction; the record has to be contemporaneous.
How it works arrow_forward
Tamper-evident chain
A sequence of decision records where each one is hashed together with the hash of the one before
it. Recomputing the chain re-derives every hash, so any change is not only detectable, the chain
shows exactly where it happened. Nothing to take on faith.
Autonomy envelope
The policy that decides, per action, whether an agent may act on its own, must route to a human,
or is blocked, based on stakes and confidence. A formally checkable set of rules, not a vibe.
Human oversight that counts
Human-in-the-loop only means something if the loop is measured. A near-zero override rate on a
high-volume queue is not a good model; it is a reviewer who has stopped reviewing. Risk-tiered
deep review beats shallow ratification of everything.
Why regulators care arrow_forward
Kill switch & drills
The control that halts an agent or narrows it to safe mode. An untested kill switch is a
compliance claim, not a control, so it should be drilled on a schedule with signed attestations of
propagation time and scope.
AI disclosure & handoff
Telling a customer when a decision involved AI, and giving a clean path to a human. Increasingly
an obligation, not a courtesy. Recorded per decision like everything else.
Evidence pack
A signed bundle that maps your live decision records to a specific regulator's obligations,
clause by clause, ready to hand to an examiner. Generated on demand, verifiable by the recipient.
PII tokenization
Replacing personal identifiers (Aadhaar, PAN, card, account numbers) with reference tokens before
anything is stored, so raw sensitive data never enters the evidence. Where the raw value must live
somewhere, it goes in a compliant vault and Sakshi only ever holds the reference.
Fairness screening
Checking decisions for disparate impact across declared and proxy attributes, gated on
statistical significance so the screen does not cry wolf, and run on real production decisions,
not just a pre-deployment benchmark set.