DEV Community

Lohit Kolluri
Lohit Kolluri

Posted on

From chaos to clarity: what Phase 1 taught us about building parametric “income protection”

Hook (why this matters)

Gig delivery isn’t “unstable income” as a vibe — it’s high-frequency cashflow with low buffer. When disruption hits, the loss isn’t abstract; it’s rent, fuel, and food — this week.

We’re building Oasis for Guidewire DEVTrails 2026: a prototype oriented around parametric automation and weekly pricing, focused on loss of income from external disruptions — not a kitchen-sink insurance app.

Technique 1 — “Define the index before the interface”

Parametric products live or die on one idea: a measurable trigger that correlates with the harm you’re trying to cover — while accepting basis risk (the index can miss individual reality).

Useful takeaway: early teams should write down:

  • What event counts? (high-level categories, not your secret thresholds)
  • What proof is acceptable? (public signals vs user claims)
  • What failure mode is unacceptable? (paying wrong people vs delaying honest people)

That’s how you keep automation honest.

Technique 2 — Weekly pricing isn’t a billing choice; it’s a behavioral match

Gig workers often think in shifts and weeks, not annual policies.

Useful takeaway: if your premium cadence doesn’t match how people earn, you’ll get mis-trust even if the math is “correct.” Weekly framing is a UX + fairness decision as much as finance.

Technique 3 — “Automation-first” needs a human-readable story

If pricing or fraud logic becomes a black box, you lose:

  • debuggability during demos
  • credibility with judges
  • future maintainability for your team

Useful takeaway: prioritize explainability layers in the product narrative:

  • what inputs exist
  • what outputs mean
  • what happens on edge cases

You can be sophisticated underneath while staying legible on the surface.

Technique 4 — Integrations should be layered (mocks are a strategy, not a shortcut)

Useful pattern: separate:

  • domain logic (rules, lifecycle, eligibility)
  • provider adapters (weather/news/traffic/payments)
  • observability (what failed, why, what to retry)

That keeps Phase 1 honest: you can validate the story before you harden the plumbing.

What Phase 1 actually was (high signal, low leakage)

We spent the phase turning ideas into a coherent narrative:

  • persona + scenarios
  • weekly model + trigger philosophy
  • roadmap that matches hackathon phases
  • a short video + README that explain intent without exposing internals

Closing (forward-looking, still safe)

Phase 2 is where “promising” becomes demonstrable: onboarding, policy lifecycle, dynamic weekly premium, and claims — with multiple automated signals and a UX that feels zero-touch, not “zero-trust.”

If you’re building something similar: the best early artifact is clarity — not a bigger stack diagram.

Top comments (0)