<![CDATA[HHS targets psychiatric overprescribing; expert Joseph F. Goldberg, MD, urges careful deprescribing—stop ineffective medications and replace with evidence-based treatments.]]>

Opportunities and Challenges of Generative AI in Postgraduate Health Professions Education Assessments From Educator and Learner Perspectives: Qualitative Study

Background: The application of artificial intelligence (AI) is increasingly valuable as a tool and assistant in many areas of clinical and academic medicine. Generative AI (GenAI) creates new content used by large language models, which can generate language that strongly resembles or even improves on that of humans. Learners and educators in many areas of education are using GenAI for essays and assessments, raising issues regarding learning and assessment. GenAI is also raising new concerns in health professions education (HPE), an area of health professions training that sometimes has different aims and assessment methods compared to its clinical counterparts. HPE needs to assess levels of knowledge and understanding of pedagogy, and the use of GenAI presents challenges to its current assessments, which are predominantly written. Objective: The study aimed to investigate educators’ and learners’ perspectives on the opportunities and challenges presented by GenAI in postgraduate HPE assessments. It particularly focused on perspectives of how GenAI may influence the future of assessment and essay-based assessments in HPE. Methods: Informed by a constructivist paradigm, a qualitative approach was adopted, undertaking 8 semistructured interviews conducted via Microsoft Teams. Purposive sampling ensured a mixture of educators and learners in current HPE courses from a range of health care professions. Data were thematically analyzed. Results: There was no difference between educator and learner perspectives. Four themes were identified: AI is here, students are at a disservice if we do not embrace it; AI as an opportunity to rethink HPE assessments; AI is a “gray area”; and AI is fallible. Conclusions: The findings present AI as an external catalyst, highlighting the current internal desire for assessment change within HPE. It offers opportunities for creative, authentic assessments that reflect real-life academic and clinical practice, aiming to develop competent future HPE educators and keep courses relevant. These findings contribute to the debate around the future potential and development of AI in HPE assessments.
<img src="https://jmir-production.s3.us-east-2.amazonaws.com/thumbs/0c77d2e8765c4b20533fdb19cba1beac" />

Trump administration’s drug strategy is at odds with recent actions on funding, policy

The White House’s new strategy for addressing the nation’s drug crisis calls for a number of consensus public health measures: the overdose-reversal medication naloxone, medication-assisted treatment, and test strips used to detect fentanyl or other drug supply adulterants. 

But the May 4 document appears to run counter to many of the Trump administration’s latest drug policy actions. In particular, it comes just days after the administration issued new restrictions on using federal dollars to distribute test strips and warned against the use of medication-assisted treatment unless accompanied by other services, like counseling. 

Read the rest…

Mayo Clinic’s REDMOD AI Doubles Early Detection Sensitivity in Pancreatic Cancer

Pancreatic ductal adenocarcinoma (PDAC) remains one of the deadliest malignancies, with five-year survival rates below 15% and more than 85% of patients diagnosed only after the disease has metastasized. The absence of reliable early detection strategies is a primary barrier to improving outcomes. Conventional imaging, including standard abdominal CT scans, typically fails to identify PDAC during its preclinical, “visually occult” stage, when curative intervention is still possible.

To address this detection gap, a team of researchers at Mayo Clinic, led by radiologist and nuclear medicine specialist Ajit Goenka, MD, has developed and validated a radiomics-based artificial intelligence model called REDMOD (Radiomics-based Early Detection Model), which can detect subtle imaging signatures of PDAC before tumors are visible. By analyzing quantitative texture and structural features embedded within routine CT scans, REDMOD identifies early biological changes associated with carcinogenesis. In a multi-institutional validation study reflecting real-world clinical conditions, the model detected 73% of prediagnostic cancers at a median lead time of approximately 16 months—nearly doubling the sensitivity of radiologists manually reviewing the same scans. Notably, detection rates were even higher more than two years prior to diagnosis, pointing toward REDMOD’s potential for make much earlier interventions possible.

REDMOD’s automated pipeline integrates advanced radiomic feature engineering, including wavelet-based analysis, and an ensemble classification approach trained to handle the low-prevalence nature of early detection. Its longitudinal stability and consistent performance across diverse imaging systems could help spur its eventual clinical adoption.

