fix: RESULTS decline-type note + backend-aware outage toggle - #31
Merged
Merged
Conversation
…n deterministic backend The live-gpt-4o accuracy is 99.0% because two impossible tasks are scored as misses: the agent correctly refused both but declined on a stock shortfall where the label expected a budget walk-away. Both are valid reasons to refuse the same impossible order, so they are correct declines with a stricter-than-necessary label, never a wrong order. The results generator now emits a sentence saying so whenever accuracy < 100%, so a judge does not have to ask; RESULTS.md is re-rendered from the committed results.json, no numbers changed. Also: the playground "Model down" toggle called /dev/chaos, which returns 400 on the deterministic offline backend (nothing to take down). The toggle is now shown only when the backend can actually be taken down (openai/groq/anthropic), so the reproducible fake backend no longer logs a 400 on click. Full headless render audit is clean: 0 console errors, 0 failed requests across all six pages in light and dark. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01BLrj9TWybDCNw1mWxZgAks
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.
Two small fixes plus a clean frontend audit.
/dev/chaosreturns 400 on the deterministic offline backend (nothing to take down), so the playground 'Model down' toggle now shows only when the backend can actually be taken down. A judge on the reproduciblefakebackend no longer sees a 400 on click.96 tests, ruff clean, console typechecks and builds.
🤖 Generated with Claude Code
https://claude.ai/code/session_01BLrj9TWybDCNw1mWxZgAks