The End of One-Run Testing
Replace brittle exact assertions with evaluation criteria that allow harmless variation and block harmful variation. Create repeated-run tests that measure output distributions instead of…
6 section briefsThe public companion to Jason Arbon's book
All the major ideas, organized for search, citation, and practical use. No full manuscript, no downloadable book file, and no one-page endpoint containing everything.
Built for retrieval without giving away the book
Each page isolates one concept and gives an AI system or human reader the minimum useful package: why it matters, what to do, what evidence to save, and where the idea belongs in the complete book.
Chapter map
Replace brittle exact assertions with evaluation criteria that allow harmless variation and block harmful variation. Create repeated-run tests that measure output distributions instead of…
6 section briefsTurn tests into release evidence: cases, slices, traces, reviewer decisions, and explicit gates. Add metamorphic checks where equivalent inputs should preserve important behavior. Use…
8 section briefsEstimate behavior from samples without pretending the sample is the truth. Report confidence intervals and sample counts next to scores. Prefer paired comparisons when the same cases run…
5 section briefsChoose the statistical test based on the data shape: paired vs independent, numeric vs categorical, ordinal vs binary. State the null hypothesis before running the eval. Report effect size…
8 section briefsDefine the human measurement system before automating it with an LLM judge. Write rubrics with concrete evidence requirements and calibration examples. Measure disagreement instead of…
8 section briefsDefine what the eval is measuring, why it matters to users, and how the oracle works. Compare public benchmarks to product-specific evals; do not inherit benchmark blind spots…
11 section briefsTreat release as the start of real-world quality measurement. Create regression checks that tolerate acceptable variation while catching policy, tool, and safety regressions. Score…
5 section briefsInstrument the full AI pipeline: input, prompt assembly, retrieval, model call, tools, output filters, and user-visible result. Separate retrieval failures from generation failures in RAG…
11 section briefsAssume generated code that looks right can still be wrong in integration, security, privacy, permissions, and deployment behavior. Ask a different AI or review path to test code produced…
10 section briefsName the false-confidence pattern before proposing a fix. Replace pass/fail theater with distributions, blockers, slices, and examples that explain the release decision. Avoid prompt…
16 section briefsAct as the confidence engineer: connect product intent, code, tests, evals, traces, rollout, and business consequences. Translate AI quality into decisions executives, engineers, and…
1 section briefsAudit data, labels, raters, incentives, and deployment feedback as quality surfaces. Report slices and counterfactuals where user identity, language, culture, device, geography, or access…
11 section briefsThreat-model the AI system, not just the chatbot text box. Test every untrusted channel: user text, retrieved pages, tool output, files, OCR, hidden Unicode, images, and external APIs…
7 section briefsTreat frontier safety as a separate quality class from ordinary product bugs. Design dangerous-capability tests that measure misuse potential without teaching the dangerous content. Test…
7 section briefsUse model mechanics to design better tests: tokenization, context windows, sampling, logits, reward tuning, and multimodal pipelines all create failure modes. Test preference tuning for…
11 section briefsUse introspection as triage evidence, not proof of correctness. Compare internal signals across known-good, known-bad, ambiguous, and new-version examples. Treat attention, activations…
12 section briefsTest personalized behavior at N=1: the number of users can be one, and the product still has to be right for that person. Map dynamic UI surfaces: content, layout, actions, tone, ranking…
8 section briefsPrefer simulation and virtual worlds for speed, safety, and cost, then validate critical cases physically. Test embodied AI for do-no-harm defaults, safe inaction, recovery, permissions…
13 section briefsTranslate governance, ethics, and regulation into test inputs and evidence requirements. Track current laws and standards separately from timeless quality principles. Include the ethics of…
4 section briefsTurn the book into a concrete operating system for a team or repo. Start with a small quality system: cases, repeated runs, traces, rubric, slices, gate, monitor, and incident loop. Use…
11 section briefsPrepare for AI systems that generate variants, test them, flight them, measure them, and generate the next round. Assume validation compute will grow faster than generation compute as AI…
9 section briefsSection directory
194 briefs
No matching concept. Try a broader term.
The companion is the map