PARAGON BIOSIGNALS

The EU AI Act deadline is approaching. Are your models ready?

Ship fair AI models.
No ML team required.

One Docker command trains your model, proves fairness across every demographic, and generates the compliance certificate. Your data never leaves your machine.

$ docker run --rm paragon/fairness demo

  Generating synthetic data... done
  Training at d=[8,16,32,64,128]... done (12s)

  Models:      ./output/models/
  Certificate: ./output/cert_d32.json
  R²: 0.891 | Gap: 0.024 | Leak: 46.8%
4 US Patents Filed | EU AI Act Articles 10 & 15 | FDA AI/ML Framework | 5 Populations Validated | Zero Data Leaves Your Machine

The Problem

Fairness audits cost $150K and take 6 months.
Most teams skip them.

Until now, making AI fair required specialized ML engineers, custom evaluation pipelines, and months of iteration. Paragon replaces all of that with one command.

Without Paragon
  • Hire ML fairness specialists
    $200K+/yr per engineer. 6-month ramp-up.
  • Build custom evaluation pipelines
    3-6 months of engineering. Breaks on every model update.
  • Manually audit every model
    No standard format. No reproducibility. No proof.
  • Risk regulatory fines
    EU AI Act: up to 7% of global revenue.
With Paragon
  • Any team member can run it
    Compliance officer, data engineer, or intern. One Docker command.
  • Models + certificates, fully automated
    Production-ready fair models and compliance proof — no manual tuning, no custom code.
  • Automated re-certification
    Retrain and re-certify on every data update. Audit trail included.
  • Provable compliance
    Signed Fairness Certificate. Auditor-ready. EU AI Act mapped.

Architecture

Two products. One mission.
Deployed where your security requires.

In demo mode, everything runs in one Docker command. In production, Prep and Train deploy separately across your security perimeters.

Paragon GLE Prep
Your Data Network
  • Connects to Snowflake, S3, FHIR, VCF, Postgres
  • Standardizes features into GLE encoding (128-dim)
  • Generates audit manifest for EU AI Act Art. 10
  • Managed by your data engineering team
paragon prep --source snowflake --config prep.yaml
Paragon Fairness Train
Your Compute
  • Takes prepared features — no database access needed
  • Trains fair models at multiple bottleneck dimensions
  • Outputs model checkpoints (your IP) + certificates
  • Managed by ML team, ops, or compliance
paragon train --input features/ --d-sweep
Demo Mode

Both products collapse into one command: docker run paragon/fairness demo

Prep — Data Connectors
CSV
Parquet
Snowflake
S3 / GCS
PostgreSQL
FHIR

CSV and Parquet shipped. SQL connectors and FHIR coming in v1.1.

Train — What You Get Back
.pt
Trained model checkpoints
Your IP. Load with PyTorch for inference.
JSON
Fairness Certificate
Per-group metrics, leakage, EU AI Act compliance.

Getting Started

Three steps. Ten seconds.
Zero data sharing.

No ML expertise needed. No code to write. A compliance officer can run this. The entire training engine is inside the Docker — compiled and patent-protected.

01 — PULL

Pull the image

One command. 1.6 GB. Contains the full training pipeline — GLE encoder, dual-stream architecture, bottleneck optimizer. All compiled. No readable source code.

docker pull ghcr.io/paragon-dao/fairness
02 — TRAIN

Point at your data

Specify which column is sensitive (ancestry, gender, age) and which is your target. The engine sweeps 5 bottleneck dimensions automatically. Your data stays on your machine.

paragon train --d-sweep --input data.csv
03 — SHIP

Get models + certificate

You receive trained model checkpoints (your IP, your deployment) and a Fairness Certificate — per-group performance, leakage score, compliance mapping. Show the certificate to auditors. Deploy the model.

fairness_certificate_d32.json

The Science

One parameter controls fairness.
We proved it.

Our patented bottleneck dimension d controls sensitive-attribute leakage 21x more effectively than adversarial training. Pick your fairness-accuracy tradeoff with a single number. An auditor can inspect it in 30 seconds.

