cd /news/large-language-models/gvs5h-five-qwen3-8-27b-models-match-… · home topics large-language-models article
[ARTICLE · art-127658] src=github.com ↗ pub= topic=large-language-models verified=true sentiment=↑ positive

GVS5H: Five Qwen3.8-27B Models Match Claude Fable 5 on LiveCodeBench Hard

A training-free method called ledger-based zero-shot self-orchestration lifted open-weight Qwen3.8-27B from 69.2% to 92.4% pass@1 on the 100 latest hard LiveCodeBench problems, slightly exceeding Claude Fable 5's 90.4%, according to the GVS5H project. Orchestrated GPT-5.6-Terra reached 88.0% pass@1 at 19% of Fable 5's cost, and the method produced gains of up to 23.2 percentage points across nine open and closed-weight models, though some models were unchanged or worse. Transcript analysis attributed the gains to problem decomposition and persistent context, with code released under the MIT License and the paper and run data under CC BY 4.0.

read1 min views1 publishedSep 12, 2026
GVS5H: Five Qwen3.8-27B Models Match Claude Fable 5 on LiveCodeBench Hard
Image: Michielbdejong (auto-discovered)

Abstract. Frontier coding performance is typically bought with larger proprietary models at high cost. We introduce ledger-based zero-shot self-orchestration, a training-free method in which fresh instances of one model decompose problems and coordinate through a shared filesystem holding a plan, notes and current solution. Across nine open and closed-weight models on the 100 latest hard LiveCodeBench problems, the method yields gains of up to 23.2 percentage points on pinned backends and offers two routes to frontier-level accuracy. Orchestrated GPT-5.6-Terra reaches 88.0% pass@1 against Fable 5's 90.4% at 19% of the cost, and locally served, open-weight Qwen3.8-27B rises from 69.2% to 92.4%, slightly exceeding Fable 5. Gains are not universal: some models are unchanged or worse. Transcript analysis attributes the gain to decomposition and persistent context. Inference-time organization can approach frontier coding accuracy at a fraction of the cost, or slightly exceed it on self-hostable weights.

Needs uv and an API key for the model you want to test.

cd codebase/v2-current
export OPENAI_API_KEY=...

LCB_RELEASE=release_v6 \
ESCALATION_CLOUD_MAX_TOKENS=128000 \
ESCALATION_CLOUD_TIMEOUT=7200 \
MULTIAGENT_MODEL=openai:gpt-5.6-terra \
uv run --no-project --python 3.12 --with 'datasets<4' --with numpy --with anthropic \
  python escalation/run_bench.py --engine multiagent --only lcb --lcb 100 --parallel 8
  • --engine multiagent runs the manager;--engine single is the one-call baseline.
  • Other models: anthropic:<model> ,dashscope:<model> ,openrouter:<model> , each with its own*_API_KEY .
  • The pass@1 score prints at the end. Results are written to runs/results.json , workspaces toruns/ws/ .

Code is under the MIT License. The paper, figures and run data are under CC BY 4.0. The LiveCodeBench fork, the benchmark problem statements and the LaTeX template files keep their own licenses. See NOTICE.md for which license covers which path.

── more in #large-language-models 4 stories · sorted by recency
── more on @qwen3.8-27b 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/gvs5h-five-qwen3-8-2…] indexed:0 read:1min 2026-09-12 ·