Importantly, REDMOD is designed to operate on CT scans already acquired in routine care, particularly in high-risk populations such as individuals with new-onset diabetes. This raises the possibility of embedding AI-driven risk assessment directly into existing clinical workflows, enabling opportunistic screening without additional imaging burden. If validated prospectively, such as in the ongoing AI-PACED trial, REDMOD could shift the paradigm from late-stage diagnosis to proactive detection, potentially increasing the proportion of patients eligible for curative treatment and improving survival in this otherwise lethal disease.

Inside Precision Medicine recently interviewed Goenka to provide an in-depth view of the development of REDMOD, its detection capabilities, and its potential for providing early signals of the development of PDAC.

IPM: Can you walk through how REDMOD was developed, from the initial concept to a fully automated system, and what key technical breakthroughs enabled it to detect pancreatic cancer before tumors are visible?

Goenka: The origin of REDMOD traces back to a question we asked several years ago: if pancreatic cancer is almost always lethal because we find it too late, is there information already sitting in routine computed tomography (CT) scans that we are failing to extract? We published a proof-of-concept in Gastroenterology in 2022 showing that radiomic features from the pancreas could distinguish prediagnostic CTs from controls with high accuracy. But that first-generation model had real limitations. It relied on manual pancreas segmentation, which is labor-intensive and introduces variability. It was tested at a 1:1 case-to-control ratio, which does not reflect the rarity of pancreatic cancer in any realistic screening scenario. And it used a standard classifier without mechanisms to handle severe class imbalance.

REDMOD was built to systematically address each of those barriers. The first breakthrough was automating the front end of the pipeline. We developed and validated a fully automated volumetric pancreas segmentation model based on the three-dimensional (3D) nnU-Net architecture, published separately, which removes the human bottleneck entirely. That made the system scalable; you can run it on thousands of scans without a radiologist drawing a single contour.

The second breakthrough was in feature engineering. We extracted 968 quantitative radiomic features from each segmented pancreas, then applied multi-scale image filtering using wavelet transforms and Laplacian-of-Gaussian (LoG) filters. The wavelet decomposition breaks the image into eight directional sub-bands at different spatial frequencies, allowing the model to detect textural patterns at scales that the human eye cannot resolve. We then used the Minimum Redundancy Maximum Relevance (mRMR) algorithm to distill those 968 features down to 40 that carried the most predictive information. What emerged was striking: 90% of the selected features were filter-derived, meaning the signal lives in the texture of the tissue, not in anything visible on the standard grayscale image.

The third breakthrough was the ensemble classifier. Rather than relying on a single algorithm, REDMOD combines logistic regression, random forest, and extreme gradient boosting (XGBoost) through a soft-voting mechanism. Each algorithm processes the same 40 features; their probabilistic outputs are averaged to produce the final classification. This architecture achieved the highest sensitivity among all configurations we tested, 73%, which matters enormously in a disease where missing a case is effectively a death sentence. The entire system was trained using Synthetic Minority Over-sampling Technique (SMOTE) to handle the class imbalance inherent in early detection, and validated on an independent test set with a roughly 7:1 control-to-case ratio that approximates real-world prevalence in high-risk cohorts.

The fourth breakthrough, and one that distinguishes REDMOD from models that produce a simple binary output, is the pliability of the operating threshold. REDMOD generates a continuous probability score from zero to one. We used the Youden Index to define a statistically optimized default threshold (0.41), but this threshold can be adjusted to match different clinical objectives without retraining the model. In a non-invasive triage setting, the threshold can be lowered to maximize sensitivity, catching as many cancers as possible even at the cost of more false positives. When the clinical pathway moves toward invasive procedures such as biopsy, the threshold can be raised to prioritize specificity and precision, reducing the risk of subjecting healthy patients to unnecessary procedures. This tunability means that a single trained model can serve multiple roles across the clinical cascade, from initial risk stratification through confirmatory workup.

IPM: The model relies heavily on radiomic features, particularly wavelet-filtered textures. What do these features capture biologically, and why are they better suited to detecting early pancreatic cancer than conventional imaging markers?

