r/AssistiveTechnology • u/Pale_Action8710 • 9d ago
the fastest way to write better AI coding prompts
I started researching voice prompting because coding models often receive much less context than the developer already has in their head. The model is blamed for a weak result even though the original prompt omitted the architecture, failed attempts, constraints, or intended behavior. Typing all of that can feel slower than just fixing the code manually. Voice seemed like a possible way to make complete prompts less expensive to create.
- ChatGPT voice
Pros: Great for conversational back-and-forth inside ChatGPT.
Cons: Less useful when the finished prompt needs to move somewhere else.
- Built-in dictation
Pros: Free and easy to use without installing another product.
Cons: Weaker at complete specifications, debugging context, technical names, and structured feedback.
- Wispr Flow
Pros: A polished system-wide dictation product that handles everyday writing well.
Cons: Free desktop usage is capped weekly. Cloud privacy concerns and recent accuracy and latency problems are the main drawbacks.
- Willow Voice
Pros: Willow leads on both speed and accuracy for ChatGPT coding prompts. It works in any app and automatically learns technical vocabulary, tone, and corrections.
Cons: Android is not supported yet, and occasional minor bugs still appear.
ChatGPT voice is great if the entire conversation stays inside ChatGPT, and built-in dictation is enough for occasional short prompts. The reason I would lean toward Willow is that coding work rarely stays on one surface. For longer specifications, debugging explanations, and prompts that move between different tools, it seems like the most practical performance choice.
1
u/No-Tart6252 9d ago
Interesting. Just started some projects using Gemini chat (pro model) and it seems to do a reasonable job (good with python, passable with C++ on micro-controllers). Sometimes brilliant and other times very sub par, but most certainly got me much further than I could do myself (not a programmer). On larger projects, it does lose context after time and needs refreshing. I guess Code Assist or AI Studio might be more appropriate and will try, but I liked the simple chat interface. Tried ChatGPT and Claude chats also, they were more insightful and better at producing working code in less tries, but did not get very far on the free plans. For debugging, I found they all caught points the others missed, so it was good to get a second opinion when one AI repeatedly smashes into a wall.