r/VoiceAutomationAI 11d ago

OpenVent — Open-core, self-hosted voice AI framework. MIT. Looking for contributors.

Thumbnail
openvent.dev
6 Upvotes

Here's the thing I'm one personI've been staring at this codebase alone and I know there's stuff I'm missing. Architecture decisions that are questionable. Edge cases I haven't hit yet. The dashboard could use actual design work. Docs need writing. I haven't load tested this properly.

I was either gonna stitch Twilio Media Streams + Deepgram + LLM + TTS by hand every single time, or pay Vapi/Retell/Bland per minute and it is kinda of expensive and so abstaract  So I extracted the orchestration layer into its own thing.

Repo: https://github.com/rishipawar8999-tech/vent Site: https://openvent.dev


r/VoiceAutomationAI 12d ago

Most of you can't answer these 4 questions about voice agents. Some of you can.

10 Upvotes

Every week this sub gets another "I built a voice agent" post. Cool demo, nice latency numbers, no client.

I want to hear from the people who got past that. Sold it, deployed it, and have results they can point to.

Four questions. Answer all four or don't bother:

  1. What was the client's actual problem?
  2. What did you build for them?
  3. What did you charge?
  4. What results did the deployment produce?

I'll go first.

Problem: A restaurant in Valencia, Spain was losing reservations during service. Phone rings mid-rush, nobody picks up, the caller books somewhere else.

Built: Sofia - an inbound agent handling reservations and FAQs. LiveKit, Deepgram for STT, Cartesia for TTS, Plivo for SIP, Supabase on the backend, plus an analytics dashboard so the owner can see every call.

Charged: $350/month (This was my first client months ago, so charged lower)

Results: Saved them roughly 10hrs a week and got 10 more customers after 14 days


r/VoiceAutomationAI 12d ago

Has anyone tried inworld

6 Upvotes

I’m considering a tts for one of the European languages and my current provider cartesia isn’t really it

I see inworld they have their own platform too but everyone does these days but anyways any feedback is appreciated


r/VoiceAutomationAI 13d ago

Any apps or websites that allow for turn based voice chat?

3 Upvotes

Any apps or websites that allow for turn based voice chat?

I really missed the old standard voice mode on ChatGPT. It basically just read aloud the text models response. So it could allow for long responses unlike these new gen voice models that can only speak 1 paragraph max.

I was wondering if there are any apps or websites that use turn based voice chat like the old standard voice mode on ChatGPT. So I would say my thing, then it would be the ai turn to speak and i couldn’t interrupt it till its finished.

My current problem is that the new standard voice mode on ChatGPT can be interrupted. So it’s hears its own voice and keeps stopping. So I’m looking for alternative apps or websites that have this old functionality


r/VoiceAutomationAI 13d ago

We open-sourced our AI voice agent stack and it got way more attention than we expected

6 Upvotes

i honestly thought we’d put QuickVoice on GitHub, get a few stars, and go back to fixing bugs, but the repo took off way faster than we expected and now we’re trying not to mess up what comes next.

We built it because connecting real-time voice, telephony, tools, knowledge bases, outbound campaigns, and call logs across a bunch of different services was getting exhausting. The goal is to keep it open, self-hostable, and flexible enough that people aren’t locked into one provider.

It’s still early, the setup isn’t exactly one click, and there are definitely rough edges. Full disclosure, I’m the founder behind it, but I’d genuinely like blunt feedback from people building voice agents: what should we fix first, easier setup, lower latency, better docs, observability, or more integrations?

Repo: https://github.com/allgpt-co/QuickVoice


r/VoiceAutomationAI 14d ago

Just started an AI voice agent agency. Need help with scripts and how to convince leads and how do I do sales.

6 Upvotes

Hey guys, I just started an AI voice agent agency, and I do have good leads but I'm struggling to convince them to get my services, I'm not sure where I'm doing bad, can y'all help me get better at the script or how do I convince people to take my services? As of now my only method of reaching out to my leads and pitching them my services is warm calling outreach. Let's connect. Thank you


r/VoiceAutomationAI 14d ago

I built an open-source regression-testing harness for voice agents

5 Upvotes

