+VLFBERHT+ | Automotive

When AI reasoning quality drops, the speed limit drops with it.

Following documented industry incidents -- fleet suspensions, federal investigations, recalls triggered by unverified OTA updates -- the industry knows behavioral AI governance is not optional. Ulfberht translates AI quality scores directly into physical safety parameters in real time.

The Physical Embodiment Safety system computes T_adj = T_nominal * f(GQS). When governance quality degrades, safety thresholds tighten automatically -- not by operator decision, but by architecture.

ISO 26262 aligned ISO 21448 SOTIF UNECE WP.29 aware SAE J3016 mapped
ulfberht verify --domain automotive --asil D
$ verify "Lane change: Highway, 72mph, rain, adjacent lane detected clear"
[SENSOR FUSION] Camera: CLEAR | LiDAR: CLEAR | Radar: CLEAR | USS: N/A
Consensus: 3/3 -- VERIFIED
[ASIL] Classification: ASIL-D (highway speed, active maneuver)
Full verification chain required
[PES] Governance Quality Score: 0.91
Speed limit: 72mph (nominal) → 70mph (adjusted)
Physical Blast Radius: 12.4m at current velocity
Irreversibility Score: 0.87 (high -- lane commitment)
[CHAIN] Perception→Prediction→Planning integrity:
CEQS: 0.94 | Error Amplification: 1.02x (within bounds)
[EDGE] On-vehicle compute: 3.2% governance overhead
Degradation level: FULL (all checks active)
Decision: AUTHORIZED | Audit: adas-20260325-lane-0041

The automotive AI stack has four distinct failure surfaces.

Documented industry incidents share a common pattern: not a single catastrophic AI failure, but a chain of small, undetected quality degradations across perception, prediction, planning, and control. Each subsystem appeared functional in isolation. Governance that only monitors outputs misses the degradation in progress.

Risk 01

PERC

Perception Hallucination Under Distribution Shift

Object detection models trained on clear-weather data produce silent confidence inflation under fog, rain, or low-angle sun. The model reports high confidence on a misclassified obstacle. No disagreement surfaces because all sensors received the same degraded input.

Ulfberht: Black-Box Adapter (Patent BA) fingerprints perception model behavioral drift using Kolmogorov-Smirnov testing. Silent confidence inflation triggers verification escalation before the planning layer acts.

Risk 02

CHAIN

Error Amplification Across the Decision Chain

A 5% uncertainty introduced at perception grows to 18% uncertainty by the time it reaches the planning layer. Multi-model chains are epistemic amplifiers. Each handoff degrades quality. By the time a flawed input reaches actuator commands, its origin is invisible to output-layer monitors.

Ulfberht: Chain Epistemic Quality Score (CEQS) tracks information quality at every handoff. Error Amplification Ratio fires when compounding exceeds 1.15x -- before the degradation reaches control systems.

Risk 03

OTA

OTA Update Capability-Governance Gap

When a model update extends operational design domain -- new weather handling, new scenario types, higher autonomous capability -- the governance infrastructure supporting it does not automatically update. Capability and governance become misaligned. Documented incidents have involved fleets operating updated models against governance logic written for predecessor behavior.

Ulfberht: Governance Velocity Matching (Patent GVM) monitors capability acceleration. If updated capability outpaces governance by more than 1.5x, fleet rollout is blocked until governance infrastructure is verified to handle the new model.

Risk 04

EDGE

On-Vehicle Governance Compute Contention

In high-demand scenarios -- dense urban environments, severe weather, complex merge situations -- the vehicle's compute is under maximum load. Governance systems competing for the same hardware create a dangerous choice: skip governance to maintain latency, or run governance and slow the response. Most architectures skip silently.

Ulfberht: Edge Governance (Patent EG) operates within a 5% compute budget via five-level Processing Degradation Cascade. Governance degrades gracefully and transparently -- never silently fails, never competes with safety-critical actuation.

Five-stage ADAS decision verification chain.

