Tripo AI 搞了个新世界模型 Project Eden,先建好地图再渲染,物体不会消失,还能多人同在一个世界。刚融资 2 亿美元,值得关注。
Tripo AI 推出 Project Eden 世界模型,与传统逐帧预测方案不同,它先构建包含几何、物体位置等真实状态的地图,再根据地图生成画面。该架构解决了传统模型遗忘问题,物体离开视线后仍存在于地图中,并支持多人/智能体共存与编辑。公司刚完成两轮近 2 亿美元融资,将在 SIGGRAPH 2026 展示。
The architecture of this new world model is one of…
The architecture of this new world model is one of the most interesting things I've seen lately:
Let me first explain how most world models work:
They predict and render one frame at a time. If you are navigating in one of these worlds, and you look left, the model draws whatever looks right in the moment.
Every time you change your viewpoint, the model has to imagine what should be there again, so it's very common for these models to "forget" what's in the world. For example, if you put a toy on the table, look away, then look back, the toy might not be there anymore.
Tripo AI is releasing its Project Eden model, which works very differently:
The model builds the world first, and then renders it based on that map.
That map holds the real state of the world: the geometry, every object, where things are, what's already happened. The picture you see on screen gets generated from the map.
This architecture flips the whole thing. Now, you get the following:
1. The world stops forgetting. Leave, come back, and the toy is still on the table because it lives in the map, not in the last frame you saw.
2. You can edit the world, and those changes persist for anyone who enters later.
3. Multiple people and AI agents can coexist in the world and see it from different perspectives.
This is early research, but it's looking really promising. They just raised nearly $200M across two rounds to build it out.
Tripo will be at SIGGRAPH 2026 (July 19–23, Los Angeles Convention Center). If you work in 3D, embodied AI, simulation, or anything spatial, go connect with them there.