Skip to content

Reliability Philosophy

“Reliability is not about preventing failure. Reliability = Reducing uncertainty + reducing surprise.” — Dibyendu De, 26th March 2026


Reliability is not defined as long life.

Reliability = Predictability of system behavior.

The metric is not uptime or MTBF. The metric is: how accurately can we predict the machine’s state and future behavior?


Observation: 70–90% of industrial failures are classified as “random.”

Interpretation: Failures are not random. They are:

  • Unobserved (sensor gaps)
  • Unmodeled (missing physics)
  • Weak-signal driven (below detection threshold)

Conclusion: The problem is not randomness — it is lack of visibility combined with weak models.


RAPID AI is designed to:

“Convert unknown behavior into predictable behavior.”

This is the fundamental value proposition. Not another dashboard. Not another alarm system. An understanding-based system that reduces the gap between what machines do and what we expect them to do.


Strong signals, known failure modes, established physics.

RAPID ModulesFunction
FMTD Engine (Module B)Failure Mode Trend Dictionary — maps signals to known modes
Trend Analysis (Module B.2)Slope, drift, step, acceleration, chaos classification
Weibull / Hazard (Module D)Remaining useful life estimation

Low SNR signals, cross-parameter interactions, early-stage degradation.

RAPID ModulesFunction
Envelope / HF Energy (Module A)High-frequency bearing defect detection
Cross-band MigrationSpectral energy shifting across frequency bands
Multi-sensor Fusion (Module C)SSI — fusing multiple evidence streams
SEDL Entropy (Module B.3)Spectral + temporal + directional entropy

Sudden events, external disturbances, human errors. These cannot be predicted — they can only be survived.

Strategy: Not prediction-first. Resilience-first.

  • Design improvement recommendations
  • Operating envelope enforcement
  • Redundancy identification

  • Sensor data → feature extraction → pattern recognition
  • FMTD + Bayesian inference → fault classification
  • Trend + trajectory → health staging + RUL
  • Design improvement inputs (from failure analysis)
  • Redundancy recommendations (from criticality assessment)
  • Operating envelope enforcement (from physics constraints)
  • Every failure → rule update (expand FMTD)
  • Every new cause → dictionary expansion
  • Continuous model refinement (Weibull parameters, confidence calibration)

RAPID AI = Engineering Intelligence System

The engine performs four transformations:

Sensor signals → detect weak patterns (Module A)
Weak patterns → map to failure modes (Module B + FMTD)
Failure modes → infer root causes (Module B.3 + CDE)
Root causes → recommend actions (Module E)

Each transformation adds understanding. Each step reduces surprise.


RAPID AI is not:

  • An alarm-based system (alarms react, they don’t understand)
  • A dashboard system (dashboards display, they don’t diagnose)

RAPID AI is:

  • An understanding-based system
  • Every output includes: what happened, why it happened, what to do

Every RAPID AI analysis must produce:

OutputDescription
Predictive insightWhat the machine will do next
Risk levelHow serious is the current state (SSI, severity)
Cause inferenceWhy is this happening (FRETTLSM, evidence chain)
Recommended actionWhat to do about it (Module E, priority-ranked)
Learning updateWhat did we learn (rule confidence adjustment)

“Can we measure the surprise element?” — Dibyendu De

Yes. RAPID AI already does.

Shannon’s information-theoretic surprise is defined as:

Surprise(event) = -log₂(P(event))

An event with probability 1.0 has zero surprise. An event with probability 0.01 has high surprise.

The SEDL (Spectral Entropy Diagnostic Level) in Module B.3 is exactly this:

Spectral Entropy: H_s = -Σ p(f) · log₂(p(f)) — how spread is the frequency energy?
Temporal Entropy: H_t = -Σ p(t) · log₂(p(t)) — how variable is the signal over time?
Directional Entropy: H_d = -Σ p(θ) · log₂(p(θ)) — how asymmetric is the vibration?

When H_s is high → energy is spread unpredictably across frequencies → machine is surprising us. When H_s is low → energy is concentrated in expected harmonics → machine is predictable.

The Stability Entropy Index (SEI) combines these:

SEI = 0.5 × EI + 0.3 × CSS + 0.2 × JII

SEI IS the mathematical measure of surprise. A machine with SEI → 0 is predictable. A machine with SEI → 1 is full of surprises.

The System Stability Index (SSI) then weights this against component severity and trend:

SSI = 0.5 × C_score + 0.3 × SEI + 0.2 × T_score

SSI = “How much should this machine surprise us, considering everything we know?”

Goal: min(SEI) across all monitored assets over time
Success metric: SEI(t+1) < SEI(t) — surprise is decreasing
Failure metric: SEI(t+1) > SEI(t) — surprise is increasing

When surprise decreases over time, reliability improves. Not because failures stop, but because failures become expected — and expected failures can be prevented.


“Reliability is simply this: I am not surprised anymore.” — Dibyendu De

RAPID AI’s mission:

“Minimize surprise in industrial systems.”

Every module, every rule, every sensor reading, every AI-generated report exists to convert one more piece of unknown behavior into predictable behavior. The engine doesn’t prevent failure — it prevents surprise.


A new concept introduced in this philosophy note. FMTD maps the relationship between:

Signal trend pattern → Known failure mode → Expected progression → Action trigger

This is the bridge between Module B (fault detection) and Module D (prognostics). Where traditional FMEA is static (designed at commissioning), FMTD is dynamic — it updates as new patterns are observed and new modes are discovered.

Implementation path:

  1. Seed from existing 263 rules (126 component + 121 signal + 16 guard)
  2. Each rule becomes an FMTD entry with trend-to-mode mapping
  3. New modes discovered via entropy anomalies → new FMTD entries
  4. Confidence scores on each mapping → Bayesian update on each observation

StandardRelevance
ISO 13374FMTD aligns with Level 4 (Prognostics) — trending known failure modes
ISO 55000”Reducing surprise” aligns with asset management maturity — predictability is maturity
IEC 62740Root cause analysis framework — FMTD systematizes the cause→mode→action chain
VersionDateAuthorChanges
1.0.02026-03-26Dibyendu De / Rick DInitial chapter from reliability philosophy note