Rottawhite — AI Systems Studio

“Where did this number come from?

It is the question that ends most AI pilots in regulated work. If the honest answer is that the model said so, the system does not survive its first review.

Test it on your documents — $2,500 The eval harness

The problem

An answer without a source is an opinion

A checker reviewing a policy comparison, an auditor sampling processed submissions, a carrier querying a bound limit — each of them needs to get from an output back to the document it came from, in seconds. If that path does not exist, every output has to be re-verified by hand, which removes the entire point of the system.

This is usually what people mean when they say an AI pilot “did not get adopted”. The extraction worked. The trust did not.

The mechanism

What gets recorded

Source citation per field

Document, page, and the passage the value was read from. A reviewer clicks the field and lands on the highlighted line rather than opening a sixty-page PDF and searching.

Confidence at the point of extraction

Recorded alongside the value, so a low-confidence field that later turned out wrong is visible as a known risk rather than an unexplained failure.

Every automated action

What the agent wrote, where it wrote it, and the inputs it acted on. Reconstructing what happened does not depend on anyone remembering.

Human overrides, kept

The original output, the correction, who made it, and when. This is the audit record and the feedback loop in one artifact.

In practice

A single extracted field, fully traced

Illustrative. Every field the system produces carries a record of this shape.

field:        total_insured_value
value:        4,250,000
confidence:   0.91
source:
  document:   SOV_AcmeLogistics_2026.xlsx
  sheet:      Schedule A
  cell:       G47
reconciled:   ACORD 140 stated 4,180,000
  status:     exception raised
  resolution: routed to underwriter
reviewed_by:  s.mehta@example-mga.com
reviewed_at:  2026-09-12T14:22:07Z
final_value:  4,250,000  (SOV accepted)

Note what the record contains beyond the answer: the disagreement between two documents, the fact that a human resolved it, and which source won. Six months later, that is the difference between explaining a decision and guessing at one.

Questions

What people ask

Is this the same as explainability?

It is the practical half of it. We are not claiming to explain a model's internal reasoning. We are claiming that for every value the system produced, you can see the document, the page, and the passage it came from, plus the confidence it carried. That is what a reviewer actually needs.

How long is the trail retained?

As long as your retention policy requires. The log is structured data in your own storage, not a vendor dashboard you lose access to when a contract ends.

Does this help with SOC 2?

It helps with the evidence side — showing that processing is logged, traceable, and reviewable. We are engineers rather than auditors, so we build to what your auditor asks for rather than claiming a certification on your behalf.

What about the cases a human overrode?

Those are the most valuable records in the log. The original output, the correction, and who made it are all retained — which is both the audit record and the raw material for improving the test set.

Related

The other half

The audit trail answers how did it get here. The eval harness answers is it right, still. Both ship with every production build, and you can see the shape of both in a one-week sprint.

Next step

Bring us your least tidy documents.

The scanned loss run, the manuscript form, the submission with six attachments that disagree. That is where the difference between a demo and a system shows up.

Book a 30-min call The $2,500 sprint