BLK 11Frontier Β· 🟣 advanced Β· β‰ˆ4 h Β· the convergence module

AI Γ— blockchain in insurance

AI is eating insurance operations; ledgers are how you'll prove what it did. This module connects the two: agents in claims and underwriting, a 30-minute LLM primer, and the pattern that ties them together β€” every consequential AI decision anchored to an audit chain.

LO7 Β· describe the AIΓ—chain convergence & design auditable AI

L1Where AI already is (2026)

35%+insurers forecast to run AI agents across β‰₯3 core functions by late 2026 (analyst forecast)
up to 70%claims cycle-time reduction reported in scaled deployments
70–90%straight-through processing achieved vs 10–15% baseline (vendor-reported)
3 days β†’ 3 minunderwriting turnaround collapse in showcase lines

The pattern across carriers: triage agents read FNOL submissions, photos and documents; simple claims flow straight through to payment triggers; complex or high-value cases route to humans with an AI-prepared file. Underwriting copilots pre-fill risk assessments from unstructured evidence. (Numbers above are vendor/analyst figures β€” Module 08's skepticism rules apply.)

β–³ The new problem this creates

When software decides β€” pays a claim, loads a premium, declines cover β€” regulators, courts, and customers will ask: what exactly did it decide, on what inputs, under which model version, and who changed what since? Logs in the same mutable database the operator controls are weak evidence. This is precisely the trust gap ledgers were built for (M05's "vertical" quadrant).

L2LLMs in 30 minutes β€” just enough to design with

L3The centrepiece β€” auditable AI decisions

Claim intakeFNOL Β· docs Β· photos Triage agentLLM + rules + fraud modeloutput: decision + rationale Decision recordinputs-hash Β· model id+versionprompt-hash Β· output Β· confidencepolicy refs Β· timestamp Audit ledgerrecord hash anchored, ordered,tamper-evident (Galileo pattern) Human oversightcomplex/high-value queue Β· overrides Regulator / auditor replayverify: same inputs, same model β†’ same hash overrides are anchored too Key move: the ledger stores HASHES of the decision record (PII stays off-chain, M04 rule). Verification = recompute hash from the archived record; any silent edit to inputs, prompt, model version or output breaks the match.
Fig 11.1 The auditable-AI loop. The ledger doesn't make the AI right β€” it makes the AI's history undeniable, including human overrides.
◐ Galileo lens

An insurer running the Galileo pattern gets this almost free: AI decision records are just one more command type flowing through the existing ledger β†’ Kafka β†’ projection path. That's the capstone's punchline β€” the audit chain that justified itself for policy events becomes the compliance substrate for the AI era.

L4Guardrails & constitutional AI

From the Dhillon book's framework (in our own words):

L5The other synergies, quickly

CombinationWhat it gives insuranceMaturity
AI + oracle dataSmarter parametric triggers (satellite + weather-model fusion β€” Arbol's platform is the live example)shipping
AI fraud detection + shared registriesModels over consortium-scale fraud fingerprints (M05) beat single-carrier models; 30%+ detection lift reportedemerging
Agents + programmable moneyClaims agents that settle instantly over stablecoin/deposit-token rails (M09–10) under hard-coded limitsemerging
Decentralised compute/data marketsToken-incentivised GPU and data networks; relevance to insurers today: mostly procurement optionalitywatch

L6Design exercise β€” the auditable triage agent

✍

Exercise 11.1 Β· Specify the decision record

assessment Β· capstone fuel

Design the auditable-AI layer for motor-claims triage at a Galileo-class insurer. Deliver, on one page:

  1. The decision-record schema (every field in Fig 11.1's card, plus what you'd add β€” e.g. guardrail verdicts, retrieval sources).
  2. The anchoring rule: what is hashed, where PII lives, when anchoring happens relative to action.
  3. The escalation policy: which confidence/amount/fraud-score combinations force human review.
  4. The replay procedure a regulator would follow after a complaint β€” step by step.
  5. One injection scenario (malicious content in a submitted document) and your two strongest defences.

Sources: Dhillon, AI Frameworks Enabled by Blockchain (guardrails, constitutional AI, governance β€” reinterpreted); 2026 adoption/cycle-time figures per Roots.ai, Xceedance, Vantage Point analyses (vendor/analyst numbers β€” treat directionally).