#0412
`WRIT-FM`: a 24/7 AI radio station run by scripts, not agents
40radar
WRIT-FMAI radio project — 24/7 schedule from LLM and TTS
AI writes and voices the shows, but deterministic code controls the broadcast. The useful pattern is the boundary: generative content inside a boring, restartable pipeline.
- Five host personas use prompts, voices, tastes, speech patterns, and anti-patterns. The format turns raw
ChatGPToutput into repeatable programming. - The stack is
Python,ffmpeg,Icecast,Kokoro TTS,ACE-Step, and LLM CLIs. Cheap parts, but always-on ops becomes the real product work. - RSS headlines feed one show, then the model rewrites them in-station voice. That is more reusable than the radio concept itself: ingestion plus editorial persona.
- No model touches production controls or decides airtime. AI creates inventory; dumb scheduling, retry, and daemon scripts keep the system alive.
Source: www.reddit.com/r/OpenAI/comments/1tfxrjt/i_gave_chatgpt_Read original →