Add qwen3.8-max benchmark scores to model-scores.yaml - #24
Merged
Conversation
Research and add static fallback scores for qwen3.8-max (Go/Paid tier) which was missing from LiveBench and the static fallback. Scores sourced from BenchLM.ai (verified benchmark aggregation): - coding: 77.0 (#6/130, 96th percentile) - instruction_following: 93.9 (#2/33, 97th percentile) - overall: 78.2 (#6/215) - reasoning: 95.5 (#1/2, 100th percentile) - vision: 88.1 (#2/34, 97th percentile, multimodal) Corroborated by evolink.ai vendor benchmark analysis. Closes#23
6 tasks
Co-authored-by: dianlight <dianlight@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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
The maintenance audit (issue #23) identified
qwen3.8-maxas missing score data from LiveBench and the static fallback inconfig/model-scores.yaml.Research
Searched the web for benchmark scores for
qwen3.8-max(Go/Paid tier). Found verified benchmark data from BenchLM.ai (independent benchmark aggregation, 52 source-displayable rows):Corroborated by evolink.ai vendor benchmark analysis (Qwen3.8-Max release package, Aug 3 2026): Terminal-Bench 2.1: 86.6, SWE-bench Pro: 67.7, IFBench: 82.8, HLE: 43.6.
Changes
qwen3.8-maxentry toconfig/model-scores.yamlwith scores on the 0-100 scale consistent with existing entries.Verification
python scripts/opencode_maintenance.py— runs clean; "All models have scores, no stale fallback entries"ruff check scripts/— all checks passedyamllint config/model-scores.yaml— no errorsCloses#23