Goenka: Conventional imaging markers for pancreatic cancer, such as a visible mass, ductal dilation, or vascular involvement, are late manifestations. By the time you see them, the disease has typically been present for years. What we needed was a way to detect the biological processes that precede mass formation.

Radiomic texture features quantify the spatial relationships between voxels, which are the three-dimensional equivalent of pixels. They measure how intensity values co-occur, how they cluster, and how uniform or heterogeneous the tissue appears at different scales. Specifically, features derived from the Gray-Level Co-occurrence Matrix (GLCM) measure local patterns of intensity variation; Gray-Level Size Zone Matrix (GLSZM) features capture the distribution of connected regions of similar intensity; and Gray-Level Dependence Matrix (GLDM) features quantify how dependent each voxel’s value is on its neighbors. These are mathematical descriptions of tissue microarchitecture.

The wavelet filtering is what makes this work in the prediagnostic setting. A wavelet transform decomposes the image into sub-bands that isolate different spatial frequencies and directions. This allows the model to detect textural disruptions across multiple scales: fine-grained changes that might reflect early stromal remodeling or desmoplastic reaction, and coarser patterns that could correspond to alterations in parenchymal organization. When we performed ablation studies, models built from filtered features alone matched the full REDMOD performance (area under the receiver operating characteristic curve [AUC] of 0.82), while models restricted to unfiltered features dropped to 0.74. That 8-point difference was statistically significant and tells us that the prediagnostic signal is fundamentally a multi-scale textural phenomenon.

Biologically, this aligns with what we know about early pancreatic carcinogenesis. Before a mass forms, the tumor microenvironment undergoes extracellular matrix remodeling, fibrotic changes, and shifts in cellular density that alter tissue texture at microscopic scales. These changes are invisible to a radiologist reading the scan on a monitor, but they leave a quantitative fingerprint in the image data. That fingerprint is what REDMOD reads.

IPM: How did you assemble the training dataset, and why was it important to simulate a low-prevalence, real-world screening environment?

Goenka: Assembling the dataset was one of the most labor-intensive aspects of this work, because prediagnostic CT scans are inherently rare. These are scans obtained for unrelated clinical reasons in patients who were later diagnosed with pancreatic cancer, but at the time of the scan, the pancreas appeared entirely normal on radiology review. We identified 219 such patients across the Mayo Clinic enterprise, with scans obtained three to 36 months before histopathologic diagnosis. Each was verified by expert radiologists to confirm the absence of any discernible pancreatic abnormality.

The control cohort comprised 1,243 patients whose CT scans showed a normal pancreas and who remained cancer-free for at least three years of follow-up. That three-year washout period was essential; without it, you risk contaminating the control group with patients who had undetected cancer at the time of their scan.

We then split the full cohort into 969 training cases and 493 test cases, with the test set held completely independent. The resulting control-to-case ratio of approximately 7:1 was a deliberate design choice. Most artificial intelligence (AI) studies in this space have used balanced 1:1 ratios, which inflate performance metrics and do not reflect the reality of early detection. In any high-risk cohort you would screen clinically, for example patients with new-onset diabetes and elevated Enriching New-Onset Diabetes for Pancreatic Cancer (ENDPAC) scores, pancreatic cancer prevalence is roughly 3-4%. If you train and test your model at 1:1, you get numbers that look strong in a paper but collapse when deployed in a real population. We wanted REDMOD’s reported performance to approximate what a clinician would actually experience.

IPM: You validated the model across multiple institutions, imaging systems, and external datasets. What were the biggest challenges in ensuring consistent performance across such heterogeneous data?

Goenka: The central challenge is that CT scans are not standardized. Different hospitals use different scanners from different manufacturers, different acquisition protocols, different reconstruction algorithms, and different contrast timing. All of these affect the pixel-level values that radiomic features depend on. A model that works well on data from one scanner can fail on data from another.

We addressed this at multiple levels. First, our prediagnostic cohort was inherently heterogeneous. 71% of the prediagnostic CTs in the test set were acquired at external institutions, not at Mayo Clinic. These scans came from a range of scanners (Siemens, GE, Toshiba, Philips) and clinical settings. Second, we validated specificity on two independent external cohorts: a multi-institutional dataset drawn from the Mayo Clinic enterprise across multiple campuses, and the National Institutes of Health Pancreas CT (NIH-PCT) dataset, which is a publicly available benchmark that uses entirely different acquisition parameters. REDMOD achieved 87.5% specificity on the NIH-PCT dataset, data the model had never encountered and that was acquired under conditions completely outside our control.

