← Reddit

I wanted more than voice input in Claude Code, so I built a voice-first /hi companion

Reddit · tpiperatgod · April 9, 2026
I built this because I wanted Claude Code to feel less like voice typing and more like an actual voice-first companion. hi.md adds a /hi workflow where you speak naturally, it analyzes both what you said and some vocal cues like pace / pauses / energy, then

Detailed Analysis

A developer known as tpiperatgod has released an open-source project called **hi.md**, a voice-first companion tool designed to extend Claude Code beyond simple voice-to-text input. The project introduces a `/hi` workflow that allows users to speak naturally within their terminal environment, with the system analyzing not just the content of speech but also paralinguistic cues — including speaking pace, pauses, and vocal energy — before responding audibly. Built on a Rust workspace with an MCP (Model Context Protocol) server and a Claude Code plugin, the project reflects a deliberate architectural choice to stay tightly scoped: it is explicitly designed for Claude Code users who live in the terminal, not as a general-purpose voice assistant.

The significance of hi.md lies in how it reframes the interaction paradigm for AI-assisted coding. Most voice integrations in developer tools function as transcription layers — the user speaks, the text is passed to the AI, and a text response is returned. This project pushes past that model by introducing bidirectional voice interaction with emotional and prosodic awareness, effectively treating the developer's vocal delivery as a signal worth interpreting. The inclusion of MCP server architecture is also notable, as Anthropic's Model Context Protocol has become an increasingly important standard for extending Claude's capabilities in agentic and tool-use contexts, meaning hi.md is plugging into a growing ecosystem rather than operating as a standalone hack.

The broader context here connects to a converging trend across the AI industry toward richer, more natural human-AI interaction modes. Anthropic launched its own voice mode for Claude in May 2025, and its partnership with Hume AI has explored emotionally intelligent voice interactions that similarly treat vocal affect as meaningful data. What distinguishes hi.md is that it applies this philosophy specifically to the developer workflow — a domain where voice has historically seen minimal adoption due to the precision demands of coding. The developer's public question about whether spoken replies are genuinely wanted in coding tools touches on an open UX question the industry has not yet resolved.

Hi.md also represents a pattern increasingly visible in the Claude ecosystem: power users building highly specialized, workflow-native extensions rather than waiting for first-party features. By open-sourcing the project and framing it as a conversation starter — explicitly soliciting community feedback on where voice adds real value — the developer is contributing both a tool and a research prompt to the Claude user community. Whether voice-first interaction gains meaningful traction in terminal-based development workflows will depend on factors like latency, accuracy of vocal cue interpretation, and whether developers find the conversational loop genuinely reduces cognitive friction or simply adds novelty. Hi.md positions itself as a serious attempt to find out.

Read original article →