KevinIsInCoding Claude Sonnet 4.6 commited on
Commit
9dab3bd
·
1 Parent(s): fc09788

docs: correct ALS genetics claim in PRFAQ, strengthen rationale

Browse files

90% of ALS is sporadic — no identified genetic cause. Only ~10% is
familial. Updated the 'why ALS' answer to reflect the real reasons:
active but under-resourced research frontier, fast and fatal disease
course demanding urgency, and scientific complexity (mechanism-level,
not gene-level) that makes a knowledge graph uniquely valuable.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

Files changed (1) hide show
  1. PRFAQ.md +8 -2
PRFAQ.md CHANGED
@@ -10,7 +10,7 @@
10
 
11
  *New AI-powered tool synthesizes 500+ peer-reviewed ALS papers and live clinical trial data into a single research landscape report, grounded in a biomedical knowledge graph*
12
 
13
- **San Francisco, CA** — Today, the team behind Beacon announced the launch of Candle-Fire, a research intelligence platform that helps physicians evaluating ALS (amyotrophic lateral sclerosis) clinical trials understand the full scientific context behind a trial's mechanism in under 30 seconds.
14
 
15
  ALS is one of the most aggressive and least understood neurodegenerative diseases. With over 100 active clinical trials testing targets ranging from SOD1 gene silencing to neuroinflammation modulators, physicians face a mounting challenge: how do you evaluate a trial's scientific credibility when the evidence base spans thousands of papers across genetics, cell biology, and clinical pharmacology?
16
 
@@ -95,7 +95,13 @@ A: Yes. Candle-Fire is open-source (MIT License) and the hosted version on Huggi
95
 
96
  **Q: Why ALS specifically? Why not all neurodegenerative diseases?**
97
 
98
- A: ALS has a few properties that make it an ideal starting point. The disease has a well-defined and relatively small set of causal genes (SOD1, TARDBP, FUS, C9orf72 account for the majority of familial cases), making the knowledge graph tractable to seed manually. The research community is active over 100 recruiting trials at any given time — creating real physician demand for synthesis. And Beacon, our sibling project, already serves ALS patients finding trials, so physician-facing research tooling is a natural complement.
 
 
 
 
 
 
99
 
100
  The architecture generalizes: replacing the ALS paper corpus with a Parkinson's or Alzheimer's corpus requires only re-running the ingestion and extraction pipeline with a different PubMed query. ALS is the pilot, not the ceiling.
101
 
 
10
 
11
  *New AI-powered tool synthesizes 500+ peer-reviewed ALS papers and live clinical trial data into a single research landscape report, grounded in a biomedical knowledge graph*
12
 
13
+ **New York, NY** — Today, the team behind Beacon announced the launch of Candle-Fire, a research intelligence platform that helps physicians evaluating ALS (amyotrophic lateral sclerosis) clinical trials understand the full scientific context behind a trial's mechanism; to help researcher to understand the disease pathology and existing experiment in order to better locate disease target.
14
 
15
  ALS is one of the most aggressive and least understood neurodegenerative diseases. With over 100 active clinical trials testing targets ranging from SOD1 gene silencing to neuroinflammation modulators, physicians face a mounting challenge: how do you evaluate a trial's scientific credibility when the evidence base spans thousands of papers across genetics, cell biology, and clinical pharmacology?
16
 
 
95
 
96
  **Q: Why ALS specifically? Why not all neurodegenerative diseases?**
97
 
98
+ A: Three reasons, and none of them are about the genetics being simplebecause they are not.
99
+
100
+ **An active but under-resourced research frontier.** ALS is a disease where the research community is working hard but pharmaceutical investment lags far behind. Over 100 clinical trials are recruiting at any given time, yet only two drugs (riluzole, edaravone) have reached broad approval in decades. That gap between scientific activity and clinical translation is exactly where better research synthesis tools create value — helping physicians and researchers navigate a crowded and fast-moving evidence base without deep institutional resources.
101
+
102
+ **A cruel and fast disease that demands urgency.** ALS is uniformly fatal, typically within 2–5 years of symptom onset, with no disease-modifying cure. Patients deteriorate rapidly. Physicians evaluating trial options for a patient diagnosed today do not have months to conduct literature review — they need synthesis now. The disease's brutality is the strongest argument for tools that compress hours of work into seconds.
103
+
104
+ **Scientific complexity that rewards structured intelligence.** Contrary to a common misconception, 90% of ALS cases are sporadic — no identified genetic cause. Only ~10% are familial, and within that group, SOD1, TARDBP, FUS, and C9orf72 are the primary genes. The vast majority of patients have ALS arising from an incompletely understood convergence of genetic susceptibility, environmental exposure, and cellular stress mechanisms. This is precisely why a knowledge graph that maps pathological mechanisms, not just genes, is valuable. The biology that connects protein aggregation, neuroinflammation, oxidative stress, and RNA dysregulation is the real frontier — and that frontier is too complex to navigate by keyword search alone.
105
 
106
  The architecture generalizes: replacing the ALS paper corpus with a Parkinson's or Alzheimer's corpus requires only re-running the ingestion and extraction pipeline with a different PubMed query. ALS is the pilot, not the ceiling.
107