INTERACTIVE DEMO
Watch it sort an application.
Pick one of eight fictional applicants. The assistant reads the application and recommends a route: straight through, or to a human underwriter.
Everything here is fictional. This shows how I deliver AI projects — it is not underwriting advice, and no insurer is involved.
- Applicants
- Eight fictional cases I wrote myself
- Mode
- Live AI when connected — otherwise a reviewed example, and the result says which
- Scope
- Recommends a route only — no approvals
Elena Hartmann
- Age / sex
- 32 / Female
- Occupation
- User experience researcher
- Sum assured
- CHF 400'000
- Smoker / BMI
- No / 22.4
- Conditions
- None disclosed
- Medication
- None disclosed
- Family history
- None disclosed
No medical conditions, regular medication, hazardous pursuits, or pending investigations disclosed.
Your browser sends only the case number; applicant details stay on the server.
Ready when you are
Pick an applicant, review the details, then route the application. The result says whether it came from the live model or a reviewed reference.
Bounded inputs. Structured output.
INPUT one server-selected case ID
OUTPUT decision · confidence · rationale[]
risk_factors[] · requirements[]
RULE uncertain or incomplete → human
Guardrails
- No free-text input
- Eight-ID server allowlist
- Expected results stripped from model input
- Shape plus deterministic policy validation
- Human review for every referral
- Per-IP and server-instance limits
- Reviewed reference fallback
- No applicant or model text in logs
Expected route versus reviewed reference
These eight reference responses were reviewed against the v1 policy and are what the demo shows when the live model is unavailable. Live Opus 5 runs are recorded separately, so a fallback can never be mistaken for a live result.
Reviewed server-controlled reference responses. These are not a live model capture.
| Case | Expected | Reference | Match |
|---|---|---|---|
| app-001Elena Hartmann | Straight-through | Straight-through | ✓ Yes |
| app-002Marc Dubois | Straight-through | Straight-through | ✓ Yes |
| app-003Aisha Rahman | Straight-through | Straight-through | ✓ Yes |
| app-004Lukas Meier | Straight-through | Straight-through | ✓ Yes |
| app-005Nora Keller | Refer | Refer | ✓ Yes |
| app-006Jonas Frei | Refer | Refer | ✓ Yes |
| app-007Sofia Bianchi | Refer | Refer | ✓ Yes |
| app-008Maya Rossi | Refer | Refer | ✓ Yes |