Skip to main content

Videos

Visual records of NeuralCube's development.

Prototype

Cardboard prototype

The first wheeled chassis built out of cardboard around a rudimentary sensor suite. Validates the platform mechanically before committing to a permanent frame.
Early cardboard chassis on the move.
Simulation

Digital twin simulation

A continuously updated 3D representation of the robot's pose and immediate environment, reconstructed from its depth camera and IMU in simulation. This is the foundation the rest of the stack reasons on top of.
3D reconstruction of the robot's environment.
Simulation

Twin + vision-language reasoning

Layering a vision-language model on top of the digital twin so the robot can describe what it sees and reason about its surroundings in natural language.
VLM captioning the live twin view.
First Build

Chassis redesign & rebuild

Replacing the cardboard prototype with a more user-friendly, approachable chassis. Applies the chat pipeline from the cardboard version.
The redesigned robot in conversation.
Live Test

Live twin & navigation overlays

Live twin reflects the navigation state in real time. Applies the navigation stack from the digital twin simulation.
Twin updating live as the robot moves.
Navigation executing in a real world environment.
Navigation

Navigation: failure

The early end-to-end navigation runs: from chatting to navigation. Mostly useful for surfacing what was still broken. Wheels got stuck, camera connection unstable, slow model response times, etc.
An early navigation attempt that did not quite work.
Navigation

Navigation: point-to-point

A clean point-to-point navigation indoors based on natural-language instruction. The robot reaches a goal pose using its own map and avoids obstacles along the way.
Driving to a goal pose, end to end.
Navigation

Navigation: multi-step tasks

Multi-step navigation tasks driven from natural-language instructions. The reasoning layer decomposes the request into navigation goals and dispatches them to the planner as a subagent.
Multi-step navigation from a single instruction.
Outdoor Test

Outdoor adventures, off the grid

The robot explores outdoors without access to internet, using only its onboard sensors and reasoning stack. The robot is able to reach a goal pose in an unstructured environment.
Navigating outdoors without internet.