We partnered with an innovative insurance provider to build a fully self-hosted AI assistant for claims processing and customer onboarding. The client operated under strict data protection requirements: customer data including health information, financial details, and personal identifiers could not leave their infrastructure under any circumstances.
Cloud-hosted LLM APIs were categorically excluded. Our mandate was to deliver production-grade AI capabilities with complete data sovereignty, GDPR Article 28 processor compliance, and audit-ready documentation.
%%{init: {"theme":"base","themeVariables":{"background":"#0a0b0c","primaryColor":"#a9dbe6","primaryTextColor":"#efefe8","primaryBorderColor":"#a9dbe6","lineColor":"rgba(239,239,232,.3)","secondaryColor":"#0d0f11","tertiaryColor":"#0d0f11","textColor":"#efefe8","mainBkg":"#0d0f11","secondBkg":"#0a0b0c","border1":"rgba(239,239,232,.12)","border2":"rgba(239,239,232,.06)"}}}%%
flowchart LR
Handler[Claims Handler]
Portal[Chat Portal]
Orchestrator[Orchestrator + HITL]
vLLM[vLLM / Llama 3 70B]
RAG[RAG Retriever]
Vector[Vector Store
Policy Documents]
CRM[Legacy CRM]
Audit[Immutable Audit Log]
Handler --> Portal
Portal --> Orchestrator
Orchestrator --> RAG
RAG --> Vector
Orchestrator --> vLLM
vLLM --> Orchestrator
Orchestrator --> CRM
Orchestrator --> Audit
30-minute call. Engineering discovery memo within five working days.