Skip to content

Physical AI Edge Fleet Feed Replay 016 - Raw Research Artifact

Generated: 2026-06-23T13:53:05.599993+00:00

  • Edge URL: http://127.0.0.1:19441/
  • Fleet URL: http://127.0.0.1:19442/
  • Injected outage URL: http://127.0.0.1:1/
  • Batch limit: 12
  • Max in-flight events: 12
  • Classification: Research-only
  • Edge-local count status: pass
  • Edge-local immediate recovery status: pass
  • Edge-local risky-action suppression status: pass
  • Feed acknowledgement convergence status: pass
  • Feed event-kind accounting status: pass
  • Duplicate delivery handling status: pass
  • Late delivery handling status: pass
  • Outage retry status: pass
  • Restart reload status: pass
  • Bounded batch status: pass
  • Fleet final count status: pass
  • Fleet recovery JOIN status: pass
  • Fleet suppression audit JOIN status: pass
  • Fleet ACK ROW_NUMBER/LAG status: pass
  • Overall bounded feed replay status: pass
Node Roleticks_ingested deltaticks_stored deltapartitions_created deltaResearch rows
edge-local1341347134
fleet-global1981989198
PhaseBatchAttemptedDeliveredFailedDroppedDuplicatesLateAcked BeforeAcked AfterRestart Reload
outage_probe1212012000000
bounded_recovery_with_drop_duplicate12111101100110
restart_retry_late_delivery121212000211231
bounded_final_drain_1121212000023350
bounded_final_drain_2121212000035470
bounded_final_drain_3555000047520
  • Edge outbox events: 52
  • Fleet acknowledged events: 52
  • Duplicate inbox attempts: 1
  • Late inbox attempts: 2
  • Outage telemetry rows: 1
  • Restart reload telemetry rows: 1
Event KindACK Rows
decision5
retrieval15
suppression32
TableRows
physical_ai_edge_decisions_0165
physical_ai_edge_expected_actions_01610
physical_ai_edge_feed_outbox_01652
physical_ai_edge_incidents_0165
physical_ai_edge_robot_state_01615
physical_ai_edge_sensor_summary_01615
physical_ai_edge_suppressions_01632
TableRows
physical_ai_fleet_action_outcomes_01625
physical_ai_fleet_edge_decisions_0165
physical_ai_fleet_expected_actions_01610
physical_ai_fleet_feed_ack_01652
physical_ai_fleet_feed_inbox_01653
physical_ai_fleet_feed_telemetry_0166
physical_ai_fleet_retrieval_01615
physical_ai_fleet_suppressions_01632
QueryFleet 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
QueryCandidateSuppressed ActionQuality
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

Experiment 016 validates a bounded, explicit edge-to-fleet feed shape. The edge-local node still makes the immediate safety decision and suppresses risky robot actions before fleet consolidation. Fleet-global memory receives edge-generated evidence only through the outbox, bounded feed passes, persistent ACK rows, and retry logic.

This remains research-only. The feed worker is a deterministic research tool, not a ZeptoDB runtime replication service. It proves the semantics needed before product promotion: bounded batches, duplicate tolerance, late arrival tolerance, outage retry, and restart ACK reload.

Promote the feed semantics into an experimental runtime connector with operator-visible telemetry, persisted cursor state, and explicit behavior for the non-transactional final-table-plus-ACK boundary.