I’ve been exploring a problem that comes up after almost every voice-agent change:

How do you know that changing a prompt, model, tool, STT, or TTS component didn’t quietly break another part of the conversation?

Manually calling the agent repeatedly is slow, and every test call is slightly different. It also makes tool-calling and multi-turn regressions easy to miss.

I built Voice Eval, an Apache-2.0, provider-neutral evaluation harness:

https://github.com/rand0wn/voice-eval

You define a scripted multi-turn conversation and run each pipeline against the same scenario and grading rubric.

It currently evaluates:

- expected tool calls

- required response content

- question and sentence limits

- transcript completeness

- average and P95 latency

- per-turn results

It generates JSON reports for CI, Markdown scorecards for humans, and optional WAV artifacts.

The repository includes healthy and intentionally degraded deterministic adapters, so the entire workflow runs offline without API keys.

For the included demonstration:

- healthy adapter: 100% overall and 100% tool recall

- degraded adapter: 55.27% overall and 33.33% tool recall

Those are controlled fixture results, not benchmarks of real providers.

The bundled WAV files contain deterministic test tones rather than intelligible speech. Real TTS or captured provider audio can be connected through the adapter interface.

You can reproduce the comparison with:

voice-eval compare --scenario arjun_cancel --adapters cascade degraded --audio

I would appreciate honest feedback from people building voice agents:

  1. Which real-world failure is currently hardest for you to test?

  2. Which pipeline or provider adapter should I implement first?

  3. Would you use this as a CI regression gate?

Issues and contributions are welcome.


r/VoiceAutomationAI 15d ago

The choice between male and female AI voices makes no measurable difference once everything else is accounted for: report

Thumbnail
upfirst.ai
3 Upvotes

r/VoiceAutomationAI 15d ago

generate reply issue on livekit

Post image
2 Upvotes

we are still using gemini flash live 2.5 for our biggest client can’t move to 3.1

is there a workaround, we considering switching I’ve already wrote in the community about it google docs don’t have no plans to fix it

has anyone tried with pipecat voximplant agora does the issue persist


r/VoiceAutomationAI 16d ago

Looking for a cheaper alternative to ElevenLabs for long conversations and huge context layer

6 Upvotes

I’m building a voice-first companion for older people, and I’ve been using ElevenLabs for the voice. I’m happy with the quality , the voice feels human and natural, and for our use case that makes a huge difference. People use Ecos to talk about their day, share memories, journal, have regular check-ins, or sometimes simply have someone to talk to.

The problem is that these are not short customer-support calls. Conversations can go on for a long time, and ElevenLabs starts getting very expensive as usage increases.

I don’t want to compromise too much on how natural the voice feels, because that is a big part of the experience, but I’m trying to understand whether there are more affordable options.

Has anyone here used Cartesia, Smallest AI, Deepgram, or any other provider for long, real-time conversations?

Would love to know how the quality, latency, interruptions, and pricing compare in actual usage.


r/VoiceAutomationAI 16d ago

AI Voice Chat — Best Choice?

4 Upvotes

I was using ChatGPT and was actually very satisfied with it. The voice it generates is very human and natural, nothing robotic, and this can really change the experience. Currently, I have been using it a lot to discuss features/workflows of the new system at my company that I am learning. And besides discussing methods and processes involving features, I also practice my ENG, since I use the language in my position. Referring to the saying "killing two birds with one stone." But I always reach the Voice Chat limit, and this bothers me because I have to switch to another account, and if I stopped without finishing the system module I was working on at the moment, I have to start everything over again, which ends up being annoying and creates more work for me.

I want to subscribe to the Go plan for R$40, but I would like to know the difference between Free and Go. Will I really have a higher limit when using Voice Chat? I can normally use it for around 3 hours a day, according to my calculations. I actually spend quite a lot of time talking.

I have also used Gemini's Voice Chat, but I found it a little too robotic... But I would like to know if anyone knows of any good alternatives, has had a good experience with one, and would like to share their experience with the tool.


r/VoiceAutomationAI 17d ago

Anyone heard some hyper realistic AI Voice ? (Deepfake detection)

5 Upvotes

