Maturity matrix

Maturity: reference-only

Maturity describes evidence for the current reader contract.

Area

Maturity

Current boundary

Canonical RadioML2018 bundle and reader

verified

Manifest, signals, metadata, persisted splits, dataset fingerprint

Canonical Daytona ADS-B bundle and reader

verified

Same common bundle and reader; not selected by bounded pretraining

Input preparation

verified

Joint I/Q max-absolute normalization, physical metadata normalization, fixed patching

Tiny causal I/Q model

verified

Two-layer bounded model selected by the shipped catalog

Next-patch-prediction objective

verified

Target-patch normalization and masked mean squared error

Bounded optimizer execution

verified

AdamW, finite-value guards, configured maximum steps

Checkpoint and compatible bounded resume

verified

Model, optimizer, completed step, identities, parent lineage

Attempt artifacts and metrics

verified

Strict JSON, atomic publication, terminal success or failure manifest

Gemini Enterprise Agent Platform CustomJob submission

runtime-isolated

Immutable image digest, L4 launch config, submission-only adapter

Label vocabulary

verified

The implementation has contract tests, accepted execution evidence, or both. The page must name the bounded evidence and may not generalize beyond it.

implemented

Code or documentation exists. The complete workflow may still lack operational qualification.

runtime-isolated

The surface is available only through a job, service, subprocess, or similar boundary. Document the caller contract without implying an in-process API.

reference-only

The page explains governance, rationale, or documentation policy rather than a runtime contract.

deprecated

The surface still exists but has a supported replacement and a stated removal path. Removed code is not deprecated; it is absent.

See Also