Telemetry and memory together
Keep robot state, sensor summaries, decisions, tool calls, interventions, and outcomes on a shared temporal substrate.
A robot does not need another detached history store. It needs a record that keeps the physical situation, retrieved context, proposed action, observed outcome, and later reflection attached to the same event-time evidence.
ZeptoDB provides that substrate. High-frequency telemetry and agent memory remain queryable on one timeline, so an application can inspect what happened before reusing a previous outcome. ZeptoDB supplies memory and replay; the application, controller, model, or operator remains responsible for policy and execution.
Telemetry and memory together
Keep robot state, sensor summaries, decisions, tool calls, interventions, and outcomes on a shared temporal substrate.
Context before reuse
Check time, zone, payload, sensor pattern, policy, and human proximity before treating an old success as relevant now.
Replayable decisions
Reconstruct the path from observed state to retrieved evidence, proposed action, suppression, and eventual outcome.
Performance claims depend on hardware, build, data shape, and measurement protocol. See the benchmark criteria and reproduction notes for the measured scope.
The Action-Outcome Memory overview describes the episode model. The Physical AI workflow shows where ROS 2 ingest, sensor replay, and operator review fit.
The experiments deliberately move from an offline comparison to native SQL replay and then to bounded runtime fault cases. These are the three milestones that best explain the direction.
Can fresh runtime objects repair committed state without duplicating decision or evidence rows?
The commit ledger held as an effectively-once boundary for the bounded supervisor sink.
Boundary:Supervisor-specific contract; not a generic multi-table SQL transaction.
Can a shadow supervisor suppress hazardous baseline proposals and remain idempotent after restart?
The experiment connected historical outcomes to explicit allow, suppress, and manual-review decisions.
Boundary:Research-only shadow fixture; no autonomous actuation.
Can a robot reuse a prior recovery without repeating an action that only worked under a different physical context?
The result moved the problem from incident search to evidence-backed action reuse.
Boundary:Five synthetic Physical AI incident families; not a production safety guarantee.
See the complete experiment timeline →
Available product surface
Time-series SQL, ASOF and Window JOINs, ROS 2 scalar and typed-profile ingest, rosbag2 import and replay, Agent Memory, prompt cache, replay telemetry, and zero-copy Python paths.
Experiment and pilot surface
Context-gated Action-Outcome fixtures, edge-to-fleet feed semantics, and the shadow supervisor runtime remain research or bounded experimental paths. They are not certified robot safety or autonomous control features.