Install our extension to search inside any video instantly.

When Agents Meet Physical Data: The Other Physics of Agent Harnesses - Dmitry Petrov, DataChain

Added:
254 views2likes27:32aiDotEngineerOriginal Release: 2026-07-20

When working with physical data like video, sensor logs, and robot telemetry, AI agents face fundamentally different 'physics' than coding or business automation: recompute is expensive, verification requires new inference jobs, and context windows cannot hold petabytes of data. Unlike structured data where recompute is cheap, physical data requires materialization as the default, recall as first-class, and the dataset (not context window) as the unit of state. This 'other physics' means agents must build data harnesses that can efficiently process, verify, and remember crucial datasets, using Pydantic schemas, execution engines, and knowledge bases to avoid the 'neutron star' explosion of data where thousands of video files can generate millions of objects.