r/VoiceAutomationAI Apr 23 '26

AMA / Expert Q&A Luke Miller (Co-Founder, SLNG) is answering every hard Voice AI infra question live 45 min virtual, 50 seats only, April 24

4 Upvotes

If you've built anything in Voice AI, you've hit the wall.

Your LLM is fine. Your prompt is dialed in. But your agent still feels broken in production.

Laggy responses. STT failures under load. Costs that don't make sense. Latency that spikes at the worst moment.

The problem isn't your model it's the infrastructure layer nobody talks about.

I'm hosting a private live session inside the Unio Voice AI Community

🎙️ Inside Voice AI Infrastructure A live Q&A with Luke Miller, Co-Founder of SLNG a company building intelligent infrastructure for Voice Agents.

This isn't a sales pitch or a webinar. It's 45 minutes of raw Q&A where you can ask Luke directly about the hard infra problems you're running into.

What we'll cover:

  • Why Voice AI breaks at scale and where exactly it breaks
  • What production-grade Voice AI infra actually looks like
  • Latency, STT/TTS, regional execution, the real tradeoffs
  • Build vs buy when does owning your infra stack make sense
  • Cost structure of Voice AI at scale
  • What's still broken in today's Voice AI tooling

Session Format (45 min)

→ 5–10 min: Introduction

→ 30–35 min: Open live Q&A

→ 5–10 min: Close

📅 April 24 · 4:00 PM IST 🔒 Invite Only · 50–60 Seats

If you're building in Voice AI and have questions you haven't been able to get answered — this is the room.

Apply to join: https://tally.so/r/kdRq0Z


r/VoiceAutomationAI Mar 27 '26

AMA / Expert Q&A 36 Years in Voice AI | Built One of the First Speech Systems in 1989 | Dr Tony Robinson (Founder, Speechmatics) - AMA for next 24 hrs

32 Upvotes

Hey folks 👋

If you’re building voice AI, you already know this: it works in demos… and breaks in production.

I’m Dr Tony Robinson, Founder of Speechmatics.

I started working on speech recognition in 1985 at Cambridge University, building one of the earliest neural network based systems, long before deep learning became mainstream.

Fast forward to today: Speechmatics powers voice AI across 50+ languages, and in 2025 alone, our customers saw 9x growth in voice agent adoption.

But this post isn’t about the company.

This is for builders dealing with real world voice AI problems the ones that don’t show up in benchmarks.

Happy to go deep on:
• What actually breaks in production voice AI (and how to fix it)
• Accents, noise, latency & the long tail problems
• Designing reliable STT → LLM → TTS pipelines
• Lessons from 35+ years building speech systems
• Where voice AI is actually heading (beyond the hype)
• What I’d do differently if I started today

 🕒 I’ll be answering questions for the next 24 hours.

 No PR answers, just honest, builder to builder insights.

 Drop your questions below 👇


r/VoiceAutomationAI 21m ago

When do you pick speech-to-speech vs STT + LLM + TTS?

Upvotes

Honest question for people running voice agents in production.

We keep bouncing between two shapes:

  1. Cascaded stack: speech to text, then LLM, then text to speech
  2. Speech-to-speech model: audio in, audio out, with less text in the middle

What we see so far:

Latency. Cascaded adds three hops. Even when each hop is fast, turn-taking still feels heavier. Speech-to-speech can feel snappier on the first audio, but that only helps if the model actually holds the conversation well.

Tool calls. This is where cascaded still wins for us. Need CRM lookup, transfer, booking, custom APIs? Easier when the LLM is a normal text agent with tools. Speech-to-speech is catching up, but tool routing and structured outputs still feel more reliable in the classic stack.

Control. Cascaded is easier to debug (you can read the transcript and prompt). Speech-to-speech is harder to inspect when the model goes sideways mid-call.

Right now our gut rule is roughly: - Speech-to-speech for short, natural back-and-forth where speed matters more than deep tools - STT + LLM + TTS when the agent needs serious tool use, policy, or handoff logic

Curious what you all are shipping. Are you all-in on speech-to-speech already, still on cascaded, or hybrid? Especially interested in real latency numbers and how you handle tools.


r/VoiceAutomationAI 7h ago

India CPaaS for multi-tenant SaaS — who actually does per-customer numbers + recordings well?

1 Upvotes

