I created this Proof of Concept (PoC) and video demonstrate how prompt routing can be used to make ChatGPT dynamically select the targeted prompt, achieving better results. The concept involves categorizing the initial prompt using ChatGPT and then selecting a more specific prompt based on the tag to resend targeted prompt to ChatGPT. This PoC showcases the efficiency we can gain when using speech recognition and AI tools in development. I will release the code-assist tool on GitHub once I have more free time to clean up the code. If we have a set of well-tested prompts for different types of specific tasks, I believe this tooling approach can help us increase our productivity by skipping a few steps in our repetitious daily work tasks than just code generation. Editing code, issuing commands (with safety checks), and automated scope-down online search are the next steps to multiply work productivity.<p>Video Demo: Code generation and editing via streaming speech recognition
<a href="https://www.youtube.com/watch?v=gJXAFffxtIs" rel="nofollow noreferrer">https://www.youtube.com/watch?v=gJXAFffxtIs</a>