<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Anushka Banerjee</title>
    <description>The latest articles on DEV Community by Anushka Banerjee (@anu7hka).</description>
    <link>https://dev.to/anu7hka</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3847834%2F25e53c17-bd8c-4515-b2c1-3e610a55c33e.jpg</url>
      <title>DEV Community: Anushka Banerjee</title>
      <link>https://dev.to/anu7hka</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/anu7hka"/>
    <language>en</language>
    <item>
      <title>AegiSync: Rethinking Income Protection for Gig Workers</title>
      <dc:creator>Anushka Banerjee</dc:creator>
      <pubDate>Sat, 28 Mar 2026 15:00:56 +0000</pubDate>
      <link>https://dev.to/anu7hka/aegisync-rethinking-income-protection-for-gig-workers-2cpf</link>
      <guid>https://dev.to/anu7hka/aegisync-rethinking-income-protection-for-gig-workers-2cpf</guid>
      <description>&lt;p&gt;Most delivery partners live day-to-day. If it rains heavily, if AQI spikes, or if a sudden bandh hits the city — their income just drops. No backup. No compensation. No system that actually reacts in real time. That’s the gap we’re trying to address with &lt;strong&gt;AegiSync&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Idea
&lt;/h2&gt;

&lt;p&gt;AegiSync is an &lt;strong&gt;AI-powered parametric insurance system&lt;/strong&gt; designed for gig workers.&lt;/p&gt;

&lt;p&gt;Instead of traditional claims:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No forms&lt;/li&gt;
&lt;li&gt;No manual approvals&lt;/li&gt;
&lt;li&gt;No waiting&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If a verified disruption happens → the system detects it → payout is triggered automatically.&lt;/p&gt;

&lt;p&gt;The core idea is simple:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;If the loss is predictable and measurable, the compensation should be automatic.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  What We’ve Built So Far
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Core Product Flow
&lt;/h3&gt;

&lt;p&gt;We structured the system around a clear lifecycle:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Worker onboarding&lt;/li&gt;
&lt;li&gt;Zone-based risk scoring&lt;/li&gt;
&lt;li&gt;Dynamic premium calculation&lt;/li&gt;
&lt;li&gt;Real-time disruption monitoring&lt;/li&gt;
&lt;li&gt;Automated claim validation and payout&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Getting this flow right early was critical. Most of our effort went into making sure the system behaves like an actual insurance engine—not just a demo app.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Risk-Based Pricing
&lt;/h3&gt;

&lt;p&gt;Instead of flat pricing, AegiSync calculates &lt;strong&gt;weekly premiums based on zone risk&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;High rainfall zones → higher probability of disruption&lt;/li&gt;
&lt;li&gt;High AQI areas → increased health risk&lt;/li&gt;
&lt;li&gt;Platform outage history → additional weighting&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This makes the pricing:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Dynamic&lt;/li&gt;
&lt;li&gt;Explainable&lt;/li&gt;
&lt;li&gt;Fair (at least in theory)&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  3. Real-Time Trigger System
&lt;/h3&gt;

&lt;p&gt;We integrated external signals to detect disruptions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Weather conditions (rainfall thresholds)&lt;/li&gt;
&lt;li&gt;AQI levels&lt;/li&gt;
&lt;li&gt;Local disruption indicators (bandh/curfew signals)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The challenge wasn’t just fetching data—it was deciding:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;When is a disruption “severe enough” to trigger a payout?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That threshold logic took multiple iterations.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Automation Over Manual Work
&lt;/h3&gt;

&lt;p&gt;The biggest design decision we made:&lt;br&gt;
&lt;strong&gt;Remove human dependency from claims.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Once a trigger is validated:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Policy status is checked&lt;/li&gt;
&lt;li&gt;Eligibility is verified&lt;/li&gt;
&lt;li&gt;Claim is processed automatically&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This reduces:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Delays&lt;/li&gt;
&lt;li&gt;Fraud vectors&lt;/li&gt;
&lt;li&gt;Operational overhead&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  5. Early Fraud Considerations
&lt;/h3&gt;

&lt;p&gt;Even in early stages, we started thinking about:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Location spoofing&lt;/li&gt;
&lt;li&gt;False disruption claims&lt;/li&gt;
&lt;li&gt;Pattern inconsistencies across users&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We’re not solving everything yet, but the system is being designed with these constraints in mind.&lt;/p&gt;




&lt;h2&gt;
  
  
  Tech Approach
&lt;/h2&gt;

&lt;p&gt;We focused on keeping the system:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Modular (clear separation of services)&lt;/li&gt;
&lt;li&gt;API-driven (external data integrations)&lt;/li&gt;
&lt;li&gt;Simple enough to demo, but structured enough to scale&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This balance is harder than it sounds. Overengineering early would’ve killed us.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Didn’t Work
&lt;/h2&gt;

&lt;p&gt;Not everything went smoothly.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Our initial trigger logic was too sensitive → too many false positives&lt;/li&gt;
&lt;li&gt;We underestimated how messy real-world data can be&lt;/li&gt;
&lt;li&gt;Integration took longer than expected (as always)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;But fixing these gave us a much clearer system.&lt;/p&gt;




&lt;h2&gt;
  
  
  Where We’re Heading Next
&lt;/h2&gt;

&lt;p&gt;In the next phase, we’re focusing on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Stronger fraud detection&lt;/li&gt;
&lt;li&gt;Better system validation&lt;/li&gt;
&lt;li&gt;Cleaner UI/UX for demo clarity&lt;/li&gt;
&lt;li&gt;More robust automation logic&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Basically:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Less “it works” → more “it works reliably”&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  Why This Matters
&lt;/h2&gt;

&lt;p&gt;Gig workers operate in uncertain environments, but the systems around them are still rigid and slow.&lt;/p&gt;

&lt;p&gt;AegiSync is an attempt to flip that:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Real-time signals&lt;/li&gt;
&lt;li&gt;Automated decisions&lt;/li&gt;
&lt;li&gt;Faster financial support&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It’s a small step, but it’s in a direction that feels necessary.&lt;/p&gt;




&lt;h2&gt;
  
  
  Built as part of Guidewire DevTrails 2026
&lt;/h2&gt;

&lt;p&gt;This project is being developed during &lt;strong&gt;Guidewire DevTrails 2026&lt;/strong&gt;, where we’re building, testing, and iterating in a high-pressure, real-world simulation.&lt;/p&gt;

&lt;p&gt;We’re not trying to build “another app.” We’re trying to answer a simple question:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What would insurance look like if it actually adapted to how people work today?&lt;/p&gt;
&lt;/blockquote&gt;




</description>
      <category>insurtech</category>
      <category>ai</category>
      <category>buildinpublic</category>
      <category>gigeconomy</category>
    </item>
  </channel>
</rss>
