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. Meet Prerna Kaul: GenAI PM bridging big-tech ML and life sciences

    Claire introduces Prerna Kaul and her background across Amazon Alexa, Moderna, and Panasonic. The episode frames two themes: accelerating regulated FDA submissions with GenAI, and using Claude as a communication coach for PM stakeholder management.

  2. Why FDA submissions are a bottleneck: 60,000 pages, months, and millions

    Prerna explains the scale and pain of creating a Biological License Application (BLA) and related submission artifacts. The work can require ~20 specialists over 4–6 months, slowing delivery of life-saving vaccines and treatments.

  3. From PM requirements to working prototype: briefing Claude like a software engineer

    Prerna starts by giving Claude a problem statement, pitch narrative, and demo goals—treating the model like a full-stack engineer. Claude returns not only code but also setup instructions and even a demo script, accelerating early iteration.

  4. Two non-negotiables in regulated workflows: strict structure + PHI safety

    Prerna identifies the core requirements for production readiness: generating strictly structured, XML-based outputs and reliably detecting/redacting PHI. These constraints drive model/vendor selection and the overall system design.

  5. Modeling choices for medical entity recognition and redaction—without months of R&D

    The conversation highlights how Claude helped select appropriate approaches for medical named-entity recognition and PHI redaction. Prerna notes that historically this would take multiple specialists and months to get right across varying trial datasets.

  6. Making it usable: why Streamlit is the ‘unlock’ for non-technical stakeholders

    Prerna explains that building a simple UI is what turns a personal automation into an organizational tool. Streamlit enables quick deployment of Python workflows so medical writers, compliance partners, and other non-technical users can operate the system.

  7. Live app walkthrough: generating synthetic trial data and previewing clinical notes

    Prerna runs the Streamlit app from the command line and demonstrates the workflow using synthetic data. The demo mirrors real trial structures: tabular participant data plus free-form clinician notes where PHI may be embedded.

  8. Detecting and redacting PHI in unstructured clinical notes

    The demo shows the system scanning records to identify names, dates, and other PHI within narrative text. The redacted output preserves medically relevant content while removing identifying details suitable for downstream reporting.

  9. Generating the Common Technical Document (CTD): summaries, stats, and XML output

    With data de-identified, the workflow produces CTD-style modules that include participant counts, age ranges, methodology summaries, and medically relevant terminology. Prerna contrasts this with medical writing workflows that can involve weeks of stakeholder iteration per module.

  10. Proving ROI: tracing operations and showing per-step token and dollar costs

    Prerna emphasizes that cost transparency can unblock adoption in organizations skeptical of AI spend. The app shows cost per operation, duration, and token breakdown—useful for budgeting, scaling forecasts, and production monitoring.

  11. Real-world impact: faster submissions, scalable processes, and vaccine timeline benefits

    Prerna shares that applying these workflows to major vaccine programs produced meaningful time and cost savings. Beyond immediate savings, the bigger win is creating a scalable system that reduces repeated work as drug portfolios expand.

  12. Switching gears: building an AI ‘Influence & Communication’ coach for PMs

    The episode transitions to a second workflow: using Claude to improve stakeholder communication. Prerna frames influence as personal and context-dependent, making it a strong fit for an AI brainstorming partner that can structure preparation.

  13. Prompt Generator + optimization: structured XML prompts and project-based coaching

    Prerna demonstrates Claude’s Prompt Generator to create a reusable, structured prompt with role definition, inputs, and output format. She then uses Claude’s prompt-optimization loop to iteratively improve it and installs it as project instructions.

  14. Training Claude on classics: Gutenberg books, Dale Carnegie, and strategy inspiration

    Prerna loads public-domain texts (e.g., Dale Carnegie, classic literature) as a project knowledge base to enrich the coach’s suggestions. Claude selectively retrieves relevant excerpts rather than dumping all sources, grounding recommendations in familiar frameworks.

  15. Stress-test scenario: multi-stakeholder conflict two weeks before a major pitch

    Claude generates a realistic workplace crisis: privacy and accuracy issues discovered shortly before an important prospect meeting, with stakeholders pulling in different directions. The coach then produces a structured plan: analysis, stakeholder 1:1s, and a leadership meeting agenda with contingency questions.

  16. Lightning round: adopting AI in regulated industries, safety priorities, and ‘LLM listening’ tips

    Prerna advises peers to identify energy-draining tasks and delegate them to AI workflows that can be shared across teams. She underscores ethics, privacy, and continuous evaluation/monitoring as priority zero in regulated contexts—and shares a practical trick for getting better responses: add emotion and even emojis.

Get more out of YouTube videos.

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

Add to Chrome