Skip to content

TECHNICAL PREVIEW · IN ACTIVE DEVELOPMENT

ALL NOTES

PHYSICAL AI

Teleoperation inherits every constraint

Putting a person on the far end of the link does not remove the network from the control loop. It adds a person to it. Teleoperation is a supervisory layer above a locally autonomous machine, never a replacement for one.

· 8 min read

Every argument for onsite compute eventually meets the same counterproposal: keep the intelligence remote and put a human in the loop. Teleoperation, the argument goes, is the pragmatic path. The machine can stay simple. The hard cognition happens somewhere with real infrastructure, or in a person's head. Autonomy arrives later, incrementally, as the remote stack improves.

It is an appealing story with a structural problem. Remote operation does not escape the constraints that make onsite compute necessary. It inherits every one of them, and adds constraints of its own that the autonomous case never had to answer for.

This is not an argument that teleoperation is useless. It is genuinely valuable, and there is a place in the architecture where it is the right answer. The claim is narrower and harder: it cannot be the foundation. It can only be the layer above one.

The loop gets longer

A person closes a control loop the same way a policy does — observe, decide, act — and the loop still has a deadline set by the physical process rather than by anyone's preference. That part does not change, and the argument for why a wide-area round trip cannot fit inside such a deadline has been made elsewhere. What changes with a human in the loop is that the round trip now happens twice and acquires a person in the middle.

Walk the path. Sensors read out. Frames are encoded, a buffering operation and therefore a delay before a single packet leaves the machine. The stream traverses the uplink, then is decoded and rendered, another buffer. The operator's visual system takes it in, which is not instantaneous, and the operator decides, which is much less instantaneous and highly variable. A command goes back out through an input device, encoded, down the same class of path, decoded, validated, and finally applied to a motor controller with its own physical ramp.

Every term the autonomous case had is still present. The network has been added at two points instead of zero, and a person whose response time varies with attention and fatigue has been inserted between them. The budget is strictly worse, and worse in the dimension that matters most, which is variance.

Operators adapt, and the adaptation is instructive. Under variable delay, a skilled operator slows down and waits to see the result of each input before committing to the next. It is the correct strategy and a direct, permanent cost to throughput — not poor skill, but what closing a loop through an unpredictable channel looks like.

The video is the same video

Teleoperation requires sight. An operator cannot judge a physical action without a view of the scene, usually several views, at a quality sufficient to see the thing that matters and a latency low enough that buffering cannot rescue it.

That video is the same video that could not leave the building. The multi-camera stream from a working machine is a record of the process, the layout, and the people, and the reasons it cannot be exported do not soften because the recipient is a person rather than a training pipeline. If anything the situation is worse. A data export can be scheduled, redacted, sampled, reviewed, and governed by an agreement negotiated in advance. Teleoperation makes the export continuous, real-time, and mandatory — required at the exact moment the machine is working, with no opportunity to inspect what is in frame before it leaves.

The dependency also inverts the risk. Under an export regime, a policy forbidding the transfer means the fleet learns more slowly. Under a teleoperation regime, the same policy means the fleet stops. The moment remote video sits on the critical path of production, every data-handling obligation the site carries becomes an availability constraint on the line. Remote video is not always impermissible, but teleoperation converts the data question from something an organization can manage on its own schedule into something it must solve continuously, for every machine, indefinitely.

If a machine depends on remote commands to act, then loss of the link is a machine event, and something local has to decide what happens next.

At minimum that something must bring the machine to a safe stop. In practice a safe stop is rarely sufficient, because a machine that halts wherever it happens to be is an obstruction, and one that halts mid-manipulation may be holding something. Realistically the local fallback needs to reach a defined state, secure whatever it was handling, and hold safely until an operator returns — and if the disconnection persists, decide whether to resume and under what conditions.

Look at what has just been specified. Perception sufficient to understand the current situation. Local planning sufficient to reach a safe configuration from an arbitrary one. Local judgment about what is safe to continue. That is local autonomy. The moment teleoperation carries any safety weight, the local competence it was supposed to make unnecessary has to be built anyway.

And it gets built in the worst possible place: on the exception path, exercised rarely, entered only when things have already gone wrong. Capability nobody has watched work under ordinary conditions is capability nobody trusts. The economics of the original proposal reverse here — the version where local autonomy is skipped does not exist, only the version where it is built late, under pressure, and cannot be relied on.

A command channel is not an update channel

The security shape changes too, in a way that is easy to underweight because both cases look like remote input.

A model update channel is asynchronous. An artifact is produced, signed, reviewed, staged, and applied at a chosen moment, and every step is a place to insert an approval, a verification, or a rollback. Nothing moves because a packet arrived; things move because a person decided to accept an artifact whose origins could be checked at leisure.

A teleoperation channel is none of that. It is a synchronous, authenticated path that causes a machine with mass to move, immediately, on receipt. Its authorization decisions have to be made at machine speed. Its credentials are held by people, on ordinary workstations, in a facility that is usually not the one the machine is standing in. Its session has to survive network conditions that are poor by assumption. Each of those is a normal engineering problem with a normal engineering answer, and the sum is a materially larger attack surface than a signed bundle, with a physical consequence at the end of it rather than an informational one.

The design response is not to refuse remote commands. It is to refuse them authority. A remote input should be a request evaluated against local policy — a bounded envelope of what this operator may ask this machine to do, in this area, at this time, enforced on the machine rather than at the console — with the safety path holding final say regardless of what arrives over the link. The remote operator influences the machine. The machine decides what is permissible.

Where teleoperation actually belongs

None of this makes teleoperation a bad idea. It makes it a specific idea, useful in specific places, and those places deserve to be named clearly rather than conceded grudgingly.

Supervision is the strongest case: one person overseeing many machines, with attention drawn by exception rather than spent on continuous control. A supervisor's loop is not a control loop — its deadline is measured in seconds and judgment rather than in the physics of a grasp — so the network's variance is tolerable in a way it never is inside a manipulation.

Exception handling is the second. Every fleet meets situations no policy anticipated: the load that fell in an unusual way, the fixture that shifted, the object that is genuinely ambiguous. A person who can look, understand, and either instruct or take the controls resolves these in minutes instead of dispatching someone. Recovery belongs in the same category, and getting a stuck machine unstuck without sending a technician across a site is real operational value.

Demonstration collection is the third and possibly the most durable. A person performing a task through the machine produces exactly the data that is hardest to obtain and most useful to train on, generated where the task actually happens — inside the facility, which makes it a reason for onsite infrastructure rather than an argument against it. Commissioning belongs here too: first-of-kind tasks are reasonable places for a person to drive while the site's own data accumulates.

Built on top, never instead of

The pattern in every one of those cases is the same. Teleoperation is valuable when the machine is already competent and a person adds judgment. It is fragile when the machine is incompetent and a person supplies the competence, because then every property of the link becomes a property of the machine.

That is the architectural conclusion. Remote human involvement belongs as a supervisory layer above the facility plane, not as a substitute for it, and it is the onsite plane that makes it safe to have: local fallback autonomy so link loss is an inconvenience rather than an incident, local video handling so that what an operator sees is composed inside the boundary, and local policy so that a remote command is a request rather than an instruction.

Build the machine so it does not need an operator and an operator becomes a powerful addition to it. Build the machine so it does need one, and the constraints of onsite compute have not been avoided — they have been turned into somebody's job to hold together in real time, every shift, over a link nobody controls.

DESIGN PARTNER PROGRAM

Build this with us.

We are working with a small number of teams operating real fleets in constrained environments. If the cloud is not an option where your machines work, we want to talk.