Explainer

Generative AI in insurance: customer-facing use cases

A practical guide to generative AI in insurance customer service: the use cases that work, how to control hallucinations, and where regulation keeps a human in.

Author
By the Open Team
|Updated June 16, 2026|8 min read

Generative AI is good at exactly the thing insurance customer service needs most and trusts least: turning dense, technical policy language into a plain answer a worried customer can act on. That is the promise. The catch is that the same technology will, if you let it, invent a coverage detail with total confidence and hand it to someone making a decision about their home or their car.

So the real question with generative AI in insurance is narrower than "does it work." It works. The question is which customer-facing jobs you can hand it given that it can be fluently wrong, and how you build the guardrails that make its confidence trustworthy. This guide is about drawing that line.

What "generative" changes versus the chatbots insurers already had

The chatbots most insurers deployed over the last decade were scripted: decision trees and intent matching that could only say what someone wrote in advance. They were safe and limited. A customer who phrased a question oddly fell off the script.

Generative AI removes the script. It reads the policy, the FAQ, the claims notes, and answers in natural language, including questions nobody anticipated. That flexibility is the upgrade and the risk in one move. A scripted bot that does not know an answer says "I didn't understand." A generative model that does not know an answer can produce a confident, plausible, wrong one. In insurance, where the answer is about coverage and money, that failure mode is the whole problem.

The useful framing is to treat generative AI as a very capable explainer that occasionally fabricates, and to design around both halves of that sentence.

The customer-facing use cases that work

Inside the right guardrails, generative AI earns its place in several insurance interactions.

Explaining policies in plain language. A customer asks what their deductible means, what "actual cash value" is, or whether water damage is generally covered under a policy like theirs. Generative AI is excellent at translating the document into an answer, with the policy as the source.

FNOL intake and guidance. Walking a customer through reporting a loss, asking the right follow-up questions, collecting photos and details, and explaining what happens next. The model's flexibility shines when the customer's situation does not fit a form, and FNOL is the strongest case in the wider view of AI for insurance customer service.

Claim status and next steps. Answering "where is my claim" and "what do you need from me" in context, drawing on the actual claim record.

Drafting and summarizing for agents. Summarizing a long claim history before a call, drafting a service reply for a human to review, surfacing the right disclosure. The human stays in the loop, which keeps it safe.

Billing and servicing. Premium questions, payment dates, certificates, ID cards. Transactional and low-risk.

What unites the safe uses is that the answer is grounded in a document or a record the insurer owns, and a wrong answer is either low-stakes or caught before it reaches a decision. That grounding is the design requirement.

The use cases to keep away from generative AI

Some interactions should never be a generative model's call.

Coverage determinations, claim approvals and denials, settlement amounts, and anything resembling advice carry regulatory weight and real consequences. The model can gather the inputs and communicate a decision a human or a governed system has made, but it should not be the one deciding whether a specific loss is covered. That is the line between explaining a policy and interpreting it against a claim, and the second belongs to a person.

Where generative AI earns its place in insurance, and where it doesn’t

The line is explaining a policy vs. interpreting it against a claim. Based on the use-case sections in this article; no per-row metrics implied.

AI can handle (grounded, explains or retrieves)
  • Explaining policies in plain language (deductible, ACV, general coverage)
  • FNOL intake & guidance
  • Claim status & next steps
  • Drafting & summarizing for agents (human reviews)
  • Billing & servicing (premiums, payment dates, ID cards)
Human decides (regulatory weight / real consequence)
  • Coverage determinations
  • Claim approvals & denials
  • Settlement amounts
  • Anything resembling advice

Hallucination is the design constraint

The reason to be this careful is measurable. When researchers at Stanford's RegLab tested leading large language models on specific, verifiable questions in a high-stakes domain, the models hallucinated between 69% and 88% of the time. Insurance policy questions have the same shape: precise, verifiable, and consequential if answered wrong. A raw model pointed at a customer is a liability.

The fixes are concrete. Ground every answer in the insurer's own current documents and records, so the model retrieves rather than recalls. Constrain it to cite or quote the source. And give it a conservative-accuracy policy so it hands off when it is not confident instead of producing a fluent guess. Open.cx, for one, is built around exactly this posture: it ingests the raw knowledge directly and routes to a human the moment confidence drops, which in insurance is the difference between a helpful policy explanation and a coverage misstatement the insurer has to answer for.

Conservative accuracy costs you some coverage. A model that hands off when uncertain will resolve fewer contacts than one that answers everything. In insurance that trade is worth making, because the contacts it declines are precisely the ones where being wrong is expensive.

The regulation that frames all of it

Generative AI in insurance does not get a regulatory exception for being new.

Every state has an Unfair Claims Settlement Practices framework based on the NAIC model, and in December 2023 the NAIC adopted a Model Bulletin on the Use of Artificial Intelligence Systems by Insurers expecting insurers to maintain a written AI Systems Program and to ensure AI-supported decisions affecting consumers are accurate and do not violate unfair trade practice laws. As Sullivan & Cromwell summarized, the bulletin puts governance, documentation, and accountability for AI on the insurer, and states are adopting it.

There is a parallel warning from consumer-finance regulators that applies to any generative deployment touching consumers. The CFPB found that chatbots which give inaccurate information or block access to live human support "can lead to law violations, diminished service, and other harms." A distressed claimant who cannot reach a human is the exact harm regulators are describing. The safe-handling question plays out the same way in banking, where the boundary on what generative AI can safely handle follows the same logic. So the escalation path has to be obvious and fast, and the handoff has to carry context.

Read together, the rules say something simple: an insurer is accountable for what its generative AI tells customers, the same way it is accountable for what a human agent says. Design as if every answer could be examined, because it can be.

Why insurers govern generative AI rather than trust it

Sources: Stanford RegLab, “Hallucinating Law” (2024); NAIC Model Bulletin on the Use of AI Systems by Insurers (adopted Dec 2023).

69-88%

rate at which raw LLMs hallucinated on specific, verifiable questions (Stanford RegLab)

Dec 2023

NAIC Model Bulletin on AI use by insurers adopted

50 states

Unfair Claims Settlement Practices frameworks based on the NAIC model

How to deploy it without a bad headline

  1. Start with explaining and servicing. Policy explanations grounded in the document, billing, ID cards, claim status. High value, controllable risk.
  2. Add FNOL intake in assist mode. Let the model draft the claim file and first response for an agent to approve before it runs on its own.
  3. Ground everything and constrain it to sources. No answer that is not traceable to a current document or record. Conservative accuracy by default.
  4. Keep coverage decisions human, with an audit trail. The model gathers and communicates; the decision and its documentation stay with a person.

Watch the handoff rate next to the resolution rate. A healthy generative deployment in insurance escalates the uncertain and the sensitive on purpose, and a handoff rate falling while complaints rise is a signal the model is answering things it should route.

The insurers who will do well with generative AI are the ones who treat its fluency as a feature to be governed rather than trusted. The technology can make insurance feel less opaque to customers, which is no small thing in an industry built on documents nobody reads. The work is making sure that when it explains, it is explaining what the policy actually says.

Frequently Asked Questions