I often have multiple steps I want the bot to go through 1 at a time. It would be cool to be able to submit the initial input, and while the bot is answering, queue more inputs to the bot that is fed 1 at a time after it finishes the current input. For instance when generating text or code I can get it to initially generate using some specific specs, but then I can queue multiple inputs to have the bot review the code or text after processing. It gives me better results than trying to make it do reviews in the original prompt.
In that way I dont have to have hands on through the process but can make it a bit agent-like doing revisions itself but using my "input queue".