GeekyPyGeekyPy
  • Home
  • Services
  • InsuranceBankingCapital Markets
  • Insights
  • Careers
  • Contact
Get in touchStart project
GeekyPyGeekyPy

Gen AI and Agentic Systems for Insurance, Banking, Capital Markets, and Wealth & Asset Management.

Stay in the loop

Monthly insights on Gen AI in financial services. No spam.

Services

  • Agentic Systems
  • LLM Integration
  • Staffing

Industries

  • Insurance
  • Banking
  • Capital Markets

Company

  • About
  • Careers
  • Insights
  • Contact

Legal

  • Privacy
  • Terms
© 2026 GeekyPy. All rights reserved.
GeekyPyGeekyPy
  • Home
  • Services
  • InsuranceBankingCapital Markets
  • Insights
  • Careers
  • Contact
Get in touchStart project
GeekyPyGeekyPy

Gen AI and Agentic Systems for Insurance, Banking, Capital Markets, and Wealth & Asset Management.

Stay in the loop

Monthly insights on Gen AI in financial services. No spam.

Services

  • Agentic Systems
  • LLM Integration
  • Staffing

Industries

  • Insurance
  • Banking
  • Capital Markets

Company

  • About
  • Careers
  • Insights
  • Contact

Legal

  • Privacy
  • Terms
© 2026 GeekyPy. All rights reserved.
GeekyPyGeekyPy
  • Home
  • Services
  • InsuranceBankingCapital Markets
  • Insights
  • Careers
  • Contact
Get in touchStart project
← Insights

Why 93% of Insurers Still Process Claims Manually, and How Agentic AI Changes That

February 10, 2026

Why 93% of Insurers Still Process Claims Manually

The insurance industry has talked about AI for years, but the numbers tell a different story: only 7% of insurers have successfully scaled AI in claims processing. The remaining 93% are stuck in manual workflows that take days for FNOL intake, rely on inconsistent adjuster classification, and leave straightforward claims sitting in queues.

The real bottleneck is not AI capability

The technology exists. The problem is integration: claims arrive via email, web forms, call center transcripts, and mobile apps. They reference policies stored in legacy systems. Settlement requires cross-referencing historical claims data. And everything needs a compliance audit trail.

Agentic systems solve the integration problem

An agentic approach breaks claims triage into specialized agents, each responsible for one task:

  1. FNOL Intake Agent: Uses ai_parse_document to extract text from claim documents (PDFs, images, scans), then AI Functions (ai_extract) to structure the data
  2. Classification Agent: Uses ai_classify to score complexity and validates coverage against policy terms using Vector Search
  3. Settlement Agent: Uses ai_query to compare against similar historical claims and generate recommendations

These agents are orchestrated by Databricks Agent Bricks Multi-Agent Supervisor, which coordinates handoffs, manages retries, and routes complex cases to human adjusters.

Why Databricks is the right platform

The entire architecture runs on the Databricks Lakehouse:

  • Lakeflow Connect ingests data from claims systems via managed connectors (highest automation, no-code)
  • Spark Declarative Pipelines process FNOL feeds with batch and streaming ETL (streaming tables for real-time submissions, materialized views for enriched claim profiles)
  • Lakeflow Jobs orchestrate the end-to-end workflow (scheduling, DAGs with conditional logic, monitoring)
  • Delta Lake stores claims data with ACID transactions
  • Unity Catalog is the foundational governance layer, governing data, models, functions, pipelines, vector search indexes, and serving endpoints
  • AI Gateway provides access to all models (Claude, GPT-4o, Llama, Gemini, etc.) through a single endpoint on Databricks Model Serving, with rate limiting, payload logging, and guardrails
  • ai_parse_document handles document parsing natively, no separate OCR pipeline
  • AI Functions (ai_classify, ai_extract, ai_query) apply AI directly on data in SQL or PySpark
  • Batch inference via ai_query in SQL handles bulk claims processing cost-effectively
  • MLflow evaluates agent accuracy with custom claims-specific metrics

No need to go outside the platform for any model. AI Gateway gives you access to every major model provider through Databricks.

Quick-win results

Organizations implementing this pattern see claims intake time drop from days to hours, with 40-60% of straightforward claims auto-resolved. Fraud detection rates improve by 29% because the Classification Agent catches patterns that manual review misses.

The key is starting with a well-scoped pilot (one claim type, one channel) and expanding from there. Discovery to production in 16 weeks is realistic when the architecture is right from day one.

Back to Insights
Share:LinkedInX
GeekyPyGeekyPy

Gen AI and Agentic Systems for Insurance, Banking, Capital Markets, and Wealth & Asset Management.

Stay in the loop

Monthly insights on Gen AI in financial services. No spam.

Services

  • Agentic Systems
  • LLM Integration
  • Staffing

Industries

  • Insurance
  • Banking
  • Capital Markets

Company

  • About
  • Careers
  • Insights
  • Contact

Legal

  • Privacy
  • Terms
© 2026 GeekyPy. All rights reserved.