Indie developer Pieter Levels has launched a 24/7 AI-generated TV channel called Infinite Slop, where viewer chat prompts get turned directly into video clips faster than a human can watch them. The stream runs on MiniMax H3 Max, a speed-tuned model that renders 5 seconds of video in under 3, but it costs roughly $4,000 a day to keep running and has already been banned from Twitch and Kick. It's a preview of what happens when AI content generation outpaces both consumption and moderation.
What Infinite Slop Actually Is
Infinite Slop is an autonomous, viewer-directed livestream: whatever gets typed into the chat becomes the next clip, and the system tries to stitch each new clip into the last one to hold together a loose, ongoing story. Levels didn't originate the underlying idea: fal.ai engineer Rehan Sheikh had already wired the same fast model to a livestream first. Levels made it interactive and shipped it publicly, and it caught on immediately: 37,000 people watched on day one, enough that Levels registered InfiniteSlop.ai as its own domain rather than leaving it a side experiment.
@itsmechase summed up the launch on X: "Pieter @levelsio built a perpetual, AI-generated livestream that updates based on whatever people put in the chat and tries to maintain a consistent story. Over 500 people watching!" @alexqlark zeroed in on why it works at all: it's only possible "because fal post-trained MiniMax H3 into a variant called Max that renders clips faster than you can watch them, so the stream never has to loop."
Levels has been openly critical of AI content flooding the internet lately (he's complained about reviewing 80+ near-identical AI startup submissions and warned about a "Dead Internet" future), so naming his own project "slop" reads as half experiment, half self-aware bit. He's described the whole thing as a bit dystopian rather than pretending it's meaningful art, and the wider reaction agrees: more curiosity than cinema.
The Model Behind It: MiniMax H3 Max
The entire format only works because of one technical unlock. MiniMax H3 is a Chinese open-weight video model; fal.ai tuned a variant called Max specifically for latency, and the result generates video roughly 50x faster than standard models: 5 seconds of video in under 3 seconds of compute. That's faster than human consumption speed, which is what lets the broadcast run continuously without ever needing to buffer or loop.
The model also generates native, synchronized stereo audio in the same pass as the video, which eliminates a separate audio pipeline and the stitching lag that comes with one. The trade-off is fidelity: H3 Max sacrifices output quality for speed, runs only via API, is prone to character face drift, and can't produce 4K master-level video. It also struggles badly with rendering readable text: neon signs, on-screen labels, and similar detail tend to come out garbled.
Levels also built an automated news-ingestion layer on top of the interactive chat: a scraper that watches X and Hacker News and converts breaking tech stories into a live, automated news segment inside the feed.
Why Twitch and Kick Banned It Within Hours
Generative livestreams break platform moderation in a specific way: because the video is synthesized in real time, there's no pre-recorded file for a platform to review before it airs. Nothing exists to check before the world sees it. That's what forced Infinite Slop off Twitch and Kick almost immediately, and pushed the stream to migrate to Kick, Rumble, and YouTube instead. For anyone building an interactive AI system that takes public input, this is the real constraint: real-time LLM moderation filters on user prompts aren't optional if you want to stay on a mainstream platform.
The $4,000-a-Day Problem
Running Infinite Slop 24/7 at 480p is estimated to cost around $4,000 per day (roughly $0.025 to $0.08 per second of generated video, depending on resolution and volume discounts). That's before the stream earns a cent back. Standard ad revenue doesn't come close to covering it. Right now, always-on AI channels like this one function as viral marketing stunts or affiliate referral engines, not standalone businesses. It's a useful reality check for anyone picturing an "always-on automated content channel" as a low-effort income stream: the tech is real, the unit economics currently aren't.
The Format Is Already Spreading Faster Than Credit For It
A separate, independently-built copycat is already outperforming the original on engagement. A r/LocalLLaMA post titled "SlopTV" (275 upvotes, 91 comments) describes someone running the same concept on their own hardware: "You type 'capybara dj underwater rave', an LLM inflates it into a 400-word structured video prompt, one of my 5090s renders 15 seconds of it with MiniMax H3, and it airs on the same stream you typed into... Inspired by [Infinite Slop]." It's the single highest-engagement thread in the entire research sweep for this topic, ahead of anything mentioning Levels by name, which says something about how fast the format itself is replicating independent of who gets credit for it.
An Unexpected Spinoff: AI Video as a Game Engine
The most interesting second-order use of this technology shows up in games, not broadcasting. Instead of writing traditional game logic to calculate what happens when a player jumps off a ledge, a player's action gets fed into the video model as a text prompt, and the model generates the visual outcome directly, frame by frame. A separate vision model acts as referee, inspecting the generated frames to decide whether the player succeeded (for example, confirming whether a frame shows the character still hanging onto the ledge) and updating game state accordingly. It's an early, rough version of using a video model as a physics engine: no coordinates, no hitboxes, just a prompt in and an outcome out.
What This Means If You're Building With AI Video
Tuned, latency-focused models beat general-purpose ones for interactive work. H3 Max on fal.ai currently outperforms Western alternatives like Veo, Gen-3, or Kling on raw speed and real-time viability.
Validate cheap before you render expensive. Because 480p/768p generation is fast and inexpensive, build a "test flight" step where concepts, movement, and audio get validated at low resolution before a final high-fidelity render.
Design around the model's real limits. Don't build a workflow that depends on perfect character consistency or clean text rendering. Lean into surrealism, chaotic transitions, or image-to-video locking for character faces instead.
Moderation has to happen before generation, not after. If you're taking public input into a live generative system, real-time filtering on the prompts themselves is the only place you can actually catch a problem.
Native audio generation is worth the trade-off. Models that output synced audio and video in one pass save real compute and eliminate stitching lag versus running separate TTS and video pipelines.
FAQ
What is Infinite Slop?
Infinite Slop is a 24/7 AI-generated livestream created by developer Pieter Levels, where prompts typed into the chat are turned directly into video clips in real time, with the system trying to connect each new clip to the last for a loose ongoing story.
What model powers Infinite Slop?
It runs on H3 Max, a latency-tuned variant of the open-weight MiniMax H3 video model, optimized by fal.ai to render 5 seconds of video in under 3 seconds, about 50x faster than standard AI video models.
How much does it cost to run?
Running the stream 24/7 at 480p costs an estimated $4,000 per day, which is not currently covered by standard ad revenue. It functions more as a marketing stunt or referral engine than a profitable standalone channel.
Why did Twitch and Kick ban it?
Because the video is generated in real time, there's no pre-recorded file for the platform to review before broadcast, which conflicts with standard content moderation requirements on major platforms.
Watch the full breakdown:
Want daily breakdowns like this one in your inbox? Head to joebuildsai.com for more AI playbooks and automations for solo builders and small teams.

