May 6, 2026

Blog

Q&A: Calling Oncology Trials Early - How DeepPumas Predicts NSCLC Outcomes From Interim Data

Oncology drug development is built around a slow, expensive question: is this drug actually working? Overall survival, the gold-standard endpoint, can take years to mature, particularly in earlier-line settings, forcing sponsors to either spend heavily on compounds that may ultimately fail or delay access to effective therapies. Historically low clinical success rates, estimated at roughly 3–5% from Phase I to approval (Wong, Siah & Lo, 2019), compound this risk, while the global oncology market is projected to exceed USD 500 billion by the early 2030s. As a result, the cost of late go/no-go decisions continues to rise, pushing sponsors toward more integrated, data-driven approaches that can detect meaningful signals earlier, before survival endpoints fully mature.

In this Q&A, we speak with Mohamed Tarek, PhD, Senior Product Engineer at PumasAI, about a recent application of DeepPumas: a joint tumor growth dynamics (TGD) and overall survival (OS) model for non-small cell lung cancer (NSCLC) that lets sponsors classify ongoing trials as likely successful or unsuccessful using only early interim data, well before traditional OS endpoints would be readable. Built on the DeepNLME framework and developed in close collaboration with scientists at Bristol Myers Squibb (BMS), the model came together in two phases: Mohamed laid much of the groundwork in 2023 and presented the first phase at ACoP 2024; his colleague Lorenzo Contento led the second phase, which was recently accepted as an oral presentation at PAGE 2026 in Dubrovnik, Croatia.

Read on as Mohamed walks us through the process, the challenges, and the impact of working with DeepPumas in oncology drug development.

Question: What was the sponsor trying to learn?

Answer: The sponsor came to us with one big ask: they wanted a treatment-agnostic model. Something that could look at early data from a trial and tell them, with reasonable confidence, whether a new drug was actually outperforming the standard of care, without making them wait years for the survival data to mature.

The "treatment-agnostic" piece really mattered. They were not looking for a one-off model fit to a specific compound. They wanted a framework, calibrated on historical NSCLC data once, and then reusable. Point it at any new candidate drug, feed in whatever early data you have, and get a defensible go/no-go signal at the interim that could feed into the next decision in their development plan.

Needless to say, this is a hard problem! Tumor growth data, particularly the sum of longest diameters, or SLD, shows up much sooner than survival data, which is great. But the usual clinical endpoint, something like objective response rate, throws away most of what those trajectories actually contain: kinetics, depth of response, regrowth, a rich time course collapsed into a single category. So our job at PumasAI was to use the full shape of the trajectory and turn that into something a sponsor could actually trust to tell a working drug apart from the standard of care. The approach we took was joint TGD–OS modeling augmented with machine learning. Of course, TGD–OS is an established field, so the question was not whether to link tumor dynamics to survival, but how to extract features from the shape of the TGD profiles that traditional methods tend to miss, and use those features to predict survival. Traditional models do not capture unusual trajectory shapes well, and that is where a lot of the prognostic signal may actually live.

Question: What was your approach?

Answer: We used DeepPumas, our scientific machine learning platform, to build a joint model that ties tumor growth and overall survival together. The model is treatment-agnostic by design but tuned to the tumor type. At its core it is still a tumor growth model with survival as the outcome, but DeepPumas lets us layer machine learning into that, which is what we needed to actually capture how messy and nonlinear these trajectories can be in practice. A purely mechanistic model would have a hard time with that.

For the tumor growth side, we used what we call a universal differential equation, or UDE. The idea is straightforward: instead of writing down a closed-form ODE for how SLD evolves over time, we let a neural network learn the time derivative instead, but we anchor it with domain knowledge. We constrain the network to keep SLD positive, for example, because tumor diameter cannot go negative. That kind of guardrail matters a lot in practice.

