Full-Time
SaaS platform for adaptive clinical trials
No salary listed
No H1B Sponsorship
Cambridge, MA, USA
Hybrid
Hybrid role; on-site days in Cambridge, Massachusetts required.
JD
| , |
See people who can refer or advise you
PhaseVTrials provides a subscription-based software platform that helps pharmaceutical companies, biotech firms, and research teams design, manage, and run adaptive clinical trials. It combines reinforcement learning and causal machine learning to optimize decisions at any stage of a trial, with an intuitive user interface and flexible software architecture that adapts to different clinical needs. Users access the platform via SaaS and can also receive consulting help to fine-tune trial designs and execution strategies. Compared with others, PhaseVTrials offers a distinct mix of advanced data-driven algorithms and a user-friendly tool that delivers real-time insights, aiming to shorten trial timelines and reduce costs. The company’s goal is to accelerate drug development by enabling efficient, data-informed adaptive trials.
Company Size
51-200
Company Stage
Series A
Total Funding
$65M
Headquarters
Tel Aviv-Yafo, Israel
Founded
2023
See people who can refer or advise you
Help us improve and share your feedback! Did you find this helpful?
401(k) Company Match
401(k) Retirement Plan
Flexible Work Hours
Hybrid Work Options
Health Insurance
Wellness Program
Mental Health Support
Stock Options
Company Equity
Professional Development Budget
Conference Attendance Budget
Phone/Internet Stipend
Home Office Stipend
Every trial is different. Now the software can be too. by Amitai Levy, Matan Seidel Apr 22, 2026 Table of Contents AI assistants, bring-your-own code, and a faster way to build decision-grade software. Earlier this year, a pharma partner came to phasevtrials.com with a challenging early-phase adaptive trial. It was not the kind of design that fits neatly into an off-the-shelf tool. The trial included multiple dose levels, dose escalation, interim decisions balancing several efficacy and safety endpoints, and a dose-selection process specific enough that no existing platform could fully capture it. They needed a simulation and optimization tool built around their design, not a simplified version forced into generic software. So phasevtrials.com built one. The problem with "almost fits" In clinical development, "almost fits" is not good enough. Trial designs are shaped by the science: the endpoints being measured, the way efficacy and safety are balanced, the rules for dose escalation, and the logic for deciding which dose moves forward. Those decisions are often highly specific to a single study. That is especially true in early-phase adaptive trials, where the design itself is often part of the strategy. Small changes in dose-selection logic or optimization criteria can materially affect the conclusions. For this partner, that meant they needed more than a simulation tool. They needed a platform that could represent the exact trial they wanted to run, simulate it thousands of times, and help them understand how different design choices would perform under different clinical scenarios. What phasevtrials.com built. phasevtrials.com developed a platform that simulates the full trial thousands of times using Monte Carlo methods, across user-defined clinical scenarios, to estimate how candidate designs perform. The system supports: 1. full-trial simulation at scale 2. multi-parameter optimization 3. Bayesian dose-selection methods 4. scenario-weighted analysis across different assumptions But two capabilities stand out. 1. Bring your own code. At the heart of many adaptive trial designs is a deceptively simple question: Given what phasevtrials.com has observed so far, which dose should move forward? In practice, the answer is rarely simple. Dose-selection logic is often where clinical judgment lives. It may depend on multiple endpoints, thresholds, tradeoffs, and exceptions that are unique to a particular study. Instead of hardcoding those, phasevtrials.com built a safe, Python-like language that lets trial designers write their own decision logic directly in the platform. That means users can define custom rules for dose selection, validate them instantly, and run them across every simulated trial. The designer controls the scientific logic. The software handles the scale. That matters because software vendors should not be the bottleneck for expressing trial-specific decision rules. What makes this genuinely hard is that the user's logic is defined after the platform is built - effectively at runtime. That creates three competing constraints. The execution environment has to be safe: phasevtrials.com cannot allow arbitrary code to run inside its infrastructure. The interface has to be accessible: trial designers are not software engineers, so the language needs to feel like Python without requiring a Python background. And the execution has to be fast: because dose-selection logic runs across thousands of simulated trials during optimization, any performance penalty compounds quickly. Satisfying all three at once - sandboxed, user-friendly, and vectorized for post-processing - is the core engineering challenge behind BYOC. 2. An AI assistant for custom code. Of course, not every trial designer wants to write code. So phasevtrials.com embedded an AI assistant into the platform - one that understands the trial context, including the available endpoints, variables, and supported syntax. A user can describe the desired behavior in plain language, such as: "Select the dose with the best efficacy, but only if its safety rate is below 30%." The assistant then proposes working code, grounded in the actual structure of the trial design. It can also explain existing logic, help debug it, and refine it iteratively. The result is a much more accessible workflow: trial designers can express exactly the rules they have in mind, regardless of programming background. Why this is hard. Every clinical trial is different. Endpoints differ. Decision rules differ. Dose-selection methods differ. The way a sponsor wants to compare tradeoffs across scenarios differs. That means every engagement requires some amount of custom software. But the timelines are unforgiving. From initial contact to needing a working tool is often a matter of weeks, not months. At the same time, the quality bar is extremely high. These tools are not internal dashboards or prototypes. They inform real decisions about whether a drug moves forward. That demands rigor, traceability, and confidence in the results. So the real engineering challenge is not just building custom software. It is building custom software quickly, reliably, and at the level of rigor clinical decisions require. How phasevtrials.com made it possible. The speed of this project was not the result of cutting corners. It was the result of having the right foundation and the right process. A reusable foundation. Over the past several years, PhaseV has built a shared set of components that phasevtrials.com can reuse across custom engagements: 1. a simulation engine 2. an optimization framework 3. infrastructure for multi-step configuration flows 4. a common language for describing scenarios and trial designs A useful analogy is a well-equipped lab with validated instruments. You still design each experiment from scratch, but you are not rebuilding the equipment every time. That changes the economics of custom software. Each new project starts from tested building blocks, and the team can focus its attention on what is truly unique to the study. AI-assisted development. Its engineers use AI tools throughout the development process - not only for writing code, but also for drafting specifications, generating and running tests, debugging, and managing changes between versions. This compresses work that would traditionally take weeks into days. But there is an important caveat: writing software faster only matters if you can verify it just as fast. Tight feedback cycles. That is why fast iteration was critical. Every change its engineers made was automatically tested and turned into a working version of the tool, often within minutes. Suggestions from the clinical team could become testable updates almost immediately. That rapid loop between idea, implementation, and verification is what made the pace sustainable. Critically, the client was part of that loop. Each release went back to the partner, who reviewed whether the platform accurately captured their intended trial design and returned new feature requests for the next cycle. Without that loop, speed would be a liability - you would simply ship mistakes faster. With it, fast development becomes genuinely useful. Moving fast only makes sense if you are building the right thing. What the team delivered. Over three and a half months, a team of five - two engineers and three algorithm specialists - delivered four major releases. The platform evolved from an initial working simulation into a much more powerful system with: 1. custom user-defined decision logic 2. an embedded AI assistant for writing and refining that logic 3. Bayesian dose-selection methods 4. configurable optimization across clinical scenarios Four major releases within weeks is a fast pace by any standard. In the context of custom trial design software, it is only possible with the right combination of reusable infrastructure, AI-assisted engineering, and extremely short feedback cycles. The frequent releases also served a second purpose: they helped the client fine-tune their trial. Clinical trial design is hard, involving many competing goals, operational constraints, and tradeoffs that are difficult to reason about in the abstract. Each release revealed more about how the design performs under simulation, helping the team identify parts that needed more work. The software development and the trial design were happening in parallel, each one informing the other. The bigger takeaway. This project reflects something broader about how phasevtrials.com think at PhaseV. Clinical trial design is not static. The most valuable work often happens where standard tools run out - where the scientific question is too specific, the decision logic too nuanced, or the design too novel to fit into a prebuilt template. That is exactly where custom software matters most. The challenge is doing it fast enough to match clinical timelines, while maintaining the rigor required for high-stakes decisions. This is the model phasevtrials.com is building toward: software that is custom where it needs to be, reusable where it can be, and accelerated by AI without sacrificing reliability. Because in trial design, moving fast only matters if you can still trust every decision the software helps you make. Take the Next Step
PhaseV, a Boston-based AI/ML clinical development company, has launched AI Conductor, a centralised platform automating clinical trials from protocol authoring to FDA submission. The platform integrates protocol design, document generation and statistical programming whilst managing trial documentation throughout the lifecycle. AI Conductor generates SDTM mapping and ADaM datasets, including statistical code and publication-ready reports required for regulatory submission. The enterprise-grade workspace serves as a single source of truth, connecting to internal standard operating procedures, historical documents and templates whilst maintaining audit-ready version history. The platform orchestrates PhaseV's existing ClinOps, Trials, Responses and Portfolio Optimizers. PhaseV has delivered ROI for over 45 pharmaceutical and biotech sponsors, reportedly reducing trial costs by up to 50% and increasing success probability by over 30%.
PhaseV has launched its AI Enrollment Lab, a tool designed to help pharmaceutical sponsors optimise clinical trial design using real-world electronic health record data. The platform analyses patient eligibility and trial competition to model enrollment dynamics before site identification begins. The Boston-based company's technology allows study teams to evaluate how specific inclusion and exclusion criteria impact patient volume, helping identify untapped geographic regions and high-opportunity patient segments. According to CEO Raviv Pryluk, the tool replaces theoretical planning with evidence-based analysis earlier in the development lifecycle. PhaseV claims its platform has delivered significant returns for over 40 pharmaceutical and biotech sponsors, reducing trial costs by up to 50% and increasing probability of success by over 30%. The Enrollment Lab adds to the company's existing ClinOps platform.
PhaseV, a Boston-based AI and machine learning clinical development company, presented research at the 2026 Crohn's & Colitis Congress demonstrating how its technology improves inflammatory bowel disease trial efficiency. The company's ClinOps Optimizer uses causal machine learning to address trial delays by optimising site selection and enabling real-time analytics. The platform models patient and site-level data including age, BMI, ethnicity and treatment history to estimate recruitment success and data quality outcomes. PhaseV's IBD offering integrates data from the Crohn's & Colitis Foundation's IBD Plexus Research Accelerator, which contains comprehensive IBD patient data. The company currently supports over 40 global pharmaceutical and biotech sponsors, claiming to reduce trial costs by up to 50% and increase probability of success by over 30%. PhaseV also partners with Alimentiv, a global gastrointestinal contract research organisation.
PhaseV closes 2025 with record growth, supporting biopharma's shift from AI pilots to full-scale execution. BOSTON, Dec. 16, 2025 /PRNewswire/ - PhaseV, a leader in AI/ML for clinical development, today announced key milestones for 2025 that confirm its transition from a high-growth startup to an established industry partner for clinical development optimization. In 2025, revenues grew almost five-fold, and average contract sizes surged as customers increasingly adopted full platform subscriptions across PhaseV's four integrated modules for end-to-end trial design and execution. The company now partners with more than 40 leading pharma sponsors and CROs, including seven of the world's top pharmaceutical companies, demonstrating strong market demand for AI-driven clinical development. This exceptional growth was supported by a $50 million Series A funding round led by Accel and Insight Partners, with continued backing from existing investors. Building on this momentum, PhaseV is positioned to scale its impact and continue redefining how clinical trials are designed and executed. "2025 was the year of AI pilots and promises, but 2026 will bring wide-scale deployment and tangible impact to clinical development," said Raviv Pryluk, PhD, CEO and Co-founder of PhaseV. "Now is the time for pharma to fully embrace proven AI methodologies or risk being left behind. We are incredibly proud to work with industry leaders to take these critical next steps forward with greater precision, accuracy and lower risk." PhaseV's AI-driven platform continues to deliver measurable ROI for sponsors, enabling trials that run up to 40% faster and at 50% lower cost than traditional methods. By running millions of virtual design simulations in minutes, optimizing site selection, and enabling real-time trial monitoring and execution, the company is helping sponsors improve trial success probabilities (PoS) by more than 30%, directly unlocking billions of dollars in otherwise missed asset value. Strengthening its predictive power, PhaseV has also integrated over two million patient-level records into its proprietary data lake, which now supports more than 20 predictive disease models across diverse therapeutic areas, including oncology, immunology, neurology, gastrointestinal, and rare diseases. PhaseV earned significant industry recognition throughout 2025, including being named to CB Insights' Digital Health 50, TechCrunch's AI Disruptors 60 and the Accel 2025 Europe AI 100, and honored as BioTech Breakthrough's 'Analytics Solution of the Year'. PhaseV also published several new studies, including one on Group Sequential Design in Statistics in Medicine. Company executives presented at leading events, including Fierce Biotech Week, CMO Summit 360, the ASA Biopharmaceutical Section Regulatory-Industry Statistics Workshop, 2025 Joint Statistical Meetings (JSM), IBD Innovate and others. Looking ahead to 2026, PhaseV plans to deepen its work with global sponsors and expand its vertical AI platform to further accelerate drug pipelines, optimize study design and site selection, and improve patient outcomes across diverse therapeutic areas. PhaseV executives will attend the upcoming JPM Healthcare Conference in San Francisco in January, in addition to the Crohn's Colitis Congress and the Scope Summit, which focuses on advances in clinical trial innovation, management and operations. About PhaseV PhaseV is developing advanced AI/ML solutions to optimize clinical development. Biopharma sponsors and CROs are leveraging PhaseV's platform to rapidly design and execute adaptive, Bayesian and fixed clinical trials, analyze data to uncover heterogeneous treatment effects, stratify patients, and inform future R&D and portfolio decisions. PhaseV's platform has reduced trial costs by 50%, decreased enrollment size and trial duration by 40%, and increased the probability of trial success by over 30%. To date, the company has delivered results for more than 40 leading pharma/biotech sponsors and CROs spanning multiple therapeutic areas, including neurology, oncology, immunology, GI, rare diseases, and others. Media Contact: Ellie Hanson FINN Partners for PhaseV [email protected] Logo - https://mma.prnewswire.com/media/2267452/PhaseV_logo.jpg View original content:https://www.prnewswire.com/news-releases/phasev-closes-2025-with-record-growth-supporting-biopharmas-shift-from-ai-pilots-to-full-scale-execution-302643342.html SOURCE PhaseV