AOTX1AHEAD-OF-TIME EXECUTIVE
FEDERATED INDUSTRIALLOCAL INFERENCE SYSTEMS
AOTX.FEDERATEDINDUSTRIAL.COMFEDERATED INDUSTRIAL
03.1 / CCIR portability
03.1 / TECHNICAL DESCRIPTIONAOTX-1

SYSTEM REFERENCE / 03.1

CCIR portability

A saved runtime, ready for a compatible destination.

CCIR brings a runtime's dependencies and recorded state into one transferable file. Moving that file preserves a defined point in its history. Activation validates the destination, reconstructs the saved state and establishes persistence before the runtime accepts new work.

FILE TYPE
.aotxccir
PORTABLE UNIT
Logical runtime state
WRITER
One authoritative instance

What the container carries

The complete container is organised around a declared runtime profile. Its index binds logical assets to exact identities, lengths and digests: model weights, tokenizers and processing dependencies; authored identity and settings; retained memory; policy assets; and recovery state. A media profile includes its required encoders, projectors or specialist models.

These components form a dependency graph. The model needs its processing assets; memory retains its source references, revisions and scope; the checkpoint agrees with the replay representation. Packaging that graph makes the saved runtime usable without reconstructing its contents from the original component directories.

Provenance and licences accompany the required assets. File inspection can examine the container and its requirements without launching a model or loading native code. Activation is the subsequent decision that the complete set of required components is present, supported and permitted on this destination.

The saved generation

The running GPU remains authoritative while the disk drain maintains the CCIR mirror behind it. The drain acknowledges a generation when its required state and assets are represented coherently. Device progress and the durable file position are reported separately, giving the operator a precise boundary for recovery or transfer.

A complete runtime capture occurs at a supported completed-work boundary. Checkpoint publication agrees with the corresponding complete journal boundary, so the saved generation describes one state rather than a mixture of moments from a changing runtime.

The transfer point

Use the supported copy or export path on a complete acknowledged generation. Its receipt identifies the saved history being carried to the destination. An arbitrary copy made during an in-progress write does not establish that boundary.

The file has its own capacity and persistence conditions. A failed write or exhausted allowance is reported without acknowledging an unsaved generation. Active state may have progressed further than the last successful save; retained replay history also occupies space independently of the current active memory set.

Activation on a compatible host

A destination provides an installed compatible AOTX runtime, CUDA driver and suitable device. Its supported profiles, state formats and execution paths must meet the container's requirements, and the selected models and state must fit its available resources.

Activation validates the dependency graph, reconstructs logical state and establishes the complete-file persistence path before admitting new work. Required cognitive assets come from the container, so the original model directories can remain unavailable and those dependencies need not be downloaded again.

Machine-local resources are established afresh. GPU addresses and execution caches belong to the new device process; network connections, credentials and tool permissions belong to the new deployment. The saved logical state connects the two environments without attempting to migrate an arbitrary CUDA instruction or open socket.

Integrity and execution trust

A digest verifies the identity of an asset's bytes. Permission to execute native CUDA or PTX policy code is a separate local decision, made against the destination's compatibility and trust configuration.

Continuation, copies and interruption

A running CCIR has one authoritative writer. Participants can connect to that same instance through their granted scopes and contribute to one continuing history. This is the shared-service arrangement: multiple clients, one runtime authority.

A copied generation has a different purpose. Activating it on another host starts an independent continuation from the saved boundary. This supports transfer, recovery or a deliberate branch of the runtime's history. If both copies continue, their later changes belong to separate histories; the format does not automatically reconcile independent writers.

Operation receipts retain their meaning after transfer. A saved terminal result can be returned as the recorded outcome. An admission without a saved terminal result is restored as interrupted, leaving further work to a new explicit operation. External effects and earlier replies are not silently repeated to fill that gap.

From one host to the next

Acknowledge the generation, transfer the complete file, validate compatibility and local trust, then activate and admit new work. The result is a new execution environment continuing a known saved state.

01 DEVICEExecution on the GPUExecution and scheduling 02 STATEMemory and persistenceSources, revision and recovery 03 INTERFACESA system under your controlLocal and shared access
AOTX-1 / AHEAD-OF-TIME EXECUTIVEDESIGNED FOR LOCAL COMPUTATION