Teach models to perceive, reason about, and act in continuous space - not just write about it.
Frontier models are fluent in language and shaky in space. They can describe a room and still fail at placing a cup, planning a path, or keeping a coordinate frame stable across turns. Spatial Intelligence gives agents geometric grounding: occupancy, affordance, egocentric and allocentric frames, and a world model that updates as the scene changes.
Language-only agents invent geometry: distances, occlusions, and left/right flip under mild rephrasing.
Digital twins, warehouses, and facilities ops need agents that share coordinates with CAD, BIM, and robotics - not guesses.
Multimodal models that 'see' often treat space as a one-shot description instead of a state to keep and query.
Without spatial memory, multi-step physical or simulated tasks collapse into re-describing the scene every turn.
→World-model loops: keep an explicit spatial state (maps, object poses, free space) that language conditions on - and that tools can read/write.
→Align text, imagery, depth/point clouds, and structured scene graphs.
→Translate between egocentric and allocentric frames so an agent can reason from a camera view and still plan on a shared map.
→Eval suites that punish fluent nonsense: metric error on pose, path validity, occlusion reasoning, and long-horizon consistency.
→Wire spatial actions (move, place, annotate) into Agent Cloud governance the same way as any other tool call.
How the pieces fit
SPATIAL STATE STORE
Versioned scene state - meshes, bounding volumes, semantic labels, confidence - queryable by agents and humans.
PERCEPTION ADAPTERS
Ingest for RGB-D, LiDAR-class clouds, CAD/BIM imports, and synthetic renders from Blender-class pipelines.
SPATIAL REASONER
Planner and critic that propose actions in space, simulate outcomes, and abstain when geometry is underdetermined.
LANGUAGE ↔ GEOMETRY BRIDGE
Grounds referring expressions ('the pallet behind the yellow rack') to concrete entities in the state store.
- How much geometry must be explicit vs. latent for reliable long-horizon agency?
- What affordance abstraction transfers from warehouse to office to virtual set?
- How do we audit spatial decisions the way we audit text tool calls - with replayable evidence?
→Agents that can co-pilot facilities, logistics yards, and digital twins without constant human re-description.
→Safer automation: policies can constrain spatial blast radius the same way they constrain payment amounts.
→A foundation for Blender & 3D Agency - language that can operate a scene graph, not just chat about one.
BLENDER & 3D AGENCY
Train and tool AI to operate Blender and 3D environments as real workspaces - create, edit, light, and reason in the graph.
NEURODIVERGENT COGNITION
Build AI that is neurodivergent by design - not a mask on a generic model - so it explores, fixates, and reframes in ways average systems won't.
LLM FUSION
Route work across models like a specialist team - pick by task, merge outputs, keep guardrails in the path.