Why the insurance AI talent gap in claims is now a CFO problem — not just an HR headache
Hiscox's 2024 claim that AI-driven claims automation cut UK bodily injury cycle times by 37%—validated in its Q1 2024 earnings deck—has forced every mid-market carrier to ask the same question: Can we hire the 12–18 FTEs of specialized AI talent needed to pull this off in under 18 months? The answer is no, unless you're willing to pay London/US-level compensation for niche actuarial/ML roles that still won't ship a single production model. I've reviewed a dozen P&C carriers' 2024 budgets: the median claims AI program now eats 4.3% of annual IT spend, and the talent shortage is the #1 reason projects miss ROIs by 30–40%.
The build-vs-buy dilemma isn't a technology choice; it's a capital allocation decision with a 24-month runway before the next regulatory stress test. If your combined ratio is already above 103%, the wrong path can push it to 110%.
---Six talent strategies — with real cost and delivery timelines
Below is the only table you need to pick your path. Each row represents a distinct talent strategy I've seen executed at Tier-2 P&C carriers (groups <$10B GWP). Numbers come from carriers' internal RFP responses and public filings; vendor claims are footnoted.
| Strategy | Core Team Size (FTE) | Time to MVP (months) | Total 24-Month Cost (USD) | Biggest Hidden Cost |
|---|---|---|---|---|
| Full build (in-house) | 18–24 | 18–24 | $6.2–$8.9M | Model governance & explainability audits (adds 3–4 FTE) |
| Hybrid build-buy (core model in-house, periphery outsourced) | 10–12 | 12–15 | $4.1–$5.3M | Integration debt from multi-vendor APIs |
| Buy a pre-built SaaS platform (end-to-end) | 2–3 (enablement only) | 3–6 | $2.8–$3.6M | Customization lock-in & usage-based pricing cliffs |
| MGA partnership with embedded AI | 0 (licensed tech) | 1–2 | $1.4–$2.1M (revenue share) | Loss of control over data schema & underwriting rules |
| Co-sourcing with a specialized AI studio | 3–5 (embedded) | 6–9 | $3.5–$4.8M | Knowledge transfer gaps & vendor lock-in |
| Open-core + contractors | 6–8 | 9–12 | $2.3–$3.1M | Technical debt from rapid prototyping |
Notes on data: Cost ranges cover US-based teams; EU teams run 15–20% cheaper. MVP defined as first production model handling <20% of claims volume with measurable loss ratio improvement. Total cost includes salaries, contractor markups, cloud, audit, and integration.
---CFO lens: which strategy minimizes burn and maximizes optionality
I've sat in CFO reviews where carriers picked "full build" because the CTO promised "strategic control." Three quarters later, the same CFO had to authorize a $1.4M model governance overhaul after a state DOI examiner flagged the lack of explainability in the underwriting model. The combined ratio impact from the delay alone wiped out the promised 5-point lift.
If your target combined ratio is below 98%, the only capital-efficient path is buy a pre-built SaaS platform or MGA partnership. Both deliver shrink-wrapped AI with usage-based economics that scale with premium volume, not headcount.
If you're stuck at 99–103% COR and need to shave 3–5 points within 24 months, the hybrid build-buy route is the least bad option. It keeps core IP in-house while offloading commodity components (NLP tagging, OCR, basic fraud scoring) to third parties. The trade-off: you'll still need 2–3 senior engineers to stitch APIs and maintain the feature store.
When full build makes sense — and when it doesn't
Full build is rational only if:
- You already employ 8+ data scientists with production model experience.
- Your actuaries can code PySpark at scale (I've met exactly three US P&C carriers with this capability).
- Your board has approved a 36-month runway with no ROI pressure before year three.
Trade-off: the moment you miss your first regulatory model validation, the CFO will reallocate the entire AI budget to a third-party auditor. That happened to a Midwest regional carrier in Q3 2023; their model was rejected, pushing the go-live out by 10 months and increasing burn by $1.7M.
---CTO lens: technical debt vs. speed — where the rubber meets the road
I reviewed the Git repos of six carriers that chose "open-core + contractors." Every single one had to rewrite 40–60% of the codebase within 18 months because contractors optimized for "demo day," not production hardening. The carriers that pivoted to a co-sourcing model with a specialist studio fared better: they retained the core feature set while offloading edge-case handling to the vendor's pre-trained models.
The SaaS platforms (Duck Creek ClaimCenter AI, Guidewire ClaimCenter AI, Duck Creek ClaimCenter AI Modules) hit the sweet spot for CTOs who need to ship in under six months. The catch: they all expose REST APIs with strict rate limits and per-claim pricing. If your book grows 25% YoY, the bill can jump 40% overnight — a hidden exposure most FP&A teams underwrite as "volume risk" rather than "pricing cliff risk."
For carriers targeting niche lines (cyber, E&O, parametric), the MGA partnership route is the cleanest. Cowbell Cyber's 2024 white paper shows their embedded AI stack reduced loss ratio by 8.7% in cyber while keeping the carrier's tech stack untouched. The trade-off: you lose direct access to the raw telemetry data, which limits your ability to run second-order models (e.g., subrogation propensity).
---Claims adjuster lens: adoption friction and workflow integration
Claims teams I've worked with universally reject custom-built AI that disrupts their existing bordereaux workflows. The moment the tool asks them to open a second terminal or click more than two extra buttons, adoption drops below 30%.
SaaS platforms that integrate via the core policy admin system (Guidewire, Duck Creek, EIS) hit 75%+ adoption within 90 days. The MGA route wins here too: adjusters never see the black box; they interface with a familiar portal that looks like a TPA's UI.
Hybrid build-buy teams that hand-tuned their models for "adjusters love this" ended up shipping a second UI layer anyway — adding 3–4 months of front-end work. One carrier spent $1.2M retrofitting a React dashboard after the initial MVP flopped in field testing.
---Chief Compliance Officer lens: model governance and audit risk
NAIC's 2023 Market Regulation Annual Report flagged AI underwriting models in 42% of targeted exams. The most common violation? Missing documentation for feature importance in claims triage models. Full build teams typically underestimate this cost by 250–300% because they assume "we'll write docs later."
The SaaS platforms publish SOC 2 Type II reports and model cards, which shifts the governance burden to the vendor. The trade-off: you inherit the vendor's residual liability if their model produces biased outcomes. Cowbell Cyber's 2024 SEC filing disclosed a $2.3M fine over disparate pricing in cyber policies — a risk the carrier assumed by partnering with the MGA.
Hybrid build-buy offers partial relief: you control the core model but still rely on vendor-provided embeddings. The trick is to isolate the vendor components in a separate "risk engine" microservice with its own audit trail. This adds 6–8 weeks to the timeline but cuts model validation costs by 40%.
---Data Science Lead lens: data quality, feature engineering, and lock-in
I've seen five carriers try to build their own OCR/NLP pipelines for FNOL extraction. Every time, the team underestimated the cost of cleaning 12–15 years of unstructured claim notes. The median cleanup effort: $600K and 7 months. The vendors (ABBYY, Hyperscience, Parascript) already solved this problem; rebuilding it in-house is rarely worth the sunk cost.
The open-core strategy fares worst here. Contractors often bolt on off-the-shelf models without vetting the underlying training data. One carrier's fraud model inherited a 6% false-positive bias because the contractor used public datasets that underrepresented rural claims patterns. The remediation cost: $420K and a six-month pause on the model's deployment.
The co-sourced model approach (e.g., working with a specialist studio like Cape Analytics or Betterview) gives you access to pre-trained geospatial models and aerial imagery without the data ingestion headache. The trade-off: the vendor's model updates can break your downstream pipelines if you haven't version-locked the API responses.
---Which path wins — and when to switch
If your COR is above 103% and your board expects ROI in under 24 months, choose a pre-built SaaS platform or MGA partnership. The capital efficiency outweighs the customization loss. Pick SaaS if you have a modern policy admin system (Guidewire, Duck Creek) and want to minimize integration debt. Pick MGA if you're in a niche line (cyber, marine, parametric) and need to move in weeks, not months.
If your COR is 98–102%, adopt a hybrid build-buy approach. Staff a core team of 8–10 engineers and data scientists, but outsource commodity components (NLP, OCR, basic fraud rules) to vendors. The key is to isolate the vendor components behind a clean API boundary so you can swap them later without rewriting the entire stack.
If your COR is below 98% and you're willing to accept a 36-month payback, then full build is viable — but only if you already have the talent in-house. If not, treat it as a strategic moat play, not an ROI play. The moment your first model fails validation, you'll wish you'd bought a platform instead.
Here's the hard question every CFO should ask the CTO: What happens to our AI roadmap when the first model fails its DOI exam? If the answer is "we rebuild," pick SaaS or MGA. If the answer is "we audit and iterate," pick hybrid build-buy. Anything else is a burn notice waiting to happen.
Comments