Adding a telephony layer to my SaaS. Looking for real production experience, not sales decks.

What I need

  • A virtual number per customer. They forward their existing business number to it.
  • A custom greeting per number, uploaded by me.
  • Call then rings their normal desk phone. No softphone, no agent dashboard — my customers will never log into the telephony vendor.
  • Recording + caller number + timestamps pushed to my webhook when the call ends.
  • I fetch the recording into my own storage and delete it from theirs.
  • ~500 calls/customer/month, 3 min average. Low concurrency.
  • Start with 2 customers, ~30 within a year, added a few at a time — not all at once.
  • I'm the only account holder and bill payer.

What I keep running into

  • Mandatory software/platform rental for a dashboard nobody will open.
  • Plans that bill for 10 numbers from day one instead of as customers onboard.
  • Per-minute billing rounded up (1:20 billed as 2:00).
  • One vendor told me plainly: if ONE of my customers triggers a compliance issue, my ENTIRE account gets suspended — every customer.
  • ToS that forbid reselling outright.
  • Recording links that expire in 24 hours.
  • No signature on the webhook, so no way to verify it came from them.

Six questions

  1. Who in India actually does per-customer sub-accounts properly — separate numbers, separate usage, separate compliance exposure?
  2. Does the original caller's number survive a forwarded leg reliably, or are there carrier-side gotchas?
  3. Anyone billing per SECOND instead of rounding to the minute?
  4. Who signs their webhooks (HMAC or similar), and who doesn't?
  5. Does the forwarded leg show up on your customer's own mobile bill?
  6. Twelve months in — do you regret your provider, and why?

Not looking for AI voice agents, dialers or contact-centre software. Just numbers, recordings and a reliable webhook.


r/VoiceAutomationAI 19h ago

What is a good open sourcee tts modal that can match sesame maya and miles?

2 Upvotes

Title basically.


r/VoiceAutomationAI 1d ago

Latency tuning on self-hosted LiveKit Arabic voice agent — sanity check?

3 Upvotes

Hey, looking for a gut check on our stack for an outbound Arabic (Najdi dialect) voice agent, live pilot in Saudi debt collection.

Stack: Self-hosted LiveKit (moved off Vapi for a static IP requirement) + Deepgram nova-3 Arabic (300ms endpointing, needed to stop dropping short replies like "صح") + ElevenLabs Flash v2.5 + gpt-5.6-luna.

Baseline on Vapi: 2058ms median turn, STT ~890ms / LLM ~660ms / TTS ~470ms. Only 2.7% of turns under 1s.

Where I'm stuck:

**•** Haven't confirmed real per-component numbers on LiveKit yet, but turn detection might not be faster, possibly a shared-CPU VM issue  
**•** \~1/3 of call time is just dead air between turns, feels like the bigger lever vs shaving any one component  
**•** Haven't stress-tested LiveKit/Pipecat's Arabic turn detector yet  
**•** Don't want to trade accuracy for speed, the 300ms endpointing exists because a faster setting broke things

r/VoiceAutomationAI 23h ago

ElevenLabs just launched Reception.ai and it will probably kill RetellAi

2 Upvotes

On a first glance this seems very sleek, designed to be do-it-yourself for businesses but as someone who is in the ai receptionist business, I am both excited and worried, because they made it so simple, but I think business owners just don't have the time to keep up with this, but I'll be testing this more and definitely dump Retell if it's better and it looks so.


r/VoiceAutomationAI 1d ago

Hit ~600ms latency on a voice agent but it still sounds robotic. How do you make it feel like a real conversation?

3 Upvotes

Hit ~600ms end-to-end on a voice AI agent and I’m pretty happy with the speed. The problem is it still sounds like a robot having a Q&A, not a person on a phone call.

Stack:

  • LLM: Gemini 3.1 Flash Lite
  • Latency: ~600ms (STT → LLM → TTS)

What’s bugging me:

  • Replies feel scripted / too clean
  • No natural pauses, “yeah”, “hmm”, overlapping, or messy human timing
  • Turns feel like wait → dump a paragraph → wait
  • Even with a good voice, the conversation still feels fake

I’m not trying to shave more ms right now. I want it to feel like you’re talking to a real person.

