← Graph

Separate sample collection from verification

takeaway 1 connections

Lesson from the Lemonade rewrite: keep the two phases asynchronous. Recording old-flow samples (quote snapshots + HTTP interactions) runs continuously in production under a feature flag; verification runs separately, diffs the new flow against the old, and can be re-run after each fix to the new flow. Gradually polish the rough edges instead of chasing a big-bang correctness proof.

type
recommendation
takeaway Separate sample collection from verification
from_talk
Architectural split of the verification pipeline explained in the talk.

Provenance