loading…
Every change is a hypothesis. Reduce blast radius, define observable guardrails before release, expose a small cohort, compare against a baseline, and keep rollback faster than diagnosis.
Test → Shadow or preview → Canary → Progressive rollout → Full release
↘ pause or rollback at any stage
Version code, APIs, SDKs, schemas, configuration, prompts, models, and migrations. Backward compatibility and rollback must be designed together; a destructive database migration can make an application rollback useless.
Agent V2 at 5% traffic
task success -7%
p95 latency +40%
cost/request +18%
Pause and roll back. The canary exists to limit evidence collection, not to justify continuing a bad release.
What if task success rises 2%, latency rises 25%, and cost rises 35%? There is no universal answer. Compare the change with the product SLO, customer value, margin, and affected cohort.
Configure a staged V1/V2 rollout in Kintsu Agent. Write explicit continue, pause, and rollback thresholds before viewing results.