NADIR Pulse Shadow-mode advisory Fast · real-time edge · high-volume

Algorithm tier deliverable

High-volume drift gates for telematics and compliance fleets

NADIR Pulse is the embeddable sensor-reliability lane for partners who need CAUTION and CRITICAL tier classification at scale — under 200ms per vehicle, without forecast compute or 3D twin overhead.

lightweight Mahalanobis CAUTION/CRITICAL gates tier classification basic drift detection

Live simulation

Tier benchmark — Pulse overlay

Interactive comparison lab embedded from /tier-benchmark — same Mahalanobis gates as production Pulse, with telematics and micro-fleet demo presets. Shadow-mode simulation only.

Demonstration overlays — Meridian and Apex use calibrated simulation models. Not safety-certified.

Capability map

What Pulse includes

Mahalanobis fusion

Cross-modal residual distance with fleet-normalized gates.

Tier gates

NOMINAL / CAUTION / CRITICAL with confidence bands.

Webhook alerts

Push tier transitions to maintenance or telematics systems.

Edge-friendly ingest

Rate-limit buckets tuned for 10k+ vehicles per org.

Pulse console

Simplified fleet queue + weekly PDF digest on micro pilot.

Calibration Lab parity

Interactive demo mode mirrors Pulse scoring path.

Supported

  • Basic drift detection from existing telemetry
  • Lightweight Mahalanobis distance scoring
  • CAUTION and CRITICAL tier gates
  • Batch telemetry ingest API
  • Webhook alerts on tier transitions
  • JSON fleet health summary
  • Pulse console + weekly digest (micro pilot)

Not included on Pulse

  • 14-day survival forecast
  • 3D digital twin or HORIZON modules
  • Changepoint ensemble (BOCPD/HSMM)
  • Signed evidence bundle exports
  • Fleet prioritizer or what-if planner
  • SE(3) extrinsic history drill-down

Commercial

Pulse pricing

Indicative USD pricing · shadow-mode on every tier · binding terms in LOI or MSA.

Pulse

$3–5

per vehicle / month

  • Basic drift detection from existing telemetry
  • Lightweight Mahalanobis distance scoring
  • CAUTION and CRITICAL tier gates
  • Batch telemetry ingest API
  • Webhook alerts on tier transitions
  • JSON fleet health summary

$750 · 4 weeks · 50–200 vehicles

Build LOI →

ROI estimator

Model annual NADIR cost vs calibration-incident avoidance for buyer conversations.

Claim boundary: NADIR is shadow-mode reliability analytics. Not ISO 26262 / ASIL safety-certified. Not in-loop vehicle control. Forecasts and tiers are advisory operational analytics.

Developer surface

Pulse API scopes & endpoints

Org-scoped Bearer API keys · RBAC scopes gate algorithm depth · OpenAPI v1 contract.

Required scopes

telemetry:ingest

Batch and streaming telemetry POST

drift:pulse

Mahalanobis scoring lane only

fleet:read

Health summary + tier counts

platform:webhooks

Tier transition events

Primary endpoints

POST /v1/telemetry/ingest <120ms
GET /v1/fleet/health-summary <80ms
POST /v1/drift-analysis/residual-score <200ms
POST /v1/webhooks/subscribe async

Latency profile (p50–max)

Demo instrumentation

Go-to-market

Who buys Pulse

Telematics platform VP

“We need a sensor-health module we can white-label without 18 months of perception R&D.”

Typical buyer on NADIR Pulse.

Regional fleet safety mgr

“I need to know which vans crossed CAUTION this week — not a 14-day forecast.”

Typical buyer on NADIR Pulse.

Compliance officer

“Prove we continuously monitor ADAS calibration post-repair.”

Typical buyer on NADIR Pulse.

DSP operations lead

“High volume, tight margins — tier gates only.”

Typical buyer on NADIR Pulse.

Onboarding

Integration timeline

Day 0 — API key + sandbox fleet

12-vehicle sample org · all scopes for integration testing · make dev-api local stack.

Week 1 — Telemetry ingest

Wire POST /v1/telemetry/ingest from telematics or batch replay · validate tier gates.

Week 2–4 — Shadow evaluation

Console or webhook alerts · weekly digest · Exhibit A metrics for LOI conversion.

Conversion — production tier

Per-vehicle billing at Pulse rate · optional API add-ons per integration depth.

Mahalanobis drift trace (simulated scenario)

Pulse overlay
Ground truth ● Pulse detection
72%
Detection score
80%
Attribution accuracy*
82%
Efficiency score
100%
Shadow-mode safety

Compare

Pulse vs other tiers

Capability Pulse Meridian Apex
Tier gates (NOMINAL/CAUTION/CRITICAL)
Survival / time-to-CRITICAL✓ full
HORIZON Command Deck
3D Fleet Twin + CRLB
Signed evidence exportsLimitedUnlimited
Typical latency<200ms0.5–2s2–8s
Per-vehicle / mo$3–5$3.75$8.50
Pulse Meridian Apex

SDK reference

Python SDK modules for Pulse

Install: pip install -e "NADIR_SDK/python[dev]" · TypeScript client at NADIR_SDK/typescript

Core modules

nadir_sdk.scoring.pulsePulseScoringLane · score_pulse()
SDK
nadir_sdk.scoring.typesDriftTier · FaultSource · ScoringThresholds
SDK
nadir_sdk.cli.pilot_onboardnadir-pilot onboard --tier pulse
SDK

Example: score telemetry payload

