docs(design): rewrite the efficacy benchmark design for its reader - #1845
Merged
Merged
Conversation
The owner read the design section by section and found it dense, full of jargon, and out of date after round 3 was set to start anew. This rewrites it in plain language: - plain words, with jargon defined at first use - tables for settings, bullets for steps, a one-line reason after a rule - Mermaid diagrams for the verdict rule, the trial and the scoring pipeline - a worked example and an overview of `tariff` up front - every subsection numbered, and no section with a lone subsection - round history, dates and rejected alternatives moved into one decision log (§10), and the derivations into an appendix (§11) Content now matches the code and the decisions: - five arms and eight contrasts - the anchored judge, read three times, and the control fixture that checks it - only the tools and probes that actually run - the confounds the code already controls - a budget from measured round 1–2 figures - "Arm C runs", "18 runs" and "the evidence check is the only check" are gone Section 12 dissolves into §3, §5, §6 and §10. Code comments that cited §1.1, §11 or §12 now cite §1.3, §3.3 and §6.1. Part of #1767. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
The adherence and web-quality bullets, the report's record, the judge-noise paragraph, one long sentence and two long table cells become sub-bullets, lists and shorter cells. The context-engineering link moves out of the decision log to a note under it. Part of #1767. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #1767. This is the design-doc rewrite from the owner's section-by-section review on 2026-09-24, after the two PRs it depended on (#1843, #1844).
What changes
Readability
tariffwith the coffee example and a definition of SKU (§2.1).History out of the body
Content brought up to date
report.CONTRASTS(§6.1).hybrid's vendored templates. Row 1 now describes the refusal the harness actually makes.Code comments that cited §1.1, §11 or §12 now cite §1.3, §3.3 and §6.1. Comments only; no behaviour changes.
Checks
The report self test passes (83/83), as do
reuse(9/9) andgenerate_arm. Smoke: 33, 0 failed.sync.py --checkpasses. Conformance: 0 failed. I also checked every line outside tables and code fences: none is over 88 characters.For the reviewer
Changelog
No entry. This is the repository's own design document, and nothing a consuming project reads.
🤖 Generated with Claude Code