Maturity matrix¶
Maturity: reference-only
Maturity describes evidence for the current reader contract.
Area |
Maturity |
Current boundary |
|---|---|---|
Canonical RadioML2018 bundle and reader |
|
Manifest, signals, metadata, persisted splits, dataset fingerprint |
Canonical Daytona ADS-B bundle and reader |
|
Same common bundle and reader; not selected by bounded pretraining |
Input preparation |
|
Joint I/Q max-absolute normalization, physical metadata normalization, fixed patching |
Tiny causal I/Q model |
|
Two-layer bounded model selected by the shipped catalog |
Next-patch-prediction objective |
|
Target-patch normalization and masked mean squared error |
Bounded optimizer execution |
|
AdamW, finite-value guards, configured maximum steps |
Checkpoint and compatible bounded resume |
|
Model, optimizer, completed step, identities, parent lineage |
Attempt artifacts and metrics |
|
Strict JSON, atomic publication, terminal success or failure manifest |
Gemini Enterprise Agent Platform |
|
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.