すべての意思決定が、リプレイ可能。
多くの自動化は初日で止まる。Corin のループは閉じている——実際に起きたこと(受注した見積、遅延した支払、異議申し立てのあった請求書)が、次のシミュレーションの初期状態になる。
本番バックテスト全体の抽出精度
Production email-AI pipeline backtests (aviation MRO deployment)観測ポイントは例示的なシリーズであり、バンドの端点は測定済み本番バックテストバンドの値を示す。
AI agent memory starts with a backtest.
Corinは今日も本番受信トレイを読み続けるパイプラインから生まれた。モデルの変更はすべて保留済み履歴でバックテストされる — リリースは計測済みバンド内でのみ出荷され、ヘッドラインは最新の初回パス結果だ。
予測と実績を計測する。
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
リプレイはイベントを一つずつ元の記録と照合し、一致または不一致の判定を返す。
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
- ワークグラフ — すべてのジョブをリアルタイムで一望する — は長期的なビジネスメモリ:ケース、顧客、ドキュメント、その下に積み重なる意思決定記録の上に構築される。
Scoped to your tenant. Expirable. Auditable. Off until you turn it on.
バージョン管理、レビュー可能、ロールバック可能。
すべての意思決定に、それを下したモデルバージョンが記録される。
リグレッション時 → ワンステップでロールバック