Trust anchory6F3rt10CEcSakCr…· ed25519
● chain ok32 entries

Reviewer queue

Pending verdicts · 3 awaiting human review · 3-verdict closed enum

Pending

3

Approved (session)

0

Amended (session)

0

Rejected (session)

0

rq-001 · paysafe

Fraud risk classifier

paysafe-fraud-classifier

Confidence

0.62

Input (summary)

€4,200 transfer · GB→NG · new merchant · 02:14 local

Model output

{
  "risk": "high",
  "reason": "cross-border, new merchant, off-hours"
}

Gate fired because

confidence 0.62 < threshold 0.7

received 18:42:00 UTC · 368d ago

rq-002 · civicgate

Citizen message router

civicgate-message-router

Confidence

0.71

Input (summary)

EN · 'My water has been off for 6 days and my elderly father needs dialysis.'

Model output

{
  "department": "utilities",
  "urgency": "high"
}

Gate fired because

confidence 0.71 < threshold 0.85 (life-impact keywords)

received 18:44:00 UTC · 368d ago

rq-003 · cliniclens

Clinical note structurer

cliniclens-note-structurer

Confidence

0.91

Input (summary)

Dictation: '54yo F, c/o RUQ pain x3d, fatty food intolerance, jaundice noted today …'

Model output

{
  "icd10": [
    "K80.20",
    "R17"
  ],
  "assessment": "Cholelithiasis with possible biliary obstruction",
  "plan": "RUQ ultrasound, LFTs, surgical consult"
}

Gate fired because

MDR class-IIa: every output reviewer-gated regardless of confidence

received 18:45:00 UTC · 368d ago

What happens behind each button

  • Approve: write L12 entry with reviewerVerdict: 'approved'; model output returned to caller unchanged.
  • Amend: human edits the output; L12 entry records reviewerVerdict: 'amended' + the new output's canonical hash.
  • Reject: model output discarded; L12 records reviewerVerdict: 'rejected' + fallbackTriggered: true; the spec's fallback executes.

All three verdicts are part of the substrate's closed-enum RUNTIME_AI_REVIEWER_VERDICTS. The L12 entry is hash-chained + Ed25519-signed within seconds of the click.

Back to console