Blog
Share on
Three years ago, the AI conversation in insurance was about generative models: draft policy wording faster, summarize a claim file, answer a broker’s question. Useful, but narrow. One prompt, one answer, and a human doing everything around it. Then came agents: systems that take an instruction, break it into steps, call tools, and finish the job with less supervision. Now the industry is talking about agentic AI, networks of agents that plan, delegate, and hand work to each other from first notice of loss through to settlement.
What gets glossed over in that progression is how little has changed underneath. Almost all of it still sits on the same foundation: a very large, general-purpose language model. Bigger context windows, more tool calls, more agent-to-agent handoffs. Each of those adds tokens per transaction, which adds cost. Each also adds one more place for a model to be confidently wrong.
That model was never trained to read a Texas CR-3 crash report, to tell a claims-made trigger from an occurrence trigger in a D&O form, or to know why a repair estimate at 68% of actual cash value should route differently from one at 72%. It improvises that expertise at inference time, one expensive call after another. For a chatbot demo, that’s fine. For a system deciding whether a claim goes to the special investigations unit or gets paid in three days, “usually right” isn’t the standard. And the industry is starting to feel the distance between what agentic AI promises and what it costs and risks to run at insurance volume.
That gap is where Small Language Models (SLMs) enter the conversation.
The economics are already becoming a concern. NVIDIA’s 2025 research also found that many agent tasks are narrow and repetitive, making smaller models a practical fit for much of the work.
An SLM isn’t a smaller, weaker version of a big model. It’s a different design choice. Instead of trying to handle everything, it is fine-tuned for a specific domain and set of tasks: policy wordings, FNOL narratives, claims guidelines, underwriting submissions and the decision patterns already used by adjusters and underwriters.
A Predibase study of 310 fine-tuned 7-billion-parameter Mistral variants found that the tuned models outperformed GPT-4. The point isn’t that smaller models are universally better. It’s that a model trained for one job doesn’t need to be a generalist to perform that job well.
For insurers, the benefits extend beyond cost. A domain-specific model can be evaluated against defined tasks, versioned, and deployed within the organization’s data and security requirements.
| Area | General-purpose LLM | Insurance SLM |
| Total-loss decisions | Knows “total loss” as a general concept but may not know the insurer’s specific thresholds by vehicle age, class, and condition. | Knows the insurer’s exact total-loss thresholds because it is trained on the insurer’s decision rules and claim data. |
| Coverage determination | May approximate coverage but cannot reliably identify the exact exclusion clause from the insurer’s policy wording. | Can identify and cite the relevant clause from the insurer’s policy wording, supporting more defensible coverage determinations. |
| Fraud detection | Can identify generic fraud indicators but lacks the insurer’s historical fraud patterns and insurer-specific scoring. | Can detect patterns based on the insurer’s own historical fraud cases and known staged accident profiles. |
| Claim forms and field codes | May misinterpret insurer-specific abbreviations and field codes without additional context or prompting. | Understands the insurer’s abbreviations, field codes, claim forms, and document formats from its training data. |
| Risk of hallucination | May confidently state that a claim is covered when it is actually excluded under the insurer’s policy wording. | Responses are grounded in insurer-specific rules and training data, reducing the risk of unsupported answers. |
The difference isn’t simply model size. It’s what the model knows about the work.
None of this matters if it doesn’t show up in the workflows insurers already run. It does, and the pattern is consistent: the SLM handles the high-volume, well-defined step, while the human keeps the judgement call.
Underwriting. An SLM can extract structured risk data from a broker submission in seconds, potentially reducing a manual review that can take 15–20 minutes in some workflows. It can also flag potential out-of-appetite risks and draft a referral summary against the insurer’s own guidelines, allowing underwriters to focus on the risks that need a decision.
Claims. This is where volume can make the economics more visible. A completeness check that might require an adjuster to cross-reference multiple documents can happen at intake. This may help reduce avoidable pendencies and shorten time-to-first-decision. At scale, a potential 10–30x difference in serving costs between larger and smaller models could materially affect the economics of AI-assisted triage.
Servicing. An SLM can turn a multi-year policy and claims history into a concise briefing an agent can review in around two minutes, compared with a manual file review that may take around 15 minutes. The result could be less time spent searching through records and more time focused on the customer conversation.
Contact center. An SLM can answer well-defined coverage questions using the insurer’s actual policy wording and may support sub-second responses for tightly scoped queries. For live interactions, lower latency could help create a more responsive experience.
Vendor claims should be tested against what the model does technically and what that translates to commercially. Neither scorecard is sufficient alone.
Technical parameters
| Parameter | General-purpose LLM | Domain-tuned SLM |
| Model size and footprint | Hundreds of billions of parameters; typically, API-only | Single-digit billions, deployable on-premises or in a private cloud |
| Serving cost | Baseline | Roughly 10–30x lower for comparable-size gaps (NVIDIA Research) |
| Latency | Multi-second responses are common for hosted frontier models | Sub-second responses may be achievable for tightly scoped tasks |
| Hallucination on in-domain tasks | Higher when the model lacks grounding in insurer-specific documents and workflows | Lower when the model is fine-tuned on relevant documents, terminology and task patterns |
| Fine-tuning velocity | Slow, costly, often not available to a single insurer | Fast and cheap: refreshable as products and guidelines change |
| Dependence on long prompts | High: compensates for missing domain knowledge with context-stuffing | Low: domain knowledge lives in the weights |
The pattern to look for in extraction accuracy isn’t a single headline number. It’s consistency field by field, especially on the fields general models systematically fumble.
Note: The figures below come from Hexaware’s internal evaluation of a general model against its insurance-tuned SLM on claims documents and are illustrative of that pattern rather than a universal benchmark.
| Field | General LLM | Domain-tuned insurance SLM |
| Accident description | Mid-80s % | High-90s % |
| Claim number | Mid-70s to low-80s % | High-90s % |
| Allocated expense reserves | Mid-80s % | High-90s % |
| Carrier | Mid-70s % | High-90s % |
| Claim reported date | High-80s % | High-90s % |
Notice which fields the general model struggles with most: claim number and carrier. Those aren’t hard for a human. They’re hard for a model that has never seen how your forms lay them out.
Business parameters
| Use case | Why the SLM wins | Outcome to measure |
| Claims triage (fast track, standard, total loss, bodily injury, SIU) | Trained on state-specific rules and historical adjuster decisions | Routing accuracy, misroutes, cycle time |
| Policy Q&A and servicing | Grounded in the insurer’s own wordings and endorsements | Wrong-answer rate, escalations to human reps |
| Endorsement drafting | Learns house drafting conventions and approved clause language | Legal and compliance rework, turnaround per endorsement |
| Risk assessment and underwriting | Tuned on the carrier’s own risk factors and appetite | Scoring consistency, referrals to senior underwriters |
| Contact center and FNOL intake | Understands insurance terminology and state forms without prompting | Average handling time, human takeover rate |
It would be convenient to end with “replace your LLM with an SLM.” That would also be wrong.
The right design is usually layered. A domain-tuned SLM handles the high-volume, well-defined work: extraction, completeness checks, classification, triage. A retrieval layer keeps it grounded in the latest policy wording and state regulation without retraining every time a form changes. A larger general-purpose model stays available for the genuinely open-ended cases, the long-tail reasoning the SLM was never trained for, and the moments where a human wants a second opinion in plain language.
SLM-only, SLM plus retrieval, and SLM plus a general model are all legitimate configurations. Which one fits depends on the workflow, not on picking a technology and forcing every process through it. The mistake most carriers are making today isn’t choosing the wrong model. It’s choosing one model for everything.
Hexaware has built an Insurance SLM spanning both Life and P&C, deployed across distribution, underwriting, claims, servicing, and finance. It’s offered as a ready-to-deploy foundation that’s then fine-tuned, on an insurer’s own data, which typically compresses the path to production from the year-plus a from-scratch build usually takes to a matter of weeks.
For insurers, MGAs, and brokers who’d rather build natively inside their own environment, Hexaware’s Create Your Own SLM program enables organizations to develop a domain-specific model using their own data, within their own infrastructure. The approach is tailored to the organization’s priorities, level of customization, and value-chain needs. Hexaware’s insurance team can help identify the right approach for your roadmap.
The next phase of AI in insurance isn’t about adding another AI-powered chatbot to the claims portal. It’s about choosing models that fit the work.
The question for insurers, MGAs, and brokers isn’t whether a domain-specific model beats a general-purpose one. It’s which parts of the workflow need broad, general-purpose reasoning, and which are better served by a model built specifically for the work.
Ready to explore where an Insurance SLM could fit in your workflows? Talk to our insurance experts or request a demo to see it in action. Contact now.
Start with high-volume, well-defined documents tied to a specific workflow. These may include policy wordings, endorsements, FNOL narratives, claims guidelines, underwriting submissions, broker forms and approved decision or routing patterns. The right starting set depends on the use case and should be selected based on data quality, volume and business impact.
Insurers can manage SLM drift through continuous evaluation, version control, monitoring and periodic retraining or fine-tuning. Changes to policy wordings, regulations, products and underwriting or claims guidelines should trigger a review of model performance and, where needed, an update to the model or its supporting retrieval layer.
An SLM pilot typically needs representative insurance documents, labelled examples or historical outcomes, defined business rules and clear evaluation criteria. Insurers should also identify the target workflow, expected business outcome, data-access requirements and governance controls before starting the pilot.
Hexaware combines insurance domain expertise with AI, data and technology capabilities across the insurance value chain. Its approach includes an Insurance SLM for Life and P&C workflows, along with options to deploy an out-of-the-box foundation or build a domain-specific model using an insurer’s own data and ecosystem.
Post-deployment support can include model monitoring, performance evaluation, drift management, fine-tuning, data and knowledge-base updates, security and governance support, and ongoing optimization. The level of support should align with the insurer’s operating model, use cases and governance requirements.
An SLM does not eliminate AI risk. Insurers still need to manage hallucinations, data quality, model drift, bias, security, privacy, regulatory compliance and human oversight. A domain-tuned model can reduce some risks associated with general-purpose models, but it still needs continuous testing, monitoring and appropriate controls.