PATTERN Cited by 1 source
Fleet-mode broadcast operations¶
Treat concurrent live events as a fleet under centralised dashboards, not as isolated launches in isolated rooms. Each operator oversees many events through a dashboard that surfaces only the events requiring intervention, with role specialisation allowing asymmetric operator-to-event ratios across inbound, outbound, and qualitative work.
The pattern¶
Netflix's 2026-04-17 Human Infrastructure post describes the move from isolated broadcast control rooms (one room per event) to a fleet layout explicitly: "Rather than treating every live broadcast as an isolated launch in its own room, the TOC treats live events like a fleet. It centralizes operations and distinctly separates the traditional broadcast functions from the streaming functions to maximize human efficiency."
Three composable rules:
- Role-specialise operators so each operator's work is narrow and trainable. (concepts/broadcast-operator-role-specialization)
- Assign different operator-to-event ratios per role based on whether the work is dashboardable (1:N) or requires per-stream qualitative attention (1:1).
- Centralise dashboarding for the dashboardable roles so a single operator can oversee many streams and only intervene on deviation.
Netflix's TOC instance¶
- TCO (inbound signals) — 1:5
- SCO (outbound feeds) — 1:5
- BCO (qualitative QC) — strict 1:1
This shift enabled Netflix to run "up to 10 concurrent events a day for massive global tournaments" without per-event-pair rooms — the prior Phase-3 co-pilot model would have required 20 BCOs in 10 paired rooms to cover 10 concurrent events.
When fleet mode is wrong¶
For the highest-reliability events — "major holiday football games" in Netflix's framing — the fleet-mode ratios are overridden by Big Bet mode, which dedicates an entire BOC to a single event. Fleet mode trades per-event operator attention for concurrency; Big Bet trades concurrency for per-event operator attention.
Seen in¶
- 2026-04-17 — sources/2026-04-17-netflix-the-human-infrastructure-live-operations — canonical wiki instance. Netflix's TOC is the fleet-mode broadcast operations layout.