Then, to make it a proper NLME model, we feed subject-specific random effects into that neural network as additional inputs. Intuitively, this takes the huge space of possible tumor trajectories and squeezes it down into a low-dimensional space, where each patient gets their own coordinates.

We then layer a second neural network on top that looks at a patient's covariates and predicts a distribution over their random effects. This captures covariate-specific between-subject variability, which is highly prevalent in oncology. Patients with identical covariates can have very different tumor trajectories, but the distribution of those trajectories is still shaped by the covariates, and that distribution is what the second network learns to predict. This pays off enormously when you only have two or three SLD scans for a patient, which is exactly the regime we care about for early decisions. Instead of being lost without enough data, the model leans on the covariates to make a reasonable guess.

For survival, we developed a modified log-logistic proportional hazards model with a covariate model that uses a third neural network. This third network takes the patient's covariates plus the SLD trajectory predicted by the TGD model, and derived quantities like how fast SLD is changing, to estimate the hazard for each patient and predict survival.

The treatment-agnostic piece is what makes this whole thing actually work in practice. We train on historical data once, and then when a new randomized trial comes along, we feed the early data in and ask the model to predict the population survival curve for each arm. Because both predictions come from the same model, any bias that is shared across arms cancels in the comparison. Not all bias is shared; some is arm-specific. But our evaluation suggests the residual is small enough that it does not flip the go/no-go call, most of the time. And since the trial is randomized, there is no covariate drift between arms either. That means we can compare the two predicted curves directly without having to worry about whether the model is perfectly calibrated in an absolute sense. We just need it to be calibrated enough that the relative comparison is meaningful. The analogy I like to use is that we don't need to know exactly when two horses will finish a race to know that horse A is faster than horse B and will probably reach the finish line faster. In the case of oncology, reaching the finish line faster is not at all desirable of course, but the principle is the same. We just need to know which arm is likely to do better, not how well either arm will do in an absolute sense. That lowers the bar for what we need from the model, which is important, because predicting survival from early tumor growth data is a genuinely hard problem.

Evaluating the model was another big part of the project, and we had to be creative there. We did not have access to any new trials to test on, so we partially relied on simulation while still using real data for the model evaluation. We took two real NSCLC trials that were not in our training set, one that we knew was a winner and one that we knew had failed, and generated a thousand synthetic versions of each by simulating enrollment patterns that matched what those real trials actually looked like. Critically, we did not simulate the tumor trajectories themselves; we kept those as they were in the real data. We just simulated when subjects would enroll and how long they would be followed up, which is something we can do with a lot of confidence. That let us test the model under realistic data-scarce scenarios that mimic what happens in practice when you are trying to make an early decision. In each scenario, a different set of subjects from the original trial would be enrolled and each followed for a different length of time. The enrollment simulation would terminate when a desired number of subjects had reached a target duration of follow-up, which is exactly what you would do in practice if you were using the model to make an interim decision.

So you are basically asking the model: "if you had only seen the first chunk of this trial, what would you have decided, go or no-go?" Then you compare that to the actual outcome of the trial, which you know because you are using real data. This is a powerful way to evaluate the model in a way that is as close to reality as possible without having to wait for new trials to mature.

Question: What did you discover?

Answer: Honestly, the results held up better than I expected. Before I get to the numbers, a quick note on the setup: we evaluated the model at two interim-analysis triggers, an earlier one fired when 5 patients had reached at least 90 days of follow-up, and a later one fired when 15 patients had reached at least 180 days. Those thresholds define when the interim analysis runs, not how many patients are in it. By the time the trigger fires, the trial population is much larger, and the model uses everyone enrolled by that point.

The simplest decision rule is to look at the difference in predicted median survival between the two arms and call it a "go" whenever that number comes out positive, and a "no-go" whenever it comes out negative. With that rule alone and without further threshold calibration, the model's performance was already pretty good. For the truly positive trial, the model made the right call in 79.2% of the 1,000 simulated interim analyses at the earlier trigger (5 patients with 90 days of follow-up), and 94.3% at the later one (15 patients with 180 days of follow-up). For the negative trial, false-positive rates topped out at 1.5% at the earlier trigger and dropped to 0.4% at the later one. Milestone survival told a similar story.

