The current APEX build validates generated execution plans before release and detects material quality drift over time. Evaluation is treated as operational evidence — not a dashboard after the fact.
APEX freezes known-good cases and validates the governed execution plan all the way to the stored procedure, bound parameters, date interpretation, and calling principal.
Known-good cases validate generated data-domain behavior before release.
Deterministic controls inspect what will actually touch enterprise systems.
Quality windows are compared to a known-good baseline and failures become release decisions.
Expanding the APEX golden suite exposed a routing-precedence defect in the generated data-domain orchestration path.
KPI_TIMESERIES_BY_DIMENSION
Incorrect runtime route
KPI_TIMESERIES_BY_DIMENSION → GROUPBY
Expected route
KPI_TIMESERIES_BY_DIMENSION → TIMESERIES
A generic grouping-entity heuristic was overriding a strong explicit time-series intent. The regression suite returned BLOCK. Routing precedence was corrected, the original group-by path was revalidated, and the regression remains in the suite to prevent recurrence.
This public tool runs entirely in the browser. It mirrors the current APEX drift logic by combining a minimum material delta with a z-score significance test. It contains no credentials, enterprise data, or external model calls.