Jede Entscheidung, wiederholbar.
Die meiste Automatisierung erstarrt am ersten Tag. Corins Kreislauf schließt sich: Was tatsächlich geschah — angenommene Angebote, verspätete Zahlungen, bestrittene Rechnungen — wird zum Ausgangszustand für die nächste Simulation.
Extraktionsgenauigkeit über Produktions-Backtests
Production email-AI pipeline backtests (aviation MRO deployment)Beobachtete Punkte sind eine illustrative Reihe; die Bandgrenzen entsprechen dem gemessenen Produktions-Backtest-Band.
AI agent memory starts with a backtest.
Corin entstand aus einer Pipeline, die heute Produktions-Inboxen liest. Jede Modelländerung wird gegen zurückgehaltene Historie rückgetestet — die Spanne ist die Streuung über Backtests, nicht die beste je gesehene Zahl.
Prognose vs. Ist, gemessen.
Corin keeps the decision, not just the record that something happened — what it saw, what it chose, what it rejected, and what came next.
Commercial outcomes
Won, lost, discounted, disputed — the quote's real fate, joined back to the dry run that priced it.
Decision outcomes
Approved, edited, or rejected — a reviewer's correction is a signal with a name on it.
Financial outcomes
Paid on time, late, partial — terms recommendations learn from actual cash behavior.
Corrections become versioned Procedure updates.
Never invisible model changes: a fix ships as a new Procedure version — reviewed, testable, reversible in one step.
01A reviewer edits a draft
The edit is captured with the case it happened on — who changed what, and why it was wrong.
02The fix becomes a version
Corin proposes the Procedure update as a diff. The owner reviews and releases it — or doesn't.
03History re-runs
The new version replays against past cases before it ships. A fix that breaks history goes back to the owner.
Every decision can be replayed step by step.
Run it again next quarter and get the same answer — with proof it matched.
Checkpointed as it runs
Every step writes a checkpoint sealed with a fingerprint — the model's answer, the tool's response, the data it read.
Matched or mismatch
Ein Replay vergleicht Ereignis für Ereignis mit dem Original und liefert ein Urteil: matched oder mismatch.
Same inputs, same decision
The same inputs produce the same decision, every time — audit season stops being archaeology.
Three kinds of memory — each with an off switch.
Memory is a control surface, not a side effect.
- Decision memory
- Every decision with its context, options, confidence, and what actually happened next. Deletable by contract, not by support ticket.
- Runtime memory
- Working state, scoped to your tenant with hard isolation — one customer's data never warms up another customer's answers.
- The work graph
- Der Work Graph — eine Live-Ansicht jedes Vorgangs — ist das langlebige Unternehmensgedächtnis: Fälle, Kunden, Dokumente, aufgebaut auf dem darunterliegenden Entscheidungsprotokoll.
Scoped to your tenant. Expirable. Auditable. Off until you turn it on.
Versioniert, prüfbar, umkehrbar.
Jede Entscheidung hält die Modellversion fest, die sie getroffen hat.
bei Regression → in einem Schritt zurückgerollt