d=8
32.8% leak
R² 0.211
NEAR-FAIR
d=16
38.1% leak
R² 0.224
d=32
46.8% leak
R² 0.222
BALANCED
d=64
60.4% leak
R² 0.219
d=128
79.4% leak
R² 0.217
UNFAIR

Accuracy cost at fairest setting: only 3.6%. Validated on 1000 Genomes · 5 ancestries · 6 clinical traits.

Try the interactive demo →

Use Cases

Any AI. Any population.
One training pipeline.

Genomics

Polygenic risk scores fail 78% of the world.

PRS models trained on European data lose up to 78% accuracy in non-European populations. Our training pipeline forces equitable prediction across all ancestries — automatically.

EU AI Act Art. 10 · GINA

Clinical Trials

Diversity requirements are now mandatory.

FDA FDORA 2022 requires diversity action plans. AI in trial design and patient stratification must demonstrate subgroup fairness. Our pipeline trains fair models your team can deploy directly.

FDA AI/ML · FDORA 2022

Health AI

Deploy to diverse populations with confidence.

Breathing models, voice biomarkers, EEG analysis — any health AI shipping to real patients needs fair models trained across demographics. Get trained models and the certificate to prove it.

EU AI Act Art. 15 · NYC Law 144

Why Now

Regulation is here.
Not coming — here.

Fairness auditing is no longer optional. If your AI touches diverse populations, you need provable fairness — or you don't ship.

Aug 2026
EU AI Act

Articles 10 & 15 — high-risk AI must demonstrate data governance and accuracy across subgroups. Fines up to 7% of global revenue.

Active
NYC Law 144

Annual bias audit required for automated employment decisions. Already enforced in New York City.

Tightening
FDA AI/ML

Medical AI devices must report subgroup performance. Demographic bias is classified as a safety issue.

Privacy by Architecture

Your data never leaves your machine.

CSV
Your data
Docker container (runs locally)
.pt
Your model
JSON
Certificate

No network calls

The Docker container makes zero outbound connections. No telemetry, no phone-home, no data exfiltration. Air-gapped compatible.

Compiled binary

Cython-compiled to native machine code. No readable Python source. Your model architecture and our IP — both protected.

Certificate only

Only the Fairness Certificate — a small JSON of metrics, no patient data — can optionally be published to paragondao.org/verify. And only if you choose to.

Under the Hood

Built on published research.

Protected by four US provisional patents. Validated across multiple domains and independently reviewed by expert panels.

Patent-Protected
  • Data encoding — Frequency-domain transformation that captures population structure while preserving task signal
  • Dual-stream architecture — Separates sensitive attributes from task-relevant features at the model level
  • Bottleneck fairness — Single parameter controls information leakage 8-27x more effectively than adversarial methods
  • Privacy-preserving pipeline — Irreversible transformations that prevent re-identification
Validated Across Domains
  • Genomics — 2,504 individuals across 5 ancestries, 6 clinical traits
  • Neuroscience — 20 subjects, subject-invariant EEG inference
  • Voice & Breathing — Cross-demographic biosignal analysis
  • Peer reviewed — Expert panels confirmed novelty and defensibility

Pricing

Start free. Scale when you're ready.

No credit card. Pull the Docker. Run the demo. See provable fairness in 10 seconds.

Free
$0 / forever
  • 1,000 samples
  • 2 d values (32, 64)
  • CSV input
  • Basic certificate
  • Community support
docker pull ...
Most Popular
Pro
$1,500 / month
  • Unlimited samples
  • Full d-sweep (5 values)
  • CSV + Parquet input
  • Signed certificate
  • Email support
Get Pro Access
Enterprise
$25,000 / year
  • Everything in Pro
  • SQL connectors (Snowflake, Postgres)
  • Full audit trail
  • Dedicated support + on-prem
Contact Sales
FDA · EU AI Act
Regulated
Custom pricing
  • Everything in Enterprise
  • EU AI Act Art. 10 & 15 compliance mapping
  • Audit-ready evidence dossier
  • Re-certification SLA
  • Named account support
Contact Sales

Academic institutions in low-and-middle-income countries: always free. Email us.

Your first Fairness Certificate
in under a minute.

Pull the Docker. Run the demo. See provable fairness on real genomic data from 1000 Genomes — 2,504 individuals across 5 ancestries.