Third, we performed a longitudinal test-retest analysis. For patients with serial CT scans, we assessed whether REDMOD produced consistent predictions across time points. The concordance rate was 90-92%, meaning the model’s output was stable despite natural variations in patient hydration, contrast timing, and physiologic state between scans. That kind of temporal stability is essential for any tool used in a surveillance context, where you need to trust that a change in the model’s output reflects a real biological change, not scanner noise.

IPM: How do you see REDMOD being integrated into existing clinical workflows, for example in evaluating incidental CT scans or screening high-risk groups like patients with new-onset diabetes?

Goenka: The population where this has the most immediate clinical relevance is individuals with glycemically-defined new-onset diabetes (gNOD) and an ENDPAC score of three or higher. This is a well-characterized high-risk group with a 3-4% short-term risk of developing pancreatic cancer, roughly 20 times the general population rate. Many of these patients already receive CT scans for other clinical indications. The question is not whether to scan them; the question is whether we are extracting all the information those scans already contain. We were not. REDMOD changes that.

The workflow we envision is not a population-wide screening program. It is a targeted, risk-stratified approach. An electronic medical record (EMR)-based algorithm identifies patients who meet gNOD and ENDPAC criteria. When those patients undergo a CT scan, either for clinical reasons or as part of a structured surveillance protocol, REDMOD runs in the background, analyzes the pancreas automatically, and generates a risk score. If the score exceeds a defined threshold, it triggers a clinical pathway: the referring physician is notified, and the patient enters a structured workup that could include enhanced imaging, molecular imaging with fibroblast activation protein (FAP)-targeted positron emission tomography (PET) radiotracers, or closer follow-up.

REDMOD does not replace the radiologist. The radiologist reads the scan according to standard practice and generates their clinical report independently. REDMOD operates as a parallel, complementary layer, a second opinion from a system that reads data the human eye cannot access. The physician integrates both sources of information to make clinical decisions.

This is precisely the model we are testing in the AI-PACED (Artificial Intelligence for Pancreatic Cancer Early Detection) prospective clinical trial at Mayo Clinic. In this trial, all CT scans are interpreted by non-study radiologists who are blinded to the study objectives, and their reports enter the patient’s medical record as part of routine clinical care. Independently, the AI analysis is performed on de-identified data on secure research servers. A strict firewall separates the two: AI-generated outputs are not integrated into the EMR, are not communicated to the clinical team, and are not used to guide diagnosis or treatment. This dual-layered design ensures that participants receive the benefit of structured clinical surveillance while allowing a blinded, independent evaluation of the AI’s performance.

IPM: With the AI-PACED prospective trial underway, what are the key questions you still need to answer about clinical utility, false positives, and patient outcomes before this technology can become part of standard care?

Goenka: There are several questions that retrospective data alone cannot answer, and AI-PACED is designed to address them.

The first is lead-time advantage. We know REDMOD detects prediagnostic signal at a median of 475 days before clinical diagnosis in retrospective data. The question is whether that lead time translates into an actual shift in diagnostic timing in a prospective setting, that is, whether patients in a structured AI-augmented surveillance protocol receive their diagnosis earlier, and at a more resectable stage, compared to patients receiving symptom-driven standard care. The trial’s primary endpoint is the time-to-diagnosis from gNOD onset, compared between the interventional and observational cohorts using Kaplan-Meier survival analysis and Cox proportional hazards modeling.

The second is false positives. In the retrospective validation, REDMOD had an 81% specificity, which means approximately 19% of healthy patients received a positive flag. In a low-prevalence screening population, even a modest false positive rate generates a meaningful number of patients who undergo additional workup for a cancer they do not have. AI-PACED will quantify the downstream diagnostic burden, including additional imaging studies, biopsies, and the psychological impact, so we can make an honest assessment of the risk-benefit tradeoff. It is worth noting that REDMOD’s precision of 36.2% at its default operating point already exceeds the 3% precision threshold recommended by the United Kingdom’s National Institute for Health and Care Excellence (NICE) at the first step of cancer referral, and established screening programs for lung and breast cancer accept similar tradeoffs at their initial triage steps.

