Talking to My Terminal with Local Speech-to-Text and Pi Coding Agent A developer created two terminal commands that accept voice input for generating shell commands and answering questions using local speech-to-text and the Pi coding agent. The setup uses the hns CLI tool for on-device transcription and can work with local or remote LLMs, enabling hands-free interaction with the terminal. I set up two terminal commands I can talk to, , and q . I enter , in terminal, hit Enter, say what I want, it gives me back the shell command. With q command, I ask a question out loud, and an LLM answers it and can read files on disk to do so . This 30 seconds demo shows what it looks like in practice: I saw this post by Python Monty https://z3ugma.github.io/2026/05/25/a-comma-and-a-question-mark/ about wiring up these two terminal commands: ,