
The outcomes of installs and upgrades could be completely different every time, even with the very same mannequin, nevertheless it will get quite a bit worse if you happen to improve or change fashions. For those who’re supporting infrastructure for 5, 10, or 20 years, you will be upgrading fashions. It’s arduous to even think about what the world of generative AI will appear like in 10 years, however I’m positive Gemini 3 and Claude Opus 4.5 won’t be round then.
The hazards of AI brokers enhance with complexity
Enterprise “purposes” are now not single servers. In the present day they’re constellations of techniques—internet entrance ends, software tiers, databases, caches, message brokers, and extra—typically deployed in a number of copies throughout a number of deployment fashions. Even with solely a handful of service sorts and three fundamental footprints (packages on a standard server, picture‑based mostly hosts, and containers), the mixtures develop into dozens of permutations earlier than anybody has written a line of enterprise logic. That complexity makes it much more tempting to ask an agent to “simply deal with it”—and much more harmful when it does.
In cloud‑native outlets, Kubernetes solely amplifies this sample. A “easy” software may span a number of namespaces, deployments, stateful units, ingress controllers, operators, and exterior managed companies, all stitched collectively by YAML and Customized Useful resource Definitions (CRDs). The one sane approach to run that at scale is to deal with the cluster as a declarative system: GitOps, immutable photographs, and YAML saved someplace outdoors the cluster, and model managed. In that world, the job of an agentic AI is to not sizzling‑patch operating pods, nor the Kubernetes YAML; it’s to assist people design and take a look at the manifests, Helm charts, and pipelines that are saved in Git.
