Autonomous A/B testing — without a feature-flag SaaS
Ship the fix, log the deploy via eyepup log, watch the friction pattern shrink (or come back as a regression). The loop replaces 80% of A/B tests — you only need a real test for the close calls.
One-line workflow
$ eyepup log "$(git log -1 --pretty=%s)" --kind feature_ship
How it works
Step 1
Ship
Coding agent reads the top friction pattern + ships the diff.
Step 2
Log
eyepup log 'rewrote /pricing' --kind content_change. Dossier agent now knows what changed.
Step 3
Re-grade
Next batch of visitors gets profiled against the change. Friction shrinks → pattern retires.
Step 4
Regress?
Friction returns → pattern surfaces with confidence rising and 'Regression:' prefix.
