Members-Only
Recent Talks & Demos are for members only
You must be an AI Tinkerers active member to view these talks and demos.
HRMNY: Real-time LLM Voice Agent
A hands‑on walkthrough of the HRMNY Voice Agent platform, covering code architecture, real‑time LLM‑driven speech handling, transcript analysis, report generation, and lessons learned.
1.) I will walk through the code of the platform I have built.
2.) Mistakes I have made, corners I have cut and the things that have worked well
3.) How I use LLMs : specifically How/Why I used realtime-preview models for the Voice Agent and not used the traditional models that need STT and TTS.
4.) I use multiple LLMs in my product: 1 for Voice Agent (as stated above), 1 for Analyzing transcripts and 1 for generating reports that need to face HRs
Each Agent comes with its own set of instructions. And I can talk about how I manage (code-wise) using the LLMs.
I am right now exploring how to make the LLMs perform better and I can share those findings as I get them in the next few days