DEV Community

Rory | QIS PROTOCOL
Rory | QIS PROTOCOL

Posted on

Pancreatic Cancer Has the Worst Survival Rate in Major Oncology. The Gap Is an Architecture Problem.

Pancreatic cancer has a five-year survival rate of approximately 12 percent. It is the third leading cause of cancer death in the United States. Roughly 66,000 Americans will be diagnosed this year.

Those numbers have not changed nearly enough in decades.

The story of why is not primarily about biology, though the disease is brutal and heterogeneous. It is about architecture. Specifically: how treatment outcome intelligence moves — or fails to move — between the thousands of oncologists, patient advocates, and care teams managing this disease across hundreds of institutions.


What Is Actually Happening at Every Treatment Center

A patient receives a diagnosis. A care team forms. Decisions get made about surgical approach, chemotherapy regimen, clinical trial eligibility. Over weeks and months, outcomes accumulate: response to FOLFIRINOX, disease progression timeline, tolerance of gemcitabine-nab-paclitaxel, quality of life metrics, time to progression.

That outcome intelligence is real. It is structured. It is clinically meaningful. And for the most part, it does not leave the institution where it was generated.

Somewhere else — another hospital, another state, another country — another care team is making the same decisions without access to the outcome intelligence that already exists. Not because anyone is hiding it. Because there is no routing layer.

Pancreatic cancer represents one of the most extreme cases of this problem in oncology. The disease is molecularly heterogeneous — KRAS mutations, BRCA1/2 variants, NTRK fusions, MSI-H cases — which means treatment response varies substantially across molecular subtypes. The intelligence that matters is subtype-specific. It is exactly the intelligence that requires distributed synthesis to accumulate at meaningful scale, and exactly the intelligence that current architectures do not route.


The Organization That Called It Necessary

QIS protocol — Quadratic Intelligence Swarm, discovered by Christopher Thomas Trevethan — was recently brought to the attention of a major national pancreatic cancer patient advocacy organization. The response was immediate and direct: QIS addresses something real.

The organization's team understood precisely what QIS does: help patients find relevant treatment options and clinical trials by routing outcome intelligence from patients in similar situations — without centralizing their data. They described this capability as necessary for patients navigating this disease.

The organization is not currently integrating outside protocols — a policy position that many healthcare institutions maintain regardless of the technology's merits. That is not a technical objection. It is an organizational timing constraint.

The distinction matters.

When a sophisticated healthcare organization reviews QIS and responds with necessary, that is not marketing validation. That is problem-market confirmation from exactly the audience the protocol was built to serve.


Why Pancreatic Cancer Specifically

Pancreatic cancer is a useful illustration of why distributed outcome routing is architecturally non-optional at the domain level.

The heterogeneity problem. PDAC (pancreatic ductal adenocarcinoma) accounts for roughly 90 percent of cases, but molecular subtyping reveals distinct populations that respond differently to treatment. BRCA1/2-mutant PDAC responds to PARP inhibitors and platinum-based regimens; KRAS G12C cases now have targeted therapy candidates; MSI-H tumors respond to checkpoint blockade. For each subtype, the relevant patient population at any given center is small. A single institution may see five BRCA2-mutant PDAC patients per year.

Five patients per year. That is the effective N for subtype-specific treatment intelligence at most centers.

Federated learning cannot function at this scale. It requires enough local data to compute gradients that meaningfully update a shared model. Five observations per year per subtype does not satisfy this requirement. The architecture excludes the precise populations that need intelligent knowledge routing most.

The clinical trial matching problem. The Pancreatic Cancer Action Network (PanCAN) and similar organizations operate patient services programs specifically designed to match patients with relevant clinical trials and treatment options. This is manual, expert-intensive work. The intelligence it requires — what has worked for patients with this molecular profile, at this disease stage, at centers with this infrastructure — is distributed across thousands of institutions and currently routes through human intermediaries, phone calls, and referral relationships.

