DEV Community

Dhanush Poduval
Dhanush Poduval

Posted on

Guidewire DevTrails my journey

As part of Guidewire DEVTrails, we worked on a problem that feels simple at first but becomes complex the deeper you think about it. Gig workers, especially food delivery partners, face income loss almost every day due to factors completely outside their control. Rain, extreme heat, pollution, or sudden restrictions can reduce how much they earn or even stop them from working entirely.

What makes this interesting is that the risk is not rare. It is frequent, measurable, and directly tied to real-world conditions. Despite this, there is no proper system that protects workers from these disruptions. Most of the financial risk is pushed onto the worker, even though the causes are external.

When we looked at traditional insurance, it became clear why this gap exists. Insurance today is built for large, infrequent events. It relies on fixed premiums, manual claims, and delayed payouts. That model works for accidents or major losses, but not for something like a rainy day affecting daily earnings. Filing claims repeatedly is not practical, and waiting for approval does not help someone who depends on daily income.

So instead of trying to adjust existing models, we approached the problem differently. We designed a parametric, event-driven system where payouts are triggered automatically. The system continuously monitors data like weather and air quality, and when predefined thresholds are crossed, it identifies affected workers and processes payouts without any manual claims.

Along with this, we built a dynamic pricing model. Instead of fixed premiums, the system adjusts pricing weekly based on predicted risk. If conditions are stable, premiums are lower. If disruptions are likely, premiums increase. This keeps the system both fair for workers and sustainable from a platform perspective.

One of the most interesting parts was thinking about how this fits into real-world systems like Guidewire Software. Instead of replacing existing insurance platforms, this approach extends them. Policies become short-term and adaptive, claims become automatically generated events, and the system shifts from being reactive to proactive.

This project is not just about building a feature or a model. It was about rethinking how insurance should work for a workforce that operates in real time. Moving from static policies and manual claims to dynamic pricing and instant payouts is a fundamental shift, and working on this problem changed how I think about designing systems that can actually work in the real world.

Top comments (0)