When a customer reports an incident (a car accident, a home break-in, a medical event), an AI agent listens to the narrative, extracts the structured fields the claim requires, asks for the pieces the customer missed, and files the first notice of loss. The AI does not adjudicate the claim; it captures it cleanly and routes it to a human adjuster.

A customer calls their insurer: "I had a car accident this morning." Before AI, a claims agent ran through a fixed intake form: date, time, location, parties involved, witnesses, police report number, vehicle damage, injuries. The customer answered each in order. The form took twenty to thirty minutes. The customer often forgot a detail and had to call back.

How this used to be a decision tree

The intake form was a literal tree. Branch by claim type (auto, home, health, life). Sub-branches by sub-type (collision, comprehensive, glass, property damage). Each branch had its own required-fields tree. Fields had to be entered in a fixed order. Skipping a field meant the form refused to submit. The customer's actual story, "I rear-ended someone on the motorway and the airbags deployed," had to be re-shaped into the form's grammar before anything happened.

Why AI doesn't make this a decision tree anymore

The customer tells the story. The AI listens, extracts what it needs (when, where, what, who, vehicles involved, injuries), and asks in plain language for the parts the customer did not volunteer. The form-shape is hidden from the customer. The capture happens on the customer's terms, not the form's.

What people in the field are saying

kdschemin's "AI is reading X-rays and saving lives" argues that AI in serious-stakes domains (healthcare, insurance) succeeds when it captures information cleanly and leaves judgement to qualified humans. The first notice of loss is exactly that split: AI captures; humans adjudicate.

How does AI handle a first notice of loss today?

The customer reaches the AI on a chat or voice channel. The AI identifies them through the existing customer record. It listens to the description, extracts the structured fields the claim system needs, and asks specific follow-up questions for missing pieces ("was there a police report?", "do you have photos?", "anyone injured?"). It files the FNOL in the claims management system, gives the customer a claim number, and routes the case to a human adjuster.

What does it take to make this work?

A clean schema for what the claim system needs by claim type. An identity check that ties the report to the customer's policy. Regulated-industry compliance: disclosures, audit trail, retention. Strict scope: the AI captures and routes; it does not approve or deny. A human adjuster reviews every case before any payment is authorised.

Where does this go wrong?

The customer is in distress; the AI hurries. The customer omits a key fact (a passenger injury, a third party); the AI does not probe. The narrative does not fit a standard claim type; the AI tries to force it into one. The compliance disclosure is missed because the script said "if customer says X, skip step Y" and the customer said X. Each of these is preventable, but only if the deployment treats the AI as a careful intake assistant, not a fast intake assistant.

Which tools handle insurance FNOL?

  • Lorikeet: built for regulated industries with strict procedure following.
  • Sierra: autonomous resolution with industry-specific workflows.
  • Cognigy: enterprise platform with regulated deployments.
  • Decagon: action-taking with logged decisions.
  • Parloa: voice-first enterprise agents with insurance use cases.

How would I start doing this?

Pick one claim type with a stable, well-understood intake form (auto collision is a common starting point). Map the form's required fields to plain-language questions the AI can ask. Have compliance sign off on the disclosures. Launch on a sample, with every case routed to a human adjuster on completion. Read the first hundred to spot what the AI missed before widening the scope.

Next on the ladder: one customer request triggers several specialist AI agents working together. Routing across multiple AI agents.