Insurtechs Targeting Niche AI Applications Secure Funding
Several insurtech and AI infrastructure startups have announced new funding rounds. Sapiom raised a $15 million seed round to build financial infrastructure for AI agents, while digital insurance platform Lassie landed a $75 million Series C for European expansion. Cydelphi also emerged from stealth with $3 million to automate ransomware recovery.
- Sapiom, founded by former Shopify payments director Ilan Zerbib, is building a financial infrastructure layer to allow AI agents to autonomously purchase and authenticate APIs, data, and compute resources without human intervention. This addresses a key bottleneck in agentic AI development, where manual setup of accounts and payments for services like Twilio or AWS breaks the autonomous workflow. The $15 million seed round was led by Accel, with participation from Okta Ventures, Gradient Ventures, and Anthropic. - Agentic AI in insurance is moving beyond simple chatbots to orchestrate entire workflows, from underwriting to claims. These multi-agent systems decompose complex tasks, assigning specialized agents to handle distinct functions like data collection, risk analysis, and policy validation, often structured in patterns like parallel, sequential, or hierarchical processing. Frameworks like LangChain and Auto-GPT provide the tools for managing these multi-step workflows. - Lassie's $75 million Series C round, which included investors like Balderton Capital and Felix Capital, will fuel its European expansion and further investment in its AI-driven platform. The company has reached $100 million in annual recurring revenue by combining pet insurance with a preventative care app that rewards owners for engagement. Its agentic AI-powered claims engine can process 60% of claims in Germany from photo upload to payout in approximately six minutes. - The shift to event-driven, microservices-based architectures is critical for scaling insurtech platforms. Using an API gateway to manage different consumer tiers (e.g., free, commercial, enterprise) and a Backend for Frontend (BFF) pattern allows for tailored data access without altering core backend services. Cloud-native services like AWS Lambda and NoSQL databases such as DynamoDB are often used to build these scalable, resilient systems. - Cydelphi is using its $3 million in seed funding to build an AI-native Digital Forensics and Incident Response (DFIR) platform that automates ransomware recovery. As AI-powered attacks shorten median dwell time to as little as five days and ransomware payments increase, Cydelphi's agentic AI aims to automate forensic playbooks and restore systems at machine speed, a process that traditionally takes elite teams weeks or months. - For technical leaders, influencing without authority requires understanding the perspectives of different stakeholders, from operations teams focused on process optimization to platform engineers who care about API design and developer experience. Adopting a "platform as a product" mindset involves creating clear API documentation, providing sandbox environments for testing, and establishing robust API governance to ensure consistency and reliability for all consumers. - LLM orchestration frameworks are essential for managing the complexity of multi-agent systems by handling prompt engineering, data retrieval, and state management across different models and APIs. These frameworks enable the creation of workflows where agents can collaborate, for example, by having one agent decompose a task, specialized agents execute the sub-tasks, and an orchestrator merges the outputs. - The rise in ransomware attacks is pushing cyber insurance carriers to mandate stricter security controls from their clients, such as immutable, air-gapped backups and tested business continuity plans. This has led to a decrease in the number of claims being paid out, as more organizations are now able to recover from backups rather than paying the ransom.