The obvious caveat is that this is just using two test trials. We are not claiming the model will perform identically on every future readout; establishing that requires many more held-out trials. What we can say is that under realistic perturbations of enrollment and follow-up, the model's call was stable across 1,000 simulated interim analyses for each trial, one positive and one negative. That is the regime sponsors actually face at decision time, and the error rates we observed make both kinds of call, go and no-go, defensible. Nobody wants to kill a working drug, and nobody wants to keep pouring resources into one that is not working. A tool that lets you make either call early, with this kind of error profile, could meaningfully shift the economics of oncology development.

Question: What made this project stand out?

Answer: For me, this project is a really good example of what hybrid modeling, mechanistic plus machine learning, can do for oncology drug development. Oncology data is almost never as clean or as abundant as you would like; that is just the reality of the field. But that is exactly the regime DeepPumas is built for, and it gave us what we needed to turn the available data into something actionable. The model we developed here is more empirical than mechanistic, but it still incorporates more traditional pharmacometric modeling principles than your average machine learning model: the non-negativity constraint on SLD, the proportional hazards structure for survival, and the causal relationship between tumor growth and survival. Those structural constraints made the model more data-efficient and made it possible to train in a reasonable amount of time and get good performance.

Beyond the general SciML philosophy, two things in particular set this project apart. The first is the treatment-agnostic design: you train the model once on historical data, and then you can point it at a new compound without having to refit anything. So you do not need a huge dataset on your specific drug for the framework to be useful. The second is the way the NLME and SciML pieces fit together. You get the expressiveness of neural networks, which lets you capture how varied these tumor trajectories really are, but you do not lose the statistical rigor of mixed-effects modeling.

I also have to give real credit where it is due. My colleague Lorenzo Contento did a stellar job leading the second phase of this project and contributing to the first. Amit Roy, our head of consulting at PumasAI, played a key role in shaping the project and providing strategic guidance. And our collaborators and coauthors at Bristol Myers Squibb were partners on this from start to finish; their clinical and scientific input genuinely shaped the framework. I'd encourage anyone going to PAGE this year who is interested in the details of this work to catch Lorenzo's presentation and to tackle him with questions wherever you spot him at the conference!

Question: What’s next for this kind of approach?

Answer: We are seeing a lot of interest in pulling this kind of approach into other areas. Rare diseases, immuno-oncology, even real-world evidence analysis, anywhere you have sparse, multimodal data and you need to make a decision earlier than the data really wants to let you. The combination of traditional pharmacometrics and data-driven learning opens things up in concrete ways: earlier signal detection, smarter trial designs, better translation from preclinical to clinical. We are also looking at folding additional data modalities, like imaging-derived features, into the same DeepNLME structure, for example to capture the entire tumor microenvironment rather than just the SLD.

As the industry keeps moving toward more adaptive and more personalized therapies, I think tools like DeepPumas are going to be essential. You need to be able to capture patient-level nuance in a way that scientists, regulators, and clinicians can all actually trust, and that is what we are building toward.

To submit questions to Dr. Mohamed Tarek and the team, message us here.

To explore DeepPumas, request a call here.


twitter

In other News...

BLOG
A Journey of Passion and Innovation: Launching DeepPumas and AskPumasIn the world of tech, product launches are usually accompanied by discussions about cutting-edge algorithms, sleek interfaces, and revolutionary breakthroughs. But for me, the story of DeepPumas and AskPumas is not just about the technology—it’s about the people. It’s about how a global team, spread across 18 countries, came together to build something extraordinary.

In other News...

