The AI dashboard is currently in beta and may be unavailable or have limited functionality in certain regions.

Tutorial

Platform Self-Learning

The system-admin view of the live self-learning signals: anomalies, router policy variants, model quality, variant comparisons, and speed-mode health.

1

Open Self-Learning under the admin nav

As a system admin, open Admin → Self-Learning. The top section is a live anomaly scan — degradations the system detects in its own learning loop, each with a severity badge and a plain-English explanation.

Platform Self-Learning page with the anomaly section
Anomalies surface declining quality, climbing fallback, and miner-pool starvation.
2

Inspect the router policy variants

The Router policy variants table lists the versioned routing policies the loop auto-adjusts. Each row is a variant: its selection_weights (the scorer's axis weights), its score_stats (how it measured), and its status — candidate → active → archived — so you can trace promotion lineage and see which policy is live.

Router policy variants table
Version lineage, status, selection weights, and score stats per policy variant.
3

Review model quality and speed-mode health

Model quality shows learned EMA quality per model + task type (a low EMA with enough samples is a model the loop has learned to avoid). Speed-mode health shows per-mode grade EMA, fallback %, timeout %, and p95 — a fast mode whose grade EMA is sliding or fallback is climbing is exactly what the anomaly scan flags.

Model quality table and speed-mode health cards
Per-model learned quality and per-mode runtime health.
4

Read it from the API (optional)

Every section is backed by a read-only, system-admin endpoint:

GET /api/system-admin/telemetry/router-policies
GET /api/system-admin/telemetry/model-quality
GET /api/system-admin/telemetry/variant-comparisons
GET /api/system-admin/telemetry/speed-modes
GET /api/system-admin/telemetry/anomaly-scan

A POST to anomaly-scan also notifies the system-admin allowlist. Detection thresholds come from SELF_LEARN_* env vars, never hardcoded.

Tip:Treat the anomaly section as your daily health check. A climbing fallback rate or a model EMA below the floor is an early warning — investigate on the Runs and Anomalies dashboards before it shows up in user-visible quality.