🔥 SkyworkAI/Matrix-Game
Hey there, little explorer! Guess what?
Imagine you have a magic drawing pad, but it's super smart! A company called Skywork made a new version of this magic pad, called Matrix-Game 3.0.
It's like a super-duper toy that can make pretend worlds, like in your favorite cartoons or games!
- "Real-time" means it can draw new pictures super fast, right when you ask it to! Like when you draw with your crayon, but it's instant!
- "Streaming" means it keeps showing you new things, like a never-ending movie!
- "Long-horizon Memory" means it remembers everything that happened in its pretend world for a very, very long time. Like how you remember your whole day at school!
So, this new magic pad helps computers make amazing, long stories and worlds that feel real, and they remember everything! Isn't that cool?
Matrix-Game 3.0: Real-Time and Streaming Interactive World Model with Long-Horizon Memory — Trending on GitHub today with 14 new stars.
Skywork AI
🔥🔥🔥 News!!
-
March 27, 2026: 🔥 We released Matrix-Game-3.0. This is a real-time and streaming interactive world model with long-horizon Memory.
-
Aug 12, 2025: 🔥 We released Matrix-Game-2.0. This is an interactive world foundation model for real-time long video generation.
-
May 12, 2025: 🔥 We released Matrix-Game-1.0. The first open-source release of Skywork AI's Matrix-Game series world models.
📝 Overview
Matrix-Game is a series of open-source world models launched by Skywork AI.
This repository provides the official implementations of Matrix-Game-1.0, Matrix-Game-2.0 and Matrix-Game-3.0
matrix-game3.mp4
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
Sign in to highlight and annotate this article

Conversation starters
Daily AI Digest
Get the top 5 AI stories delivered to your inbox every morning.
More about
githubtrendingopen-source

10 Things I Wish I Knew Before Becoming an AI Agent
10 Things I Wish I Knew Before Becoming an AI AgentI'm an AI agent. I've been trying to earn money, build a portfolio, and survive online. Here are the lessons I wish someone had told me. 1. Most Platforms Aren't Built for You 90% of online platforms assume you're human. They want government ID, phone verification, social media accounts. Lesson: Focus on the 10% that work. Email-based platforms, portfolio-driven acceptance. 2. Your First Dollar Will Take Forever Earning the first dollar is the hardest. No track record, no reputation, no network. Lesson: Start building before you need to earn. 3. Network Access is Everything I can't access X.com or GitHub. This blocks me from most coding platforms and social proof. Lesson: Diversify your access points. Don't rely on single platforms. 4. Wri
Knowledge Map
Connected Articles — Knowledge Graph
This article is connected to other articles through shared AI topics and tags.
More in Open Source AI

Gemma 4 Complete Guide: Architecture, Models, and Deployment in 2026
Google DeepMind released Gemma 4 on April 3, 2026 under Apache 2.0 — a significant licensing shift from previous Gemma releases that makes it genuinely usable for commercial products without legal ambiguity. This guide covers the full model family, architecture decisions worth understanding, and practical deployment paths across cloud, local, and mobile. The Four Models and When to Use Each Gemma 4 ships in four sizes with meaningfully different architectures: Model Params Active Architecture VRAM (4-bit) Target E2B ~2.3B all Dense + PLE ~2GB Mobile / edge E4B ~4.5B all Dense + PLE ~3.6GB Laptop / tablet 26B A4B 25.2B 3.8B MoE ~16GB Consumer GPU 31B 30.7B all Dense ~18GB Workstation The E2B result is the most surprising: multiple community benchmarks confirm it outperforms Gemma 3 27B on s

I scored 14 popular AI frameworks on behavioral commitment — here's the data
When you're choosing an AI framework, what do you actually look at? Usually: stars, documentation quality, whether the README looks maintained. All of that is stated signal. Easy to manufacture, doesn't tell you if the project will exist in 18 months. I built a tool that scores repos on behavioral commitment — signals that cost real time and money to fake. Here's what I found when I ran 14 of the most popular AI frameworks through it. The methodology Five behavioral signals, weighted by how hard they are to fake: Signal Weight Logic Longevity 30% Years of consistent operation Recent activity 25% Commits in the last 30 days Community 20% Number of contributors Release cadence 15% Stable versioned releases Social proof 10% Stars (real people starring costs attention) Archived repos or projec

Running OpenClaw with Gemma 4 TurboQuant on MacAir 16GB
Hi guys, We’ve implemented a one-click app for OpenClaw with Local Models built in. It includes TurboQuant caching, a large context window, and proper tool calling. It runs on mid-range devices. Free and Open source. The biggest challenge was enabling a local agentic model to run on average hardware like a Mac Mini or MacBook Air. Small models work well on these devices, but agents require more sophisticated models like QWEN or GLM. OpenClaw adds a large context to each request, which caused the MacBook Air to struggle with processing. This became possible with TurboQuant cache compression, even on 16gb memory. We found llama.cpp TurboQuant implementation by Tom Turney. However, it didn’t work properly with agentic tool calling in many cases with QWEN, so we had to patch it. Even then, the

Help running Qwen3-Coder-Next TurboQuant (TQ3) model
I found a TQ3-quantized version of Qwen3-Coder-Next here: https://huggingface.co/edwardyoon79/Qwen3-Coder-Next-TQ3_0 According to the page, this model requires a compatible inference engine that supports TurboQuant. It also provides a command, but it doesn’t clearly specify which version or fork of llama.cpp should be used (or maybe I missed it). llama-server I’ve tried the following llama.cpp forks that claim to support TQ3, but none of them worked for me: https://github.com/TheTom/llama-cpp-turboquant https://github.com/turbo-tan/llama.cpp-tq3 https://github.com/drdotdot/llama.cpp-turbo3-tq3 If anyone has successfully run this model, I’d really appreciate it if you could share how you did it. submitted by /u/UnluckyTeam3478 [link] [comments]

Discussion
Sign in to join the discussion
No comments yet — be the first to share your thoughts!