Add/update skill card: claude-sonnet-5
Browse files- claude-sonnet-5.json +38 -0
- index.json +6 -0
claude-sonnet-5.json
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model": "claude-sonnet-5",
|
| 3 |
+
"provider": "anthropic",
|
| 4 |
+
"capabilities": [
|
| 5 |
+
"coding",
|
| 6 |
+
"creative_synthesis",
|
| 7 |
+
"instruction_following",
|
| 8 |
+
"math_reasoning",
|
| 9 |
+
"planning_agentic",
|
| 10 |
+
"world_knowledge"
|
| 11 |
+
],
|
| 12 |
+
"skill_vector": [
|
| 13 |
+
0.82,
|
| 14 |
+
0.8,
|
| 15 |
+
0.83,
|
| 16 |
+
0.76,
|
| 17 |
+
0.8,
|
| 18 |
+
0.82
|
| 19 |
+
],
|
| 20 |
+
"source": "benchmark",
|
| 21 |
+
"confidence": [
|
| 22 |
+
"medium",
|
| 23 |
+
"low",
|
| 24 |
+
"low",
|
| 25 |
+
"medium",
|
| 26 |
+
"medium",
|
| 27 |
+
"low"
|
| 28 |
+
],
|
| 29 |
+
"imputed_capabilities": [
|
| 30 |
+
"creative_synthesis",
|
| 31 |
+
"instruction_following",
|
| 32 |
+
"world_knowledge"
|
| 33 |
+
],
|
| 34 |
+
"support": null,
|
| 35 |
+
"subset_hash": null,
|
| 36 |
+
"date": "2026-07-14",
|
| 37 |
+
"notes": "Benchmark-derived skill vector, recalibrated 2026-07-14 by a 5-model council then cross-model reconciled. Claude Sonnet 5 (released 2026-06-30) led its system card with a non-standard suite (SWE-bench, Terminal-Bench 2.1, OSWorld, HLE, USAMO, GDPval) and did NOT publish GPQA/MMLU-Pro/AIME/IFEval, so three dims are imputed. Sourcing per dimension: coding=SWE-bench Verified 85.2% (third parties disagree 72.7/85.2/92.4); math_reasoning=USAMO 2026 79.5% (17-pt gap below Opus 4.8 96.7% — the key real signal); planning_agentic=Terminal-Bench 2.1 80.4% / OSWorld 81.2% (note: Terminal-Bench actually beats Opus 74.6%); instruction_following=imputed (unpublished); world_knowledge=imputed from HLE-with-tools 57.4% near-tie with Opus (GPQA unpublished); creative_synthesis=imputed. Kept strictly below Opus 4.8 on coding/math/world_knowledge to fix the routing collapse where the prior placeholder [0.87,0.89,0.85,0.90,0.83,0.90] tied Opus and won 0% traffic. The matrix was rescaled to widen tier separation for routing. A `measured` extraction on the frozen probe set overrides this. See README.md."
|
| 38 |
+
}
|
index.json
CHANGED
|
@@ -27,6 +27,12 @@
|
|
| 27 |
"file": "claude-sonnet-4-6.json",
|
| 28 |
"source": "benchmark"
|
| 29 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
{
|
| 31 |
"model": "gemini-2.5-pro",
|
| 32 |
"provider": "google",
|
|
|
|
| 27 |
"file": "claude-sonnet-4-6.json",
|
| 28 |
"source": "benchmark"
|
| 29 |
},
|
| 30 |
+
{
|
| 31 |
+
"model": "claude-sonnet-5",
|
| 32 |
+
"provider": "anthropic",
|
| 33 |
+
"file": "claude-sonnet-5.json",
|
| 34 |
+
"source": "benchmark"
|
| 35 |
+
},
|
| 36 |
{
|
| 37 |
"model": "gemini-2.5-pro",
|
| 38 |
"provider": "google",
|