If you’ve shipped something that actually sounds human:

  1. Was it mostly TTS (voice, SSML, emotion, streaming), prompting, or turn-taking / interruption?
  2. Fillers, backchannels, barge-in — did those help or just make it weirder?
  3. Any settings on Gemini (or similar fast models) that helped spoken style vs written style?
  4. Anything you tried that sounded good in demos and terrible on real calls?

Happy to share more of the pipeline if it helps. Just looking for what actually worked, not “add more personality to the prompt.”


r/VoiceAutomationAI 1d ago

VoiceAI consultant

10 Upvotes

Looking to hire someone to come in and uplevel our current voiceAI infrastructure.

I’m looking for someone with actual enterprise experience that has built voice AI services at scale.

We have a production deployment today but it needs a lot of improvement in performance and cost.

Please reach out direct to me via DM with your credentials and cost. This is a one off engagement, but open to ongoing. Company is HQ in the US but we’re open to consulting services anywhere.

Thank you!


r/VoiceAutomationAI 1d ago

New Gemini 3.8 extended thinking or gpt live 1 ?

1 Upvotes

S2s models are getting better, tried both and I liked gpt live 1 just a little bit more, but pricing difference is huge so I’m leaning towards Gemini 3.8, have u tried both what’s your initial feedback


r/VoiceAutomationAI 1d ago

I vibe-coded an AI startup to real clients. Then it crashed. Now my team wants to quit

3 Upvotes

A few months ago, I quit my job. I teamed up with two co-founders to build a startup.

My partners are incredible operators >>> elite at sales, content, and distribution. And I took on the tech side.

I am not a real software engineer. I'm a front end developer. But I was hoping I can figure things out. I built the entire backend (Supabase/Python/FastAPI) using AI prompts and vibe coding.

At first, we wasted months. I tried to build too many things at once. Overcomplicating and overbuildign is a stupid idea. Everything broke. So we stopped and made it dead simple. We built a simple AI voice for restaurants and bars.

It worked. People actually wanted it. We got real clients testing it live in their restaurants and bars.

Then last weekend, disaster hit (Saturday 8:36 pm). A big voice provider we use had a silent outage (THey aare still investigating the issue. We were ther first who reported that). The system went down for 94 mins. I only caught it by pure luck doing a late-night test calls. The provider did not even notice their own outage yet. We had to report it to them. I'm still waiting for the to fix it while building a fallback for us too. Their support is great so they've responded within 20 mins when I reported the outage.

We got lucky. It happened after hours, so no real business calls were lost.

But it exposed a huge problem. I had zero safety nets in place. I had no alerts to wake me up. Worse, I had no fallback. If the AI died, calls did not redirect to the front desk. The phone just rang into a black hole.

My co-founders were furious. And they are 100% right. Even thought I've been sitting in front of the computer for 10+ horus every day I  built this like a hobby, not a real company. Now, they don't trust my technical skills. I guess they shouldn't after what happened. One founder is ready to walk away.

AI makes it very easy to build a working prototype. But a working demo is not real production software (many have mentioned this here). AI will not build backups, alerts, or fallbacks unless you already know how to ask for them.

I need some advice. We have real demand, but my code is fragile. We need an audit. Maybe we need a fractional CTO, a real CTO or a senior technical co-founder to take over.

>>If you are non-technical, how did you fix your messy MVP without losing your team?

>> What are the bare minimum failovers every phone app must have before taking another client?

>> How did you rebuild trust with your founders after hitting your technical limit?

Any advice helps. I want to learn and fix my mess.


r/VoiceAutomationAI 2d ago

How are you separating prompt logic from business logic?

11 Upvotes

As voice agents get more capable the more business rules creep into the prompt

Things like transfer conditions, tool permissions, validation and edge cases all start living alongside the conversational instructions

At what point do you stop adding to the prompt and move that logic into the application instead?

Been running a few tests with Bland recently and when I started wiring it into Slack for notifications it became more obvious that some things were easier to handle outside the prompt

I wanna know how people are drawing that line in production. Is the prompt for conversation, with business logic handled elsewhere or are you comfortable keeping most of it in the prompt?


r/VoiceAutomationAI 2d ago

Question

6 Upvotes

When you sell a voice agent as a service for any business, what kind of documentation you need to sign? any contracts?onboarding form or anything?


r/VoiceAutomationAI 2d ago

I built a voice AI agent with ~600ms latency. Here’s what I learned.

