Too Long; Didn't Watch — Summary
Quip Slop is an AI-driven game where different LLMs compete to provide the funniest responses to prompts, streamed 24/7 to Twitch using a custom-built headless browser and FFmpeg pipeline.
Loading summary...
4 min read (75% time saved)
Quip Slop is an AI-driven game where different LLMs compete to provide the funniest responses to prompts, streamed 24/7 to Twitch using a custom-built headless browser and FFmpeg pipeline.
Quip Slop is a new side project designed to determine which AI model is the funniest. The game flow involves one model creating a prompt (e.g., a fill-in-the-blank), two models responding, and the remaining models—along with Twitch viewers—voting on the best answer. The project aims to scale to tens of thousands of users and features a live leaderboard.
Development began with a Command Line Interface (CLI) to test the core logic without the complexity of a UI. This phase focused on the 'model-to-model' interaction loop. Initial tests showed that models like DeepSeek were capable of providing solid, context-aware answers to humorous prompts.
Early versions suffered from repetitive prompts (e.g., constant jokes about grandmas or funerals). To fix this, the system prompt was updated to include a rotating selection of 60-80 examples drawn from a larger database of 870 prompts. This ensured every run had a unique context. Additionally, strict system instructions were implemented to force models to be concise (under 12 words) and avoid conversational preamble.
While a WebSocket server was initially hosted on Railway using Bun, IP spoofing issues led to a pivot. The voting system was moved to Twitch integration to leverage existing user authentication and avoid the complexities of building a custom OAuth system.
To broadcast the game 24/7, a custom streaming engine was built.
canvas.captureStream() API is used to grab video data directly from the browser.ffplay for "dry runs" to verify the video output locally before going live.Immediately upon going live, the server was hit by a DDoS attack involving over 10,000 fake connections, causing service disruptions. During the troubleshooting process, the developer accidentally displayed his environment variables on screen twice, leading to a leaked Twitch stream key that required an immediate reset.
The project concludes with a showcase of T3 Chat's new features, including a $50 high-tier subscription and a "canvas mode" for image generation. Viewers are invited to participate in the Quip Slop stream and test the limits of the AI models themselves.
"We can finally learn once and for all which AI is funniest."
"FFmpeg is such an underrated thing... a lot of people know it exists, but not a lot of people understand how powerful it is."
"Vibe coding. Not even once."
— (Said after accidentally leaking a stream key for the second time)
Summarize another video
Press ⌘K to quickly paste a new URL

Theo - t3․gg
4 min read

Zen van Riel
4 min read

Greg Isenberg
4 min read

Alex Ziskind
5 min read

Greg Isenberg
8 min read

No Priors: AI, Machine Learning, Tech, & Startups
6 min read