Deployment Confidence in Era of AI Coding

(techblog.cloudkitchens.com)

2 points | by LaserToy 10 hours ago ago

2 comments

  • 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.

    • 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.