This spiel is hilarious in the context of the product this company ( https://juno-labs.com/ ) is pushing – an always on, always listening AI device that inserts itself into your and your family’s private lives. “Oh but they only run on local hardware…” Okay, but that doesn't mean every aspect of our lives needs to be recorded and analyzed by an AI. Are you okay with private and intimate conversations and moments (inc…
One of our core architecture decisions was to use a streaming speech-to-text model. At any given time about 80ms of actual audio is in memory and about 5 minutes of transcribed audio (text) is in memory (this is help the STT model know the context of the audio for higher transcription accuracy).
Of these 5 minute transcripts, those that don't become memories are forgotten. So only selected extracted memories are durably stored. Currently we store the transcript with the memory (this was a request from our prototype users to help them build confidence in the transcription accuracy) but we'll continue to iterate based on feedback if this is the correct decision.