AgentOSを作る:保険請求の「AWS Lambda」を目指している理由

Dev.to / 2026/4/21

💬 オピニオンDeveloper Stack & InfrastructureIdeas & Deep AnalysisTools & Practical UsageIndustry & Market MovesModels & Research

要点

  • 著者は、保険の革新は顧客向けモバイルアプリの改善よりも、「請求ボトルネック」を解消することにあると主張しており、多くの損害保険(P&C)の請求は15日以上かかり、複数の手作業ポイントと高額な損害調整費(LAE)を伴うという問題を指摘しています。
  • 「AgentOS」について、単なるAIラッパーではなく、AIネイティブなオーケストレーション層だと説明しており、全てを1つの巨大LLMで行うのではなく特化した複数のエージェントを束ねる構想です。
  • AgentOSは「請求におけるAWS Lambda」のように機能し、FNOL(First Notice of Loss)を構造化JSONに変換するIntake Agent、補償条項と照合するPolicy Agent、支払い段階に届く前に異常を検知するFraud Shieldなどを想定しています。
  • 目的は、車のフロントガラスなどの低複雑度の請求で、約70%のストレートスループロセシング(STP)を実現し、人手による処理を減らして意思決定を速めることだとしています。
  • インフラの収益モデル(使用量ベースの“Margin-on-Claim”かSaaSの席ライセンスか)や、人の承認待ちで最大24時間停止が必要なエージェントの状態永続化をどう設計するかについて、率直な技術的批評を求めています。

**The Problem: The 15-Day Bottleneck
**Most people think insurance innovation is about a better mobile app. It isn’t. The real problem is the Claims Bottleneck.

The average P&C (Property & Casualty) claim still takes 15+ days to process, involves 10+ manual touchpoints, and costs carriers a fortune in Loss Adjustment Expenses (LAE). Legacy systems are monoliths—integrating a new "AI tool" usually takes 18 months of enterprise red tape.

The Vision: AgentOS

I’m building AgentOS It’s not an "AI wrapper." It’s a modular, AI-native orchestration layer.

Think of it as AWS Lambda for Claims. Instead of one giant LLM trying to do everything, AgentOS deploys a fleet of specialized agents:

Intake Agent: Converts messy FNOL (First Notice of Loss) data into structured JSON.

Policy Agent: Cross-references claims against complex coverage documents in milliseconds.

Fraud Shield: An agentic pattern-matcher that flags anomalies before they hit the payout stage.

The Goal: 70% Straight-Through Processing (STP) for low-complexity claims like auto-glass.

*I want your blunt technical critiques:
*

Is a usage-based "Margin-on-Claim" model better than a standard SaaS seat license for infrastructure?

How would you handle state persistence for agents that need to wait 24 hours for a human approval gate?

*Check out the live demo: clone-wiz-frontend.lovable.app
*

Let’s build the future of autonomous infrastructure together.