Skip to content
Regolo Logo
Benchmarks & Cost Optimization

Qwen3.8-27B Benchmarks: every test where Alibaba’s 27B model beats Claude Opus 4.6 Max

Alex Genovese
4 min read
Share

Qwen3.8-27B outperforms Claude Opus 4.6 Max on 16 of the 24 benchmarks in its official model card, with its largest wins in agentic coding (SWE-bench Pro: 61.7 vs 53.4), instruction following (IFBench: 79.5 vs 62.5), and computer use (OSWorld-Verified: 84.3 vs 72.7). It still loses on pure knowledge reasoning, including Humanity’s Last Exam (30.8 vs 40.0). All figures are vendor-reported by Alibaba as of the August 14, 2026 release.

TL;DR — Key Takeaways

  • Qwen3.8-27B is a dense 27-billion-parameter open-weight model (Apache 2.0) released by Alibaba on August 14, 2026, with a native 262,144-token context window and image/video input.
  • It beats Claude Opus 4.6 Max on agentic work: software engineering, office tasks, instruction following, desktop and mobile control.
  • It loses to Opus 4.6 Max on knowledge-heavy reasoning: GPQA Diamond, Humanity’s Last Exam, and Terminal-Bench 2.1.
  • Against Muse Glimmer-30B, the other open-weight comparator, Qwen3.8-27B wins every overlapping benchmark row.
  • Every number is self-reported by Alibaba; no independent reproduction existed at launch. Treat the table as a ceiling, not a floor.

What Is Qwen3.8-27B?

Qwen3.8-27B is a dense, open-weight vision-language model released by Alibaba’s Qwen team on August 14, 2026, under the Apache 2.0 license. It has 27 billion parameters (28 billion including the vision encoder), a hybrid architecture of 48 Gated DeltaNet linear-attention layers and 16 full-attention layers, and a native context window of 262,144 tokens, extensible to 1 million with YaRN. It accepts text, images, and video as input and runs on a single 24 GB GPU at 4-bit quantization.

Which Benchmarks Does Qwen3.8-27B Win Against Claude Opus 4.6 Max?

Agentic coding and knowledge work

BenchmarkQwen3.8-27BOpus 4.6 MaxWhat it measures in practiceWhy it matters
SWE-bench Pro61.753.4Resolving real GitHub issues end-to-end (harder “Pro” split)Strongest single signal for autonomous coding agents on real codebases
QwenSWEBench79.063.8Qwen’s in-house agentic software engineering suite (3-run mean, 8-hour timeout)Directional only — vendor-designed test
CoWorkBench70.768.2Long-horizon, multi-domain office tasks (in-house)Proxy for multi-step office automation
IFBench79.562.5Instruction following: obeying precise constraints and formatsWidest text-side gap; critical for reliable structured output in production
LiveCodeBench v690.388.8Fresh competitive-programming problems, contamination-resistantMeasures reasoning on unseen code, not memorization
DeepSWE 1.142.2not reportedAgentic coding in long sessions (Claude Code harness, 256K context)A win by absence — weight it lightly

Computer use and vision

BenchmarkQwen3.8-27BOpus 4.6 MaxWhat it measures in practiceWhy it matters
OSWorld-Verified84.372.7Operating a real desktop: clicks, apps, files, browserThe strongest result on the card (+11.6); key for RPA and desktop agents
AndroidWorld81.962.0The same, on Android devicesCore metric for mobile automation
SWE-MM38.627.1Multimodal software engineering: screenshots/designs to codeRelevant for front-end generation from mockups
ClawEval-MM (Pass@3 / Avg)57.4 / 56.952.5 / 54.7Multimodal agentic tasks; Pass@3 = success in at least 1 of 3 triesMeasures agentic robustness, not just perception
MathVision (with code interpreter)94.665.5Math from diagrams, with tool useCaveat: asymmetric prompting inflated the gap
BabyVision (with code interpreter)85.612.6Fine-grained visual reasoningSame fixed-prompt caveat
CharXiv RQ (with CI)90.266.0Reading scientific charts from papersUseful for technical document analysis tools
OmniDocBench 1.591.186.6Document parsing: OCR, tables, layoutDocument intelligence and data extraction
RealWorldQA85.973.9Understanding real-world photosEveryday spatial perception
ERQA65.540.8Embodied reasoning (physical space, robotics)Only relevant for physical/robotic agents

How Does Qwen3.8-27B Compare to Muse Glimmer-30B?

Qwen3.8-27B beats Muse Glimmer-30B on every benchmark row where both models have a reported score. Among dense open-weight models around 30 billion parameters, there is currently no contest on official numbers.

