logoalt Hacker News

nibbleyoutoday at 5:19 AM3 repliesview on HN

I have only worked in startups and I have been an early engineer in both of them. I would always get high privileges within a short time where I would have the access to create and delete resources. I don't think it's that uncommon.


Replies

indentittoday at 5:27 AM

But the correct way to do it is to have a separate account with more privileges, and only give AI access to your standard developer account

show 2 replies
eecctoday at 6:11 AM

I would never have these privileges granted directly to my account.

Indeed it’s a good practice to use roles where supported (AWS has them) and explicitly switch when needed

show 1 reply
ramraj07today at 5:56 AM

The first step I do when I do any meaningful side project is to set up rds with snapshots. So any startup that doesnt do this one basic step already deserves to fail in my opinion.

Then next I've used AI agents like crazy, we even have linked mcp servers that let it query on the dev database. Haven't seen it try deleting everything a single time. I haven't seen any agent try to do anything destructive. Ever. Perhaps its just reflecting an outrageously bad engineer and nothing else.