BLOG
AskPumas Surpasses 15,000 Questions Answered as Global Use of AI Tools in Drug Development AcceleratesAskPumas, our secure Retrieval Augmented Generation (RAG) tool built for clinical pharmacologists and pharmacometricians, has just surpassed 15,000 questions answered. AskPumas is an AI assistant that delivers trusted, on-demand access to field-specific knowledge by integrating a curated list of sources, giving pharmacometricians...

In other News...

BLOG
Collaborative work by Pumas-AI and Otsuka to be presented at NKF '21We are excited to announce that the collaborative work performed by Otsuka Pharmaceutical Development & Commercialization and Pumas-AI scientists will be presented at National Kidney Foundation 2021 on April 6-10, 2021! The modeling used Pumas software to explore urine osmolality and GFR relationship. Urine Osmolality (Uosm) Is a Reasonable Marker of Acute (TKV) and Longer-term...

In other News...

BLOG
Congrats to Dr. Rackauckas – awarded 2020 ISoP Emerging Scientist!Dr. Christopher Rackauckas, our Director of Scientific Research, was recently awarded for the 2020 ISoP Emerging Scientist Award. The International Society of Pharmacometrics (ISoP) Awards Ceremony was hosted by the Eleventh American Conference of Pharmacometrics (ACoP11) on Monday, November 9, 2020. The Emerging Scientist Award, the highest early career award given by ISoP, was granted to...

In other News...

BLOG
Dr. Vijay Ivaturi Announced as New Chief Executive Officer at PumasAIThe PumasAI Board of Directors are pleased to announce that, effective Jan 1, 2024, Dr. Vijay Ivaturi will be stepping into the role of Chief Executive Officer, succeeding Dr. Joga Gobburu. After four years of dedicated leadership, Dr. Gobburu will be transitioning from his current role as CEO to the position of Chairman of the Board of PumasAI. Dr. Ivaturi brings a wealth of experience...

In other News...

BLOG
Former BMS Quality Director Joins Pumas-AI Scientists as Head of Quality Assurance and Compliance Amid 3X Growth PeriodPumas-AI, a science-first organization that turns data into life-saving decisions faster, announced today that Peter J. Miller has joined the organization as Head of Quality Assurance and Compliance. In his role, Mr. Miller will further strengthen and build upon the quality of deliverables and products that Pumas-AI scientists produce, including clinical pharmacology, pharmacometrics...

In other News...

BLOG
Former Bristol-Myers Squibb Head of Pharmacometrics Dr. Amit Roy Joins PumasAI to Support Drug Development Programs and DeepPumas ApplicationPumasAI, a science-first organization that turns data into life-saving decisions faster, announced today that Dr. Amit Roy, former Executive Director and Head of Pharmacometrics at Bristol-Myers Squibb (BMS), has joined PumasAI as Distinguished Scientist. In his new role, Dr. Roy will contribute to PumasAI’s growth trajectory by providing model-informed drug development (MIDD) expertise to accelerate drug development programs...

In other News...

BLOG
How Machine Learning Will Change the Future of Pharmaceuticals: Q&A with CEO Joga GobburuThe machine learning market is estimated to be worth a staggering $106.52 billion by the year 2030, according to Market Research Future. Combine this with the rise of consumer interest in artificial intelligence (AI) tools like ChatGPT, the world is beginning to mainstream these technologies. As this occurs, scientists are developing tools to level-up drug development analytics to create stronger outcomes and potentially save more lives...

In other News...

BLOG
International Society of Pharmacometrics Names Pumas-AI Co-Founder Dr. Vijay Ivaturi as President-ElectCo-Founder and Chief Scientific Officer (CSO) Vijay Ivaturi, PhD, has been elected as the next President of the International Society of Pharmacometrics (ISoP). Dr. Ivaturi will serve a one-year term as President-Elect effective immediately and will assume the ISoP presidency in January 2024, for a two-year term. As President-Elect, Dr. Ivaturi will oversee the development of ISoP’s three-year strategic plan...

In other News...