The third is adherence. This is a surveillance protocol in asymptomatic people. They feel fine. Asking them to return for serial CT scans and blood draws over 12 months requires trust, and that trust has to be earned through transparency about what we know and what we do not know. AI-PACED will measure recruitment yield from EMR-identified high-risk individuals, retention rates across the imaging and biobanking protocol, and the practical challenges of integrating AI into existing radiology workflows without disrupting standard care.

The fourth, and perhaps most important for the long term, is whether earlier detection actually changes outcomes. Stage shift, moving a patient from stage IV to stage I or II, is necessary but not sufficient. We need evidence that patients diagnosed through AI-augmented surveillance live longer, have access to curative surgical resection, and experience better quality of life. That is the bar this technology must clear, and it is the bar we intend to hold ourselves to.

The ongoing phase of AI-PACED is a feasibility study. It is designed to generate the operational, logistical, and preliminary clinical data needed to justify and design a fully powered, multi-institutional trial. In addition, we are running in silico clinical trials and cost-effectiveness analyses. We are building the evidence base one layer at a time, because the stakes, for patients and for the credibility of AI in clinical medicine, are too high to cut corners.

 

The post Mayo Clinic’s REDMOD AI Doubles Early Detection Sensitivity in Pancreatic Cancer appeared first on Inside Precision Medicine.

<![CDATA[HHS targets “psychiatric overprescribing,” but experts urge thoughtful deprescribing—stopping ineffective medications while replacing them with evidence-based alternatives tailored to patients.]]>

Early Glucagon Elevation Linked to MASLD in Type 2 Diabetes

Researchers at the German Diabetes Centre have found that glucagon, a hormone that is considered to be a counterbalance to insulin, is elevated early in type 2 diabetes (T2D) and closely linked to the development of Metabolic Dysfunction-Associated Steatotic Liver Disease (MASLD). The findings, published in the journal Diabetes Care, indicate that dysregulation of glucagon occurs soon after diagnosis of type 2 diabetes and is associated with liver fat accumulation, information that could prompt a shift in the understanding of how MASLD progresses and suggesting new ways to treat it.

“Our findings highlight that type 2 diabetes should not be viewed solely from the perspective of insulin action. The liver and the regulation of glucagon play a special role in metabolism,” said senior author Michael Roden, MD, scientific director of the German Diabetes Centre.

The aim of the research was to address unresolved questions about the activity of glucagon in early type 2 diabetes and how it may influence the development of fatty liver disease (MASLD). While insulin resistance is central to diabetes research, glucagon is also known to contribute to elevated blood glucose by stimulating hepatic glucose production. MASLD is also common in people with type 2 diabetes, yet the interaction between liver fat and glucagon regulation is not well understood.

To investigate glucagon’s role in this regard, the researchers analyzed 50 adults with newly diagnosed type 2 diabetes and 50 people with normal glucose tolerance matched for age, sex, and body mass index. Participants underwent mixed-meal tolerance tests to assess glucagon and metabolites, hyperinsulinemic-euglycemic clamps to measure insulin sensitivity, and imaging using magnetic resonance spectroscopy and MRI to quantify hepatic lipid content and visceral fat.

The resulting data indicated that those people with newly diagnosed type 2 diabetes had significantly higher liver fat and elevated glucagon levels both when fasting and after meals.

“Individuals with T2D had an ∼65% higher HLC as well as higher fasting and postprandial glucagonemia (∼30% and ∼75%) than those with NGT,” the research noted. The presence of MASLD, rather than diabetes itself, was associated with higher fasting glucagon levels. Elevated glucagon levels after a meal were specifically linked to liver fat content in those people with type 2 diabetes.

These associations were independent of insulin sensitivity and visceral adipose tissue. “Hyperglucagonemia in the face of higher HLC in early T2D is not due to differences in insulin sensitivity or glucagonotropic metabolites but could suggest hepatic glucagon resistance,” the researchers wrote.

