Earlier quoted context omitted.
Let's say answering a phone is 11/hour and laying bricks is 11.20/hour. No big shock that people will take the phone job, but if you remove that option more people will flow into the laying bricks job.
Except that's not reality, because the wage for most bricklayers in the US is $10-12 higher than the call center job. A byproduct is the drop in wages in the bricklayer job, as the call center workers that were fired are now fighting for the bricklayer jobs.
Build an AI telephony agent for inbound and outbound calls
31–40 of 50 posts
Re: Build an AI telephony agent for inbound and outbound calls
#32we tried to build something similar lately for outbound calls (for simple reminders to partners) and faced massive issues using gpt-4o-realtime-audio. Noise detection, turn detection, random telephony issues (we were using Twilio too), prompt not holding together, and more. We dropped the project because it would have resulted in a terrible experience for the person on the other side of the phone. Building these thin…
I've read this comment twice and I genuinely can't understand it. Uh, so your own attempt at a similar project didn't work and was a terrible experience and the fundamentals of the system are specific and still require babysitting. But it's inevitable (???) that it'll get better... and this improvement only MIGHT make things better for people, only some of the time? I'm not alone in being unimpressed by this, right?…
Re: Build an AI telephony agent for inbound and outbound calls
#33Personally, it's hard to see outbound calls generated by AI as anything other than robocall spam.
Re: Build an AI telephony agent for inbound and outbound calls
#34Personally, it's hard to see outbound calls generated by AI as anything other than robocall spam.
Re: Build an AI telephony agent for inbound and outbound calls
#35Earlier quoted context omitted.
Let's say answering a phone is 11/hour and laying bricks is 11.20/hour. No big shock that people will take the phone job, but if you remove that option more people will flow into the laying bricks job.
Except that's not reality, because the wage for most bricklayers in the US is $10-12 higher than the call center job. A byproduct is the drop in wages in the bricklayer job, as the call center workers that were fired are now fighting for the bricklayer jobs.
Re: Build an AI telephony agent for inbound and outbound calls
#36Personally, it's hard to see outbound calls generated by AI as anything other than robocall spam.
Re: Build an AI telephony agent for inbound and outbound calls
#37Personally, it's hard to see outbound calls generated by AI as anything other than robocall spam.
I did some freelancing around LLMs for startups and I can't tell you the amount of times I've had to reject "great ideas" that were just about spamming people. Almost had a big red sign "no outbound!"
Re: Build an AI telephony agent for inbound and outbound calls
#38Personally, it's hard to see outbound calls generated by AI as anything other than robocall spam.
I would like to use AI to talk to those spammers/scammers. When the adversary is using AI why shouldn't we to defend from it.
Re: Build an AI telephony agent for inbound and outbound calls
#39Hi I am Sagar, We just open-sourced a complete framework to build an AI-powered telephony agent that can handle both inbound and outbound calls—using Python, SIP, and cloud LLMs like OpenAI or Gemini. You can use it to create smart appointment bots, voice feedback collectors, or even enterprise IVR systems. It’s modular (plug in your SIP provider or AI model), production-ready, and extensible for real-time workflows.…
I'm still getting to grips with all this AI stuff but I do know SIP n RTP rather well. Your project looks ideal for me to play with. My initial project will be to replace my aging parent's and my home FreePBX IVR with something a bit more useful. At the moment it requests you press 1 to make the phones ring and that drops pretty much all unwanted calls but that will soon be automatically defeated. I do also have some…
Re: Build an AI telephony agent for inbound and outbound calls
#40we tried to build something similar lately for outbound calls (for simple reminders to partners) and faced massive issues using gpt-4o-realtime-audio. Noise detection, turn detection, random telephony issues (we were using Twilio too), prompt not holding together, and more. We dropped the project because it would have resulted in a terrible experience for the person on the other side of the phone. Building these thin…