Alibaba's Qwen 3.5 Pushes 'Multiplayer' AI
Alibaba's latest large language model, Qwen 3.5, has been released alongside new concepts like persistent memory architectures and "multiplayer" AI experiences. The multiplayer idea hints at collaborative agents that could power next-generation social, gaming, or productivity applications where multiple AI systems work together in a shared environment.
Alibaba's Qwen2.5-Max is a 325 billion-parameter Mixture-of-Experts (MoE) model, pre-trained on over 20 trillion tokens. This MoE architecture dynamically activates "expert" networks for specific tasks, which can reduce computational costs by 30% compared to dense models. For developers, it's accessible via Alibaba Cloud with an OpenAI-compatible API. The model demonstrates strong performance on various benchmarks, outperforming DeepSeek V3 and matching or exceeding GPT-4o and Claude-3.5-Sonnet in certain tasks. Specifically, it shows competitive results in general knowledge on the MMLU benchmark (87.9) and strong coding capabilities on HumanEval (73.2). The concept of persistent memory in LLMs allows them to retain information across user sessions, moving beyond the limitations of short-term context windows. This is often achieved by integrating external storage like vector databases, enabling the model to recall past interactions and user preferences for more personalized and consistent responses. "Multiplayer AI" extends this by creating shared contexts for AI agents across a team or organization. Instead of isolated interactions, agents can collaborate and access a common set of specifications, preventing loss of context between sessions and roles. This approach is being explored in gaming to create more interactive social spaces and in business to automate workflows and act as collaborative partners for employees. Startups are already building applications with these concepts. For example, some are creating AI coworkers that learn from user actions to automate browser-based tasks, while others offer platforms to build and deploy specialized AI bots for data analysis and process management. Other companies are developing AI-native document editors and tools to easily integrate AI agents into existing software via APIs.