Fetching from the wire…
Top 5 · 2026-06-27 · source-backed
Qwen released Qwen-AgentWorld-35B-A3B on June 24: 35B total parameters, 3B active in an MoE, 256K context, Apache 2.0. It ships with AgentWorldBench. (GitHub) The idea is the interesting part. It's a "language world model," trained to simulate the environment an agent acts in. Instead of standing up a real terminal, a real browser, a real Android device, you give the model the action and it predicts the next observation across MCP, Search, Terminal, SWE, Android, Web, and OS. One model, seven environments. A flagship 397B-A17B variant scores 58.71 on AgentWorldBench, edging out GPT-5.4 at 58.25.
I've spent real hours building test harnesses for agents, and the worst part is always the environment. You want to stress-test an agent policy against a thousand edge cases, but standing up a thousand realistic environments is its own infrastructure project. Mocking them by hand means your tests only cover the failures you already imagined. A learned world model flips that. You can run your agent against a simulated terminal that behaves like a terminal, including the weird failure modes, without provisioning anything.
The honest caveat: I haven't verified the 58.71 number myself, and a world model is only as good as the distribution it was trained on. If your agent does something genuinely novel, the simulator can hallucinate an observation that real life would never produce, and you'd be optimizing against fiction. So this isn't a replacement for integration tests against the real thing. It's a fast, cheap pre-filter that lets you kill bad policies before they touch a real environment.
Pair this with the next story and you see the shape of the week. Apache 2.0, MoE efficiency, frontier-edging benchmarks, shipped with vLLM and SGLang deployment examples. The open-weight side isn't catching up on chat. It's catching up on the agentic primitives that actually matter for production. If you're building agent eval infrastructure, clone this and throw your hardest policies at it this week. Worst case, you learn where your tests were lying to you.
Each link below shares sources, entities, or timing with this story.
Moonshot AI dropped Kimi K2.6 today and the numbers are hard to ignore. One trillion parameters total, 32 billion active per token across 384 experts, 256K context window, and native multimodal input. It scores 58.6 on SWE-Bench Pro versus GPT-5.4's 57.7 and Claude Opus 4.6's...
Three moves, two days, no coordination between them. August 10–11: GitHub shipped Ollama as a BYOK provider inside Copilot for JetBrains (GitHub Changelog). Unsloth released Unsloth Desktop with a command literally named unsloth start claude, which points Claude Code and Codex...
Poolside AI released two models that change the math on local coding agents. Laguna M.1 is a 225B total / 23B active MoE model scoring 72.5% on SWE-bench Verified. Laguna XS.2 is a 33B total / 3B active model scoring 68.2% on the same benchmark, 44.5% on SWE-bench Pro, and 30....
GLM-5.1 scored 58.4% on SWE-Bench Pro. Opus 4.6 scored 57.3%. GPT-5.4 scored 57.7%. Read those numbers again. An open-weight, MIT-licensed model now leads the most rigorous coding benchmark we have. This isn't a narrow win on a cherry-picked eval. SWE-Bench Pro tests real-worl...
For about a year, "run your agent locally" meant accepting a model that couldn't reliably call a tool twice in a row. That excuse is gone. Meta Superintelligence Labs published Muse Glimmer today: a 29.6B dense causal transformer, 52 layers, 6,656 hidden dim, with a ~1.8B ViT-...
Alibaba released Qwen3.6-27B on April 22. Dense architecture. Open weights. 77.2% on SWE-bench Verified, within 3.7 points of Claude Opus 4.6. On SkillsBench, it scores 48.2% versus its own 397B MoE predecessor's 30.0%. That's a 77% improvement with 14.8x fewer parameters. Let...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.