← Latest papers
💻 computer science

Agentic AI and Retrieval-Augmented Models in Straight-Through Underwriting

This paper proposes and evaluates an agentic AI framework for straight-through underwriting of small commercial policies, demonstrating that a multi-agent system combining targeted retrieval, third-party data checks, and explicit rule evaluation outperforms single-LLM and naive RAG baselines, particularly in complex scenarios requiring transparency and auditability.

Original authors: Robert Richardson, Josh Meyers, Brian Hartman, David Sandberg

Published 2026-07-10
📖 6 min read🧠 Deep dive

Original authors: Robert Richardson, Josh Meyers, Brian Hartman, David Sandberg

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are running a giant, super-fast pizza shop. Every day, hundreds of people drop off orders. Some orders are simple: "Just cheese, no onions." Others are tricky: "I want pepperoni, but only if the pepperoni is from a specific farm, and I need to know if the farm is within 50 miles, but the customer forgot to write the farm's name on the slip."

In the old days, your shop used a rigid checklist. If the slip didn't say "pepperoni," you couldn't make the pizza. If it did, you made it. But real life is messy. People write notes like "I love spicy meat from the farm down the street" instead of filling out a form.

This paper is about a new kind of kitchen manager for insurance companies (specifically for small business policies called BOPs). The authors, Robert Richardson and his team, wanted to see if Agentic AI—a fancy term for a smart, multi-step robot assistant—could handle these messy orders better than the old methods.

The Three Kitchen Managers

To test this, they built a simulated kitchen (a fake world made of computer-generated data, not real customer orders) with 635 different "applications" (pizza orders). They tested three different ways to handle them:

  1. The Single-LLM Chef (The "One-Pass" Cook): This is a super-smart robot that reads the order and the rulebook, then immediately shouts out "Yes!" or "No!" It's fast, but it doesn't stop to think if it's missing a piece of the puzzle. It just guesses based on what it sees in front of it.
  2. The RAG Chef (The "Librarian" Cook): This robot is smarter. Before shouting an answer, it runs to a library (a database of rules) to find the specific rule that matches the order. It's better at finding facts, but it still just reads the book and answers. It doesn't really plan what to do next.
  3. The Agentic Chef (The "Team Captain"): This isn't just one robot; it's a team of three specialized workers talking to each other.
    • Worker 1 looks at the order and says, "This looks easy," or "This looks weird," or "I'm missing info."
    • Worker 2 steps in if info is missing. It says, "Hey, the customer didn't write the square footage, but let's check our external database to see if we can find it."
    • Worker 3 is the "Thinker." If the order requires math (like "The customer has a 12,000 sq ft building, but only half is for groceries; is the grocery part under 5,000 sq ft?"), this worker does the math and checks the rule.
    • If they still can't figure it out, the team captain says, "Stop! We need a human to look at this."

The Big Discovery

The paper suggests that the Agentic Chef (the team) is the best at getting the right answer, especially when things get complicated.

Here is what the numbers from their simulation showed:

  • When the orders were simple, all three chefs did okay.
  • But when the orders were tricky (like needing to do math or finding missing info), the Agentic Chef was the clear winner.
    • For orders where information was missing but could be found elsewhere, the Agentic Chef got it right 88.2% of the time. The single-pass robot only got it right 80.3% of the time.
    • For orders where information was missing and could not be found (the "unsolvable" puzzles), the Agentic Chef knew to stop and ask a human 84.3% of the time. The single-pass robot only knew to stop 56.7% of the time.

The most important finding is that the Agentic system is much better at knowing when to say "I don't know." The other robots tried to guess and often got it wrong. The Agentic team realized, "We don't have enough facts, so let's call a human," which is exactly what you want in a high-stakes job like insurance.

What This System Is NOT

The authors are very clear about what this is not.

  • It is not a magic mind-reader. The paper explicitly argues against the idea that AI can just "think" like a human. These robots don't have feelings or real brains; they are just following statistical patterns and rules.
  • It is not a replacement for humans. The paper argues that the goal is not to fire all the underwriters (the human decision-makers). Instead, the goal is to have the robot handle the easy stuff and the "I need to check this" stuff, so the humans can focus on the really hard, tricky cases.
  • It is not a proven fact for the real world yet. The results come from a synthetic dataset (a fake world created by computers). The authors admit that real-world insurance data is messy, noisy, and full of surprises that their fake data might not capture. So, while the results are promising, they are simulated, not yet proven in a real insurance company.

The Trade-Off: Speed vs. Smarts

There is a catch. Being smart takes time.

  • The Single-LLM Chef was the fastest, taking about 1.64 seconds per order.
  • The Agentic Chef was the slowest, taking about 4.72 seconds per order.

The paper suggests that this extra time is worth it for the tricky orders because it prevents mistakes. But for the super-easy orders, you might not need the whole team.

The Bottom Line

This paper suggests that if you want to automate insurance decisions, you shouldn't just use a single, fast robot that guesses. Instead, you should build a team of robots that can pause, check their notes, do some math, look up missing facts, and admit when they are stuck.

In their simulated kitchen, this "Agentic" approach made fewer mistakes and gave better reasons for their decisions than the other methods. However, the authors remind us that this is a proof of concept using fake data. Before we can trust these robots with real money and real businesses, we need to test them in the messy, real world and make sure humans are always in charge of the final call.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →