Talk to Your AI Agent in Real Time: Voice Mode Comes to LikeClaw
LikeClaw now supports real-time voice conversations powered by Gemini Live, with session safeguards, credit checks, and production-ready routing built in.
Voice, shipped with guardrails
Real-time voice
Interaction mode
Gemini Live
Model layer
Caps + credit checks
Usage controls
WS fix included
Production routing
The next interface after chat
Chat was the first useful interface for AI agents because it was simple. Open a window, type a request, get a result. That model works. But it also creates friction. Every idea has to be translated into text. Every follow-up becomes another typed message. Every moment away from the keyboard becomes a moment where the agent is less useful.
That is why we shipped real-time voice mode in LikeClaw.
On April 21, we added a voice interaction layer powered by Gemini Live, then followed it with production fixes, polish, and safeguards in the same shipping cycle. The result is straightforward: you can talk to your AI agent more naturally, and the product is built to handle that interaction mode responsibly.
Why voice matters for agents
Voice is not interesting just because it feels futuristic. It matters because it changes the shape of interaction.
Typing encourages compressed requests. You tend to over-edit before sending. You break one idea into several messages. You postpone asking for help when your hands are busy.
Voice changes that. You can explain what you want in one pass. You can clarify immediately. You can think out loud while the agent keeps up. For tasks like planning, brainstorming, daily coordination, lightweight support, and step-by-step assistance, that often feels closer to working with a person than operating a tool.
This is especially important for AI agents. An agent is not just returning a one-off answer. It is helping you work through a process. The lower the friction to continue that process, the more useful the agent becomes.
What we shipped
The foundation of this release is a real-time voice face layer connected to the Gemini Live API. In practical terms, that means LikeClaw can support live conversational interaction instead of forcing everything through a pure text workflow.
But feature headlines only tell part of the story. We also shipped the less glamorous pieces that determine whether a feature survives contact with real users.
First, we added polish to the voice experience and tied usage into per-session credit deduction. That matters because premium interaction modes need to fit the economics of the product. If users cannot understand how usage is measured, or if the platform cannot meter it cleanly, the feature becomes hard to operate at scale.
Second, we added session safeguards: duration caps, per-user caps, and credit checks. This is one of those decisions that can look restrictive from the outside and sensible from the inside. Voice sessions are persistent, stateful, and heavier than plain chat. Guardrails prevent abuse, reduce surprise bills, and keep the system responsive.
Third, we fixed WebSocket routing so voice traffic uses the configured API base URL rather than assuming window.origin. That sounds small, but it is the kind of fix that separates “works on a developer machine” from “works in production behind real deployment infrastructure.”
The difference between a demo and a product
A lot of AI products can demo voice.
The real challenge is making voice part of a product people can depend on. That means thinking about session lifecycle, billing, routing, limits, and failure modes early instead of after the feature is already live.
We try hard to ship the full stack of a capability, not just the flashy layer. If a feature creates a new surface area for reliability issues, cost blowups, or environment-specific bugs, we want to deal with those before users discover them the hard way.
That is why this release includes both the exciting part — real-time conversation — and the operational part — caps, checks, and routing fixes.
Where voice fits in LikeClaw
We do not see voice as replacing chat. We see it as expanding when and how an agent is useful.
Some tasks are still better in text. If you need a clean prompt, a structured plan, code, or content you will copy somewhere else, text remains the best medium.
But voice opens up different moments:
- when you are walking and want to think through a problem
- when you are juggling tabs and do not want to stop to type
- when you want to brief an agent quickly, then let it act
- when natural back-and-forth is more important than perfect formatting
The point is not to make everything spoken. The point is to remove unnecessary friction from the moments where speaking is the fastest path.
Why we launched with limits on purpose
There is a common temptation in product work: launch the magical part first, then add safeguards later.
We think that is usually backwards.
If a feature is expensive, stateful, or easy to misuse, the safeguards are part of the feature. They are not bureaucracy layered on afterward. They are what let the feature remain available, predictable, and trustworthy.
For voice, that means:
- session duration caps so one session does not run forever
- per-user caps so usage stays fair and stable across accounts
- credit checks so users know where they stand before starting heavier interactions
Good constraints make a feature more usable, not less, because they reduce ambiguity.
What this says about the product
This release is also a signal about where LikeClaw is going.
We are not building a single-interface AI product. We are building an agent platform that can meet users in different modes: chat, background execution, structured workflows, and now live voice interaction.
Each of those modes makes the agent useful in a different context. Together, they make the product feel less like a prompt box and more like an operating layer for getting things done.
Voice is one more step in that direction.
What is next
The first job of voice mode is to be useful. The second is to become deeply integrated with the rest of the platform.
That means better transitions between spoken interaction and structured task execution, clearer visibility into session usage, and tighter links between a live conversation and the work an agent performs afterward.
For now, the important part is simple: you can talk to LikeClaw in real time, and the feature was shipped with the controls needed to make it practical in production.
That is the bar we want every new capability to clear.
Before
Before voice mode
- Type every request into chat
- Conversations feel transactional
- Hands-free use is awkward or impossible
- Long multi-step guidance takes too many turns
After
With real-time voice
- Speak naturally to your agent
- Get faster back-and-forth interaction
- Use LikeClaw while multitasking
- Session limits and credit checks keep usage predictable
Questions about LikeClaw voice mode
Is this just speech-to-text on top of chat?
No. The goal is not just transcribing your voice into a text box. This release adds a real-time voice interaction layer designed around live conversational flow, lower friction, and faster back-and-forth with your agent.
Why add session caps and credit checks at launch?
Because voice is more resource-intensive than plain text, and we want the experience to be dependable. Session duration caps, per-user limits, and credit checks make sure the feature stays responsive and sustainable as usage grows.
Does this work in production, not just locally?
Yes. Alongside the feature work, we shipped routing fixes so WebSocket traffic goes through the configured API base URL rather than assuming the browser origin. That matters for real deployments, proxies, and hosted environments.
Who is voice mode for?
Anyone who wants a faster, more natural way to interact with an agent: busy founders, support teams, operators, and users who think out loud better than they type.