Chapter 10. Interfaces for Human Review
Automated evaluators (Chapter 5) handle most of the monitoring, but humans still review a sample of traces regularly to catch issues the evaluators miss and to keep evaluators calibrated as the team’s understanding of quality evolves (the criteria drift we discussed in Chapter 4). The question is how to do that review efficiently. LLM traces are complex. A single trace can include the user query along with multiple tool calls with structured arguments, retrieved documents, intermediate reasoning, and the final output. Reviewing these in a spreadsheet is painful, so we have found it very useful to build our own review interfaces. Not only is it easier to get through more traces, we end up actually wanting to look at more of our data, for as long as we are able to keep discovering new failure modes.
In this chapter, you will learn:
-
Why custom review interfaces work better than spreadsheets and generic tools
-
Key interface principles from Human-Computer Interaction (HCI) that apply to reviewing LLM agent outputs ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access