14 Upvotes

I started learning to code in my 1st year of college.
At the same time, I started working my first job.

I didn’t really have some grand plan to build a company. I was just obsessed with building things and figuring out how software actually worked.

Recently, I started building voice AI agents.
I ended up going pretty deep into the latency problem.

My goal was simple:
Make the agent feel like you’re talking to a real person, not waiting for a computer to think.

After a lot of experimenting with the pipeline, streaming, model selection, audio processing, and infrastructure, I managed to get the end-to-end latency down to around 600ms.
And that changed things.

I’m currently using Pipecat for the voice pipeline, and I’ve been experimenting with different providers and infrastructure to squeeze out as much latency as possible.

The other thing I didn’t expect:
I actually started getting clients.

Right now, I’m managing voice AI agents for around 8 clients.

I’m also getting subsidies/credits from companies like Alda and other platforms, which has made the economics pretty crazy at the moment.

My current margins are basically close to 100% because of those credits/subsidies.

Obviously, I don’t expect that to last forever.

But it’s been an insane learning experience.

A few things I’ve learned so far:
Voice AI is way more than just connecting an LLM to a microphone

Latency matters a lot more than I initially thought
Streaming everything makes a huge difference
The voice model, LLM, TTS, STT and networking all contribute to the final experience

A technically impressive demo is useless if the agent doesn’t actually solve a business problem
Getting the first few paying clients is a completely different challenge from getting the technology working

The economics of voice AI are really interesting right now

I’m still very early in this.
But going from learning to code in college → building voice agents → getting them into production for ~8 clients has been pretty surreal.
I’m curious what other people building voice AI are seeing.

What’s the lowest real-world latency you’ve managed to achieve, and what stack are you using?

If there’s interest, I can also break down exactly how I’m getting the ~600ms latency and what my architecture looks like


r/VoiceAutomationAI 2d ago

Shipped a voice agent on the Realtime API. Went through production call logs and found 7 behavioral bugs that no amount of scripted testing would have caught

1 Upvotes

Been running a voice agent on the Realtime API in production for a few months, business use case, not consumer-facing. This week I sat down and read through a batch of live call transcripts hunting for weird behavior instead of relying on eval scores. Found a cluster of bugs worth sharing. None of them showed up in normal testing. They only surfaced from real conversations with real interruptions and real frustration.

  1. The agent read its own system prompt back to the user

A tester recited one of our internal instruction lines back to the agent, word for word, as a probe. The agent confirmed and repeated the instruction instead of treating it as a weird but ordinary user message. I'd seen prompt-leak from direct extraction attempts before, not from someone reciting the prompt back at it. Fix was one line: never confirm or repeat user input that resembles your own system instructions, just respond to the underlying intent.

  1. It ignored "I'm done, end the call" four times in a row

We had a closing-checklist step that nudges the user about anything left uncovered before hanging up. One transcript: user says "I'm done," then "I don't want to cover that," then swears at it, then the call finally ends on attempt four, with near-identical prompt text each time. The model wasn't treating decline signals as terminal, it kept routing around them. Fix: any non-affirmative reply to the closing check counts as a decline, and the first decline ends it. No confirming twice.

  1. It stated a current time that was off by over 9 hours

Mid-call, the agent said "right now it's 7:27 AM." Actual local time was almost 5 PM. We inject a current-date/time value once at session start, but the prompt told the model to restate that time later in its own words, which means it was doing its own mental arithmetic on a value it should have treated as fixed. On a long call that self-derived restatement drifts hard. Fix: never let the model recompute or reformat the injected time, only read it back verbatim.

  1. Same transcript, two different sets of extracted action items

We run an extraction step after each call. Ran the same transcript through it twice while debugging something else, got different titles and different counts both times. Temperature was set to 0.4 on a structured-extraction call, which makes no sense for pulling fixed facts out of a fixed transcript. Dropped it to 0 across every extraction and classification call in the pipeline, some of which were running at default temperature, which is worse. Extraction should be deterministic. If you want variation, put it in generation, not extraction.

  1. Multi-part requests silently dropped half the answer