Every safety-critical driving decision passes through a sequential verification pipeline. No stage is skipped. Each stage produces a structured output that the next stage consumes. The full chain completes in under 8ms on ASIL-D hardware.

01

Sensor Fusion Consensus

Camera, LiDAR, radar, and ultrasonic data cross-validated against each other. Agreement threshold computed per sensor combination. Unresolved disagreements do not proceed -- they route to conservative fallback. Majority voting is explicitly rejected as insufficient for ASIL-D decisions.

02

ASIL Classification

The decision is classified per ISO 26262: QM, ASIL-A through ASIL-D. Classification considers vehicle speed, maneuver type, scenario reversibility, and presence of vulnerable road users. Each ASIL level routes to the corresponding verification depth. ASIL-D completes the full chain. QM exits early.

03

Physical Blast Radius Computation

Before the actuator command is authorized, the Physical Embodiment Safety system computes the blast radius -- the maximum zone of physical harm if the decision is wrong -- at current velocity, trajectory, and environment. The Irreversibility Score (0-1) classifies whether the action can be undone. High irreversibility requires proportionally higher governance quality to proceed.

04

Governance Quality Check

The current Governance Quality Score -- computed from AI behavioral dimensions including fabrication rate, constraint compliance, and sycophancy -- is checked against the required threshold for this decision's ASIL level and Irreversibility Score. If the score does not meet the threshold, the Kinetic Circuit Breaker tightens the safety envelope or blocks the action.

05

Authorization or Block

The decision is authorized with adjusted safety parameters, held pending additional verification, or blocked with fallback behavior triggered. Every outcome generates a cryptographically signed audit record with the full chain state. On-vehicle attestation means the record exists even when the vehicle has no connectivity.

ulfberht — full verification chain
-- STAGE 1: SENSOR FUSION --
Camera_front: obstacle=NONE conf=0.97
LiDAR_360: obstacle=NONE conf=0.99
Radar_front: obstacle=NONE conf=0.94
CONSENSUS: 3/3 VERIFIED
-- STAGE 2: ASIL CLASSIFICATION --
Speed: 72mph | Maneuver: lane_change_left
Reversibility: LOW (0.87 irreversibility)
CLASS: ASIL-D -- full chain required
-- STAGE 3: PHYSICAL BLAST RADIUS --
Velocity: 32.2 m/s | Mass: 1,820 kg
Blast radius: 12.4m | KE: 944,834 J
Irreversibility score: 0.87 → HIGH
-- STAGE 4: GOVERNANCE QUALITY --
GQS: 0.91 | Required for ASIL-D: 0.85
T_adj = 72mph * f(0.91) → 70mph
GQS THRESHOLD: MET
-- STAGE 5: AUTHORIZATION --
Chain CEQS: 0.94 | Amplification: 1.02x
Edge compute: 3.2% overhead (FULL mode)
AUTHORIZED @ 70mph envelope
Audit: adas-20260325-lane-0041 [signed]

The only automotive AI governance system that moves the speed limit.

Most governance systems observe and log. Ulfberht's Physical Embodiment Safety system (Patent PES) directly translates AI behavioral quality into physical operating parameters. When reasoning quality degrades, the safety envelope contracts automatically -- no operator decision required.

GQS 1.0 -- 0.85 / Nominal

65mph operational limit

AI behavioral quality within expected bounds. Fabrication rate low. Constraint compliance high. Sycophancy score within operating threshold. Full operational envelope active. All ASIL-D decisions route through standard verification chain.

T_adj = T_nominal * f(GQS)
f(0.91) = 0.974 → 65mph * 0.974 = 63.3mph
Adjustment embodiment: exponential (k=2.0)

GQS 0.84 -- 0.60 / Degraded

45mph tightened limit

Governance quality degradation detected. Fabrication rate rising or constraint compliance falling. Physical Blast Radius computation triggers automatic speed reduction. ASIL-D verification requirements increase. High-irreversibility maneuvers require elevated GQS confirmation before proceeding.

f(0.72) = 0.693 → 65mph * 0.693 = 45mph
Blast radius recalculated at 45mph
CEQS threshold raised to 0.90+

