Product Thumbnail

Peakflo AI Voice Agents

Human-like AI that automates business calls at scale

Productivity
Customer Communication
Artificial Intelligence

Meet Peakflo's AI Voice Agents – your humanlike, scalable, always-on team member that handles business ops calls, retains memory, triggers logic based actions and updates your system of record in real time.

Top comment

Hey Product Hunt Community! 👋

I’m Saurabh, co-founder of Peakflo (YC W22), and I’m super excited to launch Peakflo AI Voice Agents!

During conversations with our clients, one challenge stands out across industries (whether thats in insurance, healthcare or even logistics): teams spend countless hours on calls, follow-ups, and manual system updates — a time-consuming, inefficient use of talent.


We launched AI Voice Agents (like Jason & Carrie) that have been in a closed beta with a leading regional insurance carrier for time-sensitive and high volume claims intake processing (https://peakflo.co/industries/insurance). We are now doing a full public rollout where these AI agents will be able to:

✅ Make calls with prior consent at scale

✅ Receive calls 24/7 with instant pickups and TAT

✅ Access your datastores to give contextual answers

✅ Integrate with your CRM, ERP, and helpdesk tools

✅ Remember context from past conversations

✅ Take action and trigger workflows based on responses

✅ Evaluate interactions with AI scoring and improve over time

✅ Speak multiple languages and dialects

We’d love your thoughts, feedback, and ideas. And if you’ve got a use case you want to automate — drop it below, we’re all ears!

You can signup on the website and we will give you an account that you can use to build out your own voice enabled workflows: https://peakflo.co/ai-voice-agents

Comment highlights

Overall, looks very interesting! Definitely this will help cut down the number missed calls, but I am curious about one thing. What do the customers on the other line feel or say about talking to a AI voice agent? I remember there were studies done where people were not as comfortable for robotic agents talking very similarly to humans but were okay when they were more robotic. Regardless, curious to see how far this will go!

Love the idea behind your AI voice agents! How customizable is the voice behavior? Can teams tailor tone/personality to match their brand vibes?

an actually good use case for voice ai -- i want to spend less time doing boring stuff

Congrats! Does it integrate with CRMs or ERP systems out of the box?

👋 Hey Product Hunt!

I'm the CTO at Peakflo, and I want to share something we've been building in stealth: our AI agents that act as a real person across all possible channels of communications.

The problem we had to solve

Imagine this: a customer texts you on Monday, calls on Wednesday, then emails on Friday. Most AI systems handle that like the protagonist from movie "Memento" waking up with no memory and every conversation starts from scratch.

For insurance and finance, this is a dealbreaker. When someone asks “What’s the status on that thing we discussed?”, the agent needs to know exactly what “that thing” was whether it was mentioned in a phone call last week or a WhatsApp message yesterday.

Our omni‑channel approach

We built Peakflo agents to work seamlessly across:

  • 📞Phone calls: The core voice experience.

  • 💬SMS: Quick updates and reminders.

  • 🟢WhatsApp: Increasingly popular for business communication.

  • 📧Email: Formal correspondence and document sharing.

  • 🧑‍💻Web chat: For those who prefer typing.

  • 🧑‍💼CRM: Hubspot, Salesforce, ...

  • ✚ many other channels...

The hardest part is making the AI remember context across all of them.

The two‑tier memory architecture

  1. Short‑term memory: Message history

For recent interactions (last few days/weeks), we use the actual conversation history. This gives us:

  • Verbatim recall: Exact phrasing and context.

  • Precision: Ability to reference specific details.

  • Immediacy: Fast access to recent conversations.

Think of this like working memory with immediate access to what just happened.

  1. Long‑term memory: Summarization + vector search

For older interactions or high‑volume customers, storing everything becomes impractical and slow. So we:

  • Generate structured summaries after each interaction:

    • Key topics discussed

    • Action items and outcomes

    • Customer sentiment and preferences

    • Important dates, amounts.

  • Use vector embeddings for semantic search:

    • Convert summaries and key data into embeddings

    • Retrieve relevant context even when wording differs

    • Example: “payment issue” finds “billing problem” from 3 months ago

Why this matters in regulated industries

In insurance and finance, you can’t afford to:

  • Ask customers to repeat themselves

  • Lose track of commitments made in previous calls

  • Miss context that affects compliance or risk

Our approach means:

  • Compliance: Complete audit trail across all channels.

  • Consistency: Same information regardless of how customers reach us.

  • Efficiency: Agents don’t waste time catching up on history.

  • Trust: Customers feel heard and remembered.

Technical choices we made

  • Vector DB: We chose pg_vector because we love postgres and generally find it the fastest and easy to use given our stack.

  • Summarization: Special summarisation agent is being triggered after 1 hour from interaction finish, and produces schema‑constrained summaries immediately after each conversation.

  • Hybrid retrieval: We combine:

    • Exact keyword matching for policy numbers, amounts, and dates

    • Vector similarity for semantic understanding

    • Recency weighting so fresh interactions rank higher

When a customer reaches out on any channel, our agent:

  1. Instantly retrieves short‑term message history.

  2. Searches long‑term memory for relevant past interactions.

  3. Synthesizes a complete picture before responding.

  4. Updates memory after the conversation.

Happy to answer any technical questions about our implementation!

Congrats with the launch! Curious: are there any features that make you stand out from the competitors?

Congrats on the launch, I find the voice is so key so looking forward to comparing to the competitors to see how "human sounding" it is. 

Having AI voice agents that can actually remember past conversations and trigger workflows is terrific for repetitive follow-ups. Are there plans to let users customize agent personalities too? Anyway great launch team!