The study also addressed the role of amino acids and nonesterified fatty acids (NEFAs), which previous research has suggested serve as mediators of glucagon secretion. But the current research did not show this to be the case. “This study demonstrates that 1) fasting glucagon concentrations are elevated and tightly associated with MASLD already in newly diagnosed T2D and 2) increased postprandial glucagon levels are positively linked to HLC only in early T2D, but not NGT… but 3) neither amino acids nor NEFAs mediate this hepatopancreatic relationship,” the researchers wrote.

These findings could boost current development of glucagon-based drugs, including dual- and triple-agonists targeting incretin and glucagon receptors, which are already being studied for the treatment of MASLD. The study implicates that altered glucagon physiology in type 2 diabetes may influence how patients respond to drugs, and differences in glucagon signaling may help explain why some therapies appear less effective in individuals with diabetes compared to those without.

While this study was cross-sectional and does establish causality, the researchers pointed to the consistent associations across multiple metabolic measurements as evidence to support further investigation. Additional work could determine whether hepatic glucagon resistance can be directly measured and targeted. Future research will also focus on finding out whether modifying glucagon signaling can alter the progression of MASLD and type 2 diabetes, and how new therapies in development can be personalized for patients with different metabolic profiles.

The post Early Glucagon Elevation Linked to MASLD in Type 2 Diabetes appeared first on Inside Precision Medicine.

Epigenetic Markers Link Early-Onset Colon and Rectal Cancer to Specific Pesticide

Epigenetic markers linking cancers in young adults to pesticide exposure have been uncovered. Scientists from Spain found that specifically, the pesticide picloram was associated with a higher risk of early-onset colon and rectal cancer, providing another lead to the cause of this disturbing new trend.

Their research paper appeared in Nature Medicine and the lead author is Silvana C. E. Maas, PhD, Cancer Computational Biology Group, Vall d’Hebron Institute of Oncology (VHIO), Vall d’Hebron Barcelona Hospital Campus, Barcelona.

“This pesticide seems to have a role in early onset colorectal cancer [patients diagnosed before 50 years of age]. Cases of these have been in the last decades and the biology of the tumors (early onset vs. regular onset) is very similar. So the cause of the rise should be something external, the exposome,” senior author José A. Seoane, PhD, told Inside Precision Medicine. Seoane is head of cancer computational biology group, Vall d’Hebron Institute of Oncology, Centro Saturnino, Spain.

“The exposome is any exposure [environmental, life-style, habits, food, pollution, etc.] that affects us during our lifetime, including development,” he added.

Cancer in young adults is a relatively recent phenomenon, brought to attention by many disturbing personal stories, including that of Princess Kate, and some eye-opening statistics. Until now, age has been a top risk factor for cancer.

The incidence of colorectal cancer (CRC), in particular, is rising rapidly in people younger than 50 years and this increase parallels shifts in lifestyle and environmental factors (the exposome). But whether these are indeed linked to the development of early-onset CRC (EOCRC) remains unknown. 

Since there are limited exposome data in most cancer cohorts, this team constructed weighted methylation risk scores as proxies for exposome exposure to pinpoint specific risk factors associated with EOCRC compared to late-onset CRC (LOCRC)—patients diagnosed at age 70+ years. 

“We included in the analysis exposures associated with lifestyle, pollution and pesticides, including picloram. The results (different exposure patterns between early onset and late onset) shows that the early onset cancers have more signal of poor diet, smoking, and picloram,” said Seoane.

He added that, “Several pesticides were included in  the study. We included different pesticides both in the methylation study and in the population study.”

The team’s analysis confirmed previously identified risk factors, including educational attainment, diet and smoking habits. In addition, they identified exposure to the herbicide picloram as a new risk factor in the discovery cohort. Those findings were replicated in a meta-analysis comprising nine CRC cohorts. 

The team then analyzed population-based data from 94 U.S. counties over 21 years and validated the association between picloram use and EOCRC incidence. The association was still statistically significant, after adjusting for socioeconomic factors and other pesticide use.

This research highlights the potential role of the exposome in EOCRC risk, the authors write.

“We are studying how other exposure signals that were not included in this study could be associated with CRC and also other tumors and we are trying to elucidate the mechanisms of action of picloram,” Seoane said.

Other potential causes of EOCRC identified have been linked to diet and pollutants.

 

 

