Business case - a DevOps engineer for $100
<written by a human being>
As soon as a business starts growing layers of information systems and digital tools, sooner or later you have to manage the infrastructure all of this stuff runs and works on. I'm talking, of course, about servers - they need to be maintained and, in the first place, set up initially, you need to back up the databases, set up the cybersecurity defense layer, monitor uptime and restore it in case of failures.
In big enterprise businesses this is handled by a team of professional DevOps engineers, whose work costs a colossal amount of money for obvious reasons: a single mistake can cost millions of dollars.
But today this has become accessible and simple for mere mortals too, for small businesses and young projects. With the help of AI agents, of course, which possess not only DevOps engineering skills, but all possible variations of toolkits and infrastructure bases, hostings, clouds and basically anything that has documentation.
When you use cloud services, these questions don't come up at all, because that convenience is exactly what we pay money for, and all the under-the-hood work is done by the company that owns the service, and taking care of the servers is their headache.
But in the era of AI tooling, we more and more often write our own services and systems and use open-source solutions, since it's become much easier to deploy them, customize them and maintain them.
And to spin up the infrastructure too, of course. In my case I did everything from scratch for a new project, so it turned out a bit simpler than untangling an already existing web of dependencies.
Many modern hostings have a special interface for creating and maintaining server infrastructure with code - Terraform. Perfect for AI agents. We describe the task to it, give it access to Terraform, and from there it can take care of everything itself.
Of course, you have to be more careful with access rights and put security as the priority. But this should already be a beaten-to-death leitmotif when working with AI in any business domain, especially in infrastructure layers.