docs(efficacy): rewrite the benchmark README for its operator - #1846
Merged
Merged
Conversation
The README gets the same review the design had. Wrong claims removed: - "the same turn limit": there is none; trials are bounded by budget and timeout - "the evidence check is the only check on it": the control fixture checks the judge too - "Still to come: nothing": trials have run Missing parts added: - the control fixture and the second judge - `security.py`, `reuse.py`, `withdrawn.json`, `control/`, the arms' `generation.json`, and the brief and change-prompt files, in the path table Outdated for round 3: - `--arms` examples run all five arms - the "two arms are reused" reason for `--arms` is gone, in the README and in `harness.py`'s help - reuse shrinks to its own short subsection - security notes it becomes primary from round 3 Structure: - the scoring section splits into scoring, judging, security, reporting, one run at a time, and reuse - "How a trial ends" becomes a section, not a lone subsection - dense paragraphs become rule, bullets and a one-line why - a judging diagram - "What the arms receive" and the hidden suite's validation history point to the design instead of repeating it "Pre-registered" is replaced in the current docs and code comments that still used it. The dev journal keeps it as written. 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 README review (fix 20 of the owner's 2026-09-24 reading), the last of the four PRs after #1843, #1844 and #1845.
What changes
Wrong claims removed
Missing parts added
judge.py --cli claude, control only)security.py,reuse.py,withdrawn.json,control/,arms/<arm>/generation.json,brief.txt,change-prompt.txtOutdated for round 3
--armsexamples run all five arms--armsno longer claims "two of the arms are reused", in the README and inharness.py's help textStructure
"Pre-registered" sweep
The word is replaced in
harness.py,security.py,docs/SPEC.md,design-notes.mdandtesting-ai-assets.md.design-notes.mdalso changes "three arms" to "five arms". The dev journal keeps the word as written, being history.Code changes are comments and help text only.
Checks
Harness self test 93/93, security 20/20.
--helpshows the new--armstext. Smoke: 33, 0 failed.sync.py --checkpasses. Conformance: 0 failed. No new prose line exceeds 88 characters.Changelog
No entry. This covers the benchmark's own docs and tooling, and nothing a consuming project reads.
🤖 Generated with Claude Code