feat(prose-tests): walk on Sonnet, judge on Opus, escalate a failure#564
Open
leeovery wants to merge 1 commit into
Open
feat(prose-tests): walk on Sonnet, judge on Opus, escalate a failure#564leeovery wants to merge 1 commit into
leeovery wants to merge 1 commit into
Conversation
Both agents were put on Opus back when a walk was judged by the single message an agent returns. A compressed closing summary read as a skipped step, the walker looked unreliable, and the answer was to spend more. With the walk now captured turn by turn the reason is gone. Measured rather than assumed: a Sonnet walk of implementation-picks- first-task passes every path step with quoted evidence, an identical world, and no markers. An Opus walk of the same case made the same calls in the same order. Across both cases and both models the code-checked layer came out identical. Sonnet also declined a system-reminder pushing auto-mode bias against stopping, citing the prose line that names harness auto mode as the thing to ignore — the STOP-gate discipline the pipeline depends on. Judging stays on Opus. It is the cheaper half by far, one prompt in and a verdict out, and it is the half the result rests on. A FAIL is rerun once on Opus. A failure is where spending more is worth it, and a defect a stronger walker also hits is a defect. That escalation happens in the moment, never by editing the definition — so a routine run is always the model the definition names, and the model of every walk is recorded and reported either way, which keeps an escalated rerun from being read as a like-for-like one. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This was referenced Jul 26, 2026
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.
Summary
implementation-picks-first-taskpasses every path step with quoted evidence, identical world, no markers. An Opus walk of the same case made the same calls in the same order. Across both cases and both models the code-checked layer came out identical.Test plan
identical: true, all three deterministic checks PASS, zero markersdesign/prose-tests.mdP6 rewritten to match🤖 Generated with Claude Code
Stack