Earlier quoted context omitted.
It also needs to work at least 99% of the time if not more. Not easy to do this with indeterministic models.
If my lights and heat were 99% reliable, I'd be getting new lights and heat.
My Journey to a reliable and enjoyable locally hosted voice assistant (2025)
61–70 of 153 posts
Re: My Journey to a reliable and enjoyable locally hosted voice assistant (2025)
#62Earlier quoted context omitted.
The pebble index seems like the optimal form for this. https://repebble.com/index Could be pressed even if your hands were busy.
If you want to relax some constraints, I made something similar for $10: https://www.stavros.io/posts/i-made-a-voice-note-taker/
Re: My Journey to a reliable and enjoyable locally hosted voice assistant (2025)
#63Earlier quoted context omitted.
If you want to relax some constraints, I made something similar for $10: https://www.stavros.io/posts/i-made-a-voice-note-taker/
Did you have any luck with the power issues on the new board?
Hopefully the new boards will be here soon, but another issue is that I don't really have anything that can measure microamp consumption, so any testing takes days of waiting for the battery to run down :(
I do think these clones are the issue, though. They had a LED I couldn't turn off, so they'd literally shine forever. They don't seem engineered for low quiescent current, so fingers crossed with the new ones.
Re: My Journey to a reliable and enjoyable locally hosted voice assistant (2025)
#64Do people like talking to voice assistants? I've used one occasionally (mostly for timers when I'm cooking), but most of the time it would be faster for me to just do it myself, and feels much less awkward than talking to empty air, asking it to do things for me. It might be because I just really don't like making more noise than I have to (Yes, I appreciate that some people may be disabled in such a way that it make…
It’s why I haven’t and won’t enable Gemini, and I’ll likely chuck my nest minis once I’m forced to have an LLM-based experience. Hopefully they’ll be able to at least function as dumb Bluetooth speakers still but I’m not holding out hope on that end
Re: My Journey to a reliable and enjoyable locally hosted voice assistant (2025)
#65Earlier quoted context omitted.
It also needs to work at least 99% of the time if not more. Not easy to do this with indeterministic models.
If my lights and heat were 99% reliable, I'd be getting new lights and heat.
Re: My Journey to a reliable and enjoyable locally hosted voice assistant (2025)
#66If you're less concerned about privacy, I use Gemini 2.5 Flash for this and it's exceptionally good and fast as a HA assistant while being much cheaper than the electricity that would be needed to keep a 3090 awake. The thing that kills this for me (and they even mentioned it) is wake word detection. I have both the HA voice preview and FPH Satellite1 devices, plus have experimented with a few other options like a Ra…
Funky chicken for Gemini
Penguin dance for OpenAI
Claude?
Re: My Journey to a reliable and enjoyable locally hosted voice assistant (2025)
#67the core issue is prosody: kokoro and piper are trained on read speech, but conversational responses have shorter breath groups and different stress patterns on function words. that's why numbers, addresses, and hedged phrases sound off even when everything else works.
the fix is training data composition. conversational and read speech have different prosody distributions and models don't generalize across them. for self-hosted, coqui xtts-v2 [1] is worth trying if you want more natural english output than kokoro.
btw i'm lily, cofounder of rime [2]. we're solving this for business voice agents at scale, not really the personal home assistant use case, but the underlying problem is the same.
Re: My Journey to a reliable and enjoyable locally hosted voice assistant (2025)
#68Their first version is most likely already 10x better than Siri. > Understands when it is in a particular area and does not ask “which light?” when there is only one light in the area, but does correctly ask when there are multiple of the device type in the given area.
One of my favorite episodes: I set 2 timers for the same thing somehow. I then tried to cancel one of them. >“Siri, cancel the second timer” “You have 2 timers running, would you like me to cancel one of them?” >“Yes” “Yes is an English rock band from the 70s…” >“Siri, please cancel the timer with 2 minutes and 10 seconds on it” “Would you like me to cancel the timer with 2 minutes and 8 seconds on it?” >“Yes” “Yes i…
Me: "Text Jane Would you mind dropping down the robe and underpants"
Siri: Sends Jane "Would you mind dropping down"
Me: rolls eyes "Text Jane robe and underpants"
Siri: "I don't see a Jane Robe in your contacts."
Me: wishes I could drown Siri in the bathtub
It's wild to me that Apple got the ability to do the actual speech-to-text part pretty much 100% solved more than half a decade ago, yet struggles in 2026 to turn streams of very simple, correctly-transcribed text into intents in ways that even a local model can figure out. Siri is good STT, a bunch of serviceable APIs that can control lots of stuff, with the digital equivalent of a brain-damaged cat sitting at the center of it guaranteeing the worst possible experience.
Re: My Journey to a reliable and enjoyable locally hosted voice assistant (2025)
#69Earlier quoted context omitted.
What's been surprising in my experience regarding the wake word is that it recognizes me (adult male) saying the wake word ~95% of the time. However, it only registers the rest of my family (women and children) ~30% of the time.
I have no firsthand knowledge, but I’d strongly bet that the home-assistant effort to donate training data is mostly get adult males, and nearly zero children.
Your assumptions about training data do not match the demographics of data I collected. The majority of what our work revolved around was getting diversity into the training data. We specifically recruited kids, older folks, women, people with accented/dialected English and just about every variety of speech that we could get our hands on. The companies we worked with were insanely methodical about ensuring that different people were included.
Re: My Journey to a reliable and enjoyable locally hosted voice assistant (2025)
#70Earlier quoted context omitted.
Why not use an easier to detect wake “word”, like two claps in quick succession? Or a couple of notes of a melody?
Can't clap if your hands are full and I would not subject my family to my attempts at delivering a melody. I haven't tried training my own wake word though, I'm tempted to see if it improves things.