Telephony interview coaching
AI Interview Coach IVR
Call a number, run a mock interview, and get scored on how you actually spoke.
- Analysis dimensions
- 4 per answer
- 2025
The problem
Interview practice tools are text-based, so they never test the thing that fails under pressure: speaking.
What made it hard
Feedback has to arrive inside the call, which caps how long any model call can take.
Architecture
- 01Twilio handles the call and speech-to-text
- 02GPT-4 generates follow-up questions from the answer given
- 03MurfAI returns natural speech for the next prompt
- 04Postgres stores sessions and tracks progress across attempts
Outcomes
- Scores each answer on speech rate, filler words, confidence and clarity
- Tracks improvement across repeat sessions per user
- JWT-authenticated REST API over Sequelize