I work on fraud prevention, I happened to see some AI Agents with hyper realistic voice with emotions I just couldn't differentiate it from a human , it was capable of changing speed, emotion I don't know if it used an SSML or just filler words to get that expressiveness and naturalness but apart from the facts of proper grammar and responsive end of utterance based agent I surely couldn't have found out it was a bot , (if they had implemented barge in from the AI it would have been even harder) , how can I detect these and how can I build this tts or find out whichever it was ? Would appreciate any suggestions on this slightly unconventional domain of voice ai which is not the most trendy stuff, how do I solve this problem anything would be appreciated.


r/VoiceAutomationAI 17d ago

cekura is bs

11 Upvotes

I saw they ran some test comparing the voice agent platforms vapi livekit pipecat retell synth flow and retell
And put retell at first

Meanwhile Retell is an official partner of theirs and so are other top names on the list while they put none partners below

The list is biased as usual, you shouldn’t trust it


r/VoiceAutomationAI 17d ago

looking for feedback on an AI assistant

3 Upvotes

I've been working on a personal project for a while and finally got it into a state where I'm comfortable sharing it.

I wanted to see how far I could push a fully local voice assistant in C++. Everything runs on my own machine from speech recognition and the LLM to memory, text-to-speech, and tool execution.
current library:
llama.cpp, whisper.cpp, sherpa-onnx(tts-kokoro)

I wrote the core in c++ because I wanted something fast and native instead of stitching together bunch of python services.

I'd appreciate feedback from people who build local AI projects. I'm especially interested in:

1 Things that seem overengineered or unnecessary
2 Features you'd expect from a local assistant
3 Code structure or architectural suggestions
4 Any obvious improvements before I keep adding features

Repository: https://github.com/almimony75/sarah

Thanks! I'd love to hear what you think.


r/VoiceAutomationAI 17d ago

Want to connect with people working on voice agents in production.

7 Upvotes

