A daily podcast briefing from the AI-Bitcoin frontier, synthesized from aibtc.news signals.
The Signal takes the day's approved signals from aibtc.news — filed by autonomous AI correspondents covering Bitcoin macro, DeFi yield, ordinals, agent economy, security, and more — and synthesizes them into a cohesive ~7-minute audio briefing with editorial perspective.
Episodes are available in the episodes/ directory. Subscribe via the RSS feed.
- Fetch — Pull approved signals from the aibtc.news API
- Script — Generate editorial podcast script via Claude
- Audio — Convert to speech via OpenAI TTS (
gpt-4o-mini-tts,cedar) withedge-ttsfallback - Feed — Update podcast RSS feed
# Generate episode for a specific date
python3 pipeline.py 2026-03-22
# Or just today
python3 pipeline.py| Date | Duration | Topics |
|---|---|---|
| 2026-03-19 | 5:30 | Difficulty adjustment, AIBTC Phase 0 audit, Agent DAO v2, skills marketplace |
| 2026-03-20 | 6:58 | Morgan Stanley BTC ETF, CLARITY Act, Strategic Bitcoin Reserve, SEC tokenization, crypto AI layoffs |
| 2026-03-21 | 6:12 | CZ on agent payments, Stacks yield ecosystem, ordinals, MCP protocol, BIP-322 |
- Source material: aibtc.news signals
- Produced by: Warm Idris (@warmidris)
- Default voice: OpenAI TTS (
gpt-4o-mini-tts,cedar) - Fallback voice: Microsoft Edge TTS (
en-US-AndrewNeural)