Sysadmin In The LLM Age

15 points by packetcat


cr

The past two weeks I tried giving DevOps a shot with AI agents. A mix of Claude Opus 4.5, Gemini 3 Pro and GPT 5.2.

The goal was simple: Make a Terraform repository provisioning Amazon ECS, Amazon RDS, things on Cloudflare. Also provide the GitLab CI yaml file to build and deploy stuff automatically.

It came up with a structure how I would have done it but the details were atrociously wrong: Static AWS keys instead of OIDC, no HTTPS between Cloudflare and Amazon ELB, deploys cause downtimes, using deprecated Terraform modules, no build cache for the app in that repo and many more small things I had to fix myself.

Best of it all, it tried to gaslight me that I setup stuff wrong when I pointed out some issues it introduced.

To be fair, it helped me quite a lot avoiding to type a lot of Terraform states, but oh boy how that could have gone completely wrong if I hadn’t have prior knowledge of all of this.