The idea
Most AI voice products are built around a generic assistant.
ALL-LLLM Pod explores a different model: what happens when the interface is a recognizable conversational persona with continuity, voice, and its own interaction style?
The project started as an AI podcast format, but the underlying system is really about building believable, responsive voice agents.
What it does
- Lets users speak naturally to AI personas
- Transcribes speech
- Routes conversation through local or remote language models
- Generates persona-conditioned responses
- Synthesizes speech
- Supports conversational state and multimodal interaction
- Runs across macOS and iOS
Core loop
User speech
โ
ASR
โ
Conversation + persona context
โ
LLM
โ
Response text
โ
TTS
โ
Spoken character response