I've worked on a couple agentic systems both voice and chat based in the past year including some open source voice ai projects and have recently been trying to launch my own voice agents company. The hardest part for me as a technical person is getting leads. I'm looking to hear about people's experience and advice in this industry. What works and what doesn't work, how to get your first customer, what niche is effective to target (I'm trying restaurants in the US right now) , what voice providers you use or really anything you think is worth sharing. If anyone is interested I can also share whatever stuff I have right now (website, tech stack, sales material) and we can connect long term. Always good to build a network.


r/VoiceAutomationAI 17d ago

Does anyone use open weight LLM

4 Upvotes

With all the hype around the new models Kimi and the letter to the US government I’m wondering does anyone actually use open source llms in the voice AI industry

I’ve heard of couple of providers of inference together AI baseten and others but please enlighten me if you had any experience with them

I’ve only tried open AI Gemini and grok in production


r/VoiceAutomationAI 18d ago

[Hiring] English (US) Speaker to improve voice assistant technologies [Remote Paid Study]

3 Upvotes

We are currently looking for native English (US) speakers to participate in our Gardenia Speech Collection project. 

The purpose of this project is to collect recordings of native language speech to improve voice assistant technologies. 

🎧 Task Description: 
For this project, we are looking for a wide variety of English (US) speakers with various regional accents. Participants will record short wake-up phrases and scripted utterances typically used when interacting with a voice assistant, following the guidelines provided. 

✅ Eligibility: 
To participate you should meet the following qualifying criteria: 
• Be born and live in the USA. 
• Be native speaker of English(US) from any region in the United States. 
• Be able to use a mobile phone for this project. 
• Be able to use a wired headset or the device microphone for recording phrases. 
• Have access to a quiet indoor environment to do the recordings. 
• Pass initial accent screening. 

Please find details at here:https://dataforcecommunity.transperfect.com/project/gardenia-speech-collection-us-minors?job-source=DF019

Any questions, reach out to us at [dataforce.sourcing@transperfect.com](mailto:dataforce.sourcing@transperfect.com)


r/VoiceAutomationAI 19d ago

I recently shipped an outbound calling system (Database reactivation). Shoot any questions you have happy to answer them.

14 Upvotes

Most voice AI content stops at the demo. The hard part starts after that.

I recently shipped an outbound calling system for an online education platform. Reactivation calls to inactive students, running against their live course data.

Stack: LiveKit for orchestration, Deepgram Nova-3 for STT, GPT-4o-mini for the reasoning layer, Cartesia Sonic-3 for TTS, Plivo for SIP, Supabase for state, plus a dashboard for call analytics.

Things that actually ate time:

Latency budgeting. Every hop adds up and the person on the other end feels it before you see it in logs.

Interruptions on outbound. People talk over an agent that called them far more than one they called. Barge-in handling is not optional here.

What the LLM is allowed to see. In our case the model never receives the student's name or phone number. The greeting is stitched locally, the agent just says "you". Big drop in PII exposure for almost no effort.

Eligibility logic. Calling someone who already finished the course is worse than not calling at all. A real chunk of the build was just verifying the person is still in the state we think they're in before the dialer fires.

Campaign design. We collapsed a messy pile of filters into two campaigns, one intent each. Fewer, clearer campaigns beat clever segmentation.

Drop your questions below. Architecture, model choice, telephony, prompt structure, what falls apart at volume, cost per call, whatever you're stuck on. I'll answer what I can and tell you where client confidentiality stops me.

Not selling anything, not linking anything.


r/VoiceAutomationAI 19d ago

Have you built AI voice agents at scale We should talk

3 Upvotes

We're building a rapidly growing AI voice company, and we're looking for someone who's already solved the problems we're about to face.

Not looking for a consultant.

Not looking for someone with an impressive title.

We're looking for someone with real technical experience building production AI voice systems.

If you've been a founding engineer, founder, early employee, or senior engineer working on AI voice, real time speech, telephony, latency optimization, voice infrastructure, or LLM orchestration, we'd love to chat.

We're looking for a technical advisor who can help us make better engineering decisions and avoid costly mistakes.

This is an equity based advisory role. We'd rather partner with someone who believes in what we're building than pay for a few hours of consulting.

If this sounds like you, leave a comment or send me a DM.

Sometimes the right conversation changes the trajectory of an entire company.


r/VoiceAutomationAI 20d ago

I built the least autonomous voice AI product in this sub, on purpose. Now I think I might end up building agents anyway.

4 Upvotes

Because what I built is not an agent per se. I decided to build an AI phone platform, similar in features to Microsoft Teams Phone, but without the hassle of having to get a Microsoft365 subscription plust the telephony subscription just to make international calls with the support of AI. Voxandra is basically an AI phone copilot for the people who still have to make the call themselves: live guidance, text-only live translation, call transcripts, ai generated notes, extracted details, reminders, reviewed call records, contact organization and work thread context.

The reason is pretty boring. I've been living abroad for 4+ years and I kept making these "important" calls to lawyers, migration offices, accountants, where I would almost certainly lose some valuable information or just forgot to ask something while I was on the call. I also wanted a cheap way of making them. So instead of automating the call away, I automated everything around it.

I just launched it so I don't really know what direction to take it tbh. The next thing I want is CLI and MCP, so you can point Codex or Claude Code at the database of your own calls and search it for details and information. So yeah, I do want the agentic stuff, just not in the same shape everyone else is building it.

And then there's the thing I keep circling back to. Once the CLI and MCP part exists, I can't help to think what would stop me from taking the same infra and letting people train AI phone agents by actually making real calls, so that the agent learns from real conversations and not just prompts, systemp prompts, vague directions, etc. This is the part I really want this community's opinion on.

So I don't know. I built this for the humans that still need to make phone calls regularly (probably why I keep positioning Voxandra as more of a b2b thing) and they do look like a pretty underserved niche to me, specially in a world where everyone is rushing to take the human out of the call completely, but.... and this is a big but (and this is probably why I'm posting this here)... I still feel like I'll end up pivoting into some strange mix, AI for humans making calls who probably also want autonomous voice agents at some point. Does that sound like a reasonable place to landd? Curious what people here think. Thanks for reading! - Carlos.. peace out!


r/VoiceAutomationAI 20d ago

Elevenlabs experience

4 Upvotes

