This idea stems from frustrations with ansible. It is a static tool. Stuff changes in the real world and it’s hard to write an ansible script that catches every single situation. What I suggest is actually an AI armed with ansible to make changes. You have a fleet, and you say “all hosts must have have kernel version x.y.z” and it can go and inspect your inventory and say “I need to do A.B and C” and then you say “make it so” and it goes and does it.
The point is that it’s dynamic and can handle situations that arise to just “make it so”.