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…
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
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.
Devops is often figuring out why automation didn’t work.
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
…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
Automation with a lot of validation steps that are not very obvious. Because if they were, we’d have automated them away.