qbrin.blog

Industrial & physical AI · 1 of 3

A verification layer for space and aerospace AI: from telemetry to permission

August 13, 2026 · by Kate Sai Kishore · 10 min read

Mission assurance diagram linking telemetry, a spacecraft and ground systems through a verification and authorization layer

In space and aerospace systems, the expensive mistake is not only a wrong prediction. It is a plausible recommendation that crosses into action without enough evidence, the right authority, or a recoverable path.

That is where a verification layer can be valuable: between the AI that interprets mission context and the system that can change a route, configuration, schedule, or actuator state.

Opportunity, not deployment claim. This article describes potential architectures and use cases. qbrin has published a recorded PX4/Gazebo drone simulation; it does not establish flight certification, orbital deployment, or operation in a customer's aerospace system.

The mission-assurance pattern

An AI assistant may combine telemetry, procedures, weather, vehicle configuration, notices, maintenance history, and mission rules. Retrieval can surface the relevant material. The trust layer then asks three questions before a consequential recommendation crosses the boundary:

  1. Are the required sources present, current, and bound to the correct vehicle and mission?
  2. Do those sources support the diagnosis or proposed contingency?
  3. Is this agent authorized to recommend, schedule, simulate, or execute the action?

The answers can lead to ALLOW, HOLD, DENY, or ESCALATE. The important property is that uncertainty becomes an explicit control state, not an adjective buried in model prose.

Where the layer could fit

WorkflowEvidence to bindPotential boundary
Mission planningVehicle limits, route, airspace, weather, payload constraintsReject a plan whose assumptions are stale or incomplete
Ground operationsTelemetry, procedures, command history, mission phaseRequire the correct evidence and approval for a command
Anomaly triageSensor history, fault trees, maintenance records, software versionSeparate supported diagnosis from ranked speculation
MaintenanceInspection evidence, part life, configuration, sign-offsPrevent closure when required proof is missing
Fleet learningCross-mission events with provenanceKeep one vehicle's observation from becoming fleet-wide fact without review

Why telemetry is not self-interpreting

A measurement can be valid while the conclusion drawn from it is not. Altitude may be within range but stale. A fault code may be real but attached to the wrong software configuration. Two sensors may disagree because they update at different rates. Verification has to preserve time, identity, units, mode, and provenance—not only values.

For real-time control loops, latency and determinism often rule out a remote semantic system. The verification layer is more naturally placed around supervisory decisions, mission replanning, operator recommendations, and bounded autonomous actions, with certified local safety controls remaining authoritative.

What the drone simulation demonstrates

qbrin's recorded ten-minute PX4 and Gazebo mission shows one useful behavior: when an evidence sample was incomplete, the system returned HOLD; when the evidence recovered, the mission continued, returned, landed, and disarmed. The route was offline and the telemetry live within the simulation stack.

This is evidence of an integration pattern in a simulator. It is not evidence of hardware-in-the-loop validation, environmental qualification, DO-178C compliance, command authority in a flight organization, or any other certification.

Design requirements for a serious aerospace pilot

Run offline when connectivity is not assured. Timestamp and sign evidence. Define maximum data age per claim. Fail to a known vehicle state. Keep the flight computer's certified protections independent. Make every model-generated claim inspectable. Separate recommendation authority from command authority. Rehearse degraded modes and rollback. Record enough context to replay every ALLOW and HOLD.

Begin in simulation, then shadow a human-operated workflow. Compare the system's proposed boundary decisions with mission specialists. Only after the error modes are understood should a narrow, reversible action be considered.

The opportunity

Space systems are accumulating more autonomy because communication is delayed, operators are scarce, and fleets are growing. The opportunity is not to replace the discipline that makes aerospace safe. It is to carry that discipline into AI-mediated decisions: explicit evidence, explicit authority, and an explicit stop when either is missing.

Evaluate qbrin on your workflow →

Comments

Sign in with GitHub to reply. Threads live in a public repository, so anyone can read them without an account.