⚡Why claims is the right place to start with AI agents
Insurance runs on documents and deadlines. A single mid-size auto claim can involve a first notice of loss, photos, a police report, an estimate from CCC or Mitchell, medical bills, rental receipts and a dozen emails — all of which have to be read, classified, matched to the claim file and acted on inside state-mandated timelines. That is exactly the shape of work AI agents do well: high-volume, semi-structured, consequential enough to need verification but repetitive enough to justify automation.
Claims is also where the money visibly leaks. Cycle time, loss adjustment expense and leakage are board-level metrics, and every one of them is sensitive to how fast the file moves between FNOL and settlement. An intake that takes four minutes instead of forty, or a document that indexes itself instead of sitting in a queue, compounds across thousands of claims per month.
The reason this is happening now rather than five years ago is that two things matured at once: document AI that can extract structured data from messy real-world inputs (phone photos, scanned PDFs, handwritten forms), and agent frameworks that can take bounded actions inside your systems — opening a claim, assigning a task, sending a status update — rather than just answering questions. Neither was reliable enough for production claims work until recently, and both still need the guardrails described below.
One framing that helps: the core systems of record are not going anywhere. Guidewire ClaimCenter, Duck Creek Claims, Sapiens and EIS will remain the system of record for the claim. Agents sit around and on top of those systems, moving work through them faster. Any vendor or internal plan that assumes replacing the core is a different, much longer conversation.
How we build for insurance operations
| Claims workflow | Primary systems involved | Agent fit (2026) | Typical first win |
|---|---|---|---|
| FNOL intake | Contact centre, web/mobile, core claims system | High — production-proven | Structured intake in minutes, 24/7, straight into ClaimCenter or Duck Creek |
| Document intake & indexing | Email, portal, content management (OnBase, FileNet) | High — production-proven | Auto-classify and attach documents to the right claim |
| Estimate & invoice extraction | CCC, Mitchell, Xactimate, PDF invoices | High with human review | Line-item extraction and variance checks |
| Coverage verification | Policy admin (Guidewire PolicyCenter, Duck Creek Policy) | Medium-high — assistive | Pull relevant forms and flag coverage questions for the adjuster |
| Fraud signals | Claims history, ISO/Verisk data, SIU case tools | Medium — flags only | Score and route suspicious claims to SIU faster |
| Settlement & denial decisions | Core claims, payments | Low — keep humans accountable | Draft rationale for human decision, never auto-deny |
📞FNOL intake automation: the highest-confidence use case
First notice of loss is where claims experience is won or lost, and it is also the least judgment-heavy step in the lifecycle — which makes it the right first automation target. The claimant is stressed, the information is predictable (who, what, when, where, policy number, injuries, other parties), and the downstream cost of a slow or incomplete intake is measured in cycle time and customer retention.
A well-built FNOL agent handles the intake conversation across channels — phone via voice AI, web chat, mobile app, even email — and does three things at once: captures the structured fields the core system needs, asks the follow-up questions a good intake rep would ask (drivable? injuries? police report number?), and creates the claim in Guidewire or Duck Creek through the API with the right loss codes and assignment rules applied. The claimant gets a claim number and next steps in one interaction instead of a callback two days later.
The design details that separate production systems from demos: the agent must verify identity and policy status before disclosing anything, it must hand off to a human gracefully when the call involves injury or fatality (this should be a hard rule, not a confidence threshold), and it must write a clean, auditable transcript and structured record — because that record becomes part of the claim file and may be read by a regulator or a court later.
Expect the agent to handle routine losses well and edge cases poorly. A single-vehicle glass claim at 2 AM is a showcase use case. A multi-vehicle accident with an unclear injury report is a supervised handoff. Build the routing logic first and the conversation second; teams that do it the other way around ship demos that fail their first real catastrophe weekend.
The FNOL agent that survives contact with reality is the one designed around its escalation paths, not its conversation quality. Decide what it must never handle alone before you decide what it can.
📄Document extraction: photos, PDFs and estimates
After intake, claims work is mostly reading. Document AI has become genuinely good at the reading part: extracting line items from a CCC or Mitchell estimate, pulling dates and CPT codes from medical bills, reading police reports, classifying inbound email attachments, and matching a document to the right claim when the claimant forgot to include the claim number.
In auto, the estimate ecosystem is standardized enough to automate against — CCC ONE and Mitchell outputs have predictable structures, and photo-estimating inputs from Snapsheet-style virtual claims flows are consistent. In property, Xactimate estimates are similarly structured. The agent reads the estimate, extracts line items, compares them against the loss description and prior estimates, and flags variances for the adjuster — supplements that add new line items, labour rates outside the expected band, parts choices that differ from guidelines.
Medical documentation is harder and needs more care. Bills and records arrive in every conceivable format, extraction errors on treatment dates or diagnosis codes have downstream consequences, and the documents contain protected health information. Extraction with human review works well here; unsupervised extraction that feeds payment decisions does not. This is also where your HIPAA posture matters if you handle bodily injury claims at volume — treat the pipeline as handling PHI and design access controls accordingly.
The honest accuracy conversation: modern extraction pipelines on clean, structured documents perform well enough that review becomes exception-based. On degraded inputs — low-light photos, crumpled scans, handwritten notes — error rates climb, and the system has to know when it is guessing. Confidence scores with routing thresholds (high confidence files through, low confidence routes to a human queue) are the standard production pattern, and anyone claiming uniformly high accuracy across all document types is describing a benchmark, not your mailroom.
| Document type | Structure level | Automation posture | Watch out for |
|---|---|---|---|
| Auto estimates (CCC, Mitchell) | High — standardized | Extract and variance-check with spot review | Supplement detection, labour rate bands |
| Property estimates (Xactimate) | High — standardized | Extract, compare to scope, flag deltas | Line-item churn across versions |
| Medical bills & records | Low — every format exists | Extract with mandatory human review | PHI handling, date/code errors |
| Police / accident reports | Medium — varies by jurisdiction | Extract key fields, attach to file | Handwriting, jurisdiction formats |
| Claimant photos | Unstructured images | Damage assessment assist, never sole basis | Photo quality, manipulated images |
| Free-text emails & letters | Unstructured | Classify, summarize, route | Tone misreads, commitments implied by agent replies |
🛡️Coverage verification and fraud flags: assist, never adjudicate
Coverage verification sounds mechanical — does the policy cover this loss? — and at the retrieval layer it is. An agent can pull the policy from Guidewire PolicyCenter or Duck Creek Policy, retrieve the relevant forms and endorsements, check dates of loss against the policy period, and assemble a coverage summary for the adjuster with the exact policy language cited. That retrieval-and-assembly work is where the time goes, and automating it is low-risk because the adjuster still makes the determination.
Where you must not let the agent go is the determination itself. Coverage positions involve interpretation — exclusions, endorsements, ambiguities that courts construe against the insurer. An agent that answers "not covered" to a claimant is a bad-faith lawsuit with good documentation. The production pattern is: agent assembles the file and the relevant language, human decides, agent drafts the communication from an approved template for human signature.
Fraud is the same shape. Fraud signals are real and valuable: claim history anomalies, provider billing patterns, staged-accident indicators, inconsistencies between the FNOL narrative and the photos. An agent that scores and routes — surfacing the top candidates for SIU review with the evidence attached — genuinely helps, because SIU capacity is always the bottleneck and better triage means better referrals. An agent that accuses is a different matter: fraud determinations have regulatory and legal consequences, several states prescribe how and when fraud warnings must be communicated, and a false accusation communicated carelessly is both a compliance event and a reputation event.
Treat both of these as decision support with an audit trail. Every flag and every retrieved clause should be logged with the model version and the source documents it cited, so that when a state department of insurance or a plaintiff attorney asks how a decision was reached, the answer is a file, not a shrug.
⚖️Straight-through processing vs adjuster augmentation
The industry argument about straight-through processing (STP) versus augmentation is mostly a false binary. The right question is not "STP or not" but "which claim segments have low enough complexity and low enough severity variance to automate the full path, and which do not." Glass claims, simple single-vehicle damage with photo estimation, and small-property claims below a threshold have been handled with high automation for years by some carriers. Liability disputes, injuries, large losses and anything with litigation signals have not, and nothing about current AI changes that.
The pragmatic model most carriers land on is tiered. Tier one: fully automated for a narrow, pre-approved segment with hard dollar caps and instant human override. Tier two: agent-driven workflow with human checkpoints — the agent does intake, extraction, coverage assembly and draft communication, the adjuster approves at defined gates. Tier three: conventional handling for complex or high-severity claims, with agents doing only retrieval and summarization in the background.
The economics favour augmentation first. STP for a narrow segment saves real money but requires the segment to be genuinely narrow and the exception routing to be bulletproof, because the failure mode of STP is not a slow claim — it is a systematically wrong decision applied at scale before anyone notices. Augmentation failure modes are gentler: the adjuster catches the error because the adjuster is still in the loop. That asymmetry is why augmentation is where most carriers should start, and where most of the near-term value is anyway — adjusters spend a striking share of their day on document handling and status communication rather than on actual adjusting.
| Dimension | Straight-through processing | Adjuster augmentation |
|---|---|---|
| Best-fit claims | Low complexity, low severity, high volume (glass, simple auto) | Everything else — the bulk of the book |
| Human role | Exception handling and audit | Decision-maker at defined gates |
| Failure mode | Systematic wrong decision at scale | Slower errors, caught in the loop |
| Regulatory exposure | Higher — decisions made without a human | Lower — human accountability preserved |
| Time to value | Longer — narrow segment, heavy validation | Shorter — deploys per-workflow |
| Typical ROI driver | Loss adjustment expense on the automated segment | Cycle time and adjuster capacity across the book |
Start with augmentation across the whole book before automating a segment end to end. The capacity you free up in adjusters is the funding and the evidence base for whatever you automate next.
🏛️The US regulatory context: state-by-state, and moving
Insurance is regulated at the state level, which means there is no single rulebook — there are fifty-plus. A few anchors are worth knowing. Every state has an unfair claims settlement practices act or equivalent, derived from NAIC model language, prescribing acknowledgment timelines, investigation standards and communication requirements. These apply regardless of whether a human or an agent is doing the work; automation does not dilute the obligation, and "the model decided" is not a defense in a market conduct exam.
The NAIC model bulletin on the use of AI systems by insurers, adopted in late 2023 and since issued by a growing number of state insurance departments, sets the direction clearly: insurers remain responsible for AI-driven outcomes, are expected to have governance programs, testing, vendor oversight and documentation, and should expect examiners to ask for them. As of writing, the count of adopting states keeps changing — verify the current status in your states before committing to a compliance posture. Colorado went further with SB 21-169 and its implementing regulation, which initially targeted external data and algorithms in life insurance underwriting and signals where other states may go for other lines.
The practical translation for a claims agent program: keep a human accountable for coverage positions, denials and settlement authority; maintain model documentation, versioning and decision logs; test for disparate outcomes across claimant demographics, because several states are asking exactly that; and have a vendor management file for every external model and API in the pipeline. None of this blocks automation — it blocks unaccountable automation, which is not something you wanted anyway.
This section is general information, not legal advice. Your compliance counsel and, where relevant, your state DOI relationships are the authority on your specific obligations.
💬Customer-communication agents: the quiet workhorse
Ask claims leaders where adjuster time goes and a large share of the answer is status communication: claimants calling to ask where things stand, adjusters returning calls, emails restating what the portal already says. A communication agent that proactively pushes status at every state change — claim created, estimate received, payment issued — and answers inbound status questions against the live claim file removes a remarkable amount of that load without touching a single coverage decision.
The design constraints are specific to insurance. The agent must only state what is in the file, never speculate about outcomes or timelines beyond approved language. It must recognize and escalate anything that sounds like a complaint, a threat of litigation, or a vulnerability signal (many states and the NAIC model framework expect special handling for vulnerable customers). And every outbound message should be template-anchored: the agent selects and personalizes from approved language rather than free-composing commitments the company has to honour.
Voice deserves a separate note. Inbound voice agents for status and simple servicing are production-viable now, but the bar for insurance is higher than for retail: authentication before disclosure, clean recording and disclosure practices that satisfy state call-recording consent laws, and an immediate human path on request. A claimant who cannot reach a human is a complaint to the department of insurance waiting to happen.
Done well, this is the use case claimants actually notice. Nobody praises an insurer for document extraction accuracy; they praise the one that told them what was happening without being asked.
⛔Honest limits: why denials automation is where you stop
The industry has a live cautionary tale here. Health insurers that automated claim denials at scale have faced lawsuits, state investigations and sustained public backlash, with allegations centring on denials issued with minimal human review. Whatever the legal outcomes, the strategic lesson is already clear: automating the word "no" at scale is the fastest way to turn an efficiency program into a regulatory and reputational crisis.
The reasons denials resist automation are structural, not temporary. A denial is a coverage determination, which is a legal interpretation of a contract. It must be defensible claim by claim, in the claimant file, to the department of insurance, and potentially in court. Models are probabilistic; denials must be reasoned. And the asymmetry of harm is brutal — a wrong approval costs money, a wrong denial can cost a family their house and costs you a bad-faith action.
What you can automate around denials is everything except the decision: assembling the coverage analysis, drafting the denial letter from approved state-compliant templates with the correct policy citations, routing for the required review and sign-off, and logging the rationale. That is real time saved. But the signature — the accountability — stays human. If a vendor pitch includes automating adverse determinations, that pitch is telling you the vendor has not talked to your compliance team.
Automate the assembly of every decision, and the communication of every decision. Keep the decision itself — especially the adverse ones — with a named, licensed human. That line is not a limitation of the technology; it is the shape of the liability.
💵What it costs, and when to bring in a build partner
Honest labelled ranges from our scoping work and observed market pricing — your number depends on your core system, document mix and integration depth, and any figure quoted before a discovery phase is a guess. A focused FNOL intake agent for one line of business, integrated with your claims system and telephony, typically scopes at $60,000 to $150,000 to build. A document extraction and indexing pipeline — classification, extraction, claim matching, human-review queues — runs $80,000 to $200,000 depending on document variety and accuracy requirements. A broader claims agent program spanning intake, extraction, coverage assembly and communications is a $200,000 to $500,000+ program, phased over six to twelve months.
Ongoing costs are real and should be modelled up front: model and API usage scales with claim volume (usually a small per-claim figure that beats the labour it replaces by a wide margin), plus 15 to 25 percent of build cost per year for maintenance, model updates, template and regulatory language changes, and evaluation. Budget for an evaluation harness from day one — a fixed set of historical claims you replay after every model or prompt change — because in a regulated workflow, "we changed nothing" needs to be provable.
Bring in a partner when the integration surface is the hard part — connecting to Guidewire or Duck Creek APIs, telephony, content management and policy admin simultaneously is most of the work — or when your internal team is strong on insurance but has not shipped LLM systems to production. Keep in-house the things that are your advantage: the playbook of how your adjusters actually work, the escalation rules, the approved language. A good partner builds the rails around that knowledge rather than substituting for it.
Our insurance industry practiceScope a claims agent pilot with us
| Build scope | Labelled market range | Timeline | What drives the number |
|---|---|---|---|
| FNOL intake agent (one line of business) | $60,000 – $150,000 | 3–5 months | Telephony integration, identity verification, core system API depth |
| Document extraction & indexing pipeline | $80,000 – $200,000 | 4–6 months | Document variety, accuracy bar, review-queue UX |
| Coverage assembly & communication assist | $100,000 – $250,000 | 4–8 months | Policy admin integration, template governance, state variants |
| Multi-workflow claims agent program | $200,000 – $500,000+ | 6–12 months phased | Scope, lines of business, compliance documentation, evaluation rigour |
| Annual maintenance & model ops | 15–25% of build cost | Ongoing | Model updates, regulatory language changes, evaluation and audit support |