The economics of human feedback
Every design choice in the 2017 paper eventually reduces to the same question: how many minutes of a stranger's attention can this afford to cost? Learning a complex behavior from feedback on less than one percent of an agent's interactions is the headline result, but it only works because every other piece, clip length, which pairs get queried, who does the labeling, is tuned against that same scarce budget.
The walk runs from that headline efficiency number through the clip-length and query-selection choices that protect it, into the contractors who actually spend the budget, and closes on the paper's own arithmetic pricing compute against labor.
Every method in the 2017 paper answers to a single constraint, how many minutes of a non-expert human's attention the system can afford to spend, and this theme is the paper's own accounting of that budget. Human-feedback sample efficiency is the headline result the budget makes possible: complex tasks and novel behaviors learned while a human labels less than 1% of the agent's environment interactions, roughly three orders of magnitude less than per-timestep feedback would require. The trajectory segment keeps each individual query cheap, a clip of one to two seconds rather than a full episode, and clip-length effects on human evaluation is the finding that justifies that specific length: shorter clips take a rater longer to understand relative to the information they convey, so the paper picks the shortest length for which evaluation time still scales linearly with duration. Uncertainty-based query selection spends the budget on the comparisons a reward-predictor ensemble disagrees about most, while expected-value-of-information query selection is the more principled criterion the authors flag as future work but do not implement. The contractor preference-labeling protocol is where the budget is actually spent: paid contractors, briefed with a one-to-two sentence task description, compare clips through a keyboard-driven interface at a pace of a few seconds per query. Label annealing tapers the query rate over the course of training, front-loading the budget when the predictor needs it most. Compute vs. human feedback cost analysis is the paper's own closing arithmetic, finding that its roughly $25 of Atari compute is already comparable to the roughly $36 of minimum-wage labor behind 5,000 labels, the calculation that made oversight of deep RL look economically practical for the first time.