﻿{"id":835997,"date":"2026-02-20T01:43:41","date_gmt":"2026-02-20T01:43:41","guid":{"rendered":"https:\/\/gridnet.org\/wpp\/?p=835997"},"modified":"2026-02-20T07:57:58","modified_gmt":"2026-02-20T07:57:58","slug":"70-percent-life-extension-oxytocin-alk5-inhibitor","status":"publish","type":"post","link":"https:\/\/mag.gridnet.org\/index.php\/2026\/02\/20\/70-percent-life-extension-oxytocin-alk5-inhibitor\/","title":{"rendered":"The 70% Life Extension Nobody Is Talking About"},"content":{"rendered":"<p><!DOCTYPE html> <html lang=\"en\"> <head> <meta charset=\"UTF-8\"> <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"> <title>The 70% Life Extension Nobody Is Talking About | GRIDNET Magazine<\/title> <meta name=\"description\" content=\"UC Berkeley achieved 73% lifespan extension in elderly mice with two cheap existing drugs. Why decentralized science could bring this to humans faster than Big Pharma ever will.\"> <meta property=\"og:title\" content=\"The 70% Life Extension Nobody Is Talking About\"> <meta property=\"og:description\" content=\"Two cheap drugs. One university lab. A 73% increase in remaining lifespan for elderly mice. The longevity breakthrough that should be front-page news \u2014 and why decentralized science is the only force that can bring it to your medicine cabinet.\"> <meta property=\"og:type\" content=\"article\"> <\/p>\n<style> :root { --bg-primary: #0a0e1a; --bg-secondary: #0d1628; --bg-tertiary: #111d35; --cyan: #00f0ff; --gold: #ffd700; --text-primary: #e0e6ed; --text-secondary: #8899aa; --text-muted: #556677; --red-accent: #ff4466; --green-accent: #66ddaa; --border: #1a2a3a; } * { margin: 0; padding: 0; box-sizing: border-box; } body { background: var(--bg-primary); color: var(--text-primary); font-family: 'Georgia', 'Times New Roman', serif; line-height: 1.8; } .gn-header { background: linear-gradient(135deg, #0a1628 0%, #0d2240 50%, #0a1628 100%); padding: 80px 20px 60px; text-align: center; border-bottom: 2px solid var(--gold); position: relative; overflow: hidden; } .gn-header::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(ellipse at 50% 0%, rgba(0,240,255,0.08) 0%, transparent 70%); pointer-events: none; } .gn-header h1 { font-size: clamp(2rem, 5vw, 3.2rem); color: var(--gold); max-width: 900px; margin: 0 auto 20px; line-height: 1.2; font-weight: 700; letter-spacing: -0.5px; position: relative; } .gn-header .subtitle { font-size: clamp(1rem, 2.5vw, 1.3rem); color: var(--cyan); max-width: 700px; margin: 0 auto 30px; font-style: italic; position: relative; } .gn-header .meta { color: var(--text-secondary); font-size: 0.9rem; position: relative; } .gn-header .meta a { color: var(--cyan); text-decoration: none; } .gn-container { max-width: 860px; margin: 0 auto; padding: 40px 24px; } .gn-lead { font-size: 1.25rem; color: var(--text-primary); border-left: 4px solid var(--gold); padding-left: 24px; margin-bottom: 50px; line-height: 1.9; } .gn-lead strong { color: var(--gold); } h2 { font-family: 'Segoe UI', Arial, sans-serif; font-size: 1.8rem; color: var(--gold); margin: 60px 0 24px; padding-bottom: 10px; border-bottom: 1px solid var(--border); letter-spacing: -0.3px; } h3 { font-family: 'Segoe UI', Arial, sans-serif; font-size: 1.3rem; color: var(--cyan); margin: 35px 0 16px; } p { margin-bottom: 20px; text-align: justify; } a { color: var(--cyan); text-decoration: none; border-bottom: 1px solid rgba(0,240,255,0.3); transition: border-color 0.2s; } a:hover { border-color: var(--cyan); } figure { margin: 40px 0; background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 8px; overflow: hidden; } figure img { width: 100%; height: auto; display: block; } figcaption { padding: 12px 20px; font-size: 0.85rem; color: var(--text-secondary); font-family: 'Segoe UI', Arial, sans-serif; border-top: 1px solid var(--border); } blockquote { border-left: 4px solid var(--cyan); padding: 20px 24px; margin: 30px 0; background: var(--bg-tertiary); border-radius: 0 8px 8px 0; font-style: italic; } blockquote cite { display: block; margin-top: 10px; color: var(--text-secondary); font-size: 0.9rem; font-style: normal; } .gn-callout { background: linear-gradient(135deg, rgba(0,240,255,0.05), rgba(255,215,0,0.05)); border: 1px solid var(--gold); border-radius: 8px; padding: 24px 28px; margin: 35px 0; } .gn-callout h4 { color: var(--gold); font-family: 'Segoe UI', Arial, sans-serif; margin-bottom: 10px; font-size: 1.1rem; } .gn-stat-row { display: flex; gap: 20px; flex-wrap: wrap; margin: 30px 0; } .gn-stat { flex: 1; min-width: 180px; background: var(--bg-tertiary); border: 1px solid var(--border); border-radius: 8px; padding: 20px; text-align: center; } .gn-stat .number { font-size: 2.2rem; font-weight: 700; color: var(--cyan); font-family: 'Segoe UI', Arial, sans-serif; } .gn-stat .label { font-size: 0.85rem; color: var(--text-secondary); margin-top: 4px; } .gn-highlight { background: rgba(255,215,0,0.08); border-left: 3px solid var(--gold); padding: 16px 20px; margin: 25px 0; border-radius: 0 6px 6px 0; } code { font-family: 'Consolas', 'Monaco', monospace; background: rgba(0,240,255,0.08); padding: 2px 6px; border-radius: 3px; font-size: 0.9em; color: var(--cyan); } pre { background: var(--bg-secondary); border: 1px solid var(--border); border-radius: 6px; padding: 20px; overflow-x: auto; font-family: 'Consolas', 'Monaco', monospace; font-size: 0.9rem; color: var(--text-primary); line-height: 1.6; margin: 20px 0; } .gn-references { margin-top: 60px; padding-top: 30px; border-top: 2px solid var(--gold); } .gn-references h2 { border-bottom: none; margin-top: 0; } .gn-references ol { padding-left: 24px; } .gn-references li { margin-bottom: 14px; font-size: 0.92rem; color: var(--text-secondary); line-height: 1.6; } .gn-references li a { font-weight: 500; } .gn-footer { text-align: center; padding: 40px 20px; border-top: 1px solid var(--border); margin-top: 60px; color: var(--text-muted); font-size: 0.85rem; font-family: 'Segoe UI', Arial, sans-serif; } .gn-tag { display: inline-block; background: rgba(0,240,255,0.1); border: 1px solid rgba(0,240,255,0.3); border-radius: 4px; padding: 2px 10px; font-size: 0.8rem; color: var(--cyan); margin: 2px; font-family: 'Segoe UI', Arial, sans-serif; } @media (max-width: 600px) { .gn-container { padding: 24px 16px; } .gn-stat-row { flex-direction: column; } h2 { font-size: 1.5rem; } } <\/style>\n<p> <\/head> <body> <\/p>\n<header class=\"gn-header\">\n<h1>The 70% Life Extension Nobody Is Talking About<\/h1>\n<p class=\"subtitle\">Two cheap drugs. One university lab. A 73% increase in remaining lifespan for elderly mice. The longevity breakthrough that should be front-page news \u2014 and why decentralized science may be the only force that can bring it to your medicine cabinet.<\/p>\n<p class=\"meta\">GRIDNET Magazine \u00b7 Longevity &amp; DeSci \u00b7 February 2026<br \/>Research by <a href=\"https:\/\/conboylab.berkeley.edu\/\">The Conboy Laboratory<\/a>, UC Berkeley Department of Bioengineering<\/p>\n<\/header>\n<p> <main class=\"gn-container\"> <\/p>\n<div class=\"gn-lead\">In late 2025, a research team at the University of California, Berkeley published a paper that should have broken the internet. Led by first author Cameron Kato and principal investigator <strong>Irina M. Conboy<\/strong>, one of the world&#8217;s foremost authorities on aging biology, the study demonstrated that a combination of two existing, inexpensive drugs \u2014 <strong>oxytocin<\/strong> and an <strong>Alk5 inhibitor<\/strong> \u2014 extended the remaining lifespan of frail, elderly male mice by <strong>73%<\/strong>. Not young mice. Not genetically engineered mice. Old, decrepit, 25-month-old mice \u2014 the rodent equivalent of 75-year-old humans. The intervention didn&#8217;t merely slow aging. It reversed measurable aspects of it. And yet, outside specialized longevity circles, virtually nobody is talking about it.<\/div>\n<div class=\"gn-stat-row\">\n<div class=\"gn-stat\">\n<div class=\"number\">73%<\/div>\n<div class=\"label\">Remaining lifespan extension in elderly male mice<\/div>\n<\/div>\n<div class=\"gn-stat\">\n<div class=\"number\">14%<\/div>\n<div class=\"label\">Overall median lifespan increase<\/div>\n<\/div>\n<div class=\"gn-stat\">\n<div class=\"number\">3\u00d7<\/div>\n<div class=\"label\">Reduction in mortality hazard ratio<\/div>\n<\/div>\n<div class=\"gn-stat\">\n<div class=\"number\">25 mo<\/div>\n<div class=\"label\">Treatment start age (~75 human years)<\/div>\n<\/div><\/div>\n<p> <!-- SECTION 1: The Breakthrough --> <\/p>\n<h2>I. The Breakthrough: Two Old Drugs, One Extraordinary Result<\/h2>\n<p>The study, titled <em>&#8220;Sex-specific longitudinal reversal of aging in old frail mice,&#8221;<\/em> was published in <em>Aging-US<\/em> (Volume 17, Issue 9) and quickly became the journal&#8217;s cover article. The experimental design was elegant in its simplicity. Take mice that are already old and frail \u2014 not the prime-of-life subjects that populate most longevity studies \u2014 and treat them with subcutaneous injections of two compounds whose individual effects on aging pathways were already well-characterized.<\/p>\n<p>The first compound is <strong>oxytocin<\/strong> (OT), a hormone most people associate with love, bonding, and childbirth. It is already FDA-approved under the trade name Pitocin and has been used safely in clinical medicine for decades. The second is an <strong>Alk5 inhibitor<\/strong> (A5i), a small molecule that blocks the TGF-beta signaling receptor. Several Alk5 inhibitors are currently in Phase II clinical trials for fibrotic diseases and cancer. Neither drug is exotic. Neither is expensive. Neither requires gene therapy, stem cell transplants, or any of the billion-dollar infrastructure that typically accompanies longevity research.<\/p>\n<figure><img decoding=\"async\" src=\"https:\/\/gridnet.org\/wpp\/wp-content\/uploads\/2026\/02\/70-percent-life-extension-oxytocin-alk5-inhibitor-fig1-survival-curves.svg\" alt=\"Kaplan-Meier survival curves showing 73% lifespan extension in OT+A5i treated male mice vs controls\"><figcaption><strong>Figure 1.<\/strong> Kaplan\u2013Meier survival analysis. Male mice treated with OT+A5i (cyan) survived 73% longer from treatment initiation than vehicle controls (red dashed). Female mice showed no statistically significant difference (p = 0.19). Data: Kato et al., Aging-US 2025.<\/figcaption><\/figure>\n<p>The results in male mice were, by the standards of aging research, extraordinary. Treated males lived 73% longer from the point of treatment initiation compared to controls \u2014 a difference that reached statistical significance at p = 0.0125. When measured across total lifespan, this translated to a 14% increase in overall median lifespan. Hazard ratio analysis revealed that treated males were nearly three times less likely to die at any given point than their untreated counterparts. These animals didn&#8217;t just live longer; they lived <em>better<\/em>. The treated males showed significant improvements in physical endurance, agility, and short-term memory. By standard frailty metrics, they were biologically younger than their chronological age suggested.<\/p>\n<div class=\"gn-callout\">\n<h4>Why This Matters<\/h4>\n<p>Most longevity interventions are tested in young or middle-aged animals, where extension effects can be partly attributed to prevention rather than reversal. The Conboy lab deliberately chose the hardest possible test: animals already in the grip of advanced aging. A 73% extension from that point is not prevention \u2014 it is, functionally, a form of reversal. And both drugs already have human safety data.<\/p>\n<\/div>\n<p> <!-- SECTION 2: The Biology --> <\/p>\n<h2>II. The Biology: Why Two Pathways Are Better Than One<\/h2>\n<p>The intellectual foundation of this work rests on a deceptively simple insight that took the Conboy laboratory twenty years to fully develop: aging is not driven by the loss of a single factor, but by the simultaneous dysregulation of multiple pathways that move in <em>opposite<\/em> directions. Some signals become pathologically elevated with age. Others become deficient. Targeting only one side of this equation yields modest results. Targeting both, simultaneously, produces something qualitatively different.<\/p>\n<figure><img decoding=\"async\" src=\"https:\/\/gridnet.org\/wpp\/wp-content\/uploads\/2026\/02\/70-percent-life-extension-oxytocin-alk5-inhibitor-fig2-dual-pathway.svg\" alt=\"Diagram showing the dual-pathway mechanism of OT+A5i therapy targeting TGF-beta elevation and oxytocin decline\"><figcaption><strong>Figure 2.<\/strong> The dual-pathway mechanism. Aging produces opposing dysregulations: TGF-\u03b2 becomes pathologically elevated (driving fibrosis, inflammation, and IL-11 overproduction), while oxytocin declines (impairing tissue homeostasis and stem cell function). OT+A5i simultaneously corrects both imbalances via GPCR\/ERK signaling restoration and TGF-\u03b2 pathway blockade.<\/figcaption><\/figure>\n<h3>The TGF-\u03b2 Problem: When the Fire Alarm Won&#8217;t Stop<\/h3>\n<p>Transforming growth factor-beta (TGF-\u03b2) is one of the master regulators of the immune system, tissue repair, and cellular growth. In youth, it functions as a precision instrument \u2014 activating inflammation when needed, coordinating wound healing, regulating cell proliferation. But as organisms age, TGF-\u03b2 signaling becomes chronically elevated. Think of it as a fire alarm that begins ringing and never stops. The alarm was useful when there was an actual fire. But when it screams continuously, the entire building starts to malfunction.<\/p>\n<p>Elevated TGF-\u03b2 drives a cascade of age-related pathology. It promotes fibrosis \u2014 the replacement of functional tissue with scar tissue \u2014 across virtually every organ system. It amplifies chronic, low-grade inflammation (what researchers call &#8220;inflammaging&#8221;), and it upregulates pro-inflammatory factors like <strong>interleukin-11<\/strong> (IL-11), which has itself been recently identified as a major driver of aging. The Alk5 receptor is the primary gateway through which TGF-\u03b2 exerts these effects. Block Alk5, and you silence a substantial portion of the age-amplified TGF-\u03b2 signal.<\/p>\n<h3>The Oxytocin Deficit: The Hormone That Quietly Disappears<\/h3>\n<p>Oxytocin has long been pigeonholed as the &#8220;love hormone&#8221; or the &#8220;bonding molecule,&#8221; but its biological portfolio is far more extensive than its popular reputation suggests. The Conboy lab&#8217;s own 2014 study, published in <em>Nature Communications<\/em>, demonstrated that oxytocin is indispensable for muscle maintenance and regeneration \u2014 and that it declines significantly with age. When old mice were given oxytocin, their muscle stem cells reactivated and began repairing tissue with youthful vigor.<\/p>\n<p>Oxytocin operates through G-protein-coupled receptors (GPCRs) and activates the ERK signaling cascade \u2014 a pathway critical for cell survival, proliferation, and differentiation. As oxytocin levels fall with age, so does the body&#8217;s ability to maintain and repair its own tissues. Stem cells become quiescent. Muscle wastes. Organs accumulate damage. The body&#8217;s internal maintenance crew, which once worked around the clock, begins showing up late and leaving early.<\/p>\n<h3>The Synergy: Bidirectional Calibration<\/h3>\n<p>The key insight of the OT+A5i approach is that these two interventions are not merely additive \u2014 they are <em>synergistic<\/em>. Earlier work from the Conboy lab had shown that combining the two allows for lower doses of each individual component while achieving broader rejuvenation across tissues from all three embryonic germ layers: brain (ectodermal), liver (endodermal), and muscle (mesodermal). The dual approach corrects what the researchers call &#8220;bidirectional age-related pathway dysregulation.&#8221; One arm pushes down what has been elevated. The other lifts up what has been depressed. The system rebalances.<\/p>\n<blockquote><p>&#8220;Important studies report acute rejuvenation of mammalian cells and tissues by blood heterochronicity, old plasma dilution, defined factors, and partial reprogramming. And extension of rodent lifespan via single-prong methods was tried in recent years. Here, we examined whether simultaneous calibration of pathways that change with aging in opposite directions would be more effective in increasing healthspan and lifespan.&#8221;<cite>\u2014 Kato et al., Aging-US, August 2025<\/cite><\/p><\/blockquote>\n<p> <!-- SECTION 3: Treatment Protocol --> <\/p>\n<h2>III. The Protocol: Elegance in Simplicity<\/h2>\n<p>The experimental design reflects the lab&#8217;s characteristic preference for clinical translatability. Old C57BL\/6J mice (24\u201326 months, equivalent to approximately 75 human years) were assigned to treatment and control groups. The treated animals received subcutaneous injections of the combined OT+A5i formulation in repeating four-week cycles: two weeks of active treatment followed by two weeks of comprehensive health testing. This cycle continued for the duration of each animal&#8217;s natural lifespan.<\/p>\n<figure><img decoding=\"async\" src=\"https:\/\/gridnet.org\/wpp\/wp-content\/uploads\/2026\/02\/70-percent-life-extension-oxytocin-alk5-inhibitor-fig1-survival-curves.svg\" alt=\"Diagram showing the cyclic OT+A5i treatment protocol\"><figcaption><strong>Figure 3.<\/strong> Treatment protocol. Cyclic 4-week regimen: 2 weeks of subcutaneous OT+A5i injections followed by 2 weeks of health assessments (endurance, agility, memory, frailty index, blood proteomics). Repeated for the animals&#8217; natural lifespan. Male treatment group: n=14; male control: n=12.<\/figcaption><\/figure>\n<p>The health assessments were comprehensive. Physical endurance was measured through treadmill and rotarod testing. Cognitive function was evaluated via short-term memory assays. Frailty was quantified using a novel statistical model that tracked the progressive accumulation of age-related deficits over time. And crucially, blood serum was collected and analyzed using <strong>bio-orthogonal metabolic proteomics<\/strong> \u2014 a technique that allowed the researchers to create a comprehensive portrait of the circulating protein landscape and track how treatment altered it over time.<\/p>\n<p>The control group received HBSS (Hanks&#8217; Balanced Salt Solution) \u2014 the standard vehicle control for subcutaneous injections. Both groups were housed under identical conditions and monitored until natural death. No animals were sacrificed for the lifespan analysis; all data points represent complete, natural survival curves.<\/p>\n<div class=\"gn-highlight\"><strong>Clinical translatability note:<\/strong> Subcutaneous injection is one of the simplest drug delivery routes in medicine \u2014 the same method used for insulin, heparin, and countless other therapeutics. There is no exotic delivery technology required. The protocol could, in principle, be replicated in any clinical setting equipped for routine injection therapy.<\/div>\n<p> <!-- SECTION 4: The Proteome --> <\/p>\n<h2>IV. The Molecular Evidence: Silencing the Noise of Aging<\/h2>\n<p>Perhaps the most revealing finding of the study was not the survival curves themselves, but what was happening in the blood. Using bio-orthogonal metabolic proteomics \u2014 a technique that labels newly synthesized proteins with non-natural amino acid analogs, allowing researchers to distinguish fresh protein production from the accumulated detritus of aging \u2014 the team mapped the systemic signaling landscape of treated and untreated mice.<\/p>\n<figure><img decoding=\"async\" src=\"https:\/\/gridnet.org\/wpp\/wp-content\/uploads\/2026\/02\/70-percent-life-extension-oxytocin-alk5-inhibitor-fig7-proteome-noise.svg\" alt=\"Visualization of protein noise reduction in treated vs untreated vs young mice\"><figcaption><strong>Figure 4.<\/strong> Protein noise as a biomarker of biological age. Young mice display an ordered proteome with high signal fidelity. Aged (25-month) mice show chaotic, noisy protein expression. After OT+A5i treatment, male mice exhibited restored proteome order approaching youthful patterns. This normalization persisted at 4 months in males but not females.<\/figcaption><\/figure>\n<p>The concept at the center of this analysis is <strong>protein noise<\/strong> \u2014 the degree of disorder and variability in the circulating proteome. In young organisms, blood proteins are expressed in tightly regulated, well-defined patterns. Information flows clearly between cells, tissues, and organs. As an organism ages, this precision degrades. Protein expression becomes increasingly stochastic \u2014 noisy, scattered, dysregulated. The body&#8217;s internal communication system, which once operated with the clarity of fiber optic cable, degrades to the reliability of tin cans and string.<\/p>\n<p>This is not merely a cosmetic metric. Protein noise is an <em>established biomarker of biological aging<\/em>, and its increase correlates with functional decline across virtually every organ system. Reducing protein noise means restoring the fidelity of intercellular communication \u2014 in effect, giving the body&#8217;s cells a clearer set of instructions for how to maintain themselves.<\/p>\n<p>The OT+A5i treatment produced dramatic results. After just seven days of treatment, both male and female mice showed youthful restoration of systemic signaling determinants and significant reduction in protein noise. The body&#8217;s proteomic signature shifted toward a younger configuration. But here is where the story takes its most intriguing turn: after four months of continuous treatment, only male mice maintained this rejuvenated proteomic profile. Female mice, despite showing the same initial response, reverted to their aged protein landscape.<\/p>\n<p> <!-- SECTION 5: Sex Differences --> <\/p>\n<h2>V. The Sex Divide: Biology&#8217;s Most Inconvenient Variable<\/h2>\n<p>The most provocative finding of the study is not the 73% extension itself \u2014 it is the complete absence of that extension in female mice. Same drug. Same dose. Same protocol. Same age. Dramatically different outcomes. Treated males lived 73% longer than controls. Treated females showed no statistically significant lifespan benefit whatsoever (p = 0.19) \u2014 indeed, they showed a non-significant trend toward <em>shorter<\/em> survival (115.3 vs 144.7 days average), though the small sample sizes preclude definitive conclusions.<\/p>\n<figure><img decoding=\"async\" src=\"https:\/\/gridnet.org\/wpp\/wp-content\/uploads\/2026\/02\/70-percent-life-extension-oxytocin-alk5-inhibitor-fig4-sex-differences.svg\" alt=\"Comparison of male and female responses to OT+A5i therapy across multiple metrics\"><figcaption><strong>Figure 5.<\/strong> Sex-specific divergence in OT+A5i response. Males showed dramatic improvements across lifespan (+73%), endurance, memory, and hazard ratio (3\u00d7 reduction). Females showed no significant lifespan or healthspan benefits, but did show improved fertility in middle age. The proteome tells the story: both sexes respond acutely (7 days), but only males sustain the benefit chronically (4 months).<\/figcaption><\/figure>\n<p>This is not a failure of the study \u2014 it is one of its most important contributions. The finding throws a spotlight on a problem that the longevity field has been slow to confront: <strong>aging is fundamentally sex-specific<\/strong>. Males and females do not age the same way, and interventions that work in one sex may be ineffective or even harmful in the other. The implicit assumption that a single longevity therapy will work equally well in both sexes is almost certainly wrong.<\/p>\n<p>The proteomic data provides a mechanistic clue. Both sexes showed acute proteome rejuvenation after seven days of treatment, suggesting that the initial molecular response to OT+A5i is indeed sex-independent. But after four months of chronic treatment, only male mice maintained the youthful proteomic configuration. Something in the female biology \u2014 hormonal, epigenetic, immunological, or some combination thereof \u2014 actively resisted or reversed the therapeutic effect over time.<\/p>\n<h3>A Silver Lining: Fertility Restoration<\/h3>\n<p>Intriguingly, while OT+A5i did not extend lifespan in female mice, it did produce one notable benefit: improved fertility in middle-aged females. This suggests that the therapy does engage relevant biological pathways in females, but that the downstream effects manifest differently. The reproductive system and the aging-longevity axis may be more tightly coupled in females, channeling the therapeutic benefit toward reproductive capacity rather than systemic rejuvenation.<\/p>\n<p>This finding has implications far beyond mouse biology. In an era where reproductive timelines are extending in human populations, and where organizations like <strong>AthenaDAO<\/strong> are specifically funding research into ovarian longevity and reproductive healthspan, the female fertility effect of OT+A5i may be as commercially and socially significant as the male lifespan extension \u2014 just in a different domain.<\/p>\n<div class=\"gn-callout\">\n<h4>The Hard Question<\/h4>\n<p>If a longevity therapy works spectacularly in one sex and not at all in the other, should it be pursued? The answer, of course, is yes \u2014 but with clear-eyed acknowledgment that we may need fundamentally different therapeutic strategies for male and female aging. The era of one-size-fits-all longevity medicine may be ending before it ever truly began.<\/p>\n<\/div>\n<p> <!-- SECTION 6: Comparison --> <\/p>\n<h2>VI. The Billion-Dollar Contrast: How OT+A5i Compares to the Competition<\/h2>\n<p>To appreciate the significance of the Conboy lab&#8217;s results, one must view them against the broader landscape of longevity interventions \u2014 a landscape that is, increasingly, dominated by staggering investments producing comparatively modest returns.<\/p>\n<figure><img decoding=\"async\" src=\"https:\/\/gridnet.org\/wpp\/wp-content\/uploads\/2026\/02\/70-percent-life-extension-oxytocin-alk5-inhibitor-fig5-comparison-table.svg\" alt=\"Comparison table of major longevity interventions showing OT+A5i's superior extension\"><figcaption><strong>Figure 6.<\/strong> Longevity interventions compared. OT+A5i&#8217;s 73% remaining-lifespan extension in elderly mice substantially exceeds other pharmacological approaches. Note: extensions vary by study design, strain, and treatment age. OT+A5i is unique in starting with frail, elderly subjects.<\/figcaption><\/figure>\n<p><strong>Rapamycin<\/strong>, the mTOR inhibitor, has been the darling of the longevity field for over a decade. A 2025 meta-analysis across 167 studies confirmed that rapamycin extends lifespan in vertebrates comparably to dietary restriction \u2014 typically 10\u201315% in mice, depending on dose and timing. It is a real effect, but it comes with immune suppression side effects, and the magnitude pales beside OT+A5i&#8217;s results.<\/p>\n<p><strong>Metformin<\/strong>, the diabetes drug that launched the TAME (Targeting Aging with Metformin) trial \u2014 one of the first FDA-accepted studies treating aging as a condition \u2014 shows even more modest effects. The same 2025 meta-analysis found that metformin does <em>not<\/em> consistently extend lifespan in vertebrates, despite widespread enthusiasm. Estimated extensions hover around 4\u20136% in favorable studies.<\/p>\n<p><strong>Caloric restriction<\/strong> remains the gold standard, consistently producing 20\u201330% lifespan extension in rodents. But its translation to humans faces an obvious obstacle: sustained caloric restriction is profoundly unpleasant for most people, and compliance in real-world conditions is abysmal.<\/p>\n<p><strong>Partial cellular reprogramming<\/strong> using Yamanaka factors (the approach pioneered by Altos Labs with $3 billion in funding from Jeff Bezos and Yuri Milner) has produced roughly 7\u20139% lifespan extension in mice \u2014 at a cost-per-insight that would make defense contractors blush. The technology requires genetic engineering or viral vector delivery, carries cancer risks, and remains years from any conceivable human application.<\/p>\n<p><strong>Senolytics<\/strong> (drugs that clear senescent cells, like the dasatinib + quercetin combination) have shown lifespan extensions ranging from 10\u201336% in various mouse models. They represent perhaps the most promising comparison to OT+A5i, though the variable results across studies and the aggressive chemotherapeutic origin of dasatinib complicate the clinical picture.<\/p>\n<div class=\"gn-highlight\"><strong>The cost paradox:<\/strong> Altos Labs has spent $3 billion pursuing partial reprogramming for ~7\u20139% extension. The Conboy lab achieved 73% extension with two compounds that could be manufactured for pennies per dose. Sometimes the most important scientific advances don&#8217;t require billion-dollar budgets. They require twenty years of careful thinking.<\/div>\n<p>And then there is the <strong>GLP-1 agonist revolution<\/strong> \u2014 Ozempic, Wegovy, Mounjaro \u2014 which has captivated both the pharmaceutical industry and the public imagination. While GLP-1 drugs show remarkable metabolic benefits and potential longevity effects, they cost $1,000+ per month, are under global supply constraints, and their long-term lifespan effects remain entirely unknown. They are, at present, a $100+ billion bet on a hypothesis.<\/p>\n<p> <!-- SECTION 7: 20 Years of Research --> <\/p>\n<h2>VII. Twenty Years in the Making: From Vampire Mice to a Pill<\/h2>\n<p>The OT+A5i result did not appear from nowhere. It is the culmination of two decades of painstaking research that began with one of biology&#8217;s most provocative experiments: parabiosis.<\/p>\n<figure><img decoding=\"async\" src=\"https:\/\/gridnet.org\/wpp\/wp-content\/uploads\/2026\/02\/70-percent-life-extension-oxytocin-alk5-inhibitor-fig3-parabiosis-timeline.svg\" alt=\"Timeline from 2005 parabiosis experiments to 2025 OT+A5i lifespan extension\"><figcaption><strong>Figure 7.<\/strong> The Conboy lab&#8217;s 20-year trajectory. From the seminal parabiosis experiments (surgically joining old and young mice) through identification of oxytocin and Alk5 inhibition as key aging modulators, to the plasma dilution breakthrough, and finally the definitive OT+A5i lifespan study.<\/figcaption><\/figure>\n<p>In 2005, Irina Conboy and her colleagues published groundbreaking work in <em>Nature<\/em> demonstrating that when the circulatory systems of young and old mice were surgically connected \u2014 a technique called heterochronic parabiosis \u2014 the old mice showed dramatic rejuvenation of multiple tissues. Muscle stem cells reactivated. Brain progenitor cells proliferated. Liver regeneration improved. The old mouse, drinking from the fountain of young blood, became biologically younger.<\/p>\n<p>The finding electrified the field and launched a thousand vampire jokes. But the Conboy lab was interested in a more fundamental question: <em>what, specifically, in young blood was doing this?<\/em> And, perhaps more importantly, was it actually something beneficial <em>in<\/em> young blood, or something harmful <em>in<\/em> old blood that was being diluted?<\/p>\n<p>The answer, which took another fifteen years to fully elucidate, was: both. In 2014, the lab identified oxytocin as a key circulating factor that declines with age and is necessary for muscle regeneration (<em>Nature Communications<\/em>). In 2015, they showed that systemic administration of an Alk5 inhibitor could simultaneously rejuvenate brain and muscle tissue in old mice (<em>Oncotarget<\/em>). And in 2020, in a study that should have rewritten the popular narrative about &#8220;young blood,&#8221; they demonstrated that simply <em>diluting old blood plasma<\/em> \u2014 without adding any young blood at all \u2014 produced rejuvenation comparable to parabiosis (<em>Aging<\/em>).<\/p>\n<p>The dilution finding was a paradigm shift. It suggested that aging is driven less by the absence of youthful factors than by the <em>accumulation of harmful ones<\/em>. The old blood was toxic. Dilute the toxins, and the body&#8217;s intrinsic repair mechanisms \u2014 many of which are still functional in old age but suppressed by the poisoned signaling environment \u2014 reawaken.<\/p>\n<p>OT+A5i is the pharmacological distillation of this insight. Rather than surgically connecting two mice, or performing plasma exchanges, or filtering blood: simply inject two cheap drugs that correct the two most consequential signaling imbalances that occur with aging. Push down TGF-\u03b2. Lift up oxytocin. Let the body do the rest.<\/p>\n<p> <!-- SECTION 8: DeSci --> <\/p>\n<h2>VIII. The DeSci Imperative: Why Decentralized Science Must Carry This Forward<\/h2>\n<p>Here is the uncomfortable truth about the OT+A5i breakthrough: the traditional pharmaceutical industry has almost no incentive to develop it.<\/p>\n<figure><img decoding=\"async\" src=\"https:\/\/gridnet.org\/wpp\/wp-content\/uploads\/2026\/02\/70-percent-life-extension-oxytocin-alk5-inhibitor-fig6-desci-model.svg\" alt=\"Comparison of traditional pharma pipeline vs decentralized science (DeSci) model for longevity research\"><figcaption><strong>Figure 8.<\/strong> Traditional pharma pipeline vs. DeSci model. The conventional path requires $2.6 billion average investment, 10\u201315 years, and carries a 90% failure rate. DeSci routes research funding through community-governed DAOs, open IP-NFT ownership, and transparent on-chain data \u2014 reducing barriers and accelerating replication.<\/figcaption><\/figure>\n<p>Both compounds are off-patent or soon will be. Oxytocin has been a generic drug for decades. Alk5 inhibitors, while still in clinical trials for their primary indications, target a well-characterized pathway that cannot be meaningfully monopolized. There is no blockbuster patent to be had. No $100-per-month subscription model. No moat. For an industry that requires multi-billion-dollar returns to justify multi-billion-dollar clinical trial investments, OT+A5i is economically uninteresting \u2014 even if it works in humans.<\/p>\n<p>This is the structural failure at the heart of modern biomedicine. The incentive system that funds drug development is optimized for novelty and patent exclusivity, not for therapeutic impact. A cheap combination of existing drugs that could extend healthy human lifespan by years or decades is, from a pharma business model perspective, a <em>problem<\/em> rather than an <em>opportunity<\/em>.<\/p>\n<h3>Enter DeSci<\/h3>\n<p>Decentralized science (DeSci) represents the most promising structural alternative to emerge in a generation. At its core, DeSci applies blockchain-based governance, tokenized funding, and open-access principles to the scientific research enterprise. Rather than relying on venture capital firms and pharmaceutical corporations to decide which research gets funded, DeSci allows communities of stakeholders \u2014 patients, researchers, citizens, investors \u2014 to fund, govern, and benefit from research collectively.<\/p>\n<p><strong>VitaDAO<\/strong> is the exemplar. This decentralized autonomous organization has deployed over $4.2 million across 24 longevity research projects since 2021, governed by a community of more than 10,000 $VITA token holders. Research outputs are fractionalized through <strong>IP-NFTs<\/strong> (intellectual property non-fungible tokens), allowing shared ownership of discoveries and creating a financial model where the community that funds the research also benefits from its commercialization.<\/p>\n<p>A 2024 paper published in <em>PMC\/NIH<\/em> titled <em>&#8220;Advancing longevity research through decentralized science&#8221;<\/em> laid out the case explicitly: centralized institutions have been linked to a deceleration of progress, which is acutely felt in longevity science \u2014 a field where aging is the number-one risk factor for most diseases but receives a fraction of the funding allocated to individual disease categories. DeSci proposes a model where DAOs facilitate community-driven funding, specifically promoting high-risk, high-reward research that traditional funders avoid.<\/p>\n<p>The UC Berkeley DeSci connection is not coincidental. The <em>California Management Review<\/em> (published by UC Berkeley&#8217;s Haas School of Business) published a major analysis in November 2025 examining whether decentralized science can become &#8220;the next frontier of scientific research&#8221; \u2014 concluding that tokenized IP, decentralized data storage (IPFS), and DAO governance represent a viable alternative to the traditional grant-and-patent system.<\/p>\n<div class=\"gn-callout\">\n<h4>What DeSci Could Do for OT+A5i<\/h4>\n<p><strong>Fund independent replication<\/strong> \u2014 The single most urgent need is for other labs to reproduce the Conboy results. A DeSci-funded replication network could coordinate parallel studies across multiple institutions, strains, and conditions within 12\u201318 months. <strong>Bypass patent incentives<\/strong> \u2014 Since the compounds are generic, traditional pharma won&#8217;t fund human trials. DeSci funding models don&#8217;t require patent monopolies; they generate returns through IP-NFTs and community benefit. <strong>Open the data<\/strong> \u2014 All proteomics data, survival curves, and methodology could be published on-chain with verifiable provenance, enabling any researcher worldwide to build on the results. <strong>Accelerate translation<\/strong> \u2014 With both drugs already having human safety data, a DeSci-funded human pilot study could potentially begin within 2\u20133 years.<\/p>\n<\/div>\n<p> <!-- SECTION 9: GRIDNET OS --> <\/p>\n<h2>IX. GRIDNET OS: The Infrastructure Layer for Open Longevity Science<\/h2>\n<p>If DeSci provides the governance and funding model for open longevity research, <strong>GRIDNET OS<\/strong> provides the infrastructure. As a decentralized operating system designed for trustless computation, verifiable data provenance, and community-governed application deployment, GRIDNET OS is uniquely positioned to serve as the backbone for the kind of open, distributed research ecosystem that breakthroughs like OT+A5i demand.<\/p>\n<figure><img decoding=\"async\" src=\"https:\/\/gridnet.org\/wpp\/wp-content\/uploads\/2026\/02\/70-percent-life-extension-oxytocin-alk5-inhibitor-fig8-gridnet-infra.svg\" alt=\"GRIDNET OS architecture for open longevity research infrastructure\"><figcaption><strong>Figure 9.<\/strong> GRIDNET OS as infrastructure for decentralized longevity research. The three core layers \u2014 distributed compute, verifiable data, and DAO governance \u2014 support application-layer tools for replication registries, open proteomics databases, automated IP licensing via smart contracts, and deterministic analysis through GridScript VM.<\/figcaption><\/figure>\n<h3>Distributed Compute for Proteomics<\/h3>\n<p>The bio-orthogonal metabolic proteomics used in the Conboy study generates massive datasets \u2014 thousands of protein signatures across multiple time points, conditions, and individual animals. Analyzing these datasets, particularly when combined with machine learning approaches for aging-clock construction, requires significant computational resources. GRIDNET OS&#8217;s distributed compute grid allows researchers to submit proteomics workloads that are executed across a decentralized network of nodes, with cryptographic verification ensuring that results are reproducible and tamper-proof.<\/p>\n<h3>Verifiable Research Provenance<\/h3>\n<p>One of the persistent challenges in aging research is the <strong>replication crisis<\/strong>. Studies that produce dramatic results in one lab frequently fail to replicate in others, and the reasons \u2014 subtle differences in protocol, unreported variables, p-hacking, or outright fraud \u2014 are often impossible to disentangle after the fact. GRIDNET OS&#8217;s on-chain data provenance system creates an immutable record of every step in the research process: raw data uploads, analysis parameters, statistical methods, and results. Every claim is auditable. Every dataset is permanent.<\/p>\n<h3>GridScript: Deterministic Analysis<\/h3>\n<p>GRIDNET OS&#8217;s native virtual machine, <strong>GridScript VM<\/strong>, executes code deterministically across all nodes \u2014 meaning that any analysis written in GridScript will produce identical results regardless of where or when it is run. For longevity research, this means that aging biomarker calculations, survival curve analyses, and proteomics processing pipelines can be published as verifiable, reproducible programs that any researcher can audit and re-execute. No more &#8220;we used a custom R script&#8221; with no further details. The analysis <em>is<\/em> the publication.<\/p>\n<h3>DAO-Governed Research Funding<\/h3>\n<p>GRIDNET OS&#8217;s smart contract infrastructure enables the creation of research-funding DAOs that can operate with complete transparency. Token holders vote on which projects to fund, milestone payments are triggered automatically by verified deliverables, and IP rights are encoded in smart contracts that ensure fair distribution of any resulting value. A GRIDNET-based longevity DAO could fund OT+A5i replication studies, with researchers submitting proposals that the community evaluates and funds directly \u2014 no grant committee bureaucracy, no institutional overhead, no Big Pharma veto.<\/p>\n<figure>\n<pre>\n\/\/ Conceptual GridScript: Longevity Research DAO Funding Contract\ncontract LongevityReplicationFund {\n    mapping(address =&gt; uint256) public contributions;\n    mapping(uint256 =&gt; Proposal) public proposals;\n    uint256 public totalFunding;\n\n    struct Proposal {\n        address researcher;\n        string protocolIPFS;   \/\/ IPFS hash of replication protocol\n        uint256 requested;\n        uint256 votes;\n        bool funded;\n        bool milestoneVerified;\n    }\n\n    function fundProposal(uint256 proposalId) external {\n        require(proposals[proposalId].votes &gt; quorum);\n        require(!proposals[proposalId].funded);\n        \/\/ Release funds upon community vote threshold\n        transfer(proposals[proposalId].researcher,\n                 proposals[proposalId].requested);\n        proposals[proposalId].funded = true;\n    }\n\n    function verifyMilestone(uint256 proposalId,\n                             bytes32 dataHash) external {\n        \/\/ On-chain verification of research deliverable\n        require(verifyProvenance(dataHash));\n        proposals[proposalId].milestoneVerified = true;\n    }\n}\n<\/pre><figcaption>Conceptual GridScript smart contract for a decentralized longevity research DAO \u2014 enabling community-funded replication studies with on-chain milestone verification and transparent fund distribution.<\/figcaption><\/figure>\n<p>This is not theoretical. The architecture exists. The question is whether the longevity research community will use it \u2014 or continue to wait for permission from institutions whose incentive structures are fundamentally misaligned with the goal of extending healthy human life.<\/p>\n<p> <!-- SECTION 10: What's Next --> <\/p>\n<h2>X. What Comes Next: The Road to Human Translation<\/h2>\n<p>The gap between a spectacular mouse result and a functioning human therapy is wide, littered with the wreckage of promising interventions that failed to translate. The history of aging research is, in many ways, a history of mouse studies that didn&#8217;t survive first contact with human biology. The reasons for cautious optimism about OT+A5i are specific and substantial, but so are the obstacles.<\/p>\n<figure><img decoding=\"async\" src=\"https:\/\/gridnet.org\/wpp\/wp-content\/uploads\/2026\/02\/70-percent-life-extension-oxytocin-alk5-inhibitor-fig9-roadmap.svg\" alt=\"Roadmap from current mouse data through replication, dose optimization, human trials, and clinical use\"><figcaption><strong>Figure 10.<\/strong> Projected road to human translation. Key advantage: both drugs already have human safety data. Oxytocin (Pitocin) has decades of clinical use; Alk5 inhibitors are in active Phase II clinical trials. A DeSci-funded replication and optimization pipeline could reach human pilot studies by 2028\u20132030.<\/figcaption><\/figure>\n<h3>Reasons for Optimism<\/h3>\n<p><strong>Existing safety data.<\/strong> This is the single most important factor distinguishing OT+A5i from most longevity candidates. Oxytocin is FDA-approved and has been administered to millions of humans over decades. Its safety profile is extensively characterized. Alk5 inhibitors are currently in Phase II clinical trials, meaning they have already passed Phase I safety assessments in humans. The combination has not been tested in humans, but the individual components have \u2014 dramatically reducing the regulatory and safety barriers to a combination trial.<\/p>\n<p><strong>Mechanistic clarity.<\/strong> The Conboy lab has not merely shown an empirical result; they have provided a mechanistic explanation grounded in twenty years of pathway analysis. The TGF-\u03b2 elevation and oxytocin decline are well-documented features of human aging. The pathways are conserved across mammals. The proteomic evidence shows a specific, measurable mechanism of action (noise reduction, signaling restoration) rather than a vague &#8220;something happened.&#8221;<\/p>\n<p><strong>Clinical simplicity.<\/strong> Subcutaneous injection. Two weeks on, two weeks off. No gene therapy. No viral vectors. No cell transplants. No exotic delivery systems. If this works in humans, it could be administered in any doctor&#8217;s office on the planet.<\/p>\n<h3>Reasons for Caution<\/h3>\n<p><strong>The mouse-to-human gap.<\/strong> Mice are not humans, and the history of aging interventions that worked in mice but failed in humans is long. The C57BL\/6J strain used in this study is highly inbred, and results may not even translate to other mouse strains, let alone to genetically diverse human populations.<\/p>\n<p><strong>The sex-specificity problem.<\/strong> A therapy that works only in males is, at best, a half-solution. Understanding why females don&#8217;t respond \u2014 and developing a modified approach that addresses female aging biology \u2014 is essential for broad clinical relevance. This will require substantial additional research.<\/p>\n<p><strong>Sample size.<\/strong> The study used 14 treated and 12 control male mice. While the statistical significance is robust (p = 0.0125), the sample size is modest by pharmaceutical trial standards. Replication in larger cohorts is essential.<\/p>\n<p><strong>Dosing and duration.<\/strong> The optimal dose, frequency, and duration of OT+A5i treatment in humans are entirely unknown. Mouse pharmacokinetics do not translate directly to humans, and the therapeutic window may be narrow.<\/p>\n<h3>The Path Forward<\/h3>\n<p>The immediate priority is <strong>independent replication<\/strong>. Multiple labs, multiple mouse strains, larger sample sizes. This is precisely the kind of work that DeSci infrastructure is designed to coordinate and fund. A VitaDAO-funded replication initiative, with data published on GRIDNET OS&#8217;s verifiable provenance layer, could produce definitive multi-site confirmation within 18\u201324 months.<\/p>\n<p>In parallel, <strong>dose-response studies<\/strong> and <strong>female-specific investigations<\/strong> should begin immediately. Why do females lose the therapeutic benefit after four months? Is it hormonal? Epigenetic? Immunological? Can the protocol be modified \u2014 different dosing, additional compounds, timing adjustments \u2014 to achieve sustained benefit in both sexes?<\/p>\n<p>If replication succeeds and the mechanism holds, <strong>human pilot studies<\/strong> could begin within 3\u20135 years, leveraging the existing safety data for both compounds to accelerate the regulatory pathway. Given that both drugs are already available (one FDA-approved, the other in clinical trials), the path from successful replication to first-in-human trial could be substantially shorter than the typical 10\u201315-year drug development timeline.<\/p>\n<div class=\"gn-callout\">\n<h4>The Bottom Line<\/h4>\n<p>We are looking at a potential inflection point in the history of human longevity. Not because a single mouse study proves anything definitive \u2014 it doesn&#8217;t \u2014 but because the combination of a dramatic effect size, a clear mechanistic explanation, twenty years of foundational research, and two clinically accessible drugs creates a uniquely promising starting point. The question is no longer whether we have a plausible path to significant human lifespan extension. The question is whether our institutions \u2014 scientific, regulatory, financial \u2014 are capable of pursuing it with the urgency it deserves. If they aren&#8217;t, the decentralized alternatives are already being built.<\/p>\n<\/div>\n<p>  <!-- References --> <\/p>\n<div class=\"gn-references\">\n<h2>References &amp; Sources<\/h2>\n<ol>\n<li>Kato, C., Zheng, J., Quang, C., Siopack, S., Cruz, J., Robinson, Z.R., Fong, N., Zhang, Z.A., Young, P., Conboy, M.J., &amp; Conboy, I.M. (2025). &#8220;Sex-specific longitudinal reversal of aging in old frail mice.&#8221; <em>Aging (Albany NY)<\/em>, 17(9). DOI: <a href=\"https:\/\/doi.org\/10.18632\/aging.206304\">10.18632\/aging.206304<\/a> | <a href=\"https:\/\/pubmed.ncbi.nlm.nih.gov\/40848270\/\">PubMed: 40848270<\/a><\/li>\n<li>Elabd, C., Cousin, W., Upadhyayula, P., Chen, R.Y., Chooljian, M.S., Li, J., Kung, S., Jiang, K.P., &amp; Conboy, I.M. (2014). &#8220;Oxytocin is an age-specific circulating hormone that is necessary for muscle maintenance and regeneration.&#8221; <em>Nature Communications<\/em>, 5, 4082. DOI: <a href=\"https:\/\/doi.org\/10.1038\/ncomms5082\">10.1038\/ncomms5082<\/a><\/li>\n<li>Yousef, H., Conboy, M.J., Morber, A., Quang, C., &amp; Conboy, I.M. (2015). &#8220;Systemic attenuation of the TGF-\u03b2 pathway by a single drug simultaneously rejuvenates hippocampal neurogenesis and myogenesis in the same old mammal.&#8221; <em>Oncotarget<\/em>, 6(14), 11959\u201311978. <a href=\"https:\/\/pubmed.ncbi.nlm.nih.gov\/26003168\/\">PubMed: 26003168<\/a><\/li>\n<li>Mehdipour, M., Skinner, C., Wong, N., Liber, M., Yerber, C., Huang, G., Conboy, M.J., &amp; Conboy, I.M. (2020). &#8220;Rejuvenation of three germ layers tissues by exchanging old blood plasma with saline-albumin.&#8221; <em>Aging (Albany NY)<\/em>, 12(10), 8790\u20138819. DOI: <a href=\"https:\/\/doi.org\/10.18632\/aging.103418\">10.18632\/aging.103418<\/a><\/li>\n<li>Conboy, I.M., Conboy, M.J., Wagers, A.J., Girma, E.R., Weissman, I.L., &amp; Rando, T.A. (2005). &#8220;Rejuvenation of aged progenitor cells by exposure to a young systemic environment.&#8221; <em>Nature<\/em>, 433(7027), 760\u2013764. DOI: <a href=\"https:\/\/doi.org\/10.1038\/nature03260\">10.1038\/nature03260<\/a><\/li>\n<li>Ageing Research Reviews (2025). &#8220;Rapamycin, Not Metformin, Mirrors Dietary Restriction-Driven Lifespan Extension in Vertebrates: A Meta-Analysis.&#8221; <em>Aging Cell<\/em>. DOI: <a href=\"https:\/\/doi.org\/10.1111\/acel.70131\">10.1111\/acel.70131<\/a> | <a href=\"https:\/\/pubmed.ncbi.nlm.nih.gov\/40532901\/\">PubMed: 40532901<\/a><\/li>\n<li>Aging-US Editorial (2025). &#8220;Sex-Specific Effects Found in New Anti-Aging Therapy for Elderly Mice.&#8221; <em>Aging-US News Room<\/em>. <a href=\"https:\/\/www.aging-us.com\/news-room\/sex-specific-effects-found-in-new-anti-aging-therapy-for-elderly-mice\">aging-us.com<\/a><\/li>\n<li>Kato, C. et al. (2025). &#8220;Correction for: Sex-specific longitudinal reversal of aging in old frail mice.&#8221; <em>Aging (Albany NY)<\/em>, 17(11), 2875. DOI: <a href=\"https:\/\/doi.org\/10.18632\/aging.206345\">10.18632\/aging.206345<\/a> | <a href=\"https:\/\/pubmed.ncbi.nlm.nih.gov\/41348538\/\">PubMed: 41348538<\/a><\/li>\n<li>Korotko, U., Chwalek, A., &amp; Witkowski, J.M. (2024). &#8220;Advancing longevity research through decentralized science.&#8221; <em>PMC\/NIH<\/em>. <a href=\"https:\/\/pmc.ncbi.nlm.nih.gov\/articles\/PMC11317406\/\">PMC11317406<\/a><\/li>\n<li>UC Berkeley Research Profile: Irina Conboy. <a href=\"https:\/\/vcresearch.berkeley.edu\/faculty\/irina-conboy\">vcresearch.berkeley.edu<\/a><\/li>\n<li>The Conboy Laboratory, UC Berkeley Department of Bioengineering. <a href=\"https:\/\/conboylab.berkeley.edu\/\">conboylab.berkeley.edu<\/a><\/li>\n<li>Drori, I. &amp; Cattani, G. (2025). &#8220;Can Decentralized Science Be the Next Frontier of Scientific Research?&#8221; <em>California Management Review<\/em>, UC Berkeley Haas School of Business. <a href=\"https:\/\/cmr.berkeley.edu\/2025\/11\/can-decentralized-science-be-the-next-frontier-of-scientific-research\/\">cmr.berkeley.edu<\/a><\/li>\n<li>VitaDAO \u2014 The Longevity DAO. <a href=\"https:\/\/www.vitadao.com\/\">vitadao.com<\/a><\/li>\n<li>Full text available via UC Berkeley eScholarship: <a href=\"https:\/\/escholarship.org\/content\/qt6tc2b7k6\/qt6tc2b7k6.pdf\">escholarship.org<\/a><\/li>\n<\/ol><\/div>\n<p> <\/main> <\/p>\n<footer class=\"gn-footer\">\n<p><strong>GRIDNET Magazine<\/strong> \u00b7 Decentralized Intelligence, Human-Scale Insight<\/p>\n<p>Published on the GRIDNET OS ecosystem \u00b7 <a href=\"https:\/\/gridnet.org\">gridnet.org<\/a><\/p>\n<p style=\"margin-top: 10px;\">\u00a9 2026 GRIDNET Inc. All rights reserved.<\/p>\n<\/footer>\n<p> <\/body> <\/html><\/p>\n","protected":false},"excerpt":{"rendered":"<p>The 70% Life Extension Nobody Is Talking About | GRIDNET Magazine The 70% Life Extension Nobody Is Talking About Two cheap drugs&#8230;.<\/p>\n","protected":false},"author":1,"featured_media":835996,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[179,8,19,177],"tags":[187,225,185,183,142,226,227,186,188,206,207],"class_list":["post-835997","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-decentralization","category-news","category-research","category-science","tag-aging","tag-anti-aging","tag-decentralized-science","tag-desci","tag-gridnet-os","tag-hormones","tag-life-extension","tag-longevity","tag-oxytocin","tag-tgf-beta","tag-uc-berkeley"],"_links":{"self":[{"href":"https:\/\/mag.gridnet.org\/index.php\/wp-json\/wp\/v2\/posts\/835997","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mag.gridnet.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mag.gridnet.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mag.gridnet.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mag.gridnet.org\/index.php\/wp-json\/wp\/v2\/comments?post=835997"}],"version-history":[{"count":4,"href":"https:\/\/mag.gridnet.org\/index.php\/wp-json\/wp\/v2\/posts\/835997\/revisions"}],"predecessor-version":[{"id":836058,"href":"https:\/\/mag.gridnet.org\/index.php\/wp-json\/wp\/v2\/posts\/835997\/revisions\/836058"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mag.gridnet.org\/index.php\/wp-json\/wp\/v2\/media\/835996"}],"wp:attachment":[{"href":"https:\/\/mag.gridnet.org\/index.php\/wp-json\/wp\/v2\/media?parent=835997"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mag.gridnet.org\/index.php\/wp-json\/wp\/v2\/categories?post=835997"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mag.gridnet.org\/index.php\/wp-json\/wp\/v2\/tags?post=835997"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}