Alibaba Qwen Releases 35B Language World Model for Agent Environment Simulation Across 7 Domains
Alibaba's Qwen team released Qwen-AgentWorld-35B-A3B, a 35 billion parameter language world model designed for agentic environment simulation. The model covers seven domains—MCP tool calling, Search, Terminal, Software Engineering, Android, Web, and OS—in a single model with a 262,144 token context window.
Qwen-AgentWorld-35B-A3B — Quick Specs
Alibaba Qwen Releases 35B Language World Model for Agent Environment Simulation
Alibaba's Qwen team released Qwen-AgentWorld-35B-A3B, a 35 billion parameter language world model designed for agentic environment simulation. The model covers seven domains—MCP tool calling, Search, Terminal, Software Engineering, Android, Web, and OS—in a single model with a 262,144 token context window.
Architecture and Training
Qwen-AgentWorld-35B-A3B is built on Qwen3.5-35B-A3B-Base with 35 billion total parameters and 3 billion activated parameters using a Mixture of Experts (MoE) architecture. The model employs 256 experts with 8 activated experts plus 1 shared expert per layer.
According to Qwen, the model was trained through a three-stage pipeline: continual pre-training (CPT) to inject environment knowledge, supervised fine-tuning (SFT) to activate next-state-prediction reasoning, and reinforcement learning (RL) using GSPO to improve simulation fidelity. The team claims this makes it a "native world model" where environment modeling is the training objective from CPT onward, not a post-hoc adaptation.
The architecture uses 40 layers with a hidden dimension of 2048 and combines Gated DeltaNet and Gated Attention mechanisms. The model supports rotary position embeddings with dimension 64.
Benchmark Performance
On AgentWorldBench, Qwen-AgentWorld-35B-A3B achieved an overall score of 56.39 across seven domains, evaluated on five dimensions: Format, Factuality, Consistency, Realism, and Quality. This places it between GPT-4o (58.25) and Claude Opus 4.6 (57.80) in overall performance.
The model's strongest performance was in the MCP domain (64.79) and Software Engineering (65.63), while Search (36.69) and Web (49.55) showed lower scores. According to Qwen, the model demonstrates zero-shot generalization to out-of-domain environments and supports controllable perturbations.
Deployment and Usage
The model is available on Hugging Face and compatible with vLLM, SGLang, and Transformers. Qwen recommends running with a minimum context length of 128K tokens despite the 262K maximum, as the model leverages extended context for multi-turn environment simulation.
Recommended inference parameters are temperature=0.6, top_p=0.95, and top_k=20, with an output length of 32,768 tokens for most queries. The model uses a thinking mode by default (enclosed in <think>...</think> tags) to reason about environment state transitions before producing predictions.
Pricing information has not been disclosed. The model requires tensor parallelism across 4 GPUs for deployment.
What This Means
Qwen-AgentWorld represents a shift toward specialized models trained explicitly for agent simulation rather than repurposing general-purpose language models. The unified seven-domain approach in a single 35B parameter model suggests environment simulation may not require frontier-scale models, though performance still trails GPT-4o. The MoE architecture with only 3B activated parameters makes deployment more efficient than dense models of similar total size, potentially enabling faster local agent development workflows. Whether language world models become standard infrastructure for agent development will depend on whether simulated environments adequately replace real environment testing.
Related Articles
Qwen3.8 Omni Flash: Alibaba's First Agentic Omni-Modal Model Adds Native Audio-Video Understanding, 1M Context
Alibaba's Qwen team has released Qwen3.8 Omni Flash, described as the first Qwen model built around agentic capabilities with native audio-video understanding. It ships with a 1M-token context window and support for two- and four-channel spatial audio.
Xiaomi's MiMo-V2.6-Pro Becomes Top Open-Weights Model, Trained for $3M According to Xiaomi
Xiaomi released MiMo-V2.6-Pro, a 1.02T-parameter mixture-of-experts model with 42B active parameters, which debuted as the top-scoring open-weights model on Artificial Analysis' Intelligence Index (46). The company claims the model's RL training run cost roughly $2.6M and completed in 130 hours.
Xiaomi Releases MiMo-V2.6-Flash-RL, a 309B-Parameter MoE Model with 1M-Token Context and Native Omnimodal Support
Xiaomi's MiMo team released MiMo-V2.6-Flash-RL, an efficiency-tier checkpoint in the MiMo-V2.6 series featuring a 309B-parameter (15B active) Mixture-of-Experts architecture, 1M-token context, and native support for text, image, video, and audio. The model uses a single mixed reinforcement learning run across coding, agentic, visual, and cybersecurity tasks rather than domain-specific training.
Anthropic Launches Claude Opus 5.5 at 20% Lower List Price, Claims Parity with Claude Fable 5.1
Anthropic released Claude Opus 5.5, the first model in its new 5.5 family, cutting list pricing 20% to $4/$20 per 1M input/output tokens while claiming performance on par with Claude Fable 5.1. Independent analysis shows the cost savings largely disappear at maximum reasoning effort due to higher token consumption.
Comments
Loading...