Qwen-AgentWorld: Language World Models for General Agents
- AI
- Open Source
- Developer Tools
The paper introduces Qwen-AgentWorld, a language model trained as a world model for agents. Instead of only mapping the current prompt to the next action, it predicts the next environment state after an action, using structured outputs like HTML, file contents, UI trees, and other observations from real interactions on browsers, virtual machines, mobile devices, and operating systems. Qwen frames this two ways: as a simulator that can generate trajectories for reinforcement learning, and as a foundation model that can fold action selection and state prediction into one loop. The 35B-A3B version is open weights, and several people immediately tried to run it locally or in quantized form.
If you build agents, watch this as a planning layer, not as a general assistant replacement. The near-term opportunity is using consequence prediction to search, sanity-check, or simulate actions before they touch real systems.
-
arxiv.org
- Discuss on HN