▲ | otterley 2 days ago | ||||||||||||||||
> There are actions AI tools shouldn't perform autonomously (I certainly wouldn't let one run a Terraform apply), but there are plenty of actions where it doesn't make sense to stop them. I'm curious as to where you would draw the line. Assuming you've adhered to DevOps best practices, most--if not all--changes would require some sort of code commit and promotion through successive environments to reach production. This isn't just application code, of course; it's also your infrastructure. In such a situation, what would you permit an agent to autonomously perform in the course of incident resolution? | |||||||||||||||||
▲ | tptacek 21 hours ago | parent [-] | ||||||||||||||||
During incident resolution, most of the actions an operator takes are diagnostic commands, not changes. | |||||||||||||||||
|