How I AI

Claire Vo

How I AI, hosted by Claire Vo, is for anyone wondering how to actually use these magical new tools to improve the quality and efficiency of their work. In each episode, guests will share a specific, practical, and impactful way they’ve learned to use AI in their work or life. Expect 30-minute episodes, live screen sharing, and tips/tricks/workflows you can copy immediately. If you want to demystify AI and learn the skills you need to thrive in this new world, this podcast is for you.

  1. The secret to better AI prototypes: Why Tinder’s CPO starts with JSON, not design | Ravi Mehta (product advisor, previously EIR at Reforge)

    3D AGO

    The secret to better AI prototypes: Why Tinder’s CPO starts with JSON, not design | Ravi Mehta (product advisor, previously EIR at Reforge)

    Ravi Mehta, now a product advisor, has built and scaled products used by millions. His past roles include Chief Product Officer at Tinder, Entrepreneur in Residence at Reforge, and senior product leadership positions at Facebook, TripAdvisor, and Xbox. In this episode, Ravi demonstrates his data-driven approach to AI prototyping that produces dramatically better results than traditional "vibe prototyping." He also shares his structured framework for generating professional-quality images in Midjourney that look like they were shot by a professional photographer. What you’ll learn: Why most product managers and designers are “vibe prototyping” with AI and getting mediocre resultsHow to use JSON data models instead of design systems as the foundation for better AI prototypesA simple three-part framework for structuring Midjourney prompts to get professional-quality photosHow to use Claude and Unsplash’s MCP server to generate realistic data and images for your prototypesWhy real data (not Lorem Ipsum) is critical for getting meaningful feedback from stakeholdersThe film stock “cheat code” that instantly elevates your AI-generated photos— Brought to you by: Google Gemini—Your everyday AI assistant Persona—Trusted identity verification for any use case — Where to find Ravi Mehta: Website: https://www.ravi-mehta.com/ Reforge: https://www.reforge.com/profiles/ravi-mehta LinkedIn: https://www.linkedin.com/in/ravimehta/ X: https://x.com/ravi_mehta — 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 Ravi and data-driven prototyping (02:31) The problem with “vibe prototyping” in product development (04:18) Spec-driven prototyping vs. data-driven prototyping (05:27) Demo: Spec-driven approach to prototyping (08:26) Limitations of the basic AI prototype approach (11:24) The data-driven prototyping approach explained (12:08) Demo: Data-driven prototyping (17:45) Creating a prototype with the generated JSON data (23:33) Comparing the quality difference between approaches (26:44) Modifying the prototype (28:53) Benefits of this approach (34:40) Structured Midjourney prompting (36:20) The subject-setting-style framework for better image prompts (44:27) Using camera metadata to refine your results (48:54) Lightning round and final thoughts — Tools referenced: • Claude: https://claude.ai/ • Reforge Build: https://www.reforge.com/build • Midjourney: https://www.midjourney.com/ • Unsplash MCP: https://github.com/okooo5km/unsplash-mcp-server-go?utm_source=chatgpt.com — Other references: • Reforge AI Strategy Course: https://www.reforge.com/courses/ai-strategy — Production and marketing by https://penname.co/. For inquiries about sponsoring the podcast, email jordan@penname.co.

    55 min
  2. The beginner's guide to coding with Cursor | Lee Robinson (Head of AI education)

    SEP 22

    The beginner's guide to coding with Cursor | Lee Robinson (Head of AI education)

    Lee Robinson is the head of AI education at Cursor, where he teaches people how to build software with AI. Previously, he helped build Vercel and Next.js as an early employee. In this episode, he demonstrates how Cursor's AI-powered code editor bridges the gap between beginners and experienced developers through automated error fixing, parallel task execution, and writing assistance. Lee walks through practical examples of using Cursor's agent to improve code quality, manage technical debt, and even enhance your writing by eliminating common AI patterns and clichés. What you'll learn: 1. How to use Cursor's AI agent to automatically detect and fix linting errors without needing to understand complex terminal commands 2. A workflow for running parallel coding tasks by focusing on your main work while the agent handles secondary features in the background 3. Why setting up typed languages, linters, formatters, and tests creates guardrails that help AI tools generate better code 4. How to create custom commands for code reviews that automatically check for security issues, test coverage, and other quality concerns 5. A technique for improving your writing by creating a custom prompt with banned words and phrases that eliminates AI-generated patterns 6. Strategies for managing context in AI conversations to maintain high-quality responses and avoid degradation 7. Why looking at code—even when you don't fully understand it—is one of the best ways to learn programming — Brought to you by: Google Gemini—Your everyday AI assistant Persona—Trusted identity verification for any use case — Where to find Lee Robinson: Twitter/X: https://twitter.com/leeerob Website: https://leerob.com — 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 Lee (02:04) Understanding Cursor's three-panel interface (06:27) The importance of typed languages, linters, and tests (11:28) Demo: Using the agent to automatically fix lint errors (15:17) Running parallel coding tasks with the agent (18:50) Setting up custom rules (23:24) Understanding the different AI models (24:48) Micro-slicing agent chats for better success (27:22) Tips for effective agent usage (29:00) Using AI to improve your writing (35:47) Lightning round and final thoughts — Tools referenced: • Cursor: https://cursor.com/ • ChatGPT: https://chat.openai.com/ • JavaScript: https://developer.mozilla.org/en-US/docs/Web/JavaScript • Python: https://www.python.org/ • TypeScript: https://www.typescriptlang.org/ • Git: https://git-scm.com/ — Other references: • Linting: https://en.wikipedia.org/wiki/Lint_(software) — Production and marketing by https://penname.co/. For inquiries about sponsoring the podcast, email jordan@penname.co.

    45 min
  3. How I built an Apple Watch workout app using Cursor and Xcode (with zero mobile-app experience)

    SEP 15

    How I built an Apple Watch workout app using Cursor and Xcode (with zero mobile-app experience)

    Terry Lin is a product manager and developer who built Cooper’s Corner, an AI-powered fitness tracking app that works across iPhone and Apple Watch. Frustrated with traditional fitness apps that require extensive setup and manual logging, Terry created a solution that lets users simply speak their exercises, weights, and reps. The app automatically structures this data and provides analytics on workout consistency and progress. In this episode, Terry shares his vibe-coding process using Cursor and Xcode and explains how he optimizes his codebase for AI collaboration. What you’ll learn: 1. How Terry built a voice-powered fitness tracker that works across iPhone and Apple Watch 2. His “dual-wielding” workflow, using Cursor for coding and Xcode for building and debugging 3. Terry’s three-step process for working with AI: create, review, and execute 4. Why optimizing your codebase for AI collaboration can dramatically improve productivity 5. How to use index cards and GPT-4 to rapidly prototype mobile interfaces 6. A technique for “vibe refactoring” that keeps code organized and optimized for both human and AI readability 7. His “rubber duck” technique to better understand generated code and improve your learning process — Brought to you by: Paragon—Ship every SaaS integration your customers want Miro—A collaborative visual platform where your best work comes to life — Where to find Terry Lin: LinkedIn: https://www.linkedin.com/in/itsmeterrylin/ GitHub: https://github.com/itsmeterrylin — 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 Terry and his fitness tracker app (02:30) Demo of the voice-powered workout tracking across devices (06:40) Analytics and history views for tracking consistency (07:20) Dual-wielding Cursor and Xcode for mobile development (09:05) Building a v1 using AI tools (11:19) A three-step AI workflow: create, review, execute (19:38) Token conservation and vibe refactoring explained (23:25) Optimizing file sizes for better AI performance (25:28) Using “rubber duck” rules to learn from AI-generated code (28:13) Prototyping with index cards and GPT-4 (31:20) Human creativity and the last 10% (32:29) Lightning round and final thoughts — Tools referenced: • Cursor: https://cursor.sh/ • Xcode: https://developer.apple.com/xcode/ • GPT-4: https://openai.com/gpt-4 • UX Pilot: https://uxpilot.ai/ • Figma: https://www.figma.com/ • Linear: https://linear.app/ — Other references: • Apple UI Kit: https://developer.apple.com/design/human-interface-guidelines/ — Production and marketing by https://penname.co/. For inquiries about sponsoring the podcast, email jordan@penname.co.

    36 min
  4. How Devin replaces your junior engineers with infinite AI interns that never sleep | Scott Wu (Cognition CEO)

    SEP 8

    How Devin replaces your junior engineers with infinite AI interns that never sleep | Scott Wu (Cognition CEO)

    Scott Wu is the co-founder and CEO of Cognition Labs, the creators of Devin, an AI agent designed to function as a junior engineer on software development teams. In this conversation, Scott demonstrates how his team uses their own product to accelerate development workflows, reduce engineering toil, and handle routine tasks asynchronously. Scott walks us through real examples of how Devin integrates into Cognition’s daily operations—from researching and implementing new features to responding to crashes and handling frontend fixes. He explains how Devin differs from traditional AI coding assistants by functioning more like a team member than a tool, allowing engineers to delegate well-scoped tasks while focusing on higher-level problems. What you’ll learn: 1. How to use DeepWiki to research your codebase and generate better prompts for AI engineering tasks 2. A workflow for treating AI agents as asynchronous junior engineers who can handle multiple tasks while you attend meetings 3. Why public channels create better learning environments for both humans and AI when implementing engineering solutions 4. The top five engineering tasks AI excels at: frontend fixes, version upgrades, documentation, incident response, and testing 5. How to implement a “first line of defense” system where AI agents analyze crashes before humans need to intervene 6. A technique for bringing voice AI into meetings as an additional participant to answer questions without disrupting flow — Brought to you by: Google Gemini—Your everyday AI assistant Vanta—Automate compliance. Simplify security. — Where to find Scott Wu: X: https://x.com/ScottWu46 LinkedIn: https://www.linkedin.com/in/scott-wu-8b94ab96/ — 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 Scott Wu and Devin (03:53) Where Devin excels (06:08) Using DeepWiki to research codebases and create better prompts (10:27) Prompting tips (11:24) The asynchronous nature of working with Devin (13:38) Multithreading tasks (14:43) Using Devin to implement an MCP server integration (18:38) Setting up workflows in Slack for first-line responses (23:22) Encouraging AI adoption in public Slack channels (25:50) Top five engineering tasks for Devin (32:17) Using ChatGPT voice as a meeting participant (35:57) Lightning round — Tools referenced: • Devin: https://devin.ai/ • DeepWiki: https://deepwiki.org/ • ChatGPT: https://chat.openai.com/ • Windsurf: https://windsurf.ai/ • Slack: https://slack.com/ • Linear: https://linear.app/ • GitHub: https://github.com/ — Other references: • MCP (model context protocol): https://www.anthropic.com/news/model-context-protocol • TanStack Router: https://tanstack.com/router/ — Production and marketing by https://penname.co/. For inquiries about sponsoring the podcast, email jordan@penname.co.

    41 min
  5. How to turn meeting notes into prototypes that your sales team can immediately demo to customers | Anjan Panneer Selvam (Acolyte Health)

    SEP 1

    How to turn meeting notes into prototypes that your sales team can immediately demo to customers | Anjan Panneer Selvam (Acolyte Health)

    Anjan Panneer Selvam is the Chief Product and Technology Officer at Acolyte Health, where he’s pioneering the use of AI across the entire product development lifecycle. In this episode, he demonstrates how AI tools can dramatically accelerate alignment between stakeholders, reduce development time from months to minutes, and enable teams to validate ideas with customers before committing engineering resources. What you’ll learn: 1. How to transform meeting transcripts into interactive prototypes in under 30 minutes using ChatGPT, Lovable, and other AI tools 2. A step-by-step workflow for creating market analyses and competitive research in minutes instead of days 3. How to build a “living product library” that allows sales and customer success teams to demo prototypes to customers before engineering begins 4. Techniques for using AI to break deadlocks with engineering by demonstrating what’s possible without requiring technical expertise 5. Why AI enables faster stakeholder alignment by converting abstract ideas into tangible, interactive experiences 6. How to use ChatPRD to validate product requirements and ensure you’ve considered all critical aspects before engaging engineering — Brought to you by: Notion—The best AI tools for work: https://www.notion.com/howiai Lovable—Build apps by simply chatting with AI: https://lovable.dev/ — Where to find Anjan Panneer Selvam: LinkedIn: https://www.linkedin.com/in/anjanps/ — 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 Anjan (02:36) How AI changes the relationship between product and engineering (04:08) Workflow for converting stakeholder ideas into prototypes (08:50) Using the Limitless pendant to capture meeting transcripts (12:45) Creating interactive prototypes with Lovable (15:57) Benefits of using prototypes instead of documentation (19:07) Conducting market research with Perplexity (21:45) Creating presentation decks with Gamma (23:08) AI doesn’t replace PMs; it elevates them (25:05) Using ChatPRD to validate product requirements (29:10) Building a living product library for sales and customer success (35:50) Breaking deadlocks with engineering using Rork for mobile prototypes (39:00) Takeaways for building with AI (42:34) Cultural implications of AI in product development (45:20) Strategies for when AI doesn’t give you what you want — Tools referenced: • ChatGPT: https://chat.openai.com/ • Lovable: https://lovable.dev/ • Limitless: https://www.limitless.ai/ • Perplexity: https://www.perplexity.ai/ • Gamma: https://gamma.app/ • ChatPRD: https://www.chatprd.ai/ • Rork: https://rork.com/ • v0: https://v0.dev/ • Magic Patterns: https://www.magicpatterns.com/ — Other references: • React Flow: https://reactflow.dev/ • Figma: https://www.figma.com/ • Acolyte Health: https://acolytehealth.com/ • Meta Ray-Ban glasses: https://www.ray-ban.com/usa/ray-ban-meta-ai-glasses — Production and marketing by https://penname.co/. For inquiries about sponsoring the podcast, email jordan@penname.co.

    49 min
  6. How to digest 36 weekly podcasts without spending 36 hours listening | Tomasz Tunguz (Theory Ventures)

    AUG 25

    How to digest 36 weekly podcasts without spending 36 hours listening | Tomasz Tunguz (Theory Ventures)

    Tomasz Tunguz is the founder of Theory Ventures, which invests in early-stage enterprise AI, data, and blockchain companies. In this episode, Tomasz reveals his custom-built “Parakeet Podcast Processor,” which helps him extract value from 36 podcasts weekly without spending 36 hours listening. He walks through his terminal-based workflow that downloads, transcribes, and summarizes podcast content, extracting key insights, investment theses, and even generating blog post drafts. We explore how AI enables hyper-personalized software experiences that weren’t feasible before recent advances in language models. What you’ll learn: 1. How to build a terminal-based podcast processing system that downloads, transcribes, and extracts key insights from multiple podcasts daily 2. A workflow for using Nvidia’s Parakeet and other AI tools to clean transcripts and generate structured summaries of podcast content 3. How to extract actionable investment theses and company mentions from podcast transcripts using AI prompting techniques 4. A systematic approach to generating blog post drafts with AI that maintains your personal writing style through iterative feedback 5. Why using an “AP English teacher” grading system can help improve AI-generated content through multiple revision cycles 6. How to leverage Claude Code for maintaining and updating personal productivity tools with minimal friction — Brought to you by: Notion—The best AI tools for work Miro—A collaborative visual platform where your best work comes to life — 25k giveaway:  To celebrate 25,000 YouTube followers, we’re doing a giveaway. Win a free year of my favorite AI products, including v0, Replit, Lovable, Bolt, Cursor, and, of course, ChatPRD, by leaving a rating and review on your favorite podcast app and subscribing to the podcast on YouTube. To enter: https://www.howiaipod.com/giveaway — Where to find Tomasz Tunguz: Blog: https://tomtunguz.com/ Theory Ventures: https://theory.ventures/ LinkedIn: https://www.linkedin.com/in/tomasztunguz/ X: https://x.com/ttunguz — In this episode, we cover: (00:00) Introduction to Tomasz Tunguz (03:32) Overview of the podcast ripper system and its components (05:06) Demonstration of the transcript cleaning process (06:59) Extracting quotes, investment theses, and company mentions (10:20) Why Tomasz prefers terminal-based tools (12:38) The benefits of personalized software versus off-the-shelf solutions (15:31) A workflow for generating blog posts from podcast insights (17:34) Using the “AP English teacher” grading system for blog posts (18:25) Challenges with matching personal writing style using AI (22:00) Tomasz’s three-iteration process for improving blog posts (26:13) The grading prompt and evaluation criteria (28:16) AI’s role in writing education (30:28) Final thoughts — Tools referenced: • Whisper (OpenAI): https://openai.com/research/whisper • Parakeet: https://build.nvidia.com/nvidia/parakeet-ctc-0_6b-asr • Ollama: https://ollama.com/ • Gemma 3: https://deepmind.google/models/gemma/gemma-3/ • Claude: https://claude.ai/ • Claude Code: https://claude.ai/code • Gemini: https://gemini.google.com/ • FFmpeg: https://ffmpeg.org/ • DuckDB: https://duckdb.org/ • LanceDB: https://lancedb.com/ — Other references: • 35 years of product design wisdom from Apple, Disney, Pinterest, and beyond | Bob Baxley: https://www.lennysnewsletter.com/p/35-years-of-product-design-wisdom-bob-baxley • Dan Luu’s blog post on latency: https://danluu.com/input-lag/ • GitHub CEO: The AI Coding Gold Rush, Vibe Coding & Cursor: https://www.readtobuild.com/p/github-ceo-the-ai-coding-gold-rush • Stanford Named Entity Recognition library: https://nlp.stanford.edu/software/CRF-NER.html — Production and marketing by https://penname.co/. For inquiries about sponsoring the podcast, email jordan@penname.co.

    35 min
  7. Using Veo 3 to create AI-generated music videos, like a Tiny Desk Concert with Notorious B.I.G. and Kurt Cobain

    AUG 18

    Using Veo 3 to create AI-generated music videos, like a Tiny Desk Concert with Notorious B.I.G. and Kurt Cobain

    Anish Acharya is an entrepreneur and general partner at Andreessen Horowitz, focusing on consumer investing and AI-native products. In this episode, he demonstrates how AI can be used for creative and personal projects beyond typical work applications. He walks through creating an AI-generated Tiny Desk Concert for Notorious B.I.G. and Kurt Cobain, building a book cataloging app using video analysis, and using browser automation for personal finance insights. Anish shares how these technologies allow anyone to bring creative ideas to life with minimal technical expertise, transforming what would have been impossible projects just a few years ago into accessible weekend activities. What you’ll learn: 1. A step-by-step workflow for creating AI-generated music videos featuring artists like Kurt Cobain and Notorious B.I.G. 2. How to extract vocals from existing tracks to create unique audio combinations for your AI-generated videos 3. A simple method for cataloging your book or record collection using video analysis and Gemini Flash 4. How to use Comet to analyze personal finances and get investment recommendations without manual data analysis 5. Ways AI is transforming childhood learning and play by enabling interactive storytelling and creative exploration — Brought to you by: Notion—The best AI tools for work Lenny’s List on Maven—Hands-on AI education curated by Lenny and Claire — Where to find Anish Acharya: • Andreessen Horowitz: https://a16z.com/author/anish-acharya/ • LinkedIn: https://www.linkedin.com/in/anishacharya/ • X: https://x.com/illscience — 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 Anish Acharya (⁠03:05⁠) How AI transforms creative constraints in music and video (⁠06:00⁠) Creating an AI-generated Notorious B.I.G. Tiny Desk Concert (⁠07:36⁠) Using GPT-4o to generate still images (⁠09:27⁠) Using Hedra to animate still frame images (⁠10:40⁠) Adding custom audio to video (⁠11:30⁠) Using Adobe Audition to clip and sync audio (⁠15:42⁠) How to use Demucs to extract vocals from any song (⁠16:36⁠) Using Hedra to generate a Tiny Desk Concert featuring Kurt Cobain (⁠19:40⁠) Creating a ’90s-style Nirvana music video with Veo 3 (⁠27:40⁠) Building a book collection cataloging tool with Gemini Flash (⁠35:35⁠) Using the Comet browser for personal finance analysis (⁠37:20⁠) How AI is transforming childhood learning and play (⁠41:23⁠) Tips for getting better results from AI tools — Tools referenced: • GPT-4o: https://openai.com/index/hello-gpt-4o/ • Hedra: https://www.hedra.com/ • Adobe Audition: https://www.adobe.com/products/audition.html • Demucs: https://github.com/facebookresearch/demucs • Perplexity: https://www.perplexity.ai/ • Veo 3: https://deepmind.google/models/veo/ • Kapwing: https://www.kapwing.com/ • Cursor: https://cursor.com/ • Google AI Studio: https://makersuite.google.com/ • Gemini Flash: https://ai.google.dev/gemini-api • Comet: https://www.perplexity.ai/comet — Other references: • Anish’s Notorious B.I.G. AI-generated Tiny Desk Concert: https://x.com/illscience/status/1935721063876550939 • NPR Tiny Desk Concerts: https://www.npr.org/series/tiny-desk-concerts/ • Notorious B.I.G.: https://en.wikipedia.org/wiki/The_Notorious_B.I.G. • Kurt Cobain: https://www.kurtcobain.com/ • Robinhood: https://robinhood.com — Production and marketing by https://penname.co/. For inquiries about sponsoring the podcast, email jordan@penname.co.

    43 min
  8. How Amplitude built an internal AI tool that the whole company’s obsessed with (and how you can too) | Wade Chambers

    AUG 11

    How Amplitude built an internal AI tool that the whole company’s obsessed with (and how you can too) | Wade Chambers

    Wade Chambers, Chief Engineering Officer at Amplitude, shares how his team built Moda—an internal AI tool that gives employees access to enterprise data across multiple systems, enabling faster product development and decision-making while fostering cross-functional collaboration. What you’ll learn: 1. How Amplitude built a powerful internal AI tool in just 3 to 4 weeks of engineers’ spare time 2. A social engineering approach that made their AI tool go viral company-wide in just one week 3. How product managers use AI to analyze customer feedback across multiple data sources and identify key themes 4. A streamlined workflow that compresses research, PRD creation, and prototyping into a single meeting 5. Why role-swapping exercises with AI tools build empathy and cross-functional fluency across product, design, and engineering teams 6. How AI tools are helping engineering teams tackle persistent tech debt challenges more effectively — Brought to you by: CodeRabbit—Cut code review time and bugs in half. Instantly. Vanta—Automate compliance and simplify security — 25k giveaway:  To celebrate 25,000 YouTube followers, we’re doing a giveaway. Win a free year of my favorite AI products, including v0, Replit, Lovable, Bolt, Cursor, and, of course, ChatPRD, by leaving a rating and review on your favorite podcast app and subscribing to the podcast on YouTube. To enter: https://www.howiaipod.com/giveaway. — Where to find Wade Chambers: LinkedIn: https://www.linkedin.com/in/wadechambers/ Amplitude: https://amplitude.com/blog/meet-the-team-wade-chambers — 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 Wade Chambers (02:53) The build vs. buy decision for internal AI tools (04:55) What Moda is and how it works (07:19) The social engineering approach to adoption (09:17) Demo of Moda in Slack (10:58) Data sources Moda has access to (12:43) Analyzing customer feedback themes with Moda (17:41) Behind the scenes: how Moda works technically (23:24) Creating a PRD from a single customer insight (27:30) How teams actually use AI-generated PRDs (29:09) Impact on product development velocity (32:37) Engineers, designers, and PMs swapping roles (34:38) Recap of creating Moda (36:00) Lightning round and final thoughts — Tools referenced: • Glean: https://www.glean.com/ • ChatGPT: https://chat.openai.com/ • Cursor: https://cursor.com/ • Bolt: https://bolt.new/ • Figma: https://www.figma.com/ • Lovable: https://lovable.dev/ • v0: https://v0.dev/ — Other references: • Amplitude: https://amplitude.com/ • Slack: https://slack.com/ • Confluence: https://www.atlassian.com/software/confluence • Jira: https://www.atlassian.com/software/jira • Salesforce: https://www.salesforce.com/ • Zendesk: https://www.zendesk.com/ • Google Drive: https://drive.google.com/ • Productboard: https://www.productboard.com/ • Zoom: https://zoom.us/ • Asana: https://asana.com/ • Dropbox: https://www.dropbox.com/ • GitHub: https://github.com/ • HubSpot: https://www.hubspot.com/ • Abnormal Security: https://abnormalsecurity.com/ — Production and marketing by https://penname.co/. For inquiries about sponsoring the podcast, email jordan@penname.co.

    40 min
4.8
out of 5
137 Ratings

About

How I AI, hosted by Claire Vo, is for anyone wondering how to actually use these magical new tools to improve the quality and efficiency of their work. In each episode, guests will share a specific, practical, and impactful way they’ve learned to use AI in their work or life. Expect 30-minute episodes, live screen sharing, and tips/tricks/workflows you can copy immediately. If you want to demystify AI and learn the skills you need to thrive in this new world, this podcast is for you.

You Might Also Like