Deployment Confidence in Era of AI Coding
2 points
10 hours ago
| 1 comment
| techblog.cloudkitchens.com
| HN
mehdibl
9 hours ago
[-]
Before investing in instruments, you should have a solid static analysis, unit tests, integration test and so on. Logging help flagging issues post deployment but you can catch a lot if you test.
reply
LaserToy
7 hours ago
[-]
100%, and we have all of those things. Canary acts as the last line of defence, and honestly, when Canary detects and rolls back, it is already an incident that is being auto-mitigated with a limited blast radius.

To reduce the potential blast radius, we are working on a cohort-based canary, which will allow us to validate against a minimal, stable subset of traffic with the desired properties.

reply