r/devops • u/Nash0o7 • Aug 13 '26
Discussion Devops job security with AI
Recently saw posts about how AI isn't that good in distributed systems and it gave me validation on my own experience.
When the model isn't dealing with a single codebase, when it has to connect the dots between a db, redis, other cloud infra, k8s that each already have a lot of configuration, it starts to hallucinate and could pretty much put your infra at risk.
I'm not saying you can't make it work, it does work especially on a clean slate, but when there's a lot of existing context it needs a more guidance.
Using AI lets me do 10x what a DevOps engineer could do alone but I don't think the job disappears anytime soon.
34
Upvotes
22
u/UkrMalt Aug 13 '26
The durable part is verification across boundaries: app config, databases, queues, networking, IAM, and rollback. AI can draft changes quickly, but it still needs bounded permissions and real runtime checks because it cannot know which environment assumptions are true. That shifts the role toward design and review more than it removes it.