Kunlun Releases Open-Source Interactive World Model Matrix-Game 3.5
Core Highlights
At WAIC 2026, Kunlun Tech released and open-sourced Matrix-Game 3.5, a new-generation interactive world model. Through two key designs—Patch Memory and Warped PRoPE—it achieves long-term memory and geometric-consistency modeling, and can generate streaming video in real time at 720P and about 20 FPS on a single GPU, pushing "interactive, continuous, memorable" world models toward practical use. The release is notable because it pairs research ambition with an open license, inviting the broader community to build on top of a capability that has mostly remained inside well-funded labs.
For the domestic AI scene, an open interactive world model is strategically useful: it gives local game studios, simulator builders and robotics teams a shared substrate they can adapt without depending on foreign engines that may carry export limits or opaque pricing. That local option is part of why the open release matters as much as the benchmark numbers.
What Happened
The goal of a world model is to let AI understand and generate a dynamic world that humans can interact with. The breakthrough of Matrix-Game 3.5 lies in "persistence": traditional video generation treats each frame independently and easily loses consistency, whereas 3.5 uses Patch Memory to remember key scene elements (such as object positions, lighting and character states) so long sequences stay coherent; Warped PRoPE handles geometric consistency, ensuring correct perspective when the camera moves or objects shift.
The result is interactive video where the user can intervene in real time with keyboard or motion commands and the scene changes smoothly in response, rather than a fixed clip that merely plays back a predetermined sequence and ignores the viewer. That responsiveness is what separates a world model from a video generator: the former treats the user as a participant, the latter as an audience.
Technical Details
Patch Memory breaks a scene into reusable "patch" units that preserve semantics and appearance across frames, avoiding the jitter and forgetting caused by per-frame redrawing; Warped PRoPE (warped rotary position encoding) aligns features in space-time so motion trajectories follow real geometry. The real-time performance of single-GPU 720P at about 20 FPS shows targeted optimization in memory footprint and compute efficiency, giving it a basis to run on consumer hardware rather than on a server farm that only large companies can afford.
Open-sourcing means developers can fine-tune styles and connect to games or simulation environments, turning a research artifact into a platform others can extend with their own assets, rules and interaction schemes. The published code also lets the community audit how memory and geometry are actually implemented, which is essential for trusting a model that will be embedded in interactive products.
Comparison with Competitors
Unlike most models that merely "generate a short video from text," Matrix-Game 3.5 emphasizes interactivity and long-term consistency, coming closer to an intelligent version of a game engine or simulator. Compared with film-grade generation schemes that need large clusters, its single-card real-time performance fits embedded and edge scenarios better, where latency and cost matter more than cinematic polish.
The open-source strategy also helps it accumulate community ecology and vertical applications more easily in competition with closed-source world models, which often keep their internals sealed and therefore slower to spawn a third-party toolchain that the broader developer base can actually use. A model nobody can modify tends to stay a demo; a model everyone can extend tends to become infrastructure.
Industry Impact and Use Cases
Simply put, interactive world models are a key piece on the path to embodied intelligence and digital twins. They can be used for real-time game-content generation, virtual production, robot simulation training and metaverse scene construction. For creators, steps that once required artists, animators and engine programmers can in the future be driven by a single sentence.
Open-sourcing lowers the barrier to research and productization, and is expected to spawn a batch of domestic interactive-content tools built on Matrix-Game 3.5, helping China take the initiative in the frontier track of generative world models. By making the model freely available, Kunlun also seeds a feedback loop of adoption that proprietary rivals may struggle to match, since external contributors extend the system faster than a closed team can, and the resulting ecosystem becomes its own moat.
Ultimately, the value of an open world model is measured in what others build on top of it. If a lively ecosystem of games, simulators and training environments grows around Matrix-Game 3.5, the model's true impact will be counted not in frames per second but in the products and research it enables across the domestic creative and robotics industries. Open weights, in that sense, are less a product than a foundation for everything built afterward. Communities, not companies alone, will determine how far such a model travels. That dynamic is exactly what turns a model release into a lasting platform.