Fewer false shop dispatches
Suppresses parking-lot and urban stop-go CAUTION before drift onset — the #1 Pulse complaint in high-volume fleets.
Algorithm tier deliverable
NADIR Meridian is the default pilot SKU — survival curves, trust-region gating, batch residual scoring, and HORIZON Command Deck without the full forensic ensemble cost of Apex.
Production default
Meridian is the default pilot SKU: same telemetry ingest as Pulse, with motion gating, CUSUM changepoint detection, trust-region tier smoothing, and survival-curve forecasts — without Apex forensic compute.
Suppresses parking-lot and urban stop-go CAUTION before drift onset — the #1 Pulse complaint in high-volume fleets.
Gradual extrinsic ramps trigger changepoint boost before hard Mahalanobis gates — lower time-to-detect on slow-onset scenarios.
Max one tier rank step per frame with de-escalation cooldown — higher stability score vs Pulse hard gates.
CRITICAL queue, survival t10/t50/t90, and Forecast Studio regime bands ship with Meridian seats — not a separate SKU.
Same API keys and ingest paths — flip algorithm tier scope from drift:pulse to production default.
Demo overlays approximate Meridian behavior; full ensemble math ships per roadmap. Shadow-mode advisory only.
Capability map
Weibull MLE — t10, t50, t90 time-to-tier estimates.
Maintenance scheduling rail with weekly digest.
Linear + accelerating drift regime with trust-region gating.
Live KPI rail + Forecast Studio modules.
5 signed bundle exports per month for legal review.
Idempotent residual batch with fleet CSV export.
Commercial
Indicative USD pricing · shadow-mode on every tier · binding terms in LOI or MSA.
Meridian
$3.75
per vehicle / month
$750/mo cap at ≤200 vehicles
Build LOI →Model annual NADIR cost vs calibration-incident avoidance for buyer conversations.
Developer surface
Org-scoped Bearer API keys · RBAC scopes gate algorithm depth · OpenAPI v1 contract.
fleet:read
Health, extrinsics, history
fleet:write
Fleet import/export
drift:meridian
Survival + regime forecast lane
horizon:read
Command Deck + Forecast Studio
evidence:read
Limited signed bundle exports
Go-to-market
Regional fleet director
“Which vehicles need service this week — ranked with time-to-CRITICAL.”
Typical buyer on NADIR Meridian.
MSO QA lead
“Post-windshield calibration evidence for shop networks.”
Typical buyer on NADIR Meridian.
Maintenance program sponsor
“$750 shadow pilot with conversion path to subscription.”
Typical buyer on NADIR Meridian.
Safety engineer
“Survival curves without standing up a data science team.”
Typical buyer on NADIR Meridian.
Onboarding
12-vehicle sample org · all scopes for integration testing · make dev-api local stack.
Wire POST /v1/telemetry/ingest from telematics or batch replay · validate tier gates.
Console or webhook alerts · weekly digest · Exhibit A metrics for LOI conversion.
Per-vehicle billing at Meridian rate · optional API add-ons per integration depth.
Compare
| Capability | Pulse | Meridian | Apex |
|---|---|---|---|
| Tier gates (NOMINAL/CAUTION/CRITICAL) | ✓ | ✓ | ✓ |
| Survival / time-to-CRITICAL | — | ✓ | ✓ full |
| HORIZON Command Deck | — | ✓ | ✓ |
| 3D Fleet Twin + CRLB | — | — | ✓ |
| Signed evidence exports | — | Limited | Unlimited |
| Typical latency | <200ms | 0.5–2s | 2–8s |
| Per-vehicle / mo | $3–5 | $3.75 | $8.50 |
SDK reference
Install: pip install -e "NADIR_SDK/python[dev]" · TypeScript client at NADIR_SDK/typescript
from nadir_sdk.scoring import score_residual
result = score_residual(request) # Meridian lane via pipeline_v3
# includes survival_t10_days, regime, recommended_action
Telemetry contract
Same JSON schema across tiers — algorithm depth is selected by org plan and ?tier= routing.
{
"vehicle_id": "van-0142",
"timestamp": "2026-06-10T14:22:01Z",
"sensors": {
"camera_rotation_matrix": [1.0, 0.01, 0.0, -0.01, 1.0, 0.0, 0.0, 0.0, 1.0],
"radar_range_bias_m": 0.002,
"radar_azimuth_bias_deg": 0.15,
"lidar_registration_error_m": 0.001
},
"timestamp_quality": { "sync_ok": true, "jitter_ms": 4 }
}
9-element row-major rotation vs baseline. Primary signal for extrinsic drift.
Range systematic error in meters — converted to mm in residual vector.
Cross-modal registration residual for fusion disagreement detection.
sync_ok and jitter_ms — gates unreliable frames before scoring on Meridian+.
Resolved from API key context — strict org isolation on every fleet record.
Deployment patterns
85-van fleet — CRITICAL queue integrated with shop dispatch spreadsheet.
120-vehicle Midwest shuttle — survival curves for board safety review.
Local DSP owner — shadow pilot with Exhibit A week-1 metrics.
Post-windshield calibration verification across 40 shops.
Service trucks with camera ADAS — maintenance budget holder buys on queue.
Growing camera mandate — Meridian digest for insurance renewal.
Operations
Terminology
Multi-sensor drift vector fused into one statistical distance — core signal on every tier.
6-DOF misalignment of camera/radar/lidar relative to vehicle frame.
Advisory analytics only — no ECU writes or in-loop vehicle control.
NOMINAL / CAUTION / CRITICAL classification from residual thresholds.
Signed evidence bundle metadata for insurer and auditor review.
Time-to-tier exceedance probabilities (Meridian+).
Fisher-information uncertainty glyph for 3D twin (Apex).
POST replay protection — cached response on duplicate ingest.
API key from Org A cannot read Org B fleet records.
LOI attachment with week-1 pilot metrics JSON.
Quick integration
curl -sS -X POST "https://api.nadirai.net/v1/telemetry/ingest?tier=meridian" \ -H "Authorization: Bearer $NADIR_API_KEY" \ -H "Content-Type: application/json" \ -H "Idempotency-Key: ingest-van-0142-20260610" \ -d @telemetry_frame.json
{
"event": "tier.changed",
"vehicle_id": "van-0142",
"previous_tier": "NOMINAL",
"drift_tier": "CAUTION",
"mahalanobis_distance": 3.42,
"probable_fault_source": "camera_extrinsics",
"algorithm_tier": "meridian",
"organization_id": "org-acme-regional"
}
Extended FAQ
FAQ
Tier benchmark · Phase 3
Motion gating cuts parking-lot false CAUTION. CUSUM detects ramps earlier. Trust-region smoothing reduces flicker — all simulated in the tier benchmark lab (not final pipeline_v3).
*Simulation benchmark — illustrative for buyer demos and incubator appendices.
$750/mo cap at ≤200 vehicles · same claim boundary on every tier · upgrade path without re-architecture.