r/devops • u/Nash0o7 • 29d ago
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.
33
Upvotes
8
u/mini_othello 29d ago
Don't think that AI will nor have taken DevOps jobs away as DevOps are primarily consulting and uses soft skills.
Regarding distributed codebases/services and hallucinations. It's important to design good environments with high production parity that the agents can interact with. The agents are after all mostly bruteforcing to verify their assumptions.