FAST TV platform: a primer for AI labs and agent builders
FAST channels look like simple linear streams. Underneath, they combine media processing, scheduling, metadata, playout, advertising, monitoring, rights rules and operational recovery — which makes them a natural software world for evaluating coding agents.
The internet-native version of lean-back TV.
FAST is free ad-supported streaming TV. A viewer opens a smart-TV app, a connected-TV platform or a web player and watches always-on channels — no subscription — funded by advertising. It feels like traditional television: channels, schedules, program guides, breaks and continuous playback.
But a working FAST channel is not a video playlist. The stream a viewer sees is the output of a chain of systems that each have to be correct — and stay correct, around the clock.
Both a media product and an operations system.
It carries time, state, contracts, failures and business rules — all at once, all the time.
A bug may only surface at 2:00 AM, during a rights-window transition, or when a schedule rolls over.
A channel moves from draft → validated → published → live → monitored → reconciled.
Media analysis, scheduler, EPG, playout, ad markers, monitoring and reporting all have to agree.
Missing files, bad durations, broken metadata, invalid ad breaks, expired rights, repeated content and stale schedules.
A technically valid schedule can still violate programming strategy, sponsor rules, rights or distribution requirements.
A living operational system, not a toy bug.
Many coding benchmarks test whether an agent can edit code. FAST World tests whether an agent can understand and repair a living operational system — reasoning across services, time, data, business rules and observable system behavior.
Every task starts from a controlled state and grades on outcomes: is the schedule valid, does the EPG match playout, do the as-run logs reconcile, is the API state correct.
[ see FAST World on the home page ]Synthetic, grounded in real operations.
FAST World is an independently developed synthetic software world. It needs no customer data, production credentials or transferred platform assets. It is grounded in real media-platform operating patterns, but implemented as a new, deterministic environment built for agent evaluation and training.
Watch the machinery in action.
The live FAST World TV demo shows the viewer-facing output of channels created through ChannelForge. This primer explains the platform machinery behind that experience — and why that machinery makes such useful long-horizon tasks for coding agents.
Build agents that can handle the real thing.
Working with foundation-model labs, coding-agent companies, computer-use teams and post-training researchers.