Notary captures the evidence behind high-risk AI decisions, reproduces failures from recorded conditions, verifies fixes, and turns verified cases into release-gate scenarios.
Works alongside your existing AI, observability, and compliance systems. Proof is bounded to tested scenarios and customer- or reviewer-approved expected outcomes.
In an illustrative case, a thin-file personal-loan applicant was denied when missing or borderline bureau evidence should have routed to underwriting review. Notary captures the decision evidence, replays the exact scenario, verifies the corrected behavior, and turns the failure into a release gate.
Expected UNDERWRITING_REVIEW, got DENY. Release should not proceed.
Fixed logic routes to underwriting review under the same sealed cassette.
CASE-0427, sealed with recorded decision evidence.DENY is reproduced from the cassette without production calls.Capture the model input, model or agent output, tool and API responses, policy or configuration version, and the final decision. Evidence is sealed cryptographically into a Verification Record.
When a decision fails, replay the exact scenario from the sealed cassette and test the proposed fix. Notary reruns the recorded conditions and compares original and corrected outcomes.
Verified scenarios become reusable release-gate scenarios. Each release runs a readiness check against the library and returns pass, fail, or system error.
A verified case becomes a reusable release-gate scenario. On each release, the readiness check runs the scenario library and returns one of three states. Proof references are shown when a scenario is eligible.
Notary does not just log decisions. It proves four things reviewers need to see, bounded to the tested scenario.
The pilot is intentionally narrow: one regulated decision workflow, one known failure, one reviewer-approved expected outcome, and one replayable scenario that can block a bad release.
Typical pilot path: choose the workflow and safe data boundary, instrument capture, replay and verify the fix, then promote to a release-gate scenario. Timing is confirmed during onboarding rather than assumed.
When a high-risk AI decision fails — a loan denial, insurance claim rejection, or medical prior-auth error — the questions are:
Tools like Datadog, LangSmith, and Langfuse show you what happened: log events, model calls, API responses.
They don't show why it happened. A log timeline shows correlation, not causation. The agent's logic could have failed, the API response could have been stale, or the cache could have been wrong.
They can't prove fixes work. You deploy a fix and hope. Verification requires re-running the exact scenario and checking the outcome — something monitoring systems don't do.
They have no tamper evidence. A log file is just text; reviewers have no way to know it wasn't edited after the fact.
Every escalation, override, denial, and complaint your AI agents have produced is a candidate scenario. The planned direction is to cluster historical decisions by intent, outcome, and policy, check replayability, and surface human-labeled failures for your release gate.
Surface recurring failure patterns that no one has manually reviewed. Find the unknown unknowns in your decision history.
Compare stated policy against actual AI outcomes and human overrides. Where is the agent diverging from intent?
Map candidate scenarios to NAIC, HIPAA, FCRA, GLBA, ADA, and EU AI Act obligations. Know which historical failures matter to reviewers.
From configured capture to a reusable release-gate scenario.
Notary records explicitly captured decision evidence. It does not claim to transparently intercept every decision element.
Scenarios come from recorded failures, with reviewer-approved expected outcomes, not only synthetic test cases.
Proof is bounded to tested scenarios and customer- or reviewer-approved expected outcomes. Not general safety.
Capability status reflects what is implemented. Where backend logic exists but UI is incomplete, it is described as available through the platform or API, not as fully operational in every interface.
Notary's wedge is proving fixes work. The sharpest pain is in regulated industries where AI failures have financial and legal consequences.
| Notary | Observability (Datadog, LangSmith) | GRC Tools (OneTrust, ServiceNow) | Eval Tools (Braintrust, Patronus) | |
|---|---|---|---|---|
| Captures decision evidence | ✓ | ✓ | — | — |
| Replays failures deterministically | ✓ (core) | — | — | — |
| Verifies fixes work | ✓ (core) | — | — | — |
| Cryptographic proof (tamper-evident) | ✓ (core) | — | — | — |
| Gates releases against known failures | ✓ (scenario library / release review) | — | — | ✓ |
| Integrates with GRC systems | Planned / designed for ServiceNow, OneTrust, AuditBoard | — | ✓ (native) | — |
| Compliance reporting | Evidence mapped to EU AI Act, NAIC, SEC workflows | — | ✓ | — |
Notary captures selected decision evidence and proves fixes for recorded scenarios. It is designed to feed GRC workflows; native GRC integrations are planned, not claimed as live.