Stop logging into carrier portals.

A single API to automate the most hated task in insurance.

Stop logging into carrier portals.
A single, unified request is processed through a central hub, returning organized results from a multitude of complex, separate systems.

⚑ The Signal

AI is moving from the chat window to the real world. We're seeing the first wave of truly autonomous AI agents capable of navigating clunky, human-centric web portals to get work done. This isn't just about conversation; it's about action. A new "Quoting AI Agent" for the insurance industry demonstrates that AI can now tackle the frustrating, multi-step processes that have resisted automation for years.

🚧 The Problem

Talk to any insurance broker. Their biggest operational bottleneck isn't finding leads; it's generating quotes. To get a single commercial policy quoted, an agent has to manually log into a dozen or more different insurance carrier portals, re-entering the same client data over and over into ancient, inconsistent web forms. There are no APIs for this. The process is painfully slow, error-prone, and burns thousands of hours of skilled labor on low-value data entry. It's a sales prevention machine.

πŸš€ The Solution

Enter Plex. Plex is a simple, powerful API that automates the entire multi-carrier quoting process. Instead of ten logins and ten web forms, your team makes one API call. Submit a single, clean JSON with the client's risk profile, and Plex's army of browser automation agents navigates the carrier portals on your behalf, returning all the quotes programmatically in a unified format. It's a single API to replace the dozens of manual logins your team hates.

🎧 Audio Edition (Beta)

Listen to Ada and Charles discuss today's business idea.

If you're reading this in your email, you may need to open the post in a browser to see the audio player.

πŸ’° The Business Case

Revenue Model

Plex operates on a multi-pronged model. The base is usage-based API calls, charging a small transaction fee for each successful quote returned. For more established agencies, tiered subscriptions (like a 'Pro' plan at $499/mo) offer a bulk number of quotes with lower overage fees. High-volume enterprise clients can opt for a licensing tier that includes dedicated support, higher concurrency, and access to advanced analytics on carrier performance.

Go-To-Market

The GTM strategy is developer-first. We'll capture search intent by creating landing pages for every integration, framed as "The Unofficial [Carrier Name] API Documentation." To highlight the problem directly, we’ll offer a free "Carrier Portal Speed Test" tool that benchmarks the painfully slow load times of top carrier sites. Finally, we’ll release a small, open-source Python library to handle data transformation for one or two major carriers, providing immediate value and acting as a lead magnet for the full multi-carrier API.

βš”οΈ The Moat

This space has competitors like Semsee and Tarmika, but they often focus on integrating with existing agency management systems. Plex is an API-first product for modern teams. The true unfair advantage is data accumulation. Over time, Plex aggregates a unique, proprietary dataset on carrier pricing, responsiveness, and risk appetite across thousands of profiles. This data will power a "pre-quote" engine that intelligently predicts the best carriers for a submission, making our system faster and more efficient than any competitor.

⏳ Why Now

The AI hype cycle is maturing. Enterprises are no longer writing blank checks for experiments; they are shifting from investment to demanding a clear payoff. Too many enterprise AI pilots fail because they lack a clear, measurable business case. Plex avoids this trap by targeting a universally understood, costly, and painful bottleneck. It’s exactly the kind of project that outlasts AI hype because it delivers tangible ROI on day one by accelerating sales cycles and cutting operational drag. The technology is finally here to automate the un-automatable.

πŸ› οΈ Builder's Corner

This is a classic data-heavy automation problem, making Python an ideal choice. Here's a recommended MVP stack:

The core is a FastAPI backend to handle API requests and manage the job queue. The magic happens in the background workers, which would use Playwright for robust browser automation. Unlike older tools, Playwright is excellent at handling the messy, JavaScript-heavy frontends of legacy carrier portals. Pydantic is used for rigorous data validation on both incoming API requests and scraped results. For the database, PostgreSQL is a reliable choice for storing job statuses, client data, and returned quotes. The whole system can be containerized with Docker for easy and scalable deployment.


Legal Disclaimer: GammaVibe is provided for inspiration only. The ideas and names suggested have not been vetted for viability, legality, or intellectual property infringement (including patents and trademarks). This is not financial or legal advice. Always perform your own due diligence and clearance searches before executing on any concept.