BLOG
Model-Informed Drug Development: Everything You Need to KnowAccording to the U.S. Food & Drug Administration (FDA), “model-informed drug development (MIDD) is an approach that involves developing and applying exposure-based, biological and statistical models derived from preclinical and clinical data sources to inform drug development and decision-making.” In 2018, the FDA created a pilot program to explore MIDD further...

In other News...

BLOG
New Clinical Pharmacology Desktop Software Launched by Pumas-AI is Easier to Use and Compliant with Global RegulationsPumas-AI, a science-first organization that turns data into life-saving decisions faster, announced today that it has launched Pumas-CP - a new clinical pharmacology platform for non-compartmental analysis (NCA), bioequivalence analysis, and pharmacokinetic and pharmacodynamic (PK/PD) modeling. “Pharmacokineticists and clinical pharmacologists are looking for a simple tool to manage...

In other News...

BLOG
New Three-Phase Course from PumasAI and SOPHAS on AI in Drug Development Set to Launch this OctoberPumasAI announced its partnership with SOPHAS (Society of Pharmacometrics and Health Analytics) to launch a new course aimed at empowering the next generation of scientists and healthcare professionals with practical knowledge on Artificial Intelligence in Drug Development (AIDD). This will be the first of many such courses being offered through this partnership.

In other News...

BLOG
Pharmacometrician Receives Lewis B. Sheiner Lecturer Award for Outstanding Lifetime AchievementsJoga Gobburu, PhD, a professor in the Department of Practice, Sciences, and Health Outcomes Research (P-SHOR) and director of the Center for Translational Medicine (CTM), received the Lewis B. Sheiner Lecturer Award, the highest recognition from ISoP on Nov. 5 at the society’s annual meeting at the National Harbor in Maryland.

In other News...

BLOG
The Future of Modelling and Simulations in Pharmacometrics with JuliaPharmacometricians have been early adopters of mathematical programming tools. We use tools that allow us to solve real problems. However, given the diversity of problems that we solve, our field has seen a split in the languages that we use due to the problems they are tailored to solve...

In other News...

BLOG
Powerful Pumas Software is Now Available for Desktop DownloadPumas-AI, a science-first organization that turns data into life-saving decisions faster, announced today that its Pumas software is now available for desktop download. Pumas is a one-stop integrated modeling and simulation platform designed to multiply productivity across the drug development lifecycle, turning data into life-saving decisions faster.

In other News...

BLOG
Pumas 2.8 Sets a New Standard for Clinical Pharmacology and Pharmacometrics Technology with Embedded AI and Next Generation EstimationPumasAI announced the release of Pumas version 2.8 to bring significant advancements in clinical pharmacology and pharmacometrics. The latest version integrates the recently launched PumasAide, enabling artificial intelligence (AI) coding agents to connect directly to live Pumas sessions, alongside powerful new estimation methods and expanded modeling capabilities.

In other News...

BLOG
Pumas-AI Continues to Expand Pharmaceutical Pharmacokinetics and Clinical Pharmacology Expertise with New Head of Business DevelopmentPumas-AI, a science-first organization that turns data into life-saving decisions faster, announced today that Dhanashri Gudi, Ph.D. has joined the company’s senior leadership team as Head of Business Development to continue to drive the year-over-year double-digit growth that Pumas-AI has experienced since inception. Dr. Gudi has spent nearly 20 years in the pharmaceutical industry, focused on drug metabolism...

In other News...

BLOG
Pumas-AI Hires Dr. Salim Bouchene and Expands Consulting Practice in EuropeThis new hire highlights expansions that Pumas-AI has made across the globe in recent years. As a senior scientist, Dr. Bouchene will focus on modeling and simulation and their application to pharmaceutical drug development. He will support Pumas-AI’s global client base through pharmacometrics and clinical pharmacology consulting, PK/PD modeling of clinical and preclinical data across various therapeutic areas...

In other News...

