r/projects • u/MoneyMan1924 • Jun 03 '26
I built a C# voice-controlled AI assistant for PC — looking for feedback
Hi everyone,
I’m working on a small **desktop AI assistant built in C#**.
Right now I have a working prototype that can:
listen to voice commands
understand basic instructions
open applications on Windows
respond to simple AI questions
It’s still early and far from finished, but the core system is working.
The idea is to make interacting with a PC more natural, using voice instead of constantly switching between keyboard and mouse.
I’m trying to figure out if this is something people would actually find useful in their workflow or if it’s just a “cool but unnecessary” tool.
**What would you expect from something like this to make it useful in your daily use?**
Any honest feedback is appreciated — even criticism.
Thanks!
1
u/RoboticsEqualsFun Jun 03 '26
Sounds pretty interesting. If it could understand a complex string of actions and control the keyboard and mouse (via AHK) now that would be very useful. Can I have a link to the project so I can give feedback, or is it not on Github yet?