Amap's world model builds a 3D city in 10 minutes on one GPU

Share
Amap's world model builds a 3D city in 10 minutes on one GPU

Alibaba's mapping arm used its Street Stars anniversary to make a bigger claim: it now has a world model that generates explorable 3D space, not just renders it. Two smaller stories round out the hour — a computer-vision benchmark that found audio evidence beats extra parameters, and a fresh report that reasoning state can still be replayed into another model.


Alibaba's Amap released ABot-Earth 0.7, a 3D-native world model that turns a single satellite image or a text prompt into a kilometer-scale 3D city in about 10 minutes on one consumer-grade GPU — which the company says is up to 1,000 times more efficient than conventional satellite-and-street-view reconstruction. The model covers a continuous range of scales, from planet down to street view and close-up landmarks, holding road and block layout at city scale while filling in facade geometry and surface texture as the camera moves in. It spans more than 196 countries and regions and now powers Flying Street View 2.0, which lets users preview a destination as an explorable 3D space — checking the sightline from theatre seats or the layout of a shopping mall before travelling. Amap CEO Guo Ning framed the pitch directly: if large language models process text, he wants Amap's spatial intelligence to help explore the world.

The interesting part isn't the 10-minute figure, which is a company claim on undisclosed hardware. It's that Amap is betting on generation rather than capture. Twenty years of digital maps were stitched from imagery someone had to collect first, which is why coverage is uneven and angles are fixed. A model that infers the geometry instead also inherits the failure mode: it will happily invent a building that isn't there. Shipping that into a navigation product — where the output gets used to decide where to walk — is a much harder test than a demo reel, and Amap says the same stack is going into cars, robots, watches and smart glasses.


A benchmark run at ECCV's MARS2 workshop produced a result that cuts against the scaling default: adding an audio-evidence timeline to a video-understanding model improved temporal localisation by 16.7 points, while quadrupling the model from 4B to 8B parameters cost 0.2 points. The workshop, organised by Chinese ad-tech firm Tec-Do and focused on multimodal reasoning for agentic commerce, drew 64 teams and more than 1,060 submissions to three tracks scored on M-CAR, a dataset of 3,108 ad videos in 30-plus languages split into 18,198 semantic segments. Winners topped out at 86.67 on ad comprehension but only 62.27 on temporal grounding and 63.53 on marketing-strategy reasoning — with a hard cap of 14B parameters and open weights only, so nobody could brute-force it with a closed frontier model.

The roughly 24-point gap between "what is this ad about" and "when exactly did the pitch happen, and why would it work" is the useful number here. It's the measurable distance between perception and reasoning — seeing a clip versus following a chain of cause, intent and persuasion across it. Winning teams used a two-model proposer-critic setup and coarse-to-fine localisation, and the audio result suggests the near-term gains for anyone building on video are in feeding the model better-aligned evidence across modalities, not in waiting for the next size class.


A developer posting to r/AI_Agents says they replayed an encrypted reasoning state from one model into a compatible one — and the target recovered the original task, factoring 8,154,241 into 839 × 9,719 without ever being given the number. The source response reportedly displayed only "READY" while carrying 13,958 reasoning tokens of encrypted state; removing the state stopped recovery, and changing a single character in the encrypted content broke the request. It is one unconfirmed report with no named provider, and it should be read that way. The mechanism behind it, however, is documented: a paper on stealing reasoning traces from proprietary LLM APIs found the encrypted reasoning blocks that OpenAI, Anthropic and Google hand back to clients for multi-turn continuity aren't bound to a specific session, user or model, so a block from a strong model can be replayed into a weaker, cheaper one and read out — about $720 per 10,000 traces at Claude Haiku 4.5 pricing. The researchers found 62 still-active API keys and 33 passwords inside 315,320 publicly shared blocks, and all three providers deployed server-side fixes after disclosure.

The lesson from the paper is one the replay post illustrates again: encryption gave confidentiality, not isolation. Nobody had to break the cipher, because the receiving model decrypts the state itself and treats it as its own prior thinking — which is also why a payload hidden inside a signed block can outrank visible instructions. If replay still works anywhere today, the practical advice is unchanged from August: treat session files and agent logs as sensitive data, not as harmless opaque strings.

What to watch: whether Amap publishes any accuracy or hallucination-rate evaluation for generated 3D scenes once the model leaves the demo stage.

Would you trust a generated 3D city to navigate a place you've never been — or is capture still the safer ground truth? Tell us in the comments.

Sources: Amap (PR Newswire) · Zhidx · IT之家 · MARS2 Workshop @ ECCV 2026 · QbitAI · Tec-Do (GlobeNewswire) · r/AI_Agents · Stealing Reasoning Traces from Proprietary LLM APIs (arXiv) · Embrace The Red · NSFOCUS