Author: Dustin Groves · Or4cl3 AI Solutions
Version: 1.0
License: OOML v1.0 — Open research with attribution required
SPECTER: Ethereal Insights is a dual-node, cryptographically verifiable field investigation platform designed to detect, characterize, and publish statistically unexplained environmental events. The system merges rigorous experimental controls, adversarial statistical modeling, and quantum randomness benchmarking to minimize false positives while preserving evidentiary integrity. The platform makes no ontological claims regarding paranormal phenomena; instead, it provides reproducible methods for rejecting known physical and environmental explanations and identifying residual anomalies for peer review.
- Falsifiability: All claims must be testable against explicit null hypotheses.
- Reproducibility: Independent teams must be able to replicate experiments and analysis pipelines.
- Integrity: All data must be cryptographically signed at acquisition.
- Bias Resistance: Prevent post-hoc cherry-picking via preregistration and null publication.
- Usability: Provide investigators with real-time feedback without corrupting statistical rigor.
Two identical hardware nodes operate in matched environments:
- Active Node: Primary measurement site.
- Null Node: Control condition (same environment, shielded or displaced).
Data are time-synchronized and streamed to a mobile application for visualization and logging.
[Node A] ---(BLE/WiFi)---> [Mobile App] <---(BLE/WiFi)--- [Node B]
\ /
\------(optional cloud backup)---------/
- GPS PPS (pulse-per-second) + RTC discipline
- Precision Time Protocol (PTP) alignment
- Target inter-node skew: ≤10 ms
- Hardware Security Module (Microchip ATECC608)
- ECC P-256 signatures per data block
- Immutable hash chain per session
- Dual-mic 24-bit audio (20 Hz–20 kHz)
- Tri-axis magnetometer (±8 G, noise floor 0.15 μT)
- 9-axis IMU (accelerometer, gyro, mag)
- BME280 (temperature, humidity, pressure)
- CO gas sensor (1–1000 ppm)
- RTL-SDR RF analyzer (1 MHz–1.7 GHz)
- External QRNG (IDQ Quantis, ANU USB)
- Internal entropy source (thermal/shot noise)
- NIST-traceable certificates
- Uncertainty budgets per channel
Each signed data record:
{
"timestamp": "ISO8601",
"node_id": "A|B",
"sensor": "audio|mag|imu|rf|env",
"value": [...],
"uncertainty": 0.001,
"signature": "ECC-P256"
}Baseline Daemon
- Augmented Dickey-Fuller test
- Adaptive rolling windows
Confounder Regression
- Remove power-line harmonics
- Remove RF carriers
- Remove motion artifacts
Conditional Independence Testing
- Partial correlation
- Kernel-based CI tests
Nested Likelihood Ratio
- H0: baseline + confounders
- H1: unexplained variance
- Permutation-calibrated null
Environmental Impairment Index
- CO ppm + infrasound dB
- Investigation auto-paused when thresholds exceeded
- CHSH-style inequality on sensor triplets
- Monte Carlo p-values
- Classical bound S ≤ 2
- Compare sensor entropy to certified QRNG
- Z-score deviation
- Spectral flatness
- Kolmogorov complexity
- Compression ratio
Audio streams are segmented into fixed-length windows (2–3 seconds). Segments are mixed with control noise samples and labeled under blinded conditions by both human raters and automated speech recognizers. Agreement is quantified using Cohen's κ and confusion matrices. Segments failing to exceed chance-level recognition are discarded.
Each candidate segment is processed through phoneme extraction and evaluated against language models for phonotactic probability. Likelihood scores are compared against shuffled audio, white noise, and QRNG-modulated noise baselines. Only segments with statistically significant deviation (p < 0.01) from noise baselines are retained.
Human speech exhibits lower entropy and higher compressibility than random noise. EVP candidates are evaluated using:
- Lempel–Ziv compression ratio
- Sample entropy
- Spectral flatness
Segments clustering closer to speech distributions than noise distributions are flagged.
Audio captured by the Active node is compared against the Null node using cross-correlation and coherence analysis. Candidate EVP segments must appear exclusively or with significantly higher signal strength on the Active node to advance.
EVP candidates are time-locked (±200 ms) against EMF, RF, vibration, and environmental sensor events. Coincident multimodal anomalies are scored using conditional independence tests and increase anomaly severity weighting.
Candidate EVP segments undergo reversal, pitch shifting, and time-stretching. Semantic persistence under transformation reduces confidence; disappearance of structure increases confidence in non-random origin.
Permissible phrase length, phoneme classes, and recognition thresholds are pre-registered prior to investigation. Post-hoc reinterpretation is disallowed.
For each EVP candidate:
- Phonotactic likelihood z-score
- Compression ratio vs noise baseline
- Inter-rater agreement (κ)
- Dual-node differential score
- Multimodal coincidence probability
- OSF preregistration
- Skeptic audit mode
- Dual-node differential gating
- Quantum benchmarking
- Automatic null publication
Each completed investigation produces a signed bundle:
- Raw data (all nodes)
- LR score + p-value
- Bell S-value
- QRNG z-score
- Calibration certificates
- OSF preregistration ID
- HSM cryptographic signature
Screens: Home (Quantum HUD) · Scan · Spirit · Echo AI · EVP · HUD · Log
Visual theme: neon quantum glassmorphism
Receives: Live sensor data, statistical outputs, conversation history
Produces: Metric interpretations, cross-modal correlations
Never asserts paranormal causation.
- PostgreSQL + TimescaleDB
- Public null dataset
- Immutable session records
| Threat | Mitigation |
|---|---|
| Data tampering | HSM signing |
| Post-hoc bias | OSF preregistration |
| Investigator effect | Dual-node differential gating |
| Perceptual impairment | CO/infrasound Environmental Impairment Index |
- MVP: 90 days
- Phase 2: 6 months — cloud integration, public null dataset
- Phase 3: 12 months — multi-site federation, peer review pipeline
SPECTER reports unexplained statistical events only. Interpretation is left to external investigators and peer reviewers. The system makes no medical, legal, or metaphysical claims. All anomalies are labeled as statistically unexplained residuals pending independent replication.
SPECTER: Ethereal Insights represents a shift from narrative paranormal investigation to controlled anomaly science. It provides cryptographic integrity, experimental control, and quantum benchmarking to ensure that any reported anomaly survives adversarial scrutiny. By enforcing preregistration, dual-node differential gating, and blinded EVP analysis, SPECTER transforms field investigation from anecdote collection into reproducible experimental science.
{
"session_id": "SPECTER-2026-001",
"osf_id": "preregistered",
"timestamp": "2026-03-04T19:10:00Z",
"node_id": "A",
"sensor": "audio",
"value": [0.0012, -0.0008],
"uncertainty": 0.0001,
"lr_score": 4.72,
"p_value": 0.003,
"bell_s_value": 1.87,
"qrng_z_score": 2.14,
"signature": "ECC-P256:3045..."
}Fields: hypothesis, sensor configuration, null hypothesis, significance threshold, stopping rule, analysis pipeline version
Fields: sensor_id, calibration_date, nist_reference, uncertainty_budget, next_calibration_due
© 2025-2026 Or4cl3 AI Solutions · Dustin Groves · All Rights Reserved
OOML v1.0 Licensed — Open research with attribution required