The infrastructure industry is obsessed with autonomous execution. The benchmarks that get the most attention are about how quickly an AI agent can complete a task end to end, without human involvement. I understand the appeal. Autonomy is fast and it is impressive in demos. But I think the field is optimizing for the wrong thing. Simulation is more important than autonomy, and we have underinvested in it badly.
The question people ask is: can AI make this change? The question they should be asking is: can we predict what this change will affect before it happens? Those are very different questions with very different implications. A system that can execute changes autonomously without being able to simulate their effects first is not an infrastructure control plane. It is a faster way to cause incidents. Speed without predictability is not a feature in production environments.
Simulation gives humans better judgment at the moment they need it most. A proposed change that can be inspected before it runs — showing which systems it will touch, which dependencies it will cross, what traffic patterns it will affect, what the rollback path looks like — changes the quality of the approval conversation entirely. The approver is no longer being asked to trust an abstract description. They are being asked to review a model of what will actually happen. That is a fundamentally different cognitive task, and it produces fundamentally better decisions.
There is also a practical benefit that gets overlooked. Simulation catches conflicting assumptions before they collide in production. Two changes that seem independent may touch the same resource. A proposed security policy may conflict with a network path that engineering depends on. A key rotation may have a timing dependency that was not visible in the ticket. Simulation surfaces these problems cheaply. Production surfaces them expensively.
Automation without simulation is acceleration. It makes changes happen faster. Automation with simulation is control. It makes changes happen with better information, at the right time, with a known recovery path. Those are not the same outcome. The teams building infrastructure tooling for the next decade would do well to invest in the second one, even if the first one is easier to demo.