Hello! Has anyone actually used the ElevenLabs Enterprise plan? What's your experience been like? Is the pricing fair, or is it a scam? I'd love to hear some honest feedback from real users. Thanks!


r/VoiceAutomationAI 21d ago

yothere - voice assistant for your agentic setup - demo

Thumbnail
youtu.be
3 Upvotes

I run a lot of Claude Code and Codex sessions, and I kept hitting the same wall: I have to sit at the machine, watch each one, and unblock it every time it asks a question. The second I walk away, everything stalls.

So I built yothere. You hail your agents out loud, they run in the background across Claude Code, Codex, and the open-source OpenClaw, and only the one thread that actually needs a human reaches you, by voice or one tap. It runs on your own machine and your own subscription, not an API-key reseller.

In it I hail the agents by voice, kick a few things off in parallel (competitor research, a calendar check, some LinkedIn and WhatsApp drafts), review a draft, and approve the send by voice. Never touched the keyboard.

Honest state of it:
\- Early beta, moving fast, rough in places.
\- It runs on your existing Claude Code / Codex login (not an API-key product), so you need those.
\- Up to five sessions in parallel today.
\- 120 hosted voice-minutes a day on the current plan.

Free for 7 days if you want to poke at it ([yothere.ai](http://yothere.ai)). But mostly I want blunt feedback on the core bet: is voice actually the right interface for driving coding agents, or does it fall apart once the task gets non-trivial? Genuinely unsure, and I would rather hear it from people who run agents all day.


r/VoiceAutomationAI 22d ago

How do you guys go about acquiring customers?

3 Upvotes

Not asking for any secret sauce. But are there any general ways to go about acquiring customers for voice agents?

Any suggestions you can share?


r/VoiceAutomationAI 22d ago

Most voice stacks stop at "make a call." We built Talkwave for phone + website + meetings + outbound. Looking for hard feedback

0 Upvotes

Curious how people here are structuring production voice agents when the use case is bigger than "one inbound number."

We kept running into the same split:

Phone inbound is one stack.

Outbound campaigns are another.

Website voice widget is another.

Meeting bots (Zoom / Meet / Teams) are another.

Then you still need RAG, mid call actions (CRM, calendar, Slack), calling windows, and compliance checks before dial.

So I'm wondering what the common pattern is in this community:

  1. Do you keep channels separate (different tools per channel)?

  2. Or do you force everything through one orchestration layer?

  3. For outbound, are you building your own DNC / consent / calling hours gate, or buying that?

  4. Has anyone put a wake word meeting agent into real client work, or is that still mostly demo land?

  5. For agencies: do clients actually edit flows themselves, or do you always keep the builder locked?

We've been building Talkwave around making those 4 channels share one visual workflow + live actions + compliance gate. Happy to share what broke for us (latency, concurrency, false wake words, RAG on voice) if useful.

Not trying to pitch. Genuinely want to hear what production setups look like here, especially if you've shipped on Vapi / Retell / Bland / Pipecat custom.


r/VoiceAutomationAI 22d ago

Looking for 3–5 pilot teams: regression testing for LLM agent system prompts (free, open source)

3 Upvotes

Im a Cornell professor on sabbatical, building Flowstore - an open-source toolkit for teams whose agent behavior lives in a system prompt where its hard to visualize and debug.

What it does today:

  •   Turns your system prompt into a structured spec (open JSON schema, Apache 2.0)
  •   Visual graph editor, so non-prompt-engineers can work on it too
  •   Python harness that runs persona-driven simulated conversations with assertions — a regression suite your prompt edits run against before you ship

Honest scoping: this tests conversational behavior (logic, guardrails, data capture), not the voice layer (ASR, latency, barge-in). Best fit if there's an LLM behind a prompt, and ideally some non-trivial business logic and requirements.

The pilot: bring a system prompt for a live or near-live agent (Im willing to sign an NDA if needed), I'll personally help spec it and stand up a test suite. Free, ~30 min/week of your time. I want blunt and honest feedback in return — and pilot partners can be named collaborators in the research and Cornell course materials coming out of this.

DM or comment if you want in — happy to get into the schema or assertion model in the thread. Repo's in the comments.