The post Epigenetic Markers Link Early-Onset Colon and Rectal Cancer to Specific Pesticide appeared first on Inside Precision Medicine.

Behavior Change Techniques in Digital Health Interventions for Promoting Adolescent Health Behaviors: Systematic Umbrella Review

Background: Digital health interventions (DHIs) using behavior change techniques (BCTs) show promise in addressing adolescent health behaviors, but evidence of their effectiveness across health behavior domains remains fragmented and poorly summarized. Objective: This systematic umbrella review synthesized evidence from existing systematic reviews on the effectiveness of BCTs within DHI targeting key adolescent health behavior domains: alcohol consumption, tobacco use, physical activity, dietary habits, and obesity management. Methods: We systematically searched PubMed, PsycInfo, Embase, and CINAHL in April 2024 for reviews of DHI for adolescents (10‐19 years old). We coded all identified BCTs using the Behavior Change Technique Taxonomy version 1 (BCTTv1). Data on BCT effectiveness, intervention characteristics, and review quality were extracted and narratively synthesized using AMSTAR-2 (A Measurement Tool to Assess Systematic Reviews 2). Results: A total of 20 reviews, comprising 224,135 participants, were included. These examined DHIs targeting physical activity (7 reviews), dietary habits (3 reviews), alcohol consumption (2 reviews), combined alcohol and nicotine use (1 review), and obesity management (1 review), with an additional 6 reviews covering multiple health behaviors. Across reviews, 65% (13/20) reported statistically significant positive effects on at least one health behavior outcome. “Social support (unspecified)” was the most consistently adopted and effective BCT, especially with parental/peer involvement. The combination of “self-monitoring,” “goal setting,” and “feedback” also commonly appeared in successful interventions. Intervention effectiveness appeared linked to strategic BCT selection and individualization rather than the total number of techniques. The methodological quality of included reviews was predominantly low, with only 2 rated high. Conclusions: This umbrella review identified “social support (unspecified)” as a consistently effective BCT across multiple adolescent health behavior domains, particularly with parental/peer involvement. Intervention success appears linked to targeted and individualized BCT use. Future research should prioritize clarifying the specific components and delivery methods of effective social support, rigorously evaluating BCT configurations in underexplored areas such as adolescent smoking cessation, and examining their long-term impact on behavior change.
<img src="https://jmir-production.s3.us-east-2.amazonaws.com/thumbs/cb91f512cd990872b9b66e9a7aeccfad" />

At-Home Blood Test Screens for Early Dementia

A simple finger-prick blood test at home combined with online cognitive tests can reveal signs of Alzheimer’s disease, providing a convenient way to screen for early dementia.

The postal blood test, outlined in Nature Communications, is used to measure levels of two blood biomarkers linked with cognitive function: phosphorylated tau at amino acid 217 (p-tau217) and Glial Fibrillary Acidic Protein (GFAP).

It could provide a way to screen for dementia at home and act as a triage resource to identify those at risk earlier and tailor treatments more effectively, particularly in remote or unsupervised settings.

“This work raises the potential for screening people for their risk without the need for clinic visits or complex clinical assessments,” said lead researcher Anne Corbett, PhD, from the University of Exeter.

“It would ensure the people at highest risk could be prioritized for monitoring and diagnosis, unlocking the best support and treatment for those that need it most.”

While blood biomarkers are increasingly being used to diagnose Alzheimer’s disease, scalable tools are needed to reach the 99% of individuals with early cognitive impairment who are not seen in specialist healthcare services.

In an attempt to develop these further, Corbett and team conducted a study involving 174 people, of whom 146 had normal cognition and 28 had dementia.

All were participants in the PROTECT study, a larger investigation of more than 30,000 adults that aims to understand how healthy brains age and why people develop dementia.

Blood samples were collected at home using self-administered capillary blood tests, which were sent for p-tau 217 and GFAP lab testing. Venous blood samples were also available for 40 patients.

p-tau217 has previously been highly accurate at detecting Alzheimer’s disease pathology and is approved by U.S. regulators for symptomatic patients undergoing investigation for cognitive complaints.

GFAP is associated with broader cognitive decline and has been shown to be associated with Aβ deposition and progression of mild cognitive impairment to Alzheimer’s disease.