BLOG
Pumas-AI Launches Julia Language-Based Software to Advance Drug Development, Patient CarePumas-AI – a new company established by University of Maryland School of Pharmacy faculty members Vijay Ivaturi, PhD, assistant professor in the Department of Pharmacy Practice and Science (PPS), and Joga Gobburu, PhD, MBA, professor in PPS – is proud to announce the release of its first cutting-edge software platform for pharmaceutical researchers and clinicians. Known as Pharmaceutical...

In other News...

BLOG
Pumas-AI looks to democratize access to drug development toolsThe University of Maryland, Baltimore startup recently completed a big upgrade for its 2.0 version. Here's why the cofounders say it matters for science, and healthcare. For the cofounders of University of Maryland, Baltimore startup Pumas-AI, technology has the power to democratize access to advanced tools. The startup’s pharmaceutical modeling and simulation platform has two products...

In other News...

BLOG
PumasAI is Set to Revolutionize Pharmacometrics and Clinical Pharmacology with the Launch of AskPumas and DeepPumasPumasAI, a science-first organization dedicated to empowering innovation in drug development, today announced the launch of two transformative products: AskPumas and DeepPumas. Representing the first-ever intersection of AI and biosimulation, these tools are engineered to redefine pharmacometrics, clinical pharmacology, and data science. With unprecedented predictive capabilities...

In other News...

BLOG
PumasAI Launches New Enterprise AI Transformation Service That is Proven to Help Pharmaceutical Teams Achieve 50% Productivity GrowthPumasAI today announced the launch of Catalyst, a new enterprise AI transformation service built to help pharmaceutical and biotech organizations achieve up to 50 percent productivity growth within 12 months through smarter AI adoption...

In other News...

BLOG
PumasAI Maintains Strong Growth Trajectory with New Product Engineering and Pharmacometrics Hires from JuliaHub and PfizerPumasAI, a pioneering organization at the forefront of transforming data into life-saving decisions with remarkable speed, is proud to announce the appointment of two distinguished leaders to its team. These strategic hires illustrate PumasAI’s dedication to accelerating the translation of complex data into impactful, life-saving strategies and solutions...

In other News...

BLOG
PumasAI Named Best Clinical Pharmacology Tech Innovator 2025 by Global Health and Pharma for the Second Year in a RowPumasAI announced today that it has been named Best Clinical Pharmacology Tech Innovator by Global Health and Pharma (GHP) in its Healthcare and Pharmaceutical Awards 2025 program. This marks the second year in a row that PumasAI has received this honor by the media publication.

In other News...

BLOG
PumasAI Named Best Clinical Pharmacology Technology Development Firm in Biotechnology AwardsPumasAI, a science-first organization and a trailblazer in clinical pharmacology technology, has been honored as the “Best Clinical Pharmacology Technology Development Firm” at the prestigious Biotechnology Awards, hosted by Global Health & Pharma. This accolade highlights PumasAI’s significant contributions to the pharmaceutical industry through its innovative approach and dedication

In other News...

BLOG
PumasAI Named Clinical Pharmacology & Pharmacometrics Innovator of the Year 2026 by Global Health & Pharma NewsPumasAI announced today that it has been named Clinical Pharmacology & Pharmacometrics Innovator of the Year 2026 by Global Health & Pharma (GHP) News as part of its annual Healthcare and Pharmaceutical Awards program. The recognition marks the third consecutive year that

In other News...

BLOG
PumasAI Now Offering its Modeling and Simulation Software Free to Academic Research InstitutionsPumas-AI Inc, a science-first organization that turns data into life-saving decisions faster, announced today that it is now opening its powerful modeling and simulation software to all global academic institutions and researchers free of charge. This pro-bono program provides the use of the Pumas® tool, a high-performance analytical software suite that allows users to perform all pharmaceutical modeling and...

In other News...

