Horizon LabsHorizon Labs
Back to Insights
14 Aug 2026Updated 14 Aug 20267 min read

AI for Insurance and Insurtech: A Practical Guide

A practical look at where AI genuinely fits in insurance and insurtech — underwriting support, claims triage, and fraud detection — and the data quality and explainability obligations Australian insurers need to get right first.

AI for Insurance and Insurtech: A Practical Guide

Insurance is one of the more promising industries for applied AI — and one of the least forgiving if the underlying data, models, or governance aren't right. Underwriting decisions affect what people pay for cover. Claims decisions affect whether people get paid when something goes wrong. Fraud models affect who gets flagged and investigated. Every one of those outcomes sits inside a regulatory framework that expects insurers to be able to explain themselves.

This guide is written for technology leaders at Australian insurers and insurtechs who are being asked — by the board, by APRA-driven risk committees, or by competitive pressure — where AI genuinely fits into underwriting, claims, and fraud detection, and what has to be true about your data and governance before it does.

Where is AI actually being applied in insurance today?

AI in insurance is concentrated in three areas: underwriting support (risk scoring and pricing signals that assist, not replace, underwriters), claims automation (triage, document extraction, and routing), and fraud detection (anomaly and pattern-matching models that flag claims for investigation). In each case, the mature deployment pattern is AI-assisted decisioning with a human accountable for the final call, not full automation.

Underwriting support. Machine learning models can ingest structured application data, third-party risk signals, and historical claims history to produce a risk score or highlight anomalies an underwriter should review. This is fundamentally a pattern-recognition problem — the kind of task modern ML platforms (feature stores, model training and serving infrastructure, vector search for unstructured document matching) are built for. The risk isn't technical feasibility; it's whether the training data reflects the population you're actually underwriting, and whether the model's reasoning can be reconstructed if a regulator or ombudsman asks for it.

Claims triage and automation. This is usually the fastest path to measurable operational value because much of the work — reading a claim form, extracting policy and incident details, checking policy validity, routing to the right assessor — is document processing and workflow logic rather than judgement. Large language models are well suited to extracting structured information from unstructured claim submissions (photos, PDFs, free-text descriptions) and drafting a first-pass summary for a human assessor. Full end-to-end automated claims decisioning (approve/deny with no human review) is a much higher bar, and for anything beyond low-value, low-complexity claims, most Australian insurers keep a person in the loop.

Fraud detection. Fraud models typically combine rules-based checks (known fraud indicators, duplicate claim detection, network analysis of claimants and providers) with anomaly-detection ML that flags claims statistically inconsistent with normal patterns for investigation — not automatic denial. The output of a fraud model should be a prioritised investigation queue, not a verdict.

What data quality requirements matter for insurance AI models?

Insurance AI models are only as reliable as the claims, policy, and underwriting data feeding them, and most insurers we talk to have that data spread across policy administration systems, legacy claims platforms, and spreadsheets rather than a unified pipeline. Before any underwriting, claims, or fraud model goes near production, you need clean, well-governed, and traceable data — which for most insurers means investment in data infrastructure before investment in models.

Three data problems come up repeatedly in insurance:

  • Historical bias in claims and underwriting data. If past underwriting or claims-handling decisions reflected inconsistent practices, a model trained on that history will learn and repeat those inconsistencies at scale.
  • Fragmented systems of record. Policy data, claims data, and third-party risk data (motor, property, health) often live in different systems with different update cadences, making it hard to build a single reliable view of a policyholder or claim.
  • Unstructured inputs. Claims documentation — photos, assessor notes, medical reports — is high-value but requires document AI and careful validation before it can feed a model with confidence.

How do explainability requirements affect underwriting and claims models in Australia?

Australian insurers operate under regulatory and contractual obligations that require decisions to be explainable, not just accurate. APRA's prudential standards on operational risk and governance, ASIC's oversight of unfair contract terms and claims handling (claims handling has been a regulated financial service under the Corporations Act 2001 since 2021), and the Australian Privacy Principles under the Privacy Act 1988 all bear on how an AI-influenced underwriting or claims decision can be made and communicated.

Close-up of hands typing on a laptop keyboard beside a printed policy document with handwritten annotations, lit by warm afternoon light in an office.

