Good question. Honestly it just made me actually stick with voice instead of going back to typing.
Before Mimora I'd talk to the agent and then stare at a Discord text channel waiting for a response. No feedback loop at all. You say something and then... silence until text appears. Felt like talking into a void so I'd default back to the keyboard every time.
With the avatar there's a "listening" state when I'm speaking, a "thinking" animation while it processes, and expressions when it responds. It became this permanent little spot on my screen where I can glance and immediately see what the agent is up to. That alone was enough to make voice feel like an actual conversation instead of a command line with extra steps.
I've been doing game dev for years so building a 3D character with expressions was second nature. Made it easy to prototype fast and figure out where the real value was. Turns out it wasn't about making it look cool, it was just about closing that feedback gap between you and the agent.
I'm on Claude Max 20x ($200/mo) which gives me plenty of headroom, but you definitely don't need that. A 5x plan works fine, or you can go the API route through OpenRouter and pay per token. The voice layer (Parakeet + Kokoro) runs locally on the M4 so that's zero cost. The key is good memory practices so the agent doesn't waste tokens re-learning things, and falling back to cheaper models (like Haiku or Gemini Flash) for simple tasks. The heavy model only kicks in when it actually needs to think.
Before Mimora I'd talk to the agent and then stare at a Discord text channel waiting for a response. No feedback loop at all. You say something and then... silence until text appears. Felt like talking into a void so I'd default back to the keyboard every time.
With the avatar there's a "listening" state when I'm speaking, a "thinking" animation while it processes, and expressions when it responds. It became this permanent little spot on my screen where I can glance and immediately see what the agent is up to. That alone was enough to make voice feel like an actual conversation instead of a command line with extra steps.
I've been doing game dev for years so building a 3D character with expressions was second nature. Made it easy to prototype fast and figure out where the real value was. Turns out it wasn't about making it look cool, it was just about closing that feedback gap between you and the agent.