Prototype · synthetic data · not a medical device

Brief

Run a scan through the pipeline

Upload one scan file. It is shape-checked against ScanSchema, sent to the model, and every claim is reconciled against that same scan. Nothing here is hardcoded: no sample record, no sample result. If it cannot run, the status below says why.

Scan input

Process status

Idle
  1. Input parsedThe uploaded file is valid JSON.
  2. Shape validatedThe input is a well-formed Scan (ScanSchema). Rejected here on a 400.
  3. Pre-brief generatedThe model drafts findings and prose from the scan.
  4. Claims reconciledEvery finding is tied back to the uploaded scan by lib/reconcile.ts.

Waiting for a scan. Nothing has been sent.