The first goal was just to have fun with it. I wanted to learn more about audio streaming and chunking. I was talking with a friend and said it's "super easy" and so that's how I got here.
The issue I have with the macOS transcribing is that it can never do things like learn slang, change the punctuation based on the input box, filter filler words, etc... It does work and it's primarily what I use on mobile but I just wanted to go a different direction here.
One thing I wanted to do with this project (which I likely won't do) is make it so you can tell it a set of instructions like "Go to Slack and send Tom a Direct message saying that I am going to be 5 minutes late" and it would be able to do that. That's really close to the behavior of Siri but I thought that might be neat.
Super curious to hear feedback or suggestions. We have a lot of different directions we're going to explore, the next big things we're looking at are:
Model Router - Routing between different models seamlessly without killing cache rate
Incremental Progress - Add the ability for the AI system to tweak tools/prompts seamlessly to improve cost/efficiency/response
Skill / API Aggregation - Avoiding the MiTM route and using a skill so the AI reports its usage. The idea is that this would enable it to work with things like Claude Review, etc...
We made a simple profiler to help optimize AI token spend.
Generally speaking anytime you want to optimize your app, whether it's for memory or otherwise you typically start with a profiler. There are a ton of MiTM Gateways but there aren't many true profilers, so I thought I'd make one.
Just sign up, create a "system", instrument it, and watch. Great way to see where your tokens are going.