from nadir_sdk.scoring.pulse import score_pulse, SensorReadings

result = score_pulse(
    "van-0142",
    SensorReadings.from_mapping(payload["sensors"]),
    baseline_camera_rotation=baseline_R,
)
# drift_tier: NOMINAL | CAUTION | CRITICAL
# mahalanobis_distance, probable_fault_source

Telemetry contract

Ingest payload shape

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 }
}

camera_rotation_matrix

9-element row-major rotation vs baseline. Primary signal for extrinsic drift.

radar_range_bias_m

Range systematic error in meters — converted to mm in residual vector.

lidar_registration_error_m

Cross-modal registration residual for fusion disagreement detection.

timestamp_quality

sync_ok and jitter_ms — gates unreliable frames before scoring on Meridian+.

organization_id

Resolved from API key context — strict org isolation on every fleet record.

Deployment patterns

Pulse use cases in production conversations

Telematics white-label embed

Partner sends CAN + camera metadata batches nightly; Pulse returns tier counts for their dashboard widget.

DSP curb-strike monitoring

High-volume ProMaster fleet — webhook on CAUTION after loading-dock impacts.

Post-glass compliance proof

MSO subsidiary proves continuous monitoring without forecast SLA.

Insurance rider attachment

Fleet demonstrates monitoring program exists for ADAS-equipped vans.

Edge gateway batch

On-depot gateway aggregates 500 vehicles; single ingest burst under rate limits.

Municipal subcontractor audit

City vendor supplies weekly tier JSON for procurement review.

Operations

SLA, quotas, and support

Rate limits (Pulse)

Ingest bucketPulse-optimized batch POST
50k/day
Read bucketFleet health + extrinsics
20k/day
Forecast computeN/A — upgrade Meridian
Overage blocks+10k ingest
$50

Support tier

Micro pilotBusiness-hours email · 1 kickoff call
Included
SubscriptionSuccess check-in monthly
Std
Evidence exportsWebhooks only
Pulse
Console seatsPulse view

Terminology

Glossary for buyer conversations

Mahalanobis distance

Multi-sensor drift vector fused into one statistical distance — core signal on every tier.

Extrinsic drift

6-DOF misalignment of camera/radar/lidar relative to vehicle frame.

Shadow mode

Advisory analytics only — no ECU writes or in-loop vehicle control.

Tier gate

NOMINAL / CAUTION / CRITICAL classification from residual thresholds.

Chain of custody

Signed evidence bundle metadata for insurer and auditor review.

Survival curve

Time-to-tier exceedance probabilities (Meridian+).

CRLB ellipsoid

Fisher-information uncertainty glyph for 3D twin (Apex).

Idempotency-Key

POST replay protection — cached response on duplicate ingest.

Org isolation

API key from Org A cannot read Org B fleet records.

Exhibit A

LOI attachment with week-1 pilot metrics JSON.

Quick integration

cURL ingest example

curl -sS -X POST "https://api.nadirai.net/v1/telemetry/ingest?tier=pulse" \
  -H "Authorization: Bearer $NADIR_API_KEY" \
  -H "Content-Type: application/json" \
  -H "Idempotency-Key: ingest-van-0142-20260610" \
  -d @telemetry_frame.json

Webhook payload (tier transition)

{
  "event": "tier.changed",
  "vehicle_id": "van-0142",
  "previous_tier": "NOMINAL",
  "drift_tier": "CAUTION",
  "mahalanobis_distance": 3.42,
  "probable_fault_source": "camera_extrinsics",
  "algorithm_tier": "pulse",
  "organization_id": "org-acme-regional"
}

Extended FAQ

Integration & commercial

How do API keys map to tiers?
Org-level plan sets default algorithm lane. Pass ?tier=pulse on scoring routes when permitted by scope.
What telemetry frequency is required?
Daily batch minimum for pilot; hourly or event-driven for production CRITICAL sensitivity.
Can we self-host?
NADIR cloud is default; edge gateway pattern documented in NADIR_SDK/examples/edge_vehicle_gateway/.
What vehicles are supported?
Any ADAS-equipped van, shuttle, or passenger vehicle with camera/radar metadata in telemetry.
How does billing work?
Per-vehicle per month at $3–5 — prorated on tier changes mid-cycle.
Is there a free tier?
Developer sandbox with 12-vehicle sample fleet — $0 for integration testing.
What about Echo archival?
Batch replay add-on — can replay stored telemetry at Meridian or Apex depth.
How do webhooks sign payloads?
HMAC-SHA256 with org webhook secret — verify utils in nadir_sdk.webhooks.
What's in the weekly digest?
Tier counts, CRITICAL queue delta, top drift vectors, Exhibit A summary metrics.
Who owns the data?
Customer telemetry — NADIR processes under DPA; evidence exports are customer-controlled.

FAQ

Pulse questions

Who should start on Pulse?
Telematics embeds, high-volume fleets, and $750 micro pilots where the buyer needs proof of continuous monitoring before upgrading.
Can Pulse upgrade to Meridian later?
Yes — per-vehicle tier badges migrate without re-architecture. CRITICAL subsets often graduate first.
Is Pulse math production-final?
Pulse runs the canonical Mahalanobis lane in the SDK. Forecast and forensic layers are Meridian/Apex.

Deploy NADIR Pulse in shadow mode

$750 · 4 weeks · 50–200 vehicles · same claim boundary on every tier · upgrade path without re-architecture.

Build LOI Full pricing matrix Talk to us