AutoFlow
Product
A deterministic financial verification runtime for AI-generated claims.
AutoFlow is a read-only verification sidecar—not autonomous lending. Every supported financial claim is checked against evidence and approved rules before release.
Current support is limited to defined inputs, rules, and controlled extraction paths.
AI answer
Probabilistic
EvidenceGraph
Deterministic
Rule runtime
Deterministic
Certificate
VERIFIED
System
EvidenceGraph → claim compiler → rule runtime → certificate
The probabilistic AI layer produces an answer. The deterministic verification layer decides what can be released.
EvidenceGraph
DeterministicEvidence ingestion and fact normalization with source anchors, periods, currencies, and definition bindings.
Claim compiler
Probabilistic → typedConverts the AI answer into discrete typed financial claims ready for approved rule routing.
Rule runtime
DeterministicClaim-level calculation, consistency, definition, and provenance checks—outside the model.
Findings & certificate
DeterministicVerification certificate, exception record, and reproducible audit trail with replay metadata.
Workflow
End-to-end verification sequence
One package in. Typed claims out. Supported claims verified or escalated—never silently released.
VERIFIEDCONTRADICTIONMISSING_EVIDENCEHUMAN_REVIEW_REQUIREDOUT_OF_SCOPE- 01
Upload or connect a borrower package
Sanitized or synthetic packages representing a recurring credit workflow.
- 02
Extract and normalize financial facts with source anchors
Defined inputs, rules, and controlled extraction paths only.
- 03
Capture the AI answer as typed claims
The probabilistic step ends here—claims become discrete and checkable.
- 04
Route supported claims to approved deterministic rules
Unsupported or interpretive claims are not falsely certified.
- 05
Verify calculations, definitions, periods, currencies, and conflicts
Exact arithmetic and compatibility checks outside the model.
- 06
Return a finding status
Release, block, or escalate with full provenance.
Artifacts
What every result carries
Source anchors, normalized inputs, rule version, calculation trace, finding, and certificate—built for review, not screenshots.
{
"claim": "NetLeverage",
"rule": "NET_LEVERAGE@v1.4",
"inputs": ["f_netdebt", "f_ebitda"],
"evidence": ["ev_14b"],
"result": "3.200000",
"status": "VERIFIED",
"replay": "byte-identical"
}Source anchor
borrower_pkg.pdf · p.14
Fact & evidence IDs
f_ebitda · ev_14b
Rule ID & version
NET_LEVERAGE · v1.4
Normalized inputs
134,720,000 / 42,100,000
Exact formula
NetDebt / EBITDA
Result vs assertion
3.200000 · match
Exception / conflict
blocked · dual CFO values
Certificate & replay
cert_7f2a · byte-identical
Scope boundary
Supported claims only
Numerical and rule-bound financial claims can be verified. Ambiguous definitions escalate. Missing or conflicting evidence blocks calculation. Interpretive, causal, or unsupported claims are not falsely certified.
Maturity
Production-hardened prototype
Resumability, atomic artifacts, health checks, and stress tooling—designed to support auditability and governance, without overclaiming compliance or coverage.
Security & auditabilityMap one credit workflow to the verifier.
We will show exactly which claims AutoFlow can verify, block, or escalate—without making the lending decision.