The Anomalousness Index

Every Trump PURSUE UFO file on this site has a 0-to-100 score. This page explains what the score means, how it's computed, and what it deliberately is not.

What this score is not. It is not a "probability of aliens" or "% chance of extraterrestrial origin." That number is not honestly computable from these files. Any tracker or paper publishing such a number is selling you something. We refused to publish one.

What this score is. The evidentiary weight that an encounter remains unexplained after conventional analysis. A fast-read heuristic useful for triage. Six weighted components, weights sum to exactly 1.00, math is fully open at /data/scoring-rubric.json so anyone can audit or recompute every score on this site.

The six components and their weights

ComponentWeightWhat it captures
Sensor quality 0.25 Multi-sensor military > single-sensor military > civilian aviation > photographic > eyewitness only > sketch only
Witness credibility 0.20 Astronaut > trained aviator / federal agent > military personnel > law enforcement > credentialed civilian > anonymous civilian
Corroboration 0.20 Multi-witness multi-instrument > multi-witness single-instrument > single-witness with instrument > multi-witness without instrument > single witness only
Kinematic anomaly 0.15 Physically impossible for known craft > edge of envelope > unusual but explainable > consistent with known craft
Mundane-explanation availability 0.10 No plausible mundane > weak mundane candidate > plausible mundane > strong mundane candidate > resolved mundane
Official disposition 0.10 Open after review > unresolved no review > partial resolution > resolved conventional

How the score is computed

For each file, AI reads the publicly reported description and selects one enumerated value per component. Each value maps to a 0-100 integer (defined in the rubric JSON). The final score is:

score = sum(component_value × component_weight)

Result is clamped to the 0-100 range. We round to the nearest integer for display.

Worked example: Greece, January 2024 (score 66)

Sum: 86. (Note: the canonical CSV scoring uses slightly different component selections per the live manifest; this preset is from the rubric file's `presets` field as a worked example. The actual live score for this file is 66 because corroboration and mundane-explanation components are scored more conservatively in the operational manifest.)

How we use AI (and how we don't)

AI does three things on this site, all human-supervised:

  1. Rubric application. Claude (Anthropic) reads each file's publicly reported description and selects which rubric value matches each component. The rubric and weights are human-designed.
  2. Video transcription. OpenAI Whisper generates the .vtt subtitle tracks and full transcripts on every video page.
  3. PDF text extraction. pdfplumber (open-source, not AI) pulls searchable text out of every PDF for the on-site search index.

We do not use AI to decide whether files prove aliens exist. No model can honestly do that and we refuse to publish such a number. The score is a triage heuristic, not a conclusion.

How to recompute every score yourself

  1. Download the rubric: https://pursueufotracker.com/data/scoring-rubric.json
  2. Download the manifest: https://pursueufotracker.com/generated/api/files.json
  3. For each file, locate the score.components object. Each key is a component name; each value is the choice (e.g. "single_sensor_military").
  4. Look up the choice's integer value in the rubric, multiply by the component's weight, sum across all six components.
  5. Compare to the published score.value. They should match within rounding (±1).

If you find a discrepancy, the rubric is the source of truth, not the displayed score. File an issue at github.com/FongShuiLabs/pursueufotracker.

Known limitations

For further reading on this site

← BACK TO ALL FILES