First Principles Thinking for Life Sciences Product Managers: Beyond Best
Learn how first principles thinking helps life sciences product managers
First Principles Thinking for Life Sciences Product Managers: Beyond Best Practices
Every PM framework - RICE, JTBD, Design Thinking - was built for consumer or enterprise SaaS. In life sciences, the biggest risks are regulatory rejection and clinical harm. This is where first principles thinking becomes essential.
What It Actually Is
Breaking problems to fundamental truths and reasoning upward - not by analogy ("X did it this way") or convention ("it's always been done this way"). In life sciences, conditions are changing rapidly. AI is new. Regulatory frameworks evolve. The "best practices" of five years ago may hinder innovation today.
Example 1: Challenge Compliance Assumptions
Conventional: "AI in clinical settings always requires FDA clearance." First principles: What specifically triggers FDA jurisdiction? The 21st Century Cures Act exempts certain CDS software. Administrative AI isn't FDA-regulated. I've seen teams waste a year pursuing unnecessary regulatory pathways.
Example 2: Rethink Clinical Workflows
Conventional: "Design AI to fit existing workflows." First principles: Are existing workflows optimized, or workarounds for limitations that no longer exist? "Fit into workflows" is often code for "don't challenge anyone."
First Principles for Clinical Safety and Trust
You cannot compromise on patient safety. Conventional thinking often suggests adding layers of human review, a "human-in-the-loop" for every AI decision. First principles ask: what is the root cause of potential harm? Is it model hallucination? Data drift? Lack of interpretability? Each requires a different mitigation strategy.
I worked on an AI for predicting sepsis risk. The conventional approach was to flag every potential case for a clinician to review. This led to alert fatigue. Instead, we broke down the problem. What if the AI only flagged cases with a 95% confidence AND a clear, explainable rationale, like "elevated lactate and dropping blood pressure over 2 hours"? This shifted the human role from reviewing every alert to acting on high-certainty, explainable insights. It built clinician trust faster than any "human-in-the-loop" mandate.
Consider the difference between a diagnostic AI and a workflow automation AI. A diagnostic tool carries higher inherent risk and needs rigorous validation, like a multi-site clinical trial for an FDA Class II device. An AI that automates scheduling or extracts non-clinical data from EHR notes has a different risk profile. Understanding these fundamental differences guides your safety strategy, rather than a blanket "all AI is high risk" approach.
First Principles for Data Governance and Privacy
Privacy is not just about HIPAA compliance. It is about patient trust and data utility. Conventional wisdom says "de-identify all data." First principles ask: what data elements truly identify a patient? What is the minimum necessary data for this specific AI task? De-identification can destroy valuable signal, making an AI less effective, or simply shift the re-identification risk.
For a project predicting adverse drug events, we needed patient history. Full EHR access was blocked by institutional policy. Instead of fighting it, we asked: what specific features drive this prediction? We found that medication lists, lab results, and certain demographic fields were sufficient. We implemented a synthetic data generation pipeline for model training, matching statistical properties of real data without exposing actual patient records. This approach allowed model development to proceed months faster than waiting for full de-identification approvals, which often take six to nine months at large academic medical centers.
Think beyond just masking PII. Consider differential privacy for aggregate analyses or homomorphic encryption for specific computations on encrypted data. These are not just security features; they are tools to unlock data utility while upholding fundamental privacy principles. You can process data without ever seeing it in plaintext, enabling collaborations that were previously impossible due to strict data sharing agreements.
Questioning AI Model Selection
The default choice for many teams is often the latest large language model or a complex deep learning architecture. First principles challenge this: what is the simplest model that meets the performance requirements for this specific task? A simpler model is often easier to validate, debug, and explain, which is critical in life sciences.
For a task like predicting hospital readmissions, I saw a team jump straight to a transformer model. After months of training and tuning, its performance was only marginally better than a well-engineered XGBoost model. The XGBoost model, however, offered clear feature importances - "length of stay," "number of prior admissions," "specific comorbidities" - which clinicians could understand and act on. The transformer model was a black box, making it hard to integrate into clinical decision support.
Your goal is not always the highest AUC score. Sometimes, it is the highest actionable AUC score. If a logistic regression model can achieve 85% of the performance of a complex neural network, but provides 100% interpretability, it might be the superior choice. You must weigh model complexity against its explainability, data requirements, and deployment overhead. For example, deploying a simple scikit-learn model on an edge device is vastly different from running a 7B parameter LLM.
Example 3: Question Data Architecture
Conventional: "Build a unified data lake first." First principles: What data does the AI actually need? Start with minimum viable data. Federated learning and API-based access can deliver value without 18 months of infrastructure.
Example 4: Rebuild Pricing Models
Conventional: "Price per-user like traditional health IT." First principles: If your AI reduces denied claims by 30%, the value is recovered revenue, not software access. Value-based pricing aligns incentives and commands 10x the price.
Example 5: Reimagine User Personas
Conventional: "The primary user is the physician." First principles: Who actually interacts with the software? Nurses, MAs, coordinators, and patients are often the actual users. The highest-use user isn't always the one with the most authority.
How to Practice It
- Ask "why" five times. Toyota's technique works in healthcare too.
- Identify assumptions, then test them. Is this a physical law, regulation, convention, or habit?
- Study adjacent industries. How does fintech handle compliance? Aerospace handle safety-critical AI?
- Talk to outliers. The most innovative health systems have already challenged assumptions you haven't identified.
What matters here
- Best practices often encode outdated assumptions.
- First principles isn't ignoring regulations - it's understanding exactly what they require.
- The highest-value decisions come from questioning the problem, not optimizing the solution.
- It's slower upfront but faster overall. 30 minutes of analysis can save months of building wrong.
See About and Research for more on my approach.