Qwen3.6-35B becomes competitive with cloud models when paired with the right agent

Reddit r/LocalLLaMA Models

Summary

By pairing Qwen3.6-35B with the little-coder agent scaffold, the model hits 78.7% on the Polyglot coding benchmark, placing in the public top 10 and rivaling cloud models.

A short follow-up to my previous post, where I showed that changing the scaffold around the same 9B Qwen model moved benchmark performance from 19.11% to 45.56%: https://www.reddit.com/r/LocalLLaMA/s/JMHuAGj1LV After feedback from people here, I tried little-coder with Qwen3.6 35B. It now lands in the public Polyglot top 10 with a success rate of 78.7%, making it actually competitive with the best models out there for this benchmark! At this point I’m increasingly convinced that part of the performance gap to cloud models is harness mismatch: we may have been testing local coding models inside scaffolds built for a different class of model. Next up is Terminal Bench, then likely GAIA for research capabilities. Would love to hear your feedback here! Full write up: https://open.substack.com/pub/itayinbarr/p/honey-i-shrunk-the-coding-agent GitHub: https://github.com/itayinbarr/little-coder Full benchmark results: https://github.com/itayinbarr/little-coder/blob/main/docs/benchmark-qwen3.6-35b-a3b.md
Original Article

Similar Articles

Qwen3.7: The Agent Frontier (15 minute read)

TLDR AI

Alibaba's Qwen team has released Qwen3.7-Max, a proprietary agent-foundation model achieving top scores on multiple benchmarks including Terminal-Bench 2.0, SWE-Pro, and GPQA Diamond, with consistent performance across various code environments.

Qwen 3.6 27B is the sweet spot for local development

Hacker News Top

Qwen 3.6 27B is praised as a powerful local AI model that outperforms expectations for general intelligence, suitable for practical tasks like code generation, and runs easily with llama.cpp.

Qwen3.6-27B

Reddit r/LocalLLaMA

Alibaba's Qwen team released Qwen3.6-27B, a new 27-billion-parameter language model, accompanied by benchmark results.