Show HN: SlothSpeak: open-source BYO-API-K mobile chat with the best AI models
3 points| SteveVeilStream | 6 days ago |github.com
APK file available on GitHub in the releases. Currently only for Android. Is anyone interested in porting to iPhone?
My preferred way to interact with LLMs is talking and listening while I'm walking, biking, driving, etc. The problem with the apps from the frontier labs is that their voice mode prioritizes real-time interactions and so they use watered down models.
Even today with a paid subscription, ChatGPT Voice will tell you there are two r's in strawberry. The answers are also relatively brief and so there is a need to chain together a series of simpler requests when you want to do a deeper dive.
SlothSpeak goes to the opposite end of the spectrum. It might leave you hanging for a few minutes but when it gets back to you, it will be an answer from a state of the art model. You can even do deep research queries to get very long and comprehensive responses.
herzigma|6 days ago
The audio pipeline alone is impressive: on-device VAD, parallel TTS chunking, retry-from-failure mid-pipeline. That's not a weekend project; that's production-grade thinking.
Here's the thing that excites me most, though - the *cognitive layer* is wide open. The experience harness is solid, but right now every session starts cold. Persistent user memory, context that makes your 50th conversation meaningfully smarter than your first, light orchestration that turns a single question into a structured multi-step inquiry - that's likely where this goes next, and it's a compelling frontier.
Voice access to frontier reasoning is massively underserved. You've built the right foundation for it.
SteveVeilStream|5 days ago