Brain performance tests were found to correlate with levels of both proteins, with p-tau217 showing the strongest association.

Capillary p-tau217 was significantly higher in people with dementia compared to those without and was significantly associated with cognitive performance and function.

A combination of an 85% specificity threshold for capillary p-tau217 85% and episodic memory performance one standard deviation (SD) below benchmarked norms identified 9% of participants who were at potentially high risk, and who also showed significantly higher impairment in cognition and function.

Importantly, this threshold for impairment of episodic memory indicated a much milder level of impairment than the 1.5 SD change required to identify people with mild cognitive impairment, revealing its potential ability to spot signs at a preclinical stage.

Unexpectedly, even though ptau217 and GFAP both identified individuals with cognitive impairment, there was only a modest overlap in individuals who were positive for both GFAP and p-tau217, with GFAP identifying a different group of at-risk individuals. GFAP biomarker appeared to be associated with vascular risk, unlike p-tau217.

Researcher Clive Ballard, MD, PhD, also at Exeter, said: “Our approach of combining our robust cognitive testing with measuring proteins via a postal blood test could provide a straightforward, efficient and cost-effective method to reach large numbers of people in the community who would not otherwise be prioritized for the next steps of diagnosis or support and to optimize the clinical pathway to enable early detection of those at highest risk.”

The post At-Home Blood Test Screens for Early Dementia appeared first on Inside Precision Medicine.

Glioblastoma: Testosterone Supplements Linked to 38% Lower Risk of Death

Researchers at Cleveland Clinic have discovered that androgen hormones such as testosterone can limit the growth of glioblastoma tumors in men. Results published today in Nature show that men receiving testosterone supplements for reasons unrelated to cancer showed a 38% lower risk of death compared to patients not taking these supplements. 

These findings are surprising because testosterone is known to contribute to the growth of other forms of cancer in men, such as prostate cancer, where hormone therapy is used routinely to decrease levels of androgen hormones and block cancer progression. However, these hormones were found to play a very different role in glioblastoma, an aggressive form of brain cancer that is more commonly diagnosed in men. 

“This outcome is a welcome surprise and may potentially offer a lead for new treatments for a kind of cancer that is deadlier in men,” said Anthony Letai, MD, PhD, director of NIH’s National Cancer Institute (NCI).  

In a mouse model of glioblastoma the researchers found that reducing levels of androgen hormones induced overdrive on the hypothalamus-pituitary-adrenal (HPA) axis, a brain circuit that controls reactions to stress and many physiological processes including hormone secretion. This caused a spike in stress hormones that led the brain to reinforce the protective function of the blood-brain barrier and create an immunosuppressive environment in the brain, reducing the ability of immune cells to fight against the tumor. 

“The brain has evolved to keep stuff out and that includes immune cells from elsewhere in the body. It’s a delicate tissue that often doesn’t want huge immune reactions,” said Justin D. Lathia, PhD, professor of cancer sciences and scientific director of the Brain Tumor Center at Cleveland Clinic.

Importantly, this effect was only observed in male mice. In females, changes in testosterone levels did not produce the same effects.

These findings were then confirmed in human samples obtained from 1,300 men with glioblastoma participating in the NIH database Surveillance, Epidemiology, and End Results (SEER). An analysis showed that men who received supplemental testosterone for reasons unrelated to their glioblastoma diagnosis had a 38% lower risk of death than other male patients. 

More research will be needed to better understand the complex pathway activated by testosterone and other androgen hormones. While the current study identified inflammation in the hypothalamus as a potential trigger of HPA axis activation, future work will look for the exact mechanism glioblastoma tumors employ to induce this reaction from an entirely different region of the brain.  

Lathia noted that, although these results do not establish a causal link between testosterone and patient outcomes for men diagnosed with glioblastoma, the study opens the door for future clinical trials that dive deeper into the link between androgen hormones and glioblastoma tumor growth. He added, “An obvious follow-up study would be to find out whether androgen deprivation, which is a common treatment for cancer, is actually detrimental for glioblastoma.” 

 

The post Glioblastoma: Testosterone Supplements Linked to 38% Lower Risk of Death appeared first on Inside Precision Medicine.