Company
Allianz Services — Insurance
Problem
Food spoilage claims processing, previously requiring days of manual review, overwhelmed staff during natural disasters.
Solution (AI model + framework)
Allianz developed a proprietary agentic system that integrates with cloud-based LLMs, including Anthropic Claude, hosted on Google Cloud. The framework uses a custom orchestration layer to manage agent-to-agent communication via deterministic workflow sequencing.
Results
- 80% reduction in claim processing/settlement time.
- Simple claims resolve in under one day (often hours).
- The automated workflow completes in under 5 minutes and is then handed to a human for authorization.
Sources
- https://www.allianz.com/en/mediacenter/news/articles/251103-when-the-storm-clears-so-should-the-claim-queue.html
- https://coverager.com/allianz-introduces-agentic-ai-to-speed-up-food-spoilage-claims/
OpenClaw Replicable?
Yes, with moderate modifications. It requires role-based agent design, isolated workspaces, and deterministic orchestration for sequencing. Connections to existing policy/claims systems are also necessary.