TL;DR: Designed a multi-agent (Gatekeeper → Investigator → Communicator) claims-processing platform for mid-market insurance carriers, replacing single-prompt OCR wrappers with a reasoning pipeline that validates against policy limits, drafts vendor communications, and maintains a full audit trail. Outcome labeled modeled/projected — this is an independent strategy + build exercise, not an employer engagement.
Insurance claims processing is a high-emotion, high-speed vertical where adjusters manage 20+ screens per claim while interpreting complex policy documents. The assignment brief required four things simultaneously: technical fluency (a demo-able agentic product), systems thinking (architecture abstract enough to scale horizontally), the agency-vs-automation distinction (agents that reason and act, not just extract text), and commercial awareness (a sellable value proposition, not just a tech demo).
I mapped 10 structural pain points before writing a line of product spec, grouped into three failure classes:
| Failure Class | Pain Points | Root Cause |
|---|---|---|
| Data & Extraction | Data re-entry fatigue (40% of adjuster time), false positive fraud flags, subtle fraud leakage | Legacy OCR returns text, not structured, validated meaning |
| Workflow | Ping-pong communication for missing docs, system swivel-chairing (5+ portals/claim), FIFO routing mismatched to complexity, serial (not parallel) task processing | No orchestration layer sits above disconnected point tools |
| Trust & Governance | Inconsistent decisions across adjusters, compliance/audit-trail gaps, vendor sanction risk verified only at onboarding | No system of record for why a decision was made |
Cost of inaction: 14+ day cycle times on simple approvals, millions in annual preventable leakage, and adjuster burnout from "stare and compare" work.
I explicitly rejected a single monolithic prompt in favor of a three-agent mesh, dividing cognitive labor the way a real claims team is structured:
Enterprise differentiator: private VPC deployment (no training on customer claims data) plus a "Hallucination Firewall" that blocks any agent action violating a configured compliance rule — this is what separates an agentic platform from a public LLM wrapper, and it's the section enterprise buyers actually scrutinize.
| Feature | RICE Score | Decision |
|---|---|---|
| Intelligent Ingestion | 360 | Build first — 100% reach, eliminates highest-volume task, proven LLM reliability |
| Automated Policy Validation | 140 | Build second — where actual leakage dollars are prevented |
| Claimant Chatbot | ~40 | Cut — doesn't move the North Star metric; still requires a human decision downstream |
| Fraud Detection (deep) | ~15 | Deferred to Phase 2 — high impact but low frequency, needs complex infra I couldn't justify pre-PMF |