What you get
A tiered evidence report on one biomarker: what range the published evidence actually supports for the outcomes you care about, which evidence tiers support it, where the tiers disagree, and — when the evidence cannot bound a range — an explicit statement that it cannot, instead of a plausible-sounding number.Who it’s for
Biotech and pharma teams, longevity clinicians, and translational researchers who need more than a lab reference interval. This is one of the heaviest real usage patterns on Consensus.The prompt
The structure below is what makes this work: the definitional constraints and the per-tier instructions do more for output quality than any amount of prompt polish. Replace[BIOMARKER] and the outcome set.
How it works
1
The definitional block does the heavy lifting
Without the “do not define optimal range as…” list, models converge on the reference interval and call it an answer. Enumerating the wrong definitions is what forces a real evidence assessment.
2
Each tier gets its own search and its own instructions
Mendelian randomization and observational cohorts fail in different ways, so they need different critical questions. Searching them separately also makes tier disagreement visible instead of averaging it away.
3
Both bounds must be evidenced
This is the constraint that prevents a one-sided risk curve being reported as a bounded range — the most common error in biomarker summaries.
4
Negative results are a first-class output
“No evidence-based optimal range is known” is frequently the correct answer. Naming it up front stops the model manufacturing a range to satisfy the request.
The API equivalent
Run one call per tier and keep the results separate:medical_mode=true narrows to top medical journals and guidelines (about 8M documents) when a tier returns too much general literature.
What to check before you trust it
- Check that both bounds are actually evidenced. The most common failure is a lower bound with real support and an upper bound asserted from convention. Read the justification for each separately.
- Reverse causation is the main confounder. Low values of many biomarkers mark existing illness. If the report does not discuss the sensitivity analyses excluding early deaths and prevalent disease, the U-shape may be an artefact.
- Check assay comparability. Ranges from different assays are often not interchangeable — the prompt asks for this, but verify it was answered.
- Watch for tier disagreement being smoothed over. If MR says no causal effect and cohorts show a strong association, that conflict is the finding.
Related
Build a drug target validation dossier
The same tiered method, applied to a target rather than a biomarker.
Extract numbers and formulas from full-text papers
Pull the nadir ranges and effect sizes into rows you can compute on.
Best practices
Fan-out, the filter ladder, and the rest of the primitives.
All use cases
Browse the gallery by persona.