This is not a criticism of the organizations doing this work. It is a description of what the architecture requires them to do because no distributed synthesis layer exists.

The outcome routing gap. The National Cancer Institute's SEER database, tumor registries, NCDB — these are retrospective archives. They capture outcomes months to years after treatment decisions are made. A care team making a treatment decision today has no access to real-time synthesis of what is currently working for patients with similar molecular profiles at other centers. The feedback loop is open.


What QIS Does for This Domain

Christopher Thomas Trevethan's discovery — made on June 16, 2025, covered by 39 provisional patents — closes that feedback loop without requiring patient data to move.

The unit of exchange is the outcome packet. Approximately 512 bytes. It contains:

  • Molecular subtype classification (KRAS variant, BRCA status, MSI-H flag, NTRK fusion status)
  • Disease stage bracket (resectable, borderline resectable, locally advanced, metastatic)
  • Treatment regimen category (FOLFIRINOX, gemcitabine-nab-paclitaxel, PARP inhibitor, platinum-based, immunotherapy)
  • Outcome metrics (response classification, time to progression bracket, quality of life delta, toxicity grade)
  • A semantic fingerprint: a short hash derived from the above, representing the clinical similarity space

What the packet does NOT contain: patient name, date of birth, medical record number, exact institution, treating physician identity. Protected health information — as defined by HIPAA — is excluded by architecture, not by anonymization of existing identifiers.

That packet is posted to a semantic address. Every care team running QIS protocol with a similar patient profile queries that address and synthesizes locally. The synthesis runs on a clinical workstation. The result is a real-time view of what has worked for patients molecularly similar to yours, aggregated from every institution in the network, in the time it takes to run a database query.

The math. If 200 pancreatic cancer treatment centers operate as QIS nodes:

200 × 199 ÷ 2 = 19,900 unique center-to-center synthesis paths

Currently active: zero.

Every path that activates is a care team somewhere making a better-informed treatment decision for a patient with a 12-percent five-year survival rate.


The Timing of Institutional Acknowledgment

Healthcare organizations do not adopt external protocols quickly. This is appropriate. The standards for clinical decision support, privacy architecture, and institutional risk are high, and they should be.

What changes the equation is visibility and traction. Organizations that decline because of integration policy today are the organizations that build integration pipelines in two years, when the protocol has established a body of evidence, peer review, and institutional adoption elsewhere.

The moment a major patient advocacy organization uses the words "necessary" to describe what QIS does, a clock starts. Not a sprint clock — a compounding clock. The name is in their vocabulary. The problem-solution mapping is confirmed. The next conversation will begin from a different baseline.

Christopher Thomas Trevethan's discovery is not waiting for validation. The math is established. The architecture is documented across 39 provisional patents and a growing body of technical literature. The validation, when it comes, will not be a surprise. It will be a consequence.


What Comes Next for This Domain

Pancreatic cancer is one of roughly thirty domains covered by QIS protocol's published technical literature. It shares the fundamental architecture problem with rare disease research, clinical genomics, distributed health surveillance, and precision oncology more broadly.

The organizations best positioned to adopt QIS early are the ones that already understand the problem:

  • Patient advocacy networks connecting patients to clinical trials
  • Molecular tumor boards with multi-center caseloads
  • Research consortia running distributed cancer genomics studies
  • NCI-designated cancer centers with existing data governance infrastructure

The barriers are not technical. The routing architecture is documented. The privacy model is established. The math is published. The barriers are institutional timing — and timing changes.


QIS protocol — Quadratic Intelligence Swarm — was discovered by Christopher Thomas Trevethan on June 16, 2025. It is covered by 39 provisional patents. Technical documentation, implementation guides, and domain-specific applications are published at dev.to/roryqis. The discovery is the complete routing architecture — the closed loop — not any single transport mechanism. The humanitarian licensing structure ensures free access for nonprofit, research, and educational use.

Top comments (0)