Skip to content
How I AIHow I AI

How this PM streamlines 60k-page FDA submissions with Claude, Streamlit, and clever AI workflows

Prerna Kaul is a product and platform leader who has spent over 14 years turning machine-learning research into consumer and B2B products at Amazon Alexa, AGI, Moderna, and now Panasonic Well. In today’s episode, she explains how she’s using AI to slash some of the most time-consuming, expensive tasks in life sciences—from generating 60,000-page FDA submissions to crafting communication frameworks that help product managers navigate complex stakeholder dynamics. Her innovations are saving millions of dollars and helping lifesaving treatments reach the market faster. *What you’ll learn:* 1. How Prerna built an AI system that automates the creation of 60,000-page regulatory documents for the FDA—reducing a process that took 4 to 6 months and 20 specialists to just minutes 2. A step-by-step system for detecting and redacting PHI (protected health information) in clinical trial data using Claude 3. How to build user-friendly interfaces for non-technical colleagues using Streamlit to democratize AI tools 4. How to use Claude’s prompt generator to create powerful communication frameworks that help PMs navigate complex stakeholder situations 5. Why transparency about AI costs is crucial for gaining organizational buy-in and tracking ROI 6. A practical framework for approaching AI safety and ethics in highly regulated industries *Brought to you by:* CodeRabbit—Cut code review time and bugs in half. Instantly: https://www.coderabbit.ai/ Lovable—Build apps by simply chatting with AI: https://lovable.dev/ *Where to find Prerna Kaul:* LinkedIn: https://www.linkedin.com/in/prernakkaul/ *Where to find Claire Vo:* ChatPRD: https://www.chatprd.ai/ Website: https://clairevo.com/ LinkedIn: https://www.linkedin.com/in/clairevo/ X: https://x.com/clairevo *In this episode, we cover:* (00:00) Introduction to Prerna (03:01) The FDA submission challenge: 60,000 pages, months of work, millions in costs (05:20) Getting started in Claude: from prompt to production-ready prototype (10:13) How Claude selected the right models for medical entity recognition (12:04) Using Streamlit to create accessible UIs for non-technical users (16:04) Detecting and redacting PHI in unstructured clinical notes (18:44) Generating the Common Technical Document (CTD) for FDA submission (21:54) Tracking and displaying AI operation costs for stakeholder buy-in (24:38) Real-world impact on vaccine development timelines and costs (26:12) Creating an AI communication coach for product managers (30:22) Training Claude on classic literature and persuasion techniques (31:53) Analyzing a complex stakeholder scenario with multiple competing priorities (34:40) Getting personalized communication strategies inspired by tech leaders (35:40) Summarizing strategic approaches (38:26) Conclusion and final thoughts *Tools referenced:* • Claude: https://claude.ai/ • Streamlit: https://streamlit.io/ • Anthropic Console: https://console.anthropic.com/ • Claude Sonnet 4: https://www.anthropic.com/claude/sonnet *Other references:* • Claude project chat (AI Product Management Stakeholder Challenges): https://claude.ai/share/caba4ab0-b28a-480c-8633-71920b12999e • XML: https://www.w3.org/XML/ • Python: https://www.python.org/ • RegEx: https://regex101.com/ • Moderna: https://www.modernatx.com/ • FDA: https://www.fda.gov/ • Project Gutenberg: https://www.gutenberg.org/ • FDA Biologics License Application: https://www.fda.gov/vaccines-blood-biologics/development-approval-process-cber/biologics-license-applications-bla-process-cber • Protected health information (PHI): https://www.hhs.gov/hipaa/for-professionals/privacy/laws-regulations/index.html _Production and marketing by https://penname.co/._ _For inquiries about sponsoring the podcast, email jordan@penname.co._

Claire VohostPrerna Kaulguest
Jul 14, 202545mWatch on YouTube ↗

