Defensive publication · prior art

Open-Source Diagnostic Braid

Health as a braided network of signals, built against enclosure

Disclosed
7 January 2026 — first commit 2026-01-07 22:31:24 UTC
Rights
CC0 1.0 Universal — no rights reserved
Record
github.com/sjgant80-hub/open-source-diagnostic-braid — the commit history is the timestamp

Defensive Publication (Public Domain): Open-Source Diagnostic Braid (OSDB)

Defensive Disclosure • January 2026 • Commons Health Innovation

A modular, composable diagnostic framework that treats health as a braided network of signals — biological, behavioral, and environmental — enabling anyone to build low-cost, privacy-preserving diagnostics without vendor lock-in.

Status: Speculative but fully implementable with today’s off-the-shelf sensors, assays, and open-source tools.

License Intent: Public Domain (CC0 1.0 Universal). No rights reserved. This disclosure is designed to establish prior art and prevent proprietary enclosure of braided diagnostic architectures.

This repository publishes the complete conceptual blueprint, architecture, data model, and reference implementation guidance for the Open-Source Diagnostic Braid (OSDB).

Core Idea: Build a Braid, Not a Single Test

Health states are latent — you cannot measure them directly.

You can only measure many noisy, partial proxies.

Truth emerges from braid tension: patterns of agreement and disagreement across multiple weak signals.

1. The Braid Principle

Each “strand” is an independent measurement channel:

  1. Molecular strand – e.g., CRP, ferritin, glucose, lactate, pathogen markers
  2. Physiology strand – HR, HRV, SpO₂, temperature, BP, sleep stages
  3. Symptom/phenotype strand – structured diary, cough audio, rash photos, pain scales
  4. Exposure strand – air quality, allergens, diet log, medications, travel history
  5. Microbiome/immune strand – optional slower-changing context
  6. Baseline strand – your personal normal (the most powerful and underrated biomarker)

The braid fuses these into:

2. OSDB Architecture (Modular & Buildable)

A. Strand Adapters (Input Standardization)

Convert raw signals into a unified event format:

{
  "timestamp": "2026-01-07T10:32:00Z",
  "strand_type": "physiology",
  "feature_vector": {"hr": 92, "hrv": 28, "spo2": 96},
  "quality_flags": {"motion_artifact": false, "good_contact": true},
  "provenance": "fitbit_ble_export"
}

Supported adapters (example list):

B. Feature Weaving Layer

Primary features are deltas from personal baseline, not population norms.

Examples:

C. Braid Inference Engine (Probabilistic Fusion)

Recommended approach:

Example output:

“Moderate probability of viral syndrome (62%). Evidence (coherence): rising fever trend + mild tachycardia + cough acoustics. Evidence (contradiction): normal SpO₂, no chest pain. Uncertainty drivers: missing CRP, low-quality sleep HRV.”

D. Active Measurement Planner

Information-theoretic selection of next measurement that maximally reduces uncertainty per cost/effort.

Examples:

E. Safety & Governance Layer (Hard Guardrails)

Non-negotiable rules:

3. Braid Tension Metrics (The Secret Sauce)

Cheap sensors become useful not by being perfect, but by being honest about their limitations.

4. Minimal Viable Reference Implementation (OSDB-MVP)

Focus: Triage & monitoring of common inflammation/infection/recovery patterns

Low-cost inputs:

Outputs:

5. Data Model: Personal Baseline First

Population ranges are blunt. OSDB treats each individual as their own control:

Question shifts from “Are you in range?” → “What changed for you?”

6. Validation Plan (Open & Reproducible)

  1. Synthetic validation – simulated trajectories + sensor noise
  2. Retrospective – de-identified datasets
  3. Prospective – community/clinic studies with clinician oversight

Key metrics:

7. Anti-Enclosure Design Features

Example Narrative Output

Posterior: Moderate probability viral syndrome (62%); low probability bacterial pneumonia (18%)
Coherence evidence: Fever trend upward + mild tachycardia + cough onset timing
Contradiction evidence: Normal SpO₂, no reported chest pain
Uncertainty drivers: Missing inflammation marker (CRP), low-quality overnight HRV
Next best measurement: Spot-check SpO₂ after 2-minute walk; consider CRP if symptoms worsen
Safety note: If SpO₂ drops below 92% or breathlessness increases → seek urgent care immediately

This is braided diagnostics: not false certainty, but guided, inspectable clarity.