@freequaybuoy You are making the opposite argument to the one that you think you are making. GUIs present a finite set of discoverable, unambiguous choices to the user. Command lines are closer to natural language interfaces: the set of commands available is not discoverable and it is not bounded. The difference is that a non-LLM command line will tell you if it canβt parse the input, whereas the LLM will instead do something that happens to be nearby in an n-dimensional latent space for which you have no way of building a good mental model.
@david_chisnall Fair point! I think the point about ease of use still stands though. Command lines require specific, obscure commands you have to remember, while natural language people already know. The proof after all is in the pudding - do most people (I'm talking mass market) prefer GUIs or the command line? Ok, then do most people prefer Alexa (or find it easier) over pointing and clicking? Yes. Why? Because it's like talking to a person, and there's no simpler interaction than that really.