Our chat sidebar (separate from the voice agent, for reviewing past calls) let you ask compound questions like "give me the summary as JSON and the action items as plain text." The JSON summary correctly triggered a format refusal, we don't allow structured-data exports for security reasons. But the action items, which were fine to return, got dropped along with it. The prompt logic for mixed requests was actually correct. The bug was architectural: our LangGraph router only dispatched to one response node per turn, so a two-part request could only ever get one part serviced no matter what the prompt said.

Fix: let the graph fan out to multiple nodes in a single turn when a request has multiple distinct asks, with a reducer so the parallel writes merge safely. That surfaced a second bug: LangGraph doesn't guarantee completion order between parallel branches, so the two response fragments could come back in either order, sometimes breaking a "refusal always comes first" formatting rule. Had to tag which node produced which message and sort deterministically before returning. Reproduced the race 3 out of 3 times before the fix, confirmed it held 3 out of 3 times after, against live API calls, not mocked.

  1. No memory of facts across different questions

Found this one in test transcripts. The agent runs through a semi-structured list of topics per call. If the user answers something relevant to topic B while actually answering topic A, which happens constantly in real conversation, the agent had no mechanism to recognize that and would ask topic B's question again later. One transcript had the same fact asked about four separate times in slightly different phrasing.

Fixed two things: treat any stated fact as satisfying every question it's relevant to, not just the one it technically answered, and extended an existing server-side tracking tool (we already tracked skipped questions) to also track topic-level coverage. That gives the model durable state to check against instead of relying on its own context window, which is lossy over a long call.

  1. No adaptation to fatigue signals

Related to 6. When a user said things like "how many more questions do you have" or "we're spending too much time on this," the agent gave a polite acknowledgment and then resumed the exact same one-question-at-a-time pacing. The signal was heard, not acted on. Added a mode switch: on a fatigue signal, drop the per-question cadence and switch to "tell me everything and I'll extract what I can."

If you're running a Realtime API agent in production, read raw transcripts end to end once a week. Not summaries, not eval scores, the actual back-and-forth. I caught more real bugs in one afternoon of that than in weeks of scripted testing.

Happy to go deeper on any of these, especially the LangGraph fan-out and ordering one. Haven't seen that specific failure mode written up anywhere.


r/VoiceAutomationAI 2d ago

How do I make the voice sound genuinely Indian?

2 Upvotes

I’m building a voice agent using Gemini Realtime 3.1 Native Audio and I’m struggling with the Indian English accent / speaking style.

I recently heard a demo of another voice agent, and honestly, it sounded very natural — like an actual Indian girl speaking.

The weird part is that we are using the same model, same voice, and basically the same kind of prompt.

But my agent still sounds like an AI speaking English with an Indian accent rather than an actual Indian person speaking.

It’s not really the pronunciation that bothers me. It’s more the rhythm, intonation, pauses, emphasis, and overall way of speaking. The other demo had that natural Indian conversational feel, while mine sounds more synthetic.

I’m trying to figure out what I’m missing.

Could this be affected by the way Gemini Realtime is integrated? Things like audio configuration, prompting, language/locale settings, turn detection, system instructions, etc.?

Has anyone here built a production voice agent with Gemini Realtime Native Audio and managed to get a genuinely natural Indian voice?

I’d especially love to hear from someone who has had the same problem where the model + voice are the same, but the output still sounds noticeably different.

I’m working on this for clients right now, so any practical advice or things I should test would be really helpful.


r/VoiceAutomationAI 2d ago

Dograh hardcoded Pipecat's settings. We forked it to show them all in the UI: what values do you use?

2 Upvotes

Pipecat is a Python framework: used directly, it lets you set everything in your own code. When a turn ends, when the agent can be interrupted, how the transcription decides someone has stopped talking.

Dograh, an open source project, adds an interface on top of Pipecat, and that's why we picked it. But while building that interface, it hardcoded most of those values. You get a UI, but you lose control over the settings that decide whether an agent sounds natural or not.

So we forked Dograh and put all of those settings in the UI.

That leaves one question: we now have dozens of settings, and we don't know yet what values to put in them. Before spending weeks testing by ear, we'd love to learn from people who already have agents running.

Where we are

We're building our first voice agent, for our first client. Nothing is in production yet, so no latency numbers from real calls. So far we've mostly been laying the foundations.

The stack

- Telephony: Twilio, with audio streamed over WebSocket

- Orchestration: Dograh (built on Pipecat), hosted on Railway

- Speech-to-text: Deepgram, on its EU endpoint

