Connect Evidence
- ACCOUNT1–3→
- VERIFY4–7→
- DEFEND8–9
- Question
- What evidence does Company XYZ have about the decisions its AI systems make?
- Answer
- Evidence is arriving from AI systems, observability platforms, and systems of record, but coverage and authority vary by decision family.
- Output
- Provenance-preserving evidence inventory.
Evidence comes from the stack. Assurance travels back into it.
Notary AI does not replace observability, governance, GRC, or business systems. It binds their evidence into a decision-level verification record and returns scoped assurance results to the workflows where accountable teams already operate.
Evidence sources — Company XYZ tenant
45,657 decisions · 7dEvery AI decision family Company XYZ operates has at least one connected source. Coverage varies — some sources emit rich, replayable evidence; others still have gaps.
- LoanCore Underwriting · Lendingconnected · 86%
- CarePath Prior-Auth · Healthcare Prior-Authconnected · 72%
- NorthStar Support Bot · Customer Supportconnected · 64%
- ContactHub Escalations · Contact Centerconnected · 58%
- TalentScreen ATS · Hiringnot connected · 31%
LoanCore candidate provenance · Applicant A-1027, personal loan $18k
Rule failureThis is the evidence Notary AI has preserved for Applicant A-1027 — the candidate reference this walkthrough carries through every subsequent screen.
- 12:04:17 · LoanCore SDKforensic-snapshot A-1027 sealed · root sha256:9f2c…a17b
- 12:04:18 · Snowflake · LoanCore DWobservation: bureau_pull → 2 tradelines, 0 delinquencies (provenance: LOANCORE.BUREAU_PULLS)
- 12:04:18 · Datadog · OTLPobservation: rule_gate hit → if score<700 deny
How evidence flows in
45,657 decisions · 7dCanonical resource types: forensic-snapshot, observation, context, assessment, evidence-bundle. Provenance preserved.
Append-only. Content-addressed. Scoped to org · company-xyz / env · demo. Status is derivable from transitions; never overwritten.
Configured connectors — Company XYZ tenant
9 sources- connectedLoanCore Underwriting agentLoanCore (AI vendor)
Notary AI Forensic Logger wrapped around the underwriting agent. Every application produces a sealed Forensic Snapshot at decision time.
emits: forensic-snapshot · decision-evidence-graph · context-bindingLendingsync · 2m ago · 9,310 bundles - connectedCarePath Prior-Auth agentCarePath Health AI
In-process SDK capture of prior-auth determinations, including the criteria bundle version and any high-risk clinician notes.
emits: forensic-snapshot · context-binding · risk-metadataHealthcare Prior-Authsync · 6m ago · 4,128 bundles
- connectedLangSmithLangChain, Inc.
Emits DEP resources from the NorthStar support bot's traces — LLM completions, retrieval events, and tool-call payloads.
emits: observation · context · assessmentCustomer Supportsync · 34s ago · 21,440 bundles - connectedArize AXArize AI
Model-invocation telemetry from the support LLM v1.4. Provides token-level context Notary AI correlates to Forensic Snapshots.
emits: observation · risk-metadataCustomer Supportsync · 1m ago · 3,200 bundles
- connectedContactHub Escalations (ServiceNow)ServiceNow
Pulls escalation cases and disposition history, preserving ServiceNow record IDs as provenance on every ingested case.
emits: observation · review-decisionContact Centersync · 12m ago · 6,905 bundles - connectedLoanCore data warehouseSnowflake
Cursored pull of bureau-pull results and adverse-action records. Provenance carries the Snowflake account, database, and table path.
emits: observation · evidence-bundleLendingsync · 18m ago - pendingTalentScreen ATSGreenhouse
Reads screening scores, feature vectors, and reject/advance events. Currently partial — only 31% of decisions include feature attributions.
emits: observation · risk-metadataHiringsync · 3h ago · partial · 3,874 bundles
- connectedAgent traces bridgeDatadog · OTLP
Existing OpenTelemetry traces are bridged into DEP observations without re-instrumenting agents.
emits: observationCross-domainsync · 9s ago
- connectedCassette bundle importLocal — Company XYZ evidence pack
Manually submitted evidence bundles from historical incidents. Provenance is preserved as 'manual-submission'.
emits: evidence-bundleCross-domainsync · on demand
Loads a content-addressed cassette into the . Append-only, duplicate → quarantine.
- forensic-snapshot
- Full decision-chain trace, sealed and Merkle-rooted at capture.
- observation
- A discrete telemetry event: model invocation, retrieval, tool call.
- context
- Decision-time config & policy versions — .
- assessment
- Human or reviewer disposition attached to a decision.
- evidence-bundle
- A packaged set of the above, portable across systems.
- LoanCore Underwriting86%
- CarePath Prior-Auth72%
- NorthStar Support Bot64%
- ContactHub Escalations58%
- TalentScreen ATS31%
Sealing & protocol detail
Decision Evidence Protocol (DEP)
Every source terminates in the . Bytes on the wire differ per source, but each arriving bundle becomes a canonical set of DEP resources: forensic-snapshot, observation, context, assessment, evidence-bundle. A is HMAC-SHA256 sealed as a Merkle tree — its root hash is the identity of the record.
The sealing boundary — not a trust promise
Notary AI seals what a source emits; it does not vouch that the source was honest. Every downstream certificate carries an explicit . This is what stays inspectable and attributable to its source under review.
What this screen establishes
How this works
The sealing boundary
In the requirements
Evidence has been preserved with its provenance. Next, Company XYZ needs to understand what that evidence can actually establish.
Decision Landscape →