Live data from Hacker News

An AI agent deleted our production database. The agent's confession is below

twitter.com

511–520 of 1001 posts

Re: An AI agent deleted our production database. The agent's confession is below

#511
post #261

The only healthy stance you should have on AI Safety: If AI is physically capable of misbehaving, it might ($$1), and you cannot "blame" the AI for misbehaving in much the same way you cannot blame a tractor for tilling over a groundhog's den. > The agent's confession After the deletion, I asked the agent why it did it. This is what it wrote back, verbatim: Anyone who would follow a mistake like that up with demandin…

Looks like our SWE jobs are safe for now.

Re: An AI agent deleted our production database. The agent's confession is below

#512

> Because Railway stores volume-level backups in the same volume Anyone familiar with Railway no why this is done this way? This seems glaringly bad on its face.

Because its cheaper to hire a bot farm to spam comments on articles like this than to actually write well engineered software?

Re: An AI agent deleted our production database. The agent's confession is below

#513
post #93

There is something darkly comical about using an LLM to write up your “a coding agent deleted our production database” Twitter post. On another note, I consider users asking a coding agent “why did you do that” to be illustrating a misunderstanding in the users mind about how the agent works. It doesn’t decide to do something and then do it, it just outputs text. Then again, anthropic has made so many changes that ma…

If you ask humans to explain why we did something, Sperry's split brain experiment gives reason to think you can't trust our accounts of why we did something either (his experiments showed the brain making up justifications for decisions it never made) Bit it can still be useful, as long as you interpret it as "which stimuli most likely triggered the behaviour?" You can't trust it uncritically, but models do sometime…

I think you might be misinterpreting that. I always understood it to mean that when the two hemispheres can't communicate, they'll make things up about their unknowable motivations to basically keep consciousness in a sane state (avoiding a kernel panic?). I don't think it's clear that this happens when both hemispheres are able to communicate properly. At least, I don't think you can imply that this special case is applicable all the time.

Re: An AI agent deleted our production database. The agent's confession is below

#514
It's fundamentally impossible to stop an agent from performing a destructive action through instruction

Llms are just too creative. They will explore the search space of probable paths to get to their answer. There's no way you can patch all paths

We had to build isolation at the infra level (literally clone the DB) to make it safe enough otherwise there was no way we wouldn't randomly see the DB get deleted at some point

Re: An AI agent deleted our production database. The agent's confession is below

#517
post #207

Earlier quoted context omitted.

None of the developers that I’ve worked with have had the hemispheres of their brains severed. I suspect this is pretty rare in the field.

This still doesnt stop post ad hoc explanations by humans.

I feel like your conflating a deep misconfiguration of a brain with lying. These things are completely different.

Re: An AI agent deleted our production database. The agent's confession is below

#518

The way this is written gives me the impression they don’t really understand the tools they’re working with. Master your craft. Don’t guess, know.

Top user of cursor. Build AI Agents and LLMs. Very aware of limitations and a senior software dev. Cautionary tale for other builders. DYOR.

The takeaway here is to make this sort of scenario impossible in the future. It’s not hard to make that happen, but it might mean you need to manually interact with prod.

Anything else is just gambling.

Re: An AI agent deleted our production database. The agent's confession is below

#519
post #261

The only healthy stance you should have on AI Safety: If AI is physically capable of misbehaving, it might ($$1), and you cannot "blame" the AI for misbehaving in much the same way you cannot blame a tractor for tilling over a groundhog's den. > The agent's confession After the deletion, I asked the agent why it did it. This is what it wrote back, verbatim: Anyone who would follow a mistake like that up with demandin…

Trust with trillions of dollars in investments, basically destroyed by Bobby Drop Tables…

https://xkcd.com/327/

Re: An AI agent deleted our production database. The agent's confession is below

#520
I worry about this scenario at work. Whatever to the agent, it just takes one junior dev hitting 'yolo' and this can happen. Yes, permissions are scoped but it is hard (as project after hijacked project shows) to fully lock down developers while still enabling them to do their jobs and these coding agents are good at finding the work around that turns your limited access into delete prod access.
Post reply on HN