DealForge autonomously sources, scores, and writes investment memos on venture deals. Stop manually hunting.
1,180+ deals tracked · 22 AI investment memos · Updated daily
Show HN: A 24/7 live stream where AI writes a new song about the current time
A clock radio from the 1950s played music and showed the time. I wanted to see what happens when you combined an old idea with a new one — the music itself tells you the time. It's also hilarious.<p>This is a fully automated YouTube live stream. Every few minutes, a new AI-generated song plays. Every song is in a different genre. Every song's lyrics are about what time it is right now. The system generates them ahead of time using Suno's API, builds video segments with FFmpeg, and streams continuously via RTMP. There's no human in the loop and no pre-recorded content.<p>The core challenge is a scheduling problem: generation takes ~3 minutes, song durations are variable (2-4 min), and the lyric timestamp has to match the actual start time. The orchestrator tracks a rolling average of API latency and adjusts its lookahead window accordingly.<p>Stack: Python, Suno API, Pillow, FFmpeg.
This project is a clever technical demonstration of AI orchestration and real-time synchronization, but it currently functions more as a digital novelty than a scalable business. The heavy reliance on third-party APIs and the niche utility of 'time-telling songs' present significant barriers to venture-scale growth and defensibility.