JokeDial
AI-powered prank calls you can set up in seconds
jokedial.comJokeDial is a small side project I built to see how far I could push AI voice models for something fun rather than useful. You pick a scenario, enter a phone number, and the AI calls your friend and improvises a conversation on the fly.
The whole thing runs on top of realtime voice models, which means the AI actually listens and reacts to whatever the person on the other end says. That makes it a lot funnier than the old “press 1 for prank A” style soundboard calls, because it can adapt when someone catches on or tries to mess with it.
It was mostly an experiment in plumbing a realtime voice model through a telephony provider and seeing what breaks. The answer, unsurprisingly, is “a lot of things”, but it was a great excuse to learn how that stack fits together.