GQS below 0.60 / Critical

Pullover safe stop initiated

Governance quality below minimum operational threshold. Kinetic Circuit Breaker engages. Vehicle initiates controlled safe pullover sequence. No further autonomous decisions authorized. All actions switch to deterministic fallback behavior until governance quality is restored and verified by a full system check.

f(0.40) = 0.160 → circuit breaker fires
Reversibility tier: IRREVERSIBLE blocked
Fallback: deterministic rule set only

Patent PES -- Three threshold adjustment embodiments

Exponential adjustment for automotive dynamics.

PES supports three threshold adjustment embodiments: linear (general robotics), exponential with k=2.0 (automotive -- aggressive tightening at high speeds), and sigmoid (manufacturing -- smooth transition through degradation ranges). Automotive deployments use the exponential embodiment because the consequences of quality degradation at highway speed are non-linear. A 20% quality reduction at 72mph carries exponentially more risk than at 25mph.

PES also computes Irreversibility Scores (0-1) per action class. A lane change at highway speed scores 0.87 -- nearly irreversible once committed. A speed adjustment scores 0.15 -- highly reversible. Higher irreversibility requires proportionally higher GQS to authorize. The architecture cannot be configured to bypass this relationship.

-- Irreversibility scores by action class --
Speed reduction
0.10 -- reversible
Steering correction
0.22 -- reversible
Lane change initiation
0.55 -- moderate
Lane change committed
0.87 -- high
Intersection entry
0.91 -- very high
Emergency brake
0.97 -- near-irreversible
Required GQS = base_threshold + (irreversibility * delta_weight)

Six patents. One integrated automotive governance stack.

Each capability is grounded in a distinct patent covering a distinct failure surface. They compose into a unified decision verification pipeline.

Patent PES

Physical Safety Translation

Converts AI behavioral quality scores into real-time physical safety parameters. Speed limits, force thresholds, and workspace boundaries adjust automatically with governance quality. T_adj = T_nominal * f(GQS). Exponential embodiment (k=2.0) for automotive dynamics. ISO 26262 and ISO 13482 mapped.

Patent GVM

Governance Velocity Matching

Monitors capability velocity across 6 dimensions. OTA updates that increase model capability trigger governance readiness verification before fleet deployment is authorized. If capability outpaces governance by more than 1.5x, rollout escalates to human review. Closes the post-update governance gap responsible for documented industry incidents.

Patent EG

Edge Governance

On-vehicle governance operating within a 5% compute budget. Five-level Processing Degradation Cascade degrades gracefully under load. Cryptographic offline compliance attestation produces signed audit records without connectivity. The vehicle never makes an ungoverned decision -- governance adapts, it does not fail silently.

Patent BA

Black-Box Model Adaptation

Automatically fingerprints any perception or planning model across 6 behavioral dimensions without requiring model access or documentation. When OEMs switch suppliers or models are updated, governance recalibrates automatically. Drift Detection via Kolmogorov-Smirnov testing catches silent model regressions between updates.

Patent P10

Kinetic Circuit Breaker

Pre-execution blast radius computation for every actuator command. Six-tier reversibility classification. When AI behavioral quality degrades -- sycophancy score rising, fabrication rate increasing -- the circuit breaker tightens thresholds automatically. At critical degradation, the breaker fires and routes all decisions to deterministic fallback behavior.

Patent 33

Multi-Model Chain Governance

Perception, prediction, planning, and control are a four-model epistemic chain. Information quality degrades at each handoff. Chain Epistemic Quality Score (CEQS) measures integrity across every transition. Error Amplification Ratio detects compounding errors before they reach actuators. Sub-chain isolation identifies which model in the chain introduced the degradation.

How automotive teams deploy Ulfberht.

Scenario 01

Level 3 Highway Pilot

ASIL-D ISO 26262 PES + P10

