Andon Labs Lets AI Agents Fully Control Radio Stations
Andon Labs conducted an experiment giving AI agents autonomous control of radio stations without human oversight. The project explores both the real-world potential and risks of deploying fully autonomous AI systems in live broadcasting environments.
May 19, 2026

The skeptic and the builder
Skeptic: Radio is a solved problem. Why does AI autonomy matter here?
Builder: Because radio is a real-time system with no undo. You can not roll back a broadcast. The agent has to sequence content, manage transitions, respond to the clock, and handle failure states with no human fallback. That is a better test of autonomous reliability than most chat demos.
Skeptic: But the stakes are low. Nobody cares if an AI radio station plays two sad songs in a row.
Builder: That is exactly the point. You want to observe failure modes where the consequences are low before you deploy the same architecture where they are not. AI-controlled broadcast is a sandboxed version of AI-controlled anything-with-a-real-time-output-stream.
Skeptic: So this is rehearsal infrastructure, not product.
Builder: Yes. That is the honest read.

What Andon Labs said about why they built this
"We wanted to see what happens when you remove the human from the loop entirely, not just automate individual tasks but give an agent genuine end-to-end ownership of a running system."That framing is doing a lot of work. The distinction between automating tasks and giving an agent "end-to-end ownership" is the actual research question here. Most AI deployments in 2024 and 2025 are task-level: the human decides what to do, the AI does the specific thing, the human checks the output. Andon FM inverts that. The agent decides what to do, does it, and monitors itself. The risk that surfaces in that inversion is not the agent playing bad music. It is the agent encountering an ambiguous situation - a content rights conflict, a technical failure in the audio pipeline, an unexpected API response - and making a decision that compounds rather than recovers. Human operators handle ambiguity by escalating. Autonomous agents handle it by choosing. Whether those choices are recoverable depends entirely on how the failure states were designed, and most failure state design is discovered by breaking things in production.
How the options compare
| Approach | Human oversight | Failure recovery speed | Content quality consistency | Operational cost |
|---|---|---|---|---|
| Traditional radio (human staff) | Continuous | Seconds | High variance by shift | High |
| Automated radio (scheduled playlists) | Setup only | Next scheduled check-in | Predictable but static | Low |
| AI agent radio (Andon FM model) | None by design | Depends on agent error handling | Variable, context-dependent | Low to medium |
Where autonomous audio agents break
The failure mode that matters here is not the dramatic one. It is not the AI saying something offensive or playing a three-hour loop by accident. Those are recoverable and visible. The failure mode that is harder to catch is content rights. Radio broadcasting involves performance licenses, and those licenses have conditions. A human programmer knows, roughly, which tracks are cleared and which require additional clearance for certain broadcast types. An AI agent operating without that institutional knowledge can queue content that is technically a rights violation, and because the violation is not immediately audible in the output, it does not surface until a rights holder's monitoring system flags it. By then the broadcast has already happened. Tools like ElevenLabs have spent significant engineering time on exactly this problem for generated audio: building licensing frameworks into the generation layer itself. Andon FM is working with existing music, which shifts the problem to selection and clearance rather than generation, but the failure class is the same. The agent does not know what it does not know about rights status, and no one is watching to catch the gap.The number that defines the experiment
0
human interventions across 24+ hours of live broadcast
Tools mentioned in this article
ElevenLabs
AI voice generation that's genuinely hard to tell apart from a real person
Try ElevenLabs Free →Comments
Leave a comment
Some links in this article are affiliate links. Learn more.