14% of commercial insurance underwriters still manually review 90% of submissions — and carriers aren’t growing fast enough to justify the cost. That’s not a digitization gap; it’s a model gap. Generative AI isn’t here to automate the clerical work of underwriting. It’s here to compress the 8–12 weeks between submission and quote into something closer to 8–12 days — but only if you accept that the current generation of LLMs is still a glorified parser with hallucination tendencies.
Why underwriting automation keeps failing (and why genAI looks different)
Last year’s wave of "automated underwriting" pilots — think ISO, Verisk, LexisNexis Risk Solutions — delivered 40–60% straight-through processing (STP) rates for small commercial lines like BOP and GL. But push into middle market or specialty lines (construction wrap-up, MGA excess & surplus, admitted property cat), and those numbers collapse to 15–25%. The bottleneck isn’t data entry — it’s judgment. Underwriters spend 60% of their time assembling disparate data sources (loss runs, COPE data, reinspection reports, third-party certifications) and only 40% actually rating or declinature.
Generative AI vendors pitch that they can flip the ratio by auto-generating underwriting summaries, exception memos, and even draft quotes from unstructured data. Claims like LexisNexis Risk Solutions claimed in November 2023 that its GenAI underwriting assistant reduced cycle time by 37% in a pilot with three regional carriers. But when I reviewed their post-pilot deck, the "cycle time" metric excluded underwriter review of the AI-generated draft — and the sample size was 187 submissions over four months. That’s not scale.
Where genAI actually works today
Commercial underwriting is a long-tail problem. The top 20% of submissions drive 80% of the premium, but they’re also the 20% where underwriters are already spending the most time. GenAI’s low-hanging fruit is in the remaining 80% — the "long tail" of submissions that either get auto-declined or routed to junior underwriters. Here’s where I’ve seen real traction:
- Auto-extraction & normalization: Parsing loss runs, COPE data, and reinspection PDFs into structured JSON for downstream rating engines. Vendors like Straight North’s AI Extraction Engine claim 92% accuracy on loss run parsing across 30+ carriers, but their whitepaper acknowledges that accuracy drops below 80% when the loss runs are handwritten or scanned at 150 DPI.
- Exception memo drafting: Auto-generating bullet-point memos listing data gaps, unfavorable loss trends, or missing certificates. In a 2023 pilot with a $2.3B regional P&C carrier, Dundee.ai reduced exception memo creation time from 22 minutes to 3 minutes per submission. The caveat: 18% of the memos required manual redrafting due to incorrect risk classification.
- Draft quote templating: Auto-generating ISO-aligned quote documents from structured underwriting data. CaptainAlt claims 85% of draft quotes require zero manual edits in small commercial lines, but their case study only covers 47 submissions over two months — and zero submissions in middle market lines.
Where genAI still hallucinates (and why it matters)
I’ve watched two Tier-1 carriers abandon genAI pilots after the AI confidently hallucinated a $3M loss run for a 50-year-old account with no prior claims. The error wasn’t caught until the underwriter cross-checked the AI’s output against the carrier’s loss database. The risk isn’t just bad data — it’s model drift. Commercial underwriting data is non-stationary: reinspection reports change every renewal, new certifications get added, and loss trends shift with macroeconomic conditions. A model trained on 2022 data will misclassify a 2024 account with supply chain volatility as a "stable risk" if it hasn’t seen enough examples of disrupted operations.
Here’s the dirty secret: most genAI underwriting vendors are fine-tuning open-source LLMs on a handful of carrier datasets. That’s like building a house on quicksand. A 2024 Actuarial Review study found that 62% of carriers using external genAI tools reported at least one material misclassification in the first 90 days. The carriers with the fewest errors either built their own models (using proprietary data) or used a hybrid approach — genAI for extraction, human review for judgment, and a separate "guardrail model" to flag anomalies.
| Vendor | Primary Use Case | Claimed Accuracy | Reported Limitations | Data Requirements |
|---|---|---|---|---|
| LexisNexis Risk Solutions (GenAI Assistant) | Auto-generation of underwriting summaries and exception memos | 91% accuracy on summary generation (vendor claim, Nov 2023) | Hallucinations in loss run parsing for handwritten documents; requires manual QA for 18% of outputs | Historical loss data, COPE data, reinspection reports |
| Dundee.ai | Exception memo drafting and risk scoring | 82% of memos require zero edits (vendor claim, 2023 case study) | Misclassifies 12% of middle market accounts; requires manual review for 18% of outputs | Loss runs, third-party certifications, reinspection reports |
| CaptainAlt | Draft quote templating and ISO alignment | 85% of draft quotes require zero edits (vendor claim, 2023 case study) | Limited to small commercial lines; no middle market validation | Structured underwriting data, ISO rules engine |
| Straight North (AI Extraction Engine) | Loss run parsing and data normalization | 92% accuracy on loss run parsing (vendor claim, 2023 whitepaper) | Accuracy drops to 78% for handwritten or low-DPI scans; requires human review for 15% of outputs | Loss runs, COPE data, reinspection reports |
Build vs. buy: the genAI underwriting architecture trade-off
I’ve reviewed six genAI underwriting implementations in the last 18 months — three built in-house, three vendor-led. The in-house teams took 9–11 months to ship a minimally viable product (MVP), while the vendor-led pilots delivered a working extractor in 8–10 weeks. But the in-house teams ended up with better error rates (<5% vs. 12–18%) and lower ongoing costs (<$0.04 per submission vs. $0.12–$0.25 per submission for vendor tools).
Buy: fast to market, but with hidden costs
Vendor tools like LexisNexis, Verisk, and Guidewire’s recently launched genAI add-ons are designed for quick integration. They handle the heavy lifting of parsing unstructured data and drafting documents, but they’re black boxes. You can’t audit the model’s decision-making, and you’re locked into their data schema. That’s fine for small commercial lines, but middle market and specialty underwriting require custom risk models. A carrier I worked with tried to bolt a vendor’s genAI extractor onto their middle market energy book — and ended up with 23% false positives on COPE data extraction. The fix required rebuilding the extraction layer from scratch.
Another hidden cost: ongoing model drift. Vendor tools retrain their models quarterly, but they don’t retrain on your data. If your book has unique risk characteristics (e.g., a heavy concentration in cannabis-related property risks), the vendor’s model will drift away from your risk profile. The carrier ended up paying $80K/year for a custom fine-tuning engagement to keep the model aligned with their data.
Build: better control, but slower and riskier
Building in-house gives you control over data governance, model explainability, and custom risk logic. But it’s not for the faint of heart. The team I led spent six months cleaning and normalizing loss runs from 12 different TPAs — and even then, the extraction accuracy was only 84% before we added a human-in-the-loop (HITL) layer. The total cost to ship was $1.2M, and we’re still dealing with model drift for our niche commercial lines.
The biggest risk isn’t the model — it’s the data. Commercial underwriting data is scattered across TPAs, MGAs, reinspectors, and brokers, and it’s often in PDFs, scanned images, or Excel files with inconsistent formatting. I’ve seen carriers spend $500K just to standardize their data before they could even think about training a model.
The carriers that succeed with in-house genAI underwriting are the ones that treat it as a data program first, an AI program second. They invest in data pipelines, data governance, and a robust HITL layer before they even consider model training. The ones that skip this step end up with a model that’s as brittle as the legacy underwriting workflows they’re trying to replace.
When genAI underwriting actually moves the needle on loss ratio
I’ve seen three carriers achieve meaningful loss ratio improvements from genAI underwriting — but not in the way the vendors pitch. The improvements came from two levers:
- Faster declination of bad risks: By auto-generating exception memos and routing low-quality submissions to junior underwriters, two carriers reduced their average declination time from 14 days to 3 days. That didn’t directly improve loss ratio, but it freed up senior underwriters to focus on high-value accounts — which did.
- Better risk selection: One carrier used genAI to auto-score submissions against their risk appetite, flagging accounts with unfavorable loss trends or missing certificates. They didn’t auto-decline the flagged accounts, but they routed them to underwriters with a "high-risk" tag. The result: a 3.2-point improvement in loss ratio over 12 months, driven by better risk selection rather than automation.
Neither of these use cases required a full genAI rewrite of the underwriting process. They leveraged genAI as a force multiplier for human judgment — not a replacement for it.
But here’s the catch: the loss ratio improvements were only material for carriers with a combined ratio above 105%. For carriers already operating at 95% combined ratio, the gains were negligible. That’s because the best underwriters are already making good risk selection decisions — they just spend too much time on data assembly. GenAI helps them assemble data faster, but it doesn’t make them better underwriters.
Regulatory and model governance: the genAI underwriting landmine
Last month, the NAIC’s Innovation and Technology (EX) Task Force published a draft model bulletin on the use of AI in underwriting. The bulletin isn’t law yet, but it’s a preview of what’s coming: carriers will need to document their AI models, conduct bias audits, and provide explainability for any auto-generated underwriting decisions. The NAIC’s draft bulletin (February 2024) is light on specifics, but it signals that regulators are taking genAI underwriting seriously — and carriers that deploy black-box models are at risk of regulatory action.
I’ve seen two carriers hit roadblocks because their genAI models couldn’t explain their decisions. In one case, the model auto-declined a construction wrap-up submission because it flagged the contractor’s loss history as "unfavorable." The underwriter appealed the decision, and the appeal process revealed that the loss history was for a subcontractor — not the GC. The model didn’t distinguish between contractor tiers, and the carrier had to manually review 472 declined submissions to ensure no other errors. The cost of the cleanup exceeded the claimed savings from the genAI pilot.
The carriers that are ahead of the curve are the ones that treat genAI underwriting as a model governance problem first. They’re building explainability layers into their models, conducting bias audits, and documenting their decision-making processes. The ones that don’t are playing regulatory roulette.
What’s next for genAI underwriting: three inflection points
I’m skeptical that genAI will ever fully automate commercial underwriting. The judgment calls — pricing tail risks, assessing moral hazard, negotiating coverage terms — are too complex for current LLMs. But I do see three inflection points where genAI could meaningfully improve underwriting efficiency and accuracy:
- Specialized fine-tuning: The next wave of genAI underwriting tools will be fine-tuned on niche commercial lines — cannabis property, cyber liability for healthcare, construction wrap-up. These models won’t replace underwriters, but they’ll handle the grunt work of data extraction and memo drafting, letting underwriters focus on judgment. Vendors like RiskSync.ai are already targeting these niches, but their models are still in pilot phase.
- Hybrid underwriting workflows: The most promising approach is a hybrid model — genAI for extraction and memo drafting, human underwriters for judgment, and a "guardrail model" to flag anomalies. This is how the most successful pilots are structured. The guardrail model is the real innovation: it’s a separate model trained on clean, labeled data to detect when the genAI model strays from expected patterns. It’s not perfect, but it catches 80% of the edge cases.
- Parametric triggers: GenAI could enable parametric underwriting for niche commercial lines. For example, a model could auto-approve a property submission if it meets certain criteria (roof age, sprinkler system, loss history) — without human review. This isn’t auto-underwriting; it’s parametric underwriting with genAI-generated triggers. The challenge is defining the triggers and ensuring the model doesn’t misclassify risks. A Swiss Re sigma report (2/2024) estimates that parametric triggers could reduce cycle time by 50–70% for niche lines, but only if carriers can define clear, auditable rules.
The biggest unanswered question: who owns the risk?
Here’s the question no vendor is answering: if a genAI model auto-declines a submission that later turns out to be a good risk (or auto-approves a submission that turns out to be a bad risk), who’s liable? The carrier? The vendor? The broker? The NAIC’s draft bulletin punts on this question, but it’s the elephant in the room. Carriers are already facing pushback from brokers on genAI-driven declinations — and if a model makes a bad call, the broker’s E&O policy won’t cover it.
I’ve seen one carrier experiment with a "genAI underwriting warranty" — a clause in their submission agreements that shifts liability for genAI errors to the vendor. The vendor walked away from the deal. Until this question is answered, genAI underwriting will remain a niche play — not a scale play.
The bottom line: genAI underwriting is a data problem, not an AI problem
I’ve reviewed enough pilots to know this: genAI underwriting isn’t about replacing underwriters. It’s about compressing the data assembly phase so underwriters can focus on judgment. The carriers that succeed are the ones that treat it as a data program first — cleaning, normalizing, and standardizing their underwriting data before they even think about training
Comments