An OEM deploying a Level 3 highway autopilot integrates Ulfberht into the on-board compute stack at the ASIL-D processing domain. Every safety-critical decision -- lane changes, speed adjustments, merge acceptance, emergency maneuvers -- passes through the five-stage verification chain before actuator commands are issued. The Physical Safety Translation layer runs continuously: as highway traffic complexity increases and the AI encounters conditions near the edge of its training distribution, Ulfberht's GQS degrades predictably, and the speed envelope contracts to match. The driver handover system receives structured quality state from Ulfberht, allowing it to calibrate handover urgency based on governance quality rather than a fixed timeout.

On-vehicle edge governance runs within 4.1% of the ASIL compute budget, leaving full processing headroom for the AD stack during complex scenarios. Every decision produces a cryptographically signed audit record. At the end of each trip, audit chains are uploaded to fleet infrastructure and cross-referenced against sensor fusion logs for post-incident analysis. ASIL-D documentation output is formatted for ISO 26262 Part 6 type approval submissions.

Scenario 02

Robotaxi Fleet Operations

GVM + BA UNECE WP.29 Fleet scale

A robotaxi operator running a fleet of hundreds of vehicles uses Ulfberht's Governance Velocity Matching system to gate every OTA model update before fleet-wide deployment. When a perception model update extends the operational design domain -- new weather handling, improved night performance, additional object classes -- GVM measures the capability velocity increase across 6 dimensions and verifies that governance infrastructure can handle the updated behavioral profile before a single vehicle in the fleet receives the update. If capability acceleration exceeds the 1.5x governance coverage threshold, the update deploys to a shadow fleet for behavioral fingerprinting via the Black-Box Adapter system before general rollout is authorized.

The BA system runs Kolmogorov-Smirnov drift detection against the behavioral fingerprint of every perception model in the fleet after each update. Silent regressions -- where model performance degrades on edge cases not covered by standard test suites -- are caught through distributional shift in behavioral signatures rather than requiring those edge cases to be enumerated explicitly. Fleet operators receive governance readiness reports showing per-vehicle and per-update-version coverage state before and after each deployment cycle.

Scenario 03

ADAS Tier-1 Supplier

Chain governance Audit documentation Multi-OEM

A Tier-1 ADAS supplier integrating AI-based perception components across multiple OEM customers uses Ulfberht to provide each OEM with governed, traceable evidence of behavioral quality across their specific vehicle integration. The Multi-Model Chain Governance system tracks CEQS and Error Amplification Ratio across the full Perception-Prediction-Planning-Control chain, with sub-chain isolation identifying when degradation originates in the supplier's perception component versus the OEM's planning stack. This distinction is critical for liability tracing and allows both parties to maintain accurate audit documentation for type approval submissions.

Ulfberht's ASIL-compliant audit output is formatted to support ISO 26262 Part 8 (Supporting Processes) requirements for software tool qualification. Suppliers gain a defensible record demonstrating that their AI components operated within verified governance bounds across the test and validation lifecycle, providing OEM customers with documentation they need for UNECE WP.29 cybersecurity management system (CSMS) submissions and national homologation processes in EU, US, and Asian markets.

<8ms

full 5-stage verification
chain on ASIL-D hardware

5%

maximum compute budget
for on-vehicle governance

6

behavioral dimensions
fingerprinted per model

100%

decision chain
audit coverage

+VLFBERHT+ | Automotive

Verify your automotive AI stack.

Schedule a technical deep-dive with our automotive safety team. We will demonstrate Physical Safety Translation, chain governance, and edge governance against your specific ADAS architecture, sensor configuration, and ASIL requirements.

Bring your current governance architecture documentation. We will show you exactly which failure surfaces PES, GVM, EG, BA, P10, and Patent 33 close -- and which gaps remain in what you have today.

Standards posture

ISO 26262 (Functional Safety) Aligned
ISO 21448 (SOTIF) Aligned
UNECE WP.29 (Cyber / OTA) Aware
SAE J3016 (Automation Levels) Mapped
ISO 13482 (Service Robotics) Mapped
ASIL-D full verification chain Native

Standards posture represents design intent and framework alignment. Type approval and homologation support documentation available on request. Formal certification requires engagement with a notified body.