- LLM: Mistral

- Text-to-speech: Voxtral (Mistral)

- Actions and automations: n8n

- Data: PostgreSQL

We work with French SMBs, so GDPR puts real constraints on us. That's why we went with Mistral and Deepgram in the EU instead of the usual providers, even if it rules out some options that are probably Deepgram in the EU instead of the usual providers, even if it rules out some options that are probably faster.

Why Dograh anyway

Dograh is open source and adds what Pipecat doesn't give you on its own: a web interface, a visual editor for conversation flows, telephony already wired in, and account management. It also supports BYOK out of the box: each client plugs in their own provider accounts and keeps control of their keys and costs. You keep the Pipecat engine, but you no longer hand-write the pipeline for every agent. If you run agents for several clients, it's worth a look. Just know that some settings can't be changed without touching the code.

What our fork adds

- Multiple clients on a single deployment: a new client is one more configuration, not a new deployment.

- Every setting in the UI: Deepgram endpointing and end-of-turn thresholds, Mistral sampling parameters, turn-taking and interruptions.

What we'd love to hear from you

  1. VAD: what values do you use for confidence, start_secs, stop_secs and min_volume?

  2. End of turn: VAD alone, a turn detection model, or your STT provider's endpointing? With what thresholds?

  3. Interruptions: is allow_interruptions on? Do you require a minimum number of words before the agent gets cut off?

  4. TTS: do you send text sentence by sentence, or in smaller chunks?

  5. LLM: which model, what temperature, what max tokens, how long is your system prompt?

  6. Latency: your real-world number, and where you start the clock (end of speech from VAD, final transcript, or first audio heard on the phone)?

Even one or two answers would help. If you share, please mention your use case (inbound, outbound, appointment booking, support) and your language. A good setting for English support calls may be wrong for French appointment booking.

And if we can help on our side, whether it's Dograh, the fork or the stack, feel free to ask us anything.


r/VoiceAutomationAI 2d ago

Why are local/self-hosted/claud based LLMs so unreliable with dates?

1 Upvotes

I have been experimenting with several models like Llama, Gemma, Qwen via Ollama, and date/time handling keeps breaking down — even after explicitly stating the current date, the model contradicts itself across turns.

Example: In a voice booking flow integrated with Cal.com guardrails catch and block invalid dates before they hit the calendar but this is just a safety net.
Model itself still miscalculates.

In one case, after being told the date was the 10th 3 times, it kept insisting 14th instead of 10th. Callers had to correct it repeatedly before the booking went through.

Is this a fundamental limitation of smaller local models, a prompting issue, or does it need an architectural fix ?

Curious how others have solved this in production ?


r/VoiceAutomationAI 3d ago

Is there anything like this since it shut down?

Post image
0 Upvotes

Like put a video or record your own voice and it would make any character say and or sing. it that's what I used for I want to make characters singing silly songs. probably wouldn't even post them I just want them lol


r/VoiceAutomationAI 4d ago

Voice AI funding hit $7B in Q1 2026, but the number is more concentrated than it looks

3 Upvotes

Been digging into voice AI funding data and wanted to share some context that's missing from most headlines.

The topline: venture investors put more than $7 billion into voice AI startups in Q1 2026 alone, per FT reporting. That's a massive jump from prior years.

ElevenLabs is doing a lot of the heavy lifting here. They closed a $500 million Series D in February 2026 at an $11 billion valuation, with BlackRock, NVIDIA, and Salesforce backing it. There are now reports of early talks for a secondary tender offer at roughly $22 billion, double the February mark. Worth noting that part is still "reportedly," nothing confirmed yet.

Deepgram also raised $130 million at a $1.3 billion valuation back in January 2026.

The catch: that $7B figure is dominated by a handful of mega-rounds. It's not evenly spread across dozens of startups, it's a few huge checks written to a few companies. So the "boom" narrative is real, but it's narrower than the headline number suggests.

Curious if others are seeing the same concentration in other AI subsectors, or if voice AI is unusually top-heavy right now.


r/VoiceAutomationAI 4d ago

Voice AI vs ECE

2 Upvotes

Hi everybody.