CHAPTERS

  1. 0:00 – 1:18

    Why life sciences innovation still gets slowed by paperwork

    Claire and Prerna open with the central tension of modern biotech: world-class science paired with massive regulatory documentation overhead. They frame how cutting paperwork time and cost can directly accelerate access to life-saving treatments.

    • Regulatory submission work is a major bottleneck alongside scientific R&D
    • Paperwork delays can slow vaccine/treatment delivery to patients
    • The episode will focus on using AI to compress cost and timelines
  2. 1:18 – 1:48

    Meet Prerna Kaul: ML-to-GenAI product leader bridging research and approvals

    Claire introduces Prerna’s background across Amazon Alexa, Moderna, and Panasonic, setting up why she’s well-positioned to build practical GenAI workflows. The conversation tees up two tracks: FDA submissions and PM communication.

    • Prerna’s experience spans big-tech ML and biotech product work
    • The episode will cover both technical workflow building and stakeholder influence
    • Goal: show end-to-end execution from prototype to usable tool
  3. 1:48 – 3:45

    Sponsor break: CodeRabbit AI code reviews

    A brief sponsor segment describes CodeRabbit’s AI-assisted code review workflow and tooling integrations. The pitch emphasizes faster shipping without sacrificing quality.

    • AI-generated PR comments and potential impact analysis
    • One-click fix suggestions and customizable rules (AST grep patterns)
    • Integrations: VS Code, Cursor, Windsurf
  4. 3:45 – 5:51

    The real problem: 60,000-page FDA submissions (BLA) and months of effort

    Prerna explains the scale of FDA/regulated submissions, using a Moderna example where a Biological License Application can reach ~60,000 pages. She quantifies the typical resource burden—months of work, ~20 specialists, and millions in cost—and why GenAI was worth exploring.

    • BLA/CTD submissions can be tens of thousands of pages
    • Traditional process: 4–6 months, ~20 specialists, millions in spend
    • Motivation: reduce time/cost and avoid delays in getting vaccines to market
  5. 5:51 – 7:18

    From problem statement to prototype: treating Claude like a software engineer

    Prerna shows how she began by giving Claude a concise product-style pitch, including why it matters and what the demo should accomplish. Claude returns not only code but also setup instructions and a demo narrative—accelerating early-stage product definition.

    • Start with requirements and a PM-style “why/what” pitch
    • Claude produced setup docs, task breakdown, and runnable code
    • Claude even generated a demo script/pitch narrative unexpectedly
  6. 7:18 – 10:12

    Production constraints: strict XML structure + safe handling of clinical data

    They identify two non-negotiable requirements for real regulatory use: generating structured outputs in a strict XML-based format, and detecting/redacting PHI in clinical data. Prerna explains why Claude’s safety/alignment reputation mattered for this domain.

    • CTD/BLA documents require strict structured formatting (XML-based)
    • PHI detection/redaction is essential for compliance and patient privacy
    • Model choice influenced by safety, alignment, and regulated-industry needs
  7. 10:12 – 12:03

    Model and library choices: medical entity recognition instead of brittle regex

    Prerna describes how Claude selected appropriate models for medical named-entity recognition (NER), reducing the need for brittle hand-rolled approaches. Claire highlights how AI removes toil like writing and debugging complex regex patterns.

    • Claude recommended suitable medical NER approach/models quickly
    • Would otherwise require days of research and DS/eng effort
    • Avoids fragile regex-heavy solutions for identifying sensitive entities
  8. 12:03 – 14:04

    Why Streamlit: shipping a usable UI for non-technical stakeholders

    Prerna explains that the real unlock is making AI tools accessible to non-technical colleagues via simple UIs. Streamlit becomes the bridge from code to an internal product that teams can actually use, mirroring her other workflow automations (e.g., PRD-to-Jira).

    • Impact increases when non-technical users can use the tool directly
    • Streamlit is a fast way to wrap Python workflows with a web UI
    • Internal tooling examples: PRD-to-Jira conversion and other add-ons
  9. 14:04 – 15:16

    Live demo setup: running the Streamlit app and generating synthetic trial data

    Prerna runs the Streamlit app locally and explains the CTD structure and the kinds of clinical-trial inputs it needs. She uses synthetic data to validate functionality while keeping privacy intact.

    • Command-line launch opens a local web app with Claude API integration
    • CTD has multiple modules with specific expectations for study reporting
    • Synthetic data enables testing without exposing real patient information
  10. 15:16 – 18:53

    PHI detection & redaction in unstructured clinical notes

    They zoom in on the hard part: PHI isn’t only in neat columns—it’s embedded in free-form clinician notes. The app scans rows to flag and redact dates, names, and other identifiers, showing what a compliant pipeline needs.

    • PHI appears in both structured fields and unstructured notes
    • The app detects and redacts names, dates, and birthdate-like identifiers
    • Traditional PHI pipelines often take months due to high accuracy/compliance bars
  11. 18:53 – 22:14

    Generating the FDA-ready CTD summary and exporting to required formats

    After redaction, the workflow summarizes trial data into an FDA-oriented synopsis and generates a structured document output. They highlight that this work is typically owned by medical writers and requires extensive stakeholder iteration—making automation highly valuable.

    • Model produces participant counts, demographics, and study synopsis
    • Output can be downloaded as text/doc plus the required XML format
    • Automation reduces multi-week stakeholder back-and-forth on drafts
  12. 22:14 – 24:36

    Making AI ROI legible: per-operation cost and latency tracing

    Prerna adds an operational cost-tracing layer to address stakeholder concerns about scaling token and licensing costs. The UI breaks down duration, token usage, and cost per step, enabling transparent ROI discussions and production monitoring.

    • Stakeholders often push back on AI due to perceived cost risk
    • Cost tracing shows cost per operation, duration, and token breakdown
    • Transparency helps compare alternatives and justify scaling decisions
  13. 24:36 – 26:42

    Measured impact: accelerating vaccine programs and reducing repeated work

    Prerna explains how the approach helped real Moderna programs (e.g., cancer vaccine work and combined RSV/COVID efforts) by reducing repeated effort and scaling with the organization. The core value is speed-to-submission and reduced friction across teams.

    • Applied to multiple vaccine programs beyond a single one-off
    • Big wins come from reducing repeated work across many trials/products
    • Time savings can translate into earlier access to life-saving vaccines
  14. 26:42 – 27:43

    Workflow #2: an AI communication coach for high-stakes stakeholder management

    The conversation shifts from biotech documentation to a universal PM pain: aligning diverse stakeholders with competing priorities. Prerna describes using Claude as a personalized brainstorming partner for influence and communication strategy.

    • PM effectiveness often hinges on tailoring communication to individuals
    • Claude used as a preparation and brainstorming partner before meetings
    • Goal: faster, more confident planning for ambiguous stakeholder conflicts
  15. 27:43 – 31:46

    Building the coach: Claude Prompt Generator + project knowledge (Carnegie, Austen, persuasion)

    Prerna demonstrates creating a reusable, highly structured prompt using Anthropic’s Prompt Generator and iterative prompt optimization. She then “trains” the project with public-domain books (Project Gutenberg) to ground recommendations in persuasion frameworks and literature.

    • Prompt Generator produces structured prompts with defined inputs/outputs
    • Prompt optimization loop improves the prompt based on feedback
    • Project knowledge includes classic persuasion texts and literature for richer guidance
  16. 31:46 – 33:57

    Stress-test scenario: multi-stakeholder conflict two weeks before a major presentation

    Claude generates a realistic workplace scenario with privacy and accuracy concerns surfacing right before a key customer moment. The tool enumerates stakeholders and their priorities, framing the core leadership challenge to be solved.

    • Scenario includes compliance, ethics, competitive pressure, and exec expectations
    • Stakeholders are explicitly listed with distinct motivations
    • The tool structures the problem before proposing solutions
  17. 33:57 – 38:47

    Outputs that PMs can act on: strategy options, 1:1 plans, meeting agenda, and back-pocket answers

    The coach produces a layered response: situation analysis, recommended strategic posture, suggested leader archetypes, and practical meeting plans. It goes as far as creating minute-by-minute leadership-meeting structure and curveball questions to prepare for.

    • Summarizes and validates the organizational context and core tradeoffs
    • Recommends specific strategic approaches (ethics, compliance, collaboration)
    • Provides stakeholder-by-stakeholder conversation goals and questions
    • Generates an agenda plus “curveball” questions for executive readiness
  18. 38:47 – 45:13

    Lightning round: adopting AI in regulated domains, safety frameworks, and final wrap

    Prerna shares advice for peers: identify time drains, delegate via AI projects, and share tools across teams. She outlines a safety-first approach for regulated industries—benchmarking models on ethics, monitoring in production, and having rollback plans—then closes with tips for getting LLMs to ‘listen’ and where to connect.

    • Adoption tip: map energy-draining tasks and delegate them to AI workflows
    • Safety priority: evaluate models on ethics/alignment and known edge cases
    • Operational discipline: offline evaluation + online monitoring + rollback readiness
    • Prompting tip: add emotion/emojis and clear structure when models miss the mark

Get more out of YouTube videos.

High quality summaries for YouTube videos. Accurate transcripts to search & find moments. Powered by ChatGPT & Claude AI.