BenchmarkQwen3.8-27BMuse Glimmer-30B
Terminal-Bench 2.173.051.7
SWE-bench Pro61.751.2
IFBench79.577.0
GPQA Diamond89.283.5
Humanity’s Last Exam30.822.0
OSWorld-Verified84.365.9
CharXiv RQ (no CI / with CI)83.7 / 90.278.8
OmniDocBench 1.591.175.8

Where Does Qwen3.8-27B Lose to Claude Opus 4.6 Max?

Qwen3.8-27B trails Opus 4.6 Max on pure knowledge reasoning and raw terminal coding. The pattern is consistent: it wins on agentic execution and computer use, and loses on encyclopedic, ambiguous reasoning.

BenchmarkQwen3.8-27BOpus 4.6 MaxGap
Terminal-Bench 2.173.078.2-5.2
NL2Repo-Bench42.347.6-5.3
GPQA Diamond89.291.3-2.1
Humanity’s Last Exam30.840.0-9.2

Are the Qwen3.8-27B Benchmark Numbers Trustworthy?

All Qwen3.8-27B benchmark scores are vendor-reported by Alibaba and had not been independently reproduced at launch. Three specific caveats apply:

  1. Imported competitor scores. The SWE-bench Pro comparison uses Opus 4.6 Max’s official published score rather than re-running it in the same harness, so the two numbers are not perfectly comparable.
  2. Asymmetric prompting. On MathVision and BabyVision, Qwen used a single fixed prompt while competitors received the better of two prompt variants.
  3. In-house benchmarks. QwenSWEBench and CoWorkBench are designed by Qwen itself; treat them as directional signals, not proof.

Independent evaluations from third-party labs were still pending as of August 19, 2026. Until they land, read the official table as a ceiling on performance, not a floor.

What Should Builders Do With These Benchmarks?

The practical reading depends on workload type. For agentic execution — coding agents, desktop and mobile automation, document parsing — Qwen3.8-27B’s numbers, Apache 2.0 license, and 24 GB GPU footprint make it the strongest self-hostable candidate in its class as of August 2026. For knowledge-heavy, ambiguous reasoning, closed frontier models still lead. A routing architecture that sends agentic work to a self-hosted Qwen3.8-27B and escalates ambiguous knowledge tasks to a frontier API captures most of the quality at a fraction of the cost.


Frequently Asked Questions

Is Qwen3.8-27B better than Claude Opus 4.6 Max?

On Alibaba’s official model card, Qwen3.8-27B beats Claude Opus 4.6 Max on 16 of 24 benchmarks, mainly in agentic coding, instruction following, and computer use. Opus 4.6 Max still leads on knowledge reasoning benchmarks such as GPQA Diamond and Humanity’s Last Exam. All figures are vendor-reported.

What is Qwen3.8-27B’s SWE-bench Pro score?

Qwen3.8-27B scores 61.7 on SWE-bench Pro, compared to 53.4 for Claude Opus 4.6 Max’s official score. The comparison uses different harnesses, so treat the 8.3-point gap as approximate.

Can Qwen3.8-27B run locally?

Yes. Qwen3.8-27B is released under Apache 2.0 and runs on a single 24 GB GPU at 4-bit quantization. Full BF16 weights require roughly 55.6 GB of memory.

What is the context window of Qwen3.8-27B?

Qwen3.8-27B has a native context window of 262,144 tokens, extensible to 1 million tokens using YaRN.

Does Qwen3.8-27B support images and video?

Yes. Qwen3.8-27B is a natively multimodal vision-language model that accepts text, image, and video input.


Ship Private AI. Not Infrastructure.

You have the private AI App architecture, bow give it an inference layer built for production.

Regolo gives European teams fast, OpenAI-compatible access to Mistral, Llama, Qwen, DeepSeek, GLM, and more — with zero data retention, EU data residency, and no new SDK to learn.

Change your base_url. Keep your LangChain code. Start shipping.

🚀 Start your 30-day free trial →

Build, test, and deploy with no infrastructure to maintain.
No credit card. No migration project. No compromise on data control.

💬 Join the Regolo Discord →

Meet builders working on private RAG, local LLMs, LangChain, Ollama, and production AI systems. Share your setup, get feedback from the community, and speak directly with the Regolo team.

🤝 Talk to an AI Infrastructure Engineer →

Running a sensitive workload, scaling beyond a proof of concept, or assessing a managed EU inference provider? Get a tailored architecture and commercial proposal for your team.

📂 Clone the GitHub repository →

Get the full implementation from this guide: ingestion scripts, ChromaDB setup, hybrid retrieval, the 30-Question RAG Floor, evaluation examples, and deployment configuration.

Private AI should not require a private data center.
Regolo gives your team an EU-native path from local experimentation to production-grade inference.


Build with Regolo


Built with ❤️ by the Regolo team. Questions? regolo.ai/contact or chat with us on Discord