BLOG
PumasAI Unveils PumasAide, a Built-In AI Assistant to Accelerate Pharmacometric ResearchPumasAI has officially launched PumasAide, an intelligent assistant that integrates directly into the pharmacometric workflow. By combining trusted scientific models with built-in artificial intelligence, PumasAide helps researchers analyze data, generate code, and complete routine clinical pharmacology tasks with unmatched speed...

In other News...

BLOG
Researchers establish Pumas-AI, launch Pumas pharmaceutical softwarePumas-AI, a new company established by University of Maryland School of Pharmacy faculty members Vijay Ivaturi, PhD, assistant professor in the Department of Pharmacy Practice and Science, and Joga Gobburu, PhD, MBA, professor in the department, is proud to announce the release of its first...

In other News...

BLOG
The story of PumasAt the outset, I would like to acknowledge and thank all those who contributed to development of Pumas. Here is a complete list in no particular order: Chris Rackauckas; Simon Byrne; Andreas Noack; Patrick Mogensen; José Bayoán Santiago Calderón; Yingbo Ma; Vaibhav Dixit; Xingjian Guo...

In other News...

BLOG
UMB-born startup launches pharmaceutical modeling platform Pumas 1.0A startup launched out by faculty at University of Maryland, Baltimore and MIT researchers collaborated to launch Pumas 1.0, a predictive analytics platform that aids in the development cycle of pharmaceutical drugs. What that means is Pumas 1.0 takes the data a drug company has and simulates the success rate or possible outcome of a drug. Creating models and simulations through the algorithm...

In other News...

BLOG
UMB Grants Pumas-AI Exclusive License for Lyv, a Cutting-Edge Clinical Decision Support SystemPumas-AI, a University of Maryland, Baltimore (UMB) startup company, has been granted worldwide, exclusive rights to Lyv, a cutting-edge clinical decision support system designed to help health care professionals personalize treatment trajectories for patients in real-time. The Lyv platform leverages clinical research and Electronic Health Record (EHR) data from millions of patients to derive…

In other News...

BLOG
UMB Startup Pumas-AI Receives Exclusive LicensePumas-AI, a University of Maryland, Baltimore (UMB) startup company, has been granted worldwide, exclusive rights to enhancements to Pumas, an end-to-end pharmaceutical modeling and simulation platform for quantitative analysis across the drug development lifecycle. Pumas 2.0 builds on the company’s existing platform, which also employs technology licensed from UMB...

In other News...

BLOG
University of Maryland, Baltimore Researchers' Startup, Pumas-AI, Launches Cutting-Edge Healthcare SoftwarePumas-AI, a new University of Maryland, Baltimore (UMB) startup company established by University of Maryland School of Pharmacy (SOP) faculty members Vijay Ivaturi, PhD, assistant professor, and Joga Gobburu, PhD, MBA, professor, has released its first, cutting-edge software platform for pharmaceutical researchers and clinicians. Known as Pharmaceutical Modeling and Simulation (Pumas), the s...

In other News...

BLOG
Workshop on Quantitative Systems Pharmacology Workflows in Pumas to Advance Clinical Pharmacology and PharmacometricsPumasAI will have a major presence at the Quantitative Systems Pharmacology Conference (QSPC) 2026 in Leiden, the Netherlands. Created by PumasAI, these workshops will provide scientists with hands‑on, practical training in quantitative systems pharmacology (QSP) modeling and simulation workflows using Pumas™, supporting modern clinical pharmacology and pharmacometrics and enabling more informed, data‑driven decision‑making.

Leading businesses, research labs and universities choose us as their healthcare intelligence partners.

PumasAI News and Events
PumasAI.svg
Pumas-AI Inc.
3500 South Dupont Highway
Suite GT-101
Dover, DE 19901
Email: info@pumas.ai
twittertwitter
Pumas-AI Inc.
3500 South Dupont Highway
Suite GT-101
Dover, DE 19901
Email: info@pumas.ai
twittertwitter

© Pumas-AI Inc. 2026. All rights reserved.