Explainability is the ability to state, in terms a policyholder, an assessor, or a regulator can understand, why a model produced a given output. In practice, that means:

  • Underwriting models need to support a clear articulation of which factors drove a premium or risk score, not just a number.
  • Claims triage systems need an audit trail showing what data the model saw, what it recommended, and what the human assessor decided.
  • Fraud flags need to be defensible — a policyholder wrongly flagged for investigation is a complaints and reputational issue, and potentially a Privacy Act or AFCA (Australian Financial Complaints Authority) matter.

This is why most well-governed insurance AI deployments favour models and architectures that support interpretability (feature attribution, rule-based components alongside ML, retrieval-augmented approaches that ground outputs in retrievable source documents) over pure black-box deep learning for consequential decisions. If you're weighing model architectures for a claims or underwriting use case, our piece on RAG vs fine-tuning covers the trade-offs relevant to explainability and control.

Augmenting vs automating: what's the right level of human involvement?

The right level of automation depends on the value and reversibility of the decision, and insurers should default to human-in-the-loop for anything with material financial or reputational consequence. Low-value, low-complexity, easily reversible tasks are reasonable candidates for higher automation; underwriting and claims decisions with real financial impact are not — yet.

Use caseTypical automation levelHuman role
Document extraction from claims/applicationsHigh automationSpot-check accuracy, handle exceptions
Claims triage and routingAI-assisted, human confirmsAssessor reviews AI-suggested priority/route
Underwriting risk scoringAI-assistedUnderwriter makes and owns final pricing/acceptance decision
Fraud flaggingAI-assisted, investigation-triggeringInvestigator reviews flagged claims before any action
Claims approval/denial (low-value, simple)Selectively automatedGovernance oversight, audit sampling
Claims approval/denial (complex/high-value)Human decision, AI-supportedAssessor decides; AI provides summary and context

How should an insurer or insurtech start with AI in underwriting or claims?

Start with an assessment of your data foundations and a narrow, well-bounded use case — not a platform-wide AI strategy. Claims document extraction and triage tend to be the lowest-risk, highest-value starting point because the task is bounded, the human stays in control of the decision, and the value (faster time-to-first-response for policyholders) is measurable without needing to solve full decision automation first.

An engineer works alone at a standing desk in a dimly lit office in the evening, illuminated by a warm desk lamp and computer screens, with a whiteboard sketch visible behind them.

A practical sequence looks like:

  1. Assess data readiness. Understand what claims, underwriting, and policy data you have, where it lives, and how clean it is. Our AI readiness assessment walks through what this involves.
  2. Pick a bounded pilot. Claims document extraction or triage assistance is usually easier to govern than underwriting risk scoring or fraud investigation, and it builds internal trust in the technology before higher-stakes use cases.
  3. Build the explainability and audit trail in from day one — not as an afterthought once a regulator asks. This is a ai-product-strategy and governance question as much as an engineering one.
  4. Modernise around legacy policy administration systems where needed. Many insurers' AI ambitions are constrained less by model capability and more by legacy cores that can't expose the data an AI system needs — a problem application-modernisation work is designed to address.
  5. Engineer for production, not a notebook. Moving a fraud or triage model from prototype to a monitored, retrained, auditable production system is where most insurance AI projects stall — this is the core discipline behind our ai-engineering work.

We don't have insurance-specific case studies to point you to today — this is a vertical we're actively building depth in, and we'd rather say that plainly than dress up general AI/ML principles as insurance-specific proof. What we can offer is direct engineering and data infrastructure experience applied honestly to your context, with the regulatory obligations named upfront rather than discovered later. For more on how we approach AI decisions generally, browse our insights.

If you're exploring where AI fits into underwriting, claims, or fraud detection in your organisation, we can help — starting with an honest assessment of your data and governance readiness, not a sales pitch about what AI can do.

Share

Chris Kerr

Partner at Horizon Labs, an AI product consultancy and venture studio. A commercially focused product and technology leader with 20+ years building and scaling digital platforms, teams, and businesses across SaaS, travel, eCommerce, logistics and transport, and digital marketing — operating at the intersection of product, engineering, and data. Writes about platform strategy, AI transformation, modern data ecosystems, and the operational discipline that separates AI demos from AI products.