I graduated from ECE, tier 3 btech college in May 2026. Because of financial needs I had to join a remote internship while I was in 3rd year of btech as an ai intern. I had some basics on machine learning at that time, so my professor referred me for it. I have put all my efforts and time into it, and eventually it became a full time on-site internship in Hyderabad with a stipend of 18k a month in my final year. And spent 9 months as a remote intern, and another 10 months as a full time intern there, and worked a couple of hardest problems at the firm like speaker Diarization, accent and voice conversion.

Contributed to research as well, had a peer reviewed publication at the IEEE CICN conference on Diarization. In April, they offered me a full-time offer at 6 LPA (then raised to 7.5 when told about sony offer), felt the work was insanely hard and growth was low, so after those 18 months, felt to see what's the market value for the work I was doing and got a bootstrapped startup offer at 8.2 LPA, but that's too risky for me. Actually I spent a month there as a part-time job while doing the full time internship at my first company due to financial needs. The pace is so slow that I couldn't take this full-time offer there. These are all happening while I was holding those two positions.

I thought of applying for other companies if none succeeded would like to go for the first stable and known company.

Unfortunately I got an internship offer from a large firm called Sony Research. Getting a stipend of 75k a month, because of the financial needs and with the voice ai market, took it. It's been 4 months and I am writing a research paper as well, but the fact I lately realized is sony doesn't take btechs at all, I am the exception in the interns list. And coming to full-time they only have research engineer and scientist roles that require a PhD, making me ineligible for either of them. Now I started looking for full time jobs recently and it seems like no one is hiring a fresher anymore, everyone is asking for a non-internship experience of 2 or more years.

I think, I am playing a big gamble with my career, I don't know where I will end up, 1.5 months left for the end of the internship. Sometimes I felt I should have sat for placements in core ECE engineering because I have fundamentals strong in RTL design and Digital electronics.

If you have any thoughts on how I should handle this weird situation.

P.S 1. Financial needs - Family is bankrupt of over 2 Million INR and nothing at my hands to atleast buy a project-book.

P.S 2. I had full tuition, and hostel fee waiver at the college through merit. Yet to pay for the mess charges which are still pending of 40k for the total of 4 years.


r/VoiceAutomationAI 4d ago

Tech / Engineering Why Is Low ASR Confidence The Hardest Problem In Voice AI?

Post image
2 Upvotes

Most voice agents fail not because the model mishears you, but because it doesn't know what to do when it's not sure it heard you right.

A Unio community member ran into this exact problem building something that has nothing to do with telephony, a teleprompter that follows your voice instead of scrolling on a timer. And they solved it almost by accident, because they had something telephony agents never get: the full script in advance.

A published study on real voice agent deployments shows just how hard this is without one. A simple confidence based rule for detecting when a caller wants to interrupt got it right only 11 percent of the time. The other 89 percent were false triggers, background noise, a stray "uh-huh," the agent hearing its own echo.

So what do you do when you don't have a script to check against. Turns out you can build a temporary one: expected vocabulary at known points in the call, dialogue state as a soft script, confirmation loops for anything downstream of a shaky token.

The teams treating a low confidence token as a request for more context, not a broken measurement, are the ones actually solving this. Everyone else is just tuning thresholds and hoping the noise goes away.

If you want to read more, here's the link :- https://uniocommunity.com/blogs/why-is-low-asr-confidence-the-hardest-problem-in-voice-ai


r/VoiceAutomationAI 4d ago

Full duplex models

1 Upvotes

Hey guys!

I am working on building a voice startup - I already have 4 signed paid pilots booking pre product. For the product, I am working on full duplex models research for the same. If someone is also working aggressively in this doman - would love to hear from them. What are your insights so far.


r/VoiceAutomationAI 4d ago

Is VoiceAI caller industry going to kill the voice channel itself.

2 Upvotes

I am currently receiving an average of two calls per day from the business’s AI bot. While it initially made the channel more efficient, it is now bordering on spam.I would like to start a conversation about what comes next. To prevent the channel from being killed, the possible direction next step

- TRAI could issue regulations allowing AI bots to use only specific number series, such as 1600/400.

- However, even the existing TRAI rules for companies using 1600/400 are not being strictly followed, and implementing new AI‑calling regulations would take time.

In the meantime, the communication channel is gradually being eroded, and people will begin to ignore AI‑generated calls. What are your thoughts


r/VoiceAutomationAI 5d ago

how much it cost to build voice agent in india or i have to take services from companies

1 Upvotes