Voice mode transcription should use AI context to improve accuracy
Resolved 💬 2 comments Opened Mar 26, 2026 by afram123 Closed Apr 25, 2026
Problem
The voice/listening mode transcription quality is poor. It appears to transcribe words individually without considering the context of the conversation, the topic being discussed, or sentence structure.
Examples
- Transcribes "from listening" as "from music" — showing it doesn't understand the surrounding context
- Frequently used words in the conversation are not recognized better over time
- The transcription just guesses words in isolation rather than understanding what the subject is
Suggestion
The transcription should use AI/LLM context to improve accuracy:
- Topic awareness — Recognize what the conversation is about and use that context to disambiguate words (e.g., if discussing "voice mode", prefer "listening" over "music")
- Sentence structure — Consider the full sentence and grammar, not just individual words in isolation
- Frequent word learning — Track which words and terms are used often in the session and weight those higher in transcription
- Subject-aware decoding — Use the conversation history and topic to inform the speech-to-text model's output
The current behavior feels like raw speech-to-text without any post-processing or contextual refinement. Adding an AI layer that understands the structure and subject of the conversation would significantly improve transcription quality.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