惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

IT之家
IT之家
H
Help Net Security
GbyAI
GbyAI
博客园_首页
G
Google Developers Blog
Microsoft Security Blog
Microsoft Security Blog
博客园 - 【当耐特】
月光博客
月光博客
美团技术团队
B
Blog RSS Feed
博客园 - 三生石上(FineUI控件)
WordPress大学
WordPress大学
博客园 - 叶小钗
有赞技术团队
有赞技术团队
T
The Blog of Author Tim Ferriss
Engineering at Meta
Engineering at Meta
Google DeepMind News
Google DeepMind News
Y
Y Combinator Blog
宝玉的分享
宝玉的分享
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
云风的 BLOG
云风的 BLOG
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
P
Proofpoint News Feed

HN's home page

Rainbow Query Language | Hacker News Exec into Node via Kubectl An AI native hedge fund The Seven-Action Documentation Model | Hacker News Package Manager for Kubectl Plugins Tongan Castaways | Hacker News Tech overlords plan for conscious AI to conquer the cosmos. What could go wrong? Data Breach Disclosure Lag Is Getting Worse How LLMs Work | Hacker News I Dropped PRDs for Shape Up Go Experiments Explained | Hacker News FCA's Palantir deal could expose UK financial data to Trump's US, critics fear WebXR BCI for Neural-Adaptive Avatar Control in Mixed Reality The first murder conviction via DNA analysis Tom Interviews Theo de Raadt of the OpenBSD Project (2019) [video] Show HN: Replace shell commands with bun shell typescript scripts Quay.io Is Down | Hacker News AI driven analysis of brokerage account fees in the UK Bill Gates Spent Years Crafting His Image. Now It's Cracking Using LLMs to secure source code Wi-Fi 8 in the Lab [video] The household battery revolution that could change energy bills and the world Is Python Becoming Pinyin? | Hacker News Livia – Executive Assistant | Hacker News FindMyPipe – Query Apple Find My from Linux for AI Agents Show HN: Agent skill for creating product launch videos with Remotion RecruitMyself – AI job search copilot for resumes and applications AI coding agents and the erosion of system understanding The 'Resting' Generation and South Korea's Youth Recession AMD Computex 2026: 10 Years of AM4, AM5 Support Through 2029
We trained a real-time world model for $2k with Minecraft...
dnlayux · 2026-06-24 · via HN's home page

Hey HN, this is Daniel and Artur from DreamForge. We’re two friends and students from Kazakhstan who trained a real-time controllable world model (first-person + third-person) end-to-end for roughly $2k by standing on open models and limited revenue from our game mods. You can see early demos here: https://trydreamforge.com.

The slightly strange part is our small budget and how it was even formed. We come from several years of indie gamedev and game modding background. We’ve got mods with millions of downloads that have been covering a meaningful chunk of our cloud GPU costs. So, the budget constraint was the thing we’ve been building around this whole time.

Our first model (DF-World 0.1 Preview) is 1.5B parameters in size, generates video at 480p, supports real-time mouse+keyboard control in both first-person and third-person view, accepts mixed multimodal inputs (text, image, video), and lets you reprompt mid-stream to change the world on the fly. It runs in ~10-12 FPS on a single RTX 4090 in fp8 (~4GB VRAM), and even works on my RTX 2060 laptop, fully locally. DF-World 0.1 allows for infinite rollouts, though error accumulation changes the world too much after a minute of streaming.

As we couldn’t afford to train big models from scratch, we took LongLive 1 (autoregressive finetune of Wan 2.1 1.3B DiT) as the video backbone, then adopted the residual action module architecture from Matrix-Game 2 and trained it to work with dual-perspective control. We built a custom causal runtime layer on top of LongLive pipeline, added zero-shot multimodal conditioning, and also optimized heavily for low VRAM and consumer devices.

We still made some big strategic mistakes, for example, spent too long perfecting the video generation capabilities before video control was even established, and kept iterating/refining instead of shipping much earlier. Thankfully, all the great open-source releases kept bailing us out. The result is still clearly behind world models from frontier US/Chinese labs, but it’s a working real-time controllable loop, the first step in our world modelling attempt. For us, this feels like the natural next step from modding and gamedev, just instead of hand-building every world we made the model that generates them in real time.

Nevertheless, current limitations are obvious: DF-World 0.1 has weak spatial memory, error accumulation after ~1 minute, and latency that’s realtime but not comfortable/playable yet. But we are not claiming a breakthrough in the area of world models, so this is just the first visible loop of something we want to keep pushing further.

Right now, we are already building the next DF-World 0.5 model, and plan to open-source it once it’s less rough. We’d really love to hear some honest feedback on the current pre-recorded demos on our website (we couldn’t provide on-demand demos due to budget limitations), and your overall thoughts on DreamForge.