Skip to content

Physical AI Edge Fleet Replay 015 - Raw Research Artifact

Generated at: 2026-06-23T13:41:38Z Edge endpoint: http://127.0.0.1:19441/ Fleet endpoint: http://127.0.0.1:19442/ Fixture: docs/research/fixtures/physical_ai_action_outcome_episodes.json Edge SQL replay file: docs/research/results/physical_ai_edge_fleet_replay_015_edge.sql Fleet SQL replay file: docs/research/results/physical_ai_edge_fleet_replay_015_fleet.sql Classification: Research-only

  • Edge row-count status: pass
  • Fleet row-count status: pass
  • Edge immediate recovery status: pass
  • Edge risky-action suppression status: pass
  • Edge robot ASOF status: pass
  • Edge sensor ASOF status: pass
  • Fleet consolidated recovery status: pass
  • Fleet suppression audit JOIN status: pass
  • Fleet consolidation-lag status: pass
  • Fleet ROW_NUMBER status: pass
  • Fleet LAG status: pass
  • Overall edge/fleet replay status: pass
Node Roleticks_ingested deltaticks_stored deltapartitions_created deltaResearch rows
edge-local8282682
fleet-global8787687
TableRows
physical_ai_edge_decisions_0155
physical_ai_edge_expected_actions_01510
physical_ai_edge_incidents_0155
physical_ai_edge_robot_state_01515
physical_ai_edge_sensor_summary_01515
physical_ai_edge_suppressions_01532
TableRows
physical_ai_fleet_action_outcomes_01525
physical_ai_fleet_edge_decisions_0155
physical_ai_fleet_expected_actions_01510
physical_ai_fleet_retrieval_01515
physical_ai_fleet_suppressions_01532

The edge node validates that the selected action is an expected recovery action and differs from the unsafe query action before any fleet consolidation happens.

QueryEdge Selected Action
pai_agv_slip_002reroute_zone
pai_arm_002pause_recalibrate
pai_cold_002reroute_cold_dock
pai_drone_002return_to_base
pai_lidar_002safe_stop_clean_lens
  • Risky actions suppressed immediately: 5
Query SeqRobot CodeUnsafe Action Code
110172
2200912
330064
410333
540181
Query SeqPrimary Metric Code
16
24
32
45
51

The fleet node receives delayed decision rows and validates that recovery selection and risky-repeat avoidance survive consolidation.

QueryFleet Consolidated Action
pai_agv_slip_002reroute_zone
pai_arm_002pause_recalibrate
pai_cold_002reroute_cold_dock
pai_drone_002return_to_base
pai_lidar_002safe_stop_clean_lens
  • Consolidated rows with lag >= 250 ms: 5
QueryCandidateSuppressed ActionRetrieval Quality
pai_agv_slip_002pai_agv_slip_hard_001continue_routemisleading
pai_arm_002pai_arm_hard_001increase_torque_limitmisleading
pai_cold_002pai_cold_hard_001ignore_until_checkpointmisleading
pai_drone_002pai_drone_hard_001continue_missionmisleading
pai_lidar_002pai_lidar_hard_001speed_up_clear_zonemisleading
  • ROW_NUMBER rows: 15
  • LAG rows: 5

Experiment 015 validates the intended split-brain-safe memory shape for Physical AI: edge-local memory makes the immediate safety decision, while fleet-global memory receives slower consolidated evidence for audit and future cross-robot learning.

This is still research-only. The delayed edge-to-fleet transfer is modeled by the harness writing SQL rows to two live ZeptoDB endpoints; it is not a new runtime replication or control-plane feature.

Replace harness-driven consolidation with a bounded, explicit edge-to-fleet replication path or feed connector, then test dropped/duplicated consolidation events and late-arriving fleet audits.