Showerthought: I bet AI is going to absolutely decimate simpler programming languages like autoit. The kind of people who are putting stuff together in autoit will probably just ask AI, and it'll use Python.
@fastfinge That's probably a good thing. I'd probably make AI use Python anyway on principle. I'd code the thing myself but I can't syntax to save my life.
@fastfinge At work a lot of new projects are being done in Power Automate. I actually use AI to write some of the JSON backend code to make the Power Automate blocks because its not the easiest thing to use with a screen reader. One of the perceived advantages with this is that the actual executed code is readily available in a diagram. Yes writing Python both for AI and by hand is a lot easier and way more efficient.