logoalt Hacker News

quijoteunivtoday at 1:10 PM1 replyview on HN

Oh, I’m glad I don’t work in the oven or dishwasher business. We’re just starting a stealth startup that’s revolutionizing coding assistants, and the prototypes are amazing. They write code faster, explain it better, and this weekend we’re hoping to solve the last remaining issue: occasionally, they deploy to production.


Replies

vntoktoday at 3:50 PM

This issue does not come from the coding assistant. In fact, humans will occasionally do the exact same thing as long as their tools have enough permissions to deploy to both local and prod from the same environment.

Fix it by separating the tools (different non-interconnected VMs, etc for dev/qa/preprod/prod environments) and the permissions (different accounts, sessions, tokens, etc for the run/debug/test/deploy loops).