this post was submitted on 22 Oct 2025
        
      
      647 points (90.3% liked)
      Technology
    76415 readers
  
      
      3038 users here now
      This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
        founded 2 years ago
      
      MODERATORS
      
    you are viewing a single comment's thread
view the rest of the comments
    view the rest of the comments
DevOps cannot be automated away. So stupid.
DevOps is one of the most automated parts of software development and deployment actually.
Article seems like complete bullshit anyway.
....noooooo, it most definitely isn't.
While the job does deal heavily in automating things, it only automates Boolean things. Looking at a platform and seeing why and where it's failing is not a Boolean thing, and never will be. It's the same reason we still don't have machines that repair cars over 100 years after their introduction.
Exactly. DevOps engineers are already super skilled at using automation where appropriate, but knowing how and when to do that is still an extremely human task
AI can see why and where it's failing too if it has the appropriate permissions and access.
No it's not. DevOps is all software, repairing cars is not. Car ECUs can tell you exactly what is wrong with your car.
🤣
Okay bud, go and tell AWS, Google, Salesforce, and any other of these companies who think "AI" is an answer to everything, because they've all had very public outages due to this exact same thing in the past few months.
You have no idea what DevOps is or how it works if you think any of this is easily done or solved with these junk tools.
AI in devops caused their outages?
Do you even know what Octopus is for example? Azure DevOps?
Again, refer to my first comment because you're out of your league here 🤣🤦
Already replied to that and showed why you're wrong.
I do DevOps and Software Dev for multi-billion dollar companies btw.
Been running Ops teams for decades, kid. Look at alllll the people agreeing with me, and disagreeing with you. You have the unearned wisdom of a struggling Junior Dev. If you had any experience, you'd know how embarrassing it would be to attempt to brag about working for "multi-billion dollar companies" 🤣🤣🤣🤣
Yes, those big, big companies are where ALL the good engineering jobs are at. Where all the interesting work is being done 🤣🤣🤣🤣
My GAWD, child. W O W 🤦
Nice try but no cigar.
If you think that DevOps isn’t one of the most automated parts of software then you’re doing DevOps very wrong. Do you do manual builds and deployments every single time? No CI/CD?
You are not reading or understanding comments, child. That's not what I said whatsoever.
You're of the opinion that DevOps engineers can be automated away. I proved you wrong. Now you're talking about the tooling, which is in my first comment to you. Automated tooling is NOT all DevOps is, and the fact you think shows me you're unseasoned in whatever it is you do, have no concept of the role.
It would be people like you who would not pass the first round of interviews from answering a question about this topic exactly as you've stated, because you don't understand the core function of the team, and you're role in it.
You make some code, and obviously have no idea how to run it, let alone at scale. All the working pieces of a platform at large need to be understood and vetted by a DevOps team in order to make it run, and run well. That's understanding everything from start to finish, in ways you wouldn't be able to comprehend being one part of team that is building one part of a platform. You can't make an agent that understands all the underpinnings of all the services or metrics, and why they fail, that then takes action on them, because it's not something AI does. Case in point, the AWS outage and others I mentioned.
Now, you could make MANY agents that take actions on many things, but that doesn't give situational awareness or comprehension to any singular agent, something AI also doesn't do. That's what DevOps teams do.
I don't even need to keep arguing with you about this, because the down votes on your comments speak for themselves. I'm just trying to educate on your false understanding about how it all works so you don't stumble through your career making the same comments and mistakes.
“Child” 🤣
You thinking you proved someone wrong doesn’t make it true. I never said that DevOps engineers can be automated away 🤣
You’ve given yourself and your agenda away by blaming AI for the AWS outage. It wasn’t AI that made the mistake, it was people.
My career, likely in a position well above yours, is going great thanks :)
Automation with a lot of validation steps that are not very obvious. Because if they were, we'd have automated them away.
Devops is often figuring out why automation didn't work.
Absolutely, but that's not an argument against what i said.
I feel like it's directly contradicting what you were implying...
It absolutely isn't. Doing the automation is DevOps as well. Do you think that tools like Octopus Deploy or Azure DevOps don't work, or aren't DevOps?
Tried to figure out yesterday why a user couldn't ssh into a server, tried LLMs to figure it out, completely useless. Had to go into some log file somewhere to find out the one who set up the server made a specific group for ssh and if a user wasn't in that group they couldn't connect. The LLMs (ChatGPT and Gemini) gave me bullshit about changing flags in the sshd config...
Easy fix: give an LLM root access to all production critical servers and allow everyone in the company to chat with it.
First reaction: fear.
Second: I chuckled. Because I thought of some VP-level enforcing this joke as SOP.
And then a little more fear, as a treat.
Haha if that happens it is time to get out fast
Cool story. LLMs can't see error messages in logs if you don't give them access to it. Had you given the AI agent access to those files? Or were you just using a standalone LLM with no access to the system?
DevOps is not executing the automation, but designing it. DevOps is not manually spinning up pods but writing the automation that does so.
Why do you think AI can't easily be the supervisor for pipelines and create new ones? It's basically just creating steps that are well known from building a branch to deploying it.
Try it out and you'll see. Amazon seems to be doing great with it.
The AWS outage had nothing to do with AI lol.
Sure, clanker.
Sure, luddite.
Most of my work in DevOps isn't in front of my text editor writing scripts. It's spent hopping between dashboards, drafting emails, doing RCA, teaching dev team members how to use pipelines, and getting requirements from them for designing new pipelines. Then inevitably debating with them about design considerations when they ask for a set of procedures that won't pan out.
Until your AI is a fully fledged team member who everyone can feel comfortable engaging with as if they were a real human, you cannot possibly begin to automate this.
Mine either - we use azure devops, octopus, etc - tools that automate devops. Most of devops is automated across the board - no big companies are manually kicking off builds for every PR and pushing the files around the place and then manually deploying them - it's all automated using devops tools. Having AI build and manage these pipelines seems like a logical place to use it, as they are all just about creating steps using pieces from previous steps and other systems.
You absolutely could have AI create a pipeline to build, test, and deploy a solution, and then test the actual deployed solution. The AI is essentially just the coordinator here, tying together the other devops tools.