2026-05-12 00:02:49
Brought to you by:
WorkOS—Make your app enterprise-ready today
ThoughtSpot—Build AI-powered analytics into your product
John Kim is the co-founder and CEO of Sendbird. In this episode, John shares how his marketing team built a live swag store with Stripe integration without engineering support, why he tracks every token spent across the org, how he identifies “AI Gods” inside the company, and why the future of work belongs to people with curiosity, agency, and energy, not just years of experience.
The most successful AI transformations treat internal tooling as a product, not a program. John built the “Automators” platform—a gamified internal marketplace where anyone can create a “quest” (a request for automation or tooling), and engineers or AI agents can pick it up and build it. Each quest shows the risk level, weeks saved, and who benefits. People earn experience points for completing quests, which they can exchange for gift cards, tea with executives, or the chance to present their work to the entire company at Wednesday standups. This isn’t a top-down mandate but a product that makes AI adoption fun, measurable, and rewarding.
When you give creative teams builder capabilities, they’ll create things that would never make it onto a traditional product roadmap. John’s marketing team built a fully functional e-commerce swag store with Stripe integration, custom designs, and even a Konami Code Easter egg that unlocks secret conference details. In the old world, this would have required two sprints of engineering time and probably would have been deprioritized. Now it shipped in days, delights customers, and generates actual revenue.
The biggest unlock for non-technical builders is creating secure, compliant templates they can build on top of. John’s team created app templates where authentication, environment setup, databases, and security are pre-configured and vetted by InfoSec. Marketers, salespeople, and CSMs just extract the template and build their idea on top. This removes the biggest barrier to non-engineers shipping to production: the fear of doing something wrong or insecure.
Measure token usage without shame, and create tiers that make it aspirational. John created five tiers: Beginner (under 1M tokens/day), Intermediate, Expert, Architect, Catalyst, and AI God (over 100M tokens/day). Every manager can see where their team members are and tailor enablement accordingly. This isn’t about performance reviews; it’s about bringing people along the journey and making AI fluency visible and celebrated.
The goal isn’t just to use AI during work hours but, rather, to smooth the curve so AI works around the clock. John monitors token usage over time and looks for smoothness in the curve. Dips mean people are on weekends or vacation and AI isn’t working. When the curve smooths out, it means AI partners are working 24/7. This is a fundamentally different vision: not just augmenting human work, but having AI fill the gaps when humans aren’t available.
Build a cross-functional AI task force that meets weekly to unblock challenges. John created a role called AI Engineer for Internal Operations that reports directly to him and the chief of staff. This person works cross-functionally with the CTO, engineering, and InfoSec to vet tools, set up compliant tech stacks, and remove barriers. They meet weekly as a task force to discuss what’s blocking people and how to enable faster iteration.
The most important hiring criteria for AI-first companies are curiosity, agency, and energy—not tenure or experience. John rewrote job descriptions to optimize for people who are curious, willing to go deep, and figure things out on their own. He lowered the bar on years of experience and raised the bar on learning ability. In a world where you can build a custom learning center for any topic in 20 minutes, the constraint isn’t access to knowledge; it’s the drive to learn.
Start with your champions, not your skeptics. John’s advice to CEOs struggling with AI adoption: find the people in your organization who are already curious and have agency. Make them the champions. Give them the spotlight. Let them share their work at all-hands meetings. Build energy around their stories. Innovation doesn’t start from theoretical structures—it starts with people who have energy and a story to tell. Once others see what’s possible, adoption spreads organically.
Leadership has to model the behavior, not just mandate it. The top token consumers at Delight.ai are the executives. When leaders show up with new capabilities and ship things faster, it signals to the team that this is real and important. John also does one-on-ones with people who aren’t using tokens: “We noticed you haven’t been spending any tokens. Can we help you? What’s stopping you?” This combination of top-down modeling and bottom-up support is what drives transformation.
How I AI: John Kim’s Playbook for AI Transformation with Quests, Skills, and ‘AI Gods’: https://www.chatprd.ai/how-i-ai/john-kims-playbook-for-ai-transformation
↳ How to Create an Internal AI Marketplace to Crowdsource Automations: https://www.chatprd.ai/how-i-ai/workflows/how-to-create-an-internal-ai-marketplace-to-crowdsource-automations
↳ How to Build a Personal AI-Generated Learning Center on Any Topic: https://www.chatprd.ai/how-i-ai/workflows/how-to-build-a-personal-ai-generated-learning-center-on-any-topic
↳ How to Automate Personal Knowledge Management with an AI ‘Gardener’: https://www.chatprd.ai/how-i-ai/workflows/how-to-automate-personal-knowledge-management-with-an-ai-gardener
Listen now on YouTube • Spotify • Apple Podcasts
Brought to you by:
Ryan Nystrom is a software engineer and engineering manager at Notion, where he works on Notion AI, Custom Agents, and internal systems that help engineers move faster with less busywork. He joined Notion after the company acquired Campsite, the team communication platform he co-founded. In this episode, Ryan shares how his team automates standup prep, ships PRs from a single Notion comment, uses specs as the new source of truth, and why fast CI is becoming essential for AI coding agents. He explains why engineering managers should still write code, how AI is changing meetings, and why great developer experience matters more than ever.
Never prep for standups again by auto-generating meeting notes from all your workstreams. Ryan’s Notion AI agent pulls from Slack conversations, closed tasks, merged PRs, telemetry metrics, and yesterday’s meeting transcript to create a comprehensive pre-read every morning at 9 a.m. This transforms standups from rote status updates into high-bandwidth problem-solving sessions where the team spends 100% of their time on decisions, blockers, and next steps instead of “I did this thing yesterday.”
Fast CI is the mathematical limit on your AI coding velocity. If your CI takes an hour to run, your agents sit idle for an hour waiting for test results. If it takes three minutes, you can run 20x more iterations in the same time frame. Ryan’s team is aggressively cutting Notion’s CI to 25% of current time specifically to unlock agent productivity—because agents don’t get tired, don’t sleep, and can work in parallel across VMs if your infrastructure supports it.
Background agents that ship PRs from Slack mentions eliminate context switching. Ryan’s “Boxy” system lets him @mention Codex from a Notion task, and 20 minutes later he gets back a PR with implementation, screenshots of UI verification, and a preview URL. This morning a friend texted him a feature request; Ryan wrote four sentences and dropped a screenshot in a Notion task, mentioned Codex, and had a shipped PR before lunch. No IDE, no local environment, no context switch.
Specs as source of truth beats code as source of truth for AI-powered development. Notion engineers now maintain Markdown spec files in their repo that describe features in plain English with code pointers and verification steps. When they need to update a feature, they update the spec and point Codex at it—the agent implements everything, runs verification, and ships. The spec’s version history becomes the changelog, and non-technical stakeholders can actually read it.
“Yap your spec” is a legitimate development workflow now. Ryan opens Whisper, talks through how a feature should work, gives that transcript to Codex with examples of other specs, and gets back a comprehensive technical document. This is faster than writing and more thorough than typing because you naturally explain edge cases and context when speaking that you’d skip when writing bullet points.
Make AI defend its technical decisions. When Codex suggests a change Ryan doesn’t understand, he doesn’t ask, “Are you sure?” He says, “You’re wrong; defend your argument with evidence.” This forces the model to provide cited reasoning instead of just agreeing with whatever the human says. This is especially critical when working on infrastructure you don’t fully understand—you need the AI to teach you, not just comply.
The era of the hard skill means engineering leaders should write code again. Ryan manages six people and writes code daily. He works until the minute standup starts without prep because AI handles meeting notes. He ships features from his phone on the subway. The AI tools have eliminated so much meeting prep and information synthesis work that managers can be hands-on again—and in Ryan’s opinion, line managers should be writing code, fixing bugs, and staying close to the work.
Changing your tools constantly is energizing, not exhausting, when you’re learning. Ryan changed IDEs, terminals, and workflows more than 10 times in the past year. Instead of feeling chaotic, it feels fresh and joyful. He’s working faster and harder than ever, but in a good way—because he’s experimenting, learning, and building instead of maintaining the same workflow he’s used for over 12 years. The pace of change is the point.
Good developer experience for humans creates good developer experience for agents. Ryan’s team built comprehensive CLI tools, clear documentation, and fast CI long before AI agents. Now those same investments make agents more successful—they can verify their own work, follow blessed paths, and iterate quickly. This creates a virtuous cycle: DX investments help agents, and agent infrastructure (like cloud dev environments) helps humans too.
How I AI: Ryan Nystrom’s 3 Notion Workflows for Engineering Velocity: https://www.chatprd.ai/how-i-ai/ryan-nystrom-notion-workflows-for-engineering-velocity
↳ Implement Features Using Spec-First Development and an AI Coding Agent: https://www.chatprd.ai/how-i-ai/workflows/implement-features-using-spec-first-development-and-an-ai-coding-agent
↳ From Notion Task to GitHub Pull Request in 20 Minutes with a Coding Agent: https://www.chatprd.ai/how-i-ai/workflows/from-notion-task-to-github-pull-request-in-20-minutes-with-a-coding-agent
↳ Automate Daily Standup Preparation with a Custom Notion AI Agent: https://www.chatprd.ai/how-i-ai/workflows/automate-daily-standup-preparation-with-a-custom-notion-ai-agent
Claire breaks down the biggest announcements from Anthropic’s “Code with Claude” event and what they actually mean for builders shipping AI products today.
Listen now on YouTube • Spotify • Apple Podcasts
If you’re enjoying these episodes, reply and let me know what you’d love to learn more about: AI workflows, hiring, growth, product strategy—anything.
Catch you next week,
Lenny
P.S. Want every new episode delivered the moment it drops? Hit “Follow” on your favorite podcast app.
2026-05-11 20:03:12
Ryan Nystrom is a software engineer at Notion. He joined in December 2024 after Notion acquired Campsite, the team communication platform he co-founded with Brian Lovin. At Notion, he’s been a core builder of Notion AI and the Custom Agents feature launched in February 2026. He manages a team of six to seven engineers while still writing code himself, currently running Project Afterburner, a push to cut Notion’s CI time to a quarter of its current duration.
How to build a Notion AI custom agent that auto-generates your daily standup pre-read by pulling from Slack, GitHub, Honeycomb metrics, and yesterday’s meeting transcript
How to configure subagents and MCP integrations within Notion AI
How Notion’s internal “Boxy” system lets engineers @mention Codex from within Notion comments and get a full pull request with screenshots in 20 minutes
The spec-first development workflow: dictate an idea into Whisper, have Codex format it as a proper spec, commit it to the repo, and let the agent implement and verify it autonomously
Why fast CI is absolutely critical in the age of AI coding agents
How to prompt AI coding agents to defend their reasoning under pushback
Why engineering managers and even senior executives should keep writing code
WorkOS—Make your app enterprise-ready today
Orkes—The enterprise platform for reliable applications and agentic workflows
(00:00) Introduction to Ryan Nystrom
(02:48) How AI has upended 12+ years of the same working routine
(04:30) Project Afterburner: Notion’s push to cut CI time to a quarter
(09:00) Why high-frequency, high-quality meetings beat lower-frequency standups
(11:10) How automated context surfaces every engineer’s work equally
(12:15) Why cutting meeting prep is a burnout protection mechanism
(14:26) The case for engineering managers writing code
(16:13) Inside “Boxy”: Notion’s internal VM-based background agent system
(20:30) Old World vs. New World code review
(24:51) Prompting Codex from Notion comments
(29:20) The emotions around code review
(31:01) Quick recap
(32:00) Spec-first development: writing and checking agent specs into the repo
(35:10) The spec as changelog: version control for how a feature actually works
(37:53) How engineers’ roles are evolving
(39:00) Lightning round
(45:21) Where to find Ryan
• Notion AI: https://www.notion.com/product/ai
• Notion Custom Agents: https://www.notion.com/blog/introducing-custom-agents
• Codex (OpenAI): https://openai.com/codex
• Claude Code (Anthropic): https://claude.ai/code
• Honeycomb (observability + MCP): https://www.honeycomb.io
• Whisper (OpenAI voice transcription): https://openai.com/research/whisper
• Slack: https://slack.com
• GitHub: https://github.com
• How Stripe built “minions”—AI coding agents that ship 1,300 PRs weekly from Slack reactions | Steve Kaliski (Stripe): https://www.chatprd.ai/how-i-ai/stripes-ai-minions-ship-1300-prs-weekly-from-a-slack-emoji
• Notion 3.3 Custom Agents launch (February 24, 2026): https://www.notion.com/releases/2026-02-24
LinkedIn: https://www.linkedin.com/in/ryannystrom/
GitHub: https://github.com/rnystrom
ChatPRD: https://www.chatprd.ai/
Website: https://clairevo.com/
LinkedIn: https://www.linkedin.com/in/clairevo/
Production and marketing by https://penname.co/. For inquiries about sponsoring the podcast, email [email protected].
2026-05-10 20:03:32
Eric Ries is the author of The Lean Startup, a book that reshaped how a generation of founders think about building companies. His new book, Incorruptible, explains how successful companies are destroyed by failing to protect what makes them valuable, and how to change it.
Why 80% of venture-backed founders are ousted within three years of going public
The governance structures that protect companies like Anthropic, Costco, and Novo Nordisk
The simple legal filing that takes two pages and could save your company
Financial gravity: why successful companies predictably get corrupted into mediocrity
Why mission-aligned companies like Anthropic reap major benefits from protecting their mission through governance
Why success won’t protect you—it instead makes you a bigger target
WorkOS—Make your app enterprise-ready, with SSO, SCIM, RBAC, and more
Vanta—Automate compliance, manage risk, and accelerate trust with AI
• LinkedIn: https://www.linkedin.com/in/eries
• Website: https://www.incorruptible.co
• Newsletter: https://news.theleanstartup.com/
• Podcast: https://ericriesshow.com
• YouTube: https://www.youtube.com/@theericriesshow
• Reflections on a movement | Eric Ries (creator of the Lean Startup methodology): https://www.lennysnewsletter.com/p/reflections-on-a-movement-eric-ries
• How Anthropic’s product team moves faster than anyone else | Cat Wu (Head of Product, Claude Code): https://www.lennysnewsletter.com/p/how-anthropics-product-team-moves
• Quibi: https://en.wikipedia.org/wiki/Quibi
• Vital Farms: https://vitalfarms.com
• BlackRock: https://www.blackrock.com
• Costco: https://www.costco.com
• Cloudflare: https://www.cloudflare.com
• “The best time to plant a tree” quote: https://quoteinvestigator.com/2021/12/29/plant-tree
• Whole Foods: http://wholefoodsmarket.com
• Marie Krogh: https://en.wikipedia.org/wiki/Marie_Krogh
• August Krogh: https://en.wikipedia.org/wiki/August_Krogh
• Martin Shkreli: https://en.wikipedia.org/wiki/Martin_Shkreli
• Novo Nordisk: https://www.novonordisk.com
• Zeiss: https://www.zeiss.com
• Philip Morris: https://www.philipmorrisusa.com
• Vectura: https://en.wikipedia.org/wiki/Vectura
• Matthew Prince on X: https://x.com/eastdakota
• “AI Will Break the Internet”—Cloudflare CEO’s Big Prediction: https://www.ericriesshow.com/matthew-prince-ai
• Andrew Mason on LinkedIn: https://www.linkedin.com/in/andrewmason
• Groupon: https://www.groupon.com
• Steve Jobs: https://en.wikipedia.org/wiki/Steve_Jobs
• Yvon Chouinard: https://en.wikipedia.org/wiki/Yvon_Chouinard
• Patagonia: https://www.patagonia.com
• Unilever: https://en.wikipedia.org/wiki/Unilever
• Johnson & Johnson: https://www.jnj.com
• Peter Drucker: https://en.wikipedia.org/wiki/Peter_Drucker
• How the Former U.S. CTO Built a $3B Healthcare Company Powered by Love | Todd Park: https://www.ericriesshow.com/how-the-former-us-cto-built-a-3b-healthcare-company-powered-by-love-todd-park
• Devoted Health: https://www.devoted.com
• Don’t be evil: https://en.wikipedia.org/wiki/Don%27t_be_evil
• Silicon Valley on HBO Max: https://www.hbomax.com/shows/silicon-valley/b4583939-e39f-4b5c-822d-5b6cc186172d
• Adam Smith: https://en.wikipedia.org/wiki/Adam_Smith
• Understanding public benefit corporations: Profit with a purpose: https://www.britannica.com/money/what-is-a-public-benefit-corporation
• B Corp: https://www.bcorporation.net
• Anthropic: https://www.anthropic.com
• Clayton Christensen: https://en.wikipedia.org/wiki/Clayton_Christensen
• Howard Schultz on LinkedIn: https://www.linkedin.com/in/howardschultz
• HEB: https://www.heb.com
• Mary Parker Follett: https://en.wikipedia.org/wiki/Mary_Parker_Follett
• Elon Musk on X: https://x.com/elonmusk
• Sam Altman on X: https://x.com/sama
• Dario Amodei on X: https://x.com/DarioAmodei
• Daniela Amodei on LinkedIn: https://www.linkedin.com/in/daniela-amodei-790bb22a
• Kobayashi Maru: https://en.wikipedia.org/wiki/Kobayashi_Maru
• Mark Zuckerberg: https://en.wikipedia.org/wiki/Mark_Zuckerberg
• Larry Page: https://en.wikipedia.org/wiki/Larry_Page
• Sergey Brin: https://en.wikipedia.org/wiki/Sergey_Brin
• Rome Conference on AI, Ethics, and Governance: https://romeai.wsgrevents.com
• OpenAI: https://openai.com
• Cohere: https://www.coherehealth.com
• Palantir: https://www.palantir.com
• John Lewis & Partners: https://www.johnlewis.com/
• Mondragon: https://mondragon-corporation.com
• Alibaba: https://www.alibaba.com
• What is Evergreen?: https://www.tugboatinstitute.com/what-is-evergreen
• Berkshire Hathaway: https://www.berkshirehathaway.com
• Conway’s law: https://en.wikipedia.org/wiki/Conway%27s_law
• Ants vs. humans: Solving the piano-mover puzzle: https://arstechnica.com/science/2025/01/ants-vs-humans-solving-the-piano-mover-puzzle
• Frederick Winslow Taylor: https://en.wikipedia.org/wiki/Frederick_Winslow_Taylor
• The Principles of Scientific Management (1911): https://en.wikipedia.org/wiki/The_Principles_of_Scientific_Management
• Rowntree’s: https://en.wikipedia.org/wiki/Rowntree%27s
• The Lean Startup: How Today’s Entrepreneurs Use Continuous Innovation to Create Radically Successful Businesses: https://www.amazon.com/Lean-Startup-Entrepreneurs-Continuous-Innovation/dp/0307887898
• Incorruptible: Why Good Companies Go Bad... and How Great Companies Stay Great: https://www.amazon.com/Incorruptible-Good-Companies-Great-Stay/dp/B0FWZZBPZB
Production and marketing by https://penname.co/. For inquiries about sponsoring the podcast, email [email protected].
Lenny may be an investor in the companies discussed.
2026-05-10 02:18:35
👋 Hello and welcome to this week’s edition of ✨ Community Wisdom ✨ a subscriber-only email, delivered every Saturday, highlighting the most helpful conversations in our members-only Slack community.
2026-05-07 09:39:47
Claire breaks down the biggest announcements from Anthropic’s “Code with Claude” event and what they actually mean for builders shipping AI products today. From scheduled AI routines to outcome-based agents, multi-agent orchestration, and new memory systems, Claire walks through the features she’s most excited to use immediately—and how they could reshape the future of agentic software.
Listen or watch on YouTube, Spotify, or Apple Podcasts
How Claude Code routines let you automate recurring workflows on schedules or webhooks
What “Outcomes” are and how rubric-based agent grading works
How multi-agent orchestration enables specialized AI teams with different roles and tools
Why Anthropic’s new “Dreams” memory system matters for long-term agent behavior
Why increased Claude Code usage limits are a bigger deal than they sound
How Claire thinks about building practical agentic products today
• Code with Claude: https://claude.com/code-with-claude
• Claude Code Routines Docs: https://code.claude.com/docs/en/routines
• Define Outcomes Docs: https://platform.claude.com/docs/en/managed-agents/define-outcomes
• Dreams Docs: https://platform.claude.com/docs/en/managed-agents/dreams
• Multi-Agent Docs: https://platform.claude.com/docs/en/managed-agents/multi-agent
• Managed Agent Webhooks Docs: https://platform.claude.com/docs/en/managed-agents/webhooks#supported-event-types
• Codex (OpenAI): https://openai.com/codex
• GitHub: https://github.com
ChatPRD: https://www.chatprd.ai/
Website: https://clairevo.com/
LinkedIn: https://www.linkedin.com/in/clairevo/
Production and marketing by https://penname.co/. For inquiries about sponsoring the podcast, email [email protected].
2026-05-06 20:03:39
John Kim is the co-founder and CEO of Delight.ai, a customer experience platform that’s transforming how companies deploy AI. But what makes John’s story fascinating isn’t just his product; it’s how he’s turned his entire company into an AI-native organization. His marketing team built a fully functional e-commerce swag store with Stripe integration in days. His sales team built their own CRM tools. His recruiting team automated their entire workflow. And it’s all tracked, measured, and celebrated through an internal platform called Automators.
Listen or watch on YouTube, Spotify, or Apple Podcasts
How Sendbird’s marketing team built a fully functional swag store with Stripe integration in a day (with no engineering support)
How the Automators platform works—an internal marketplace where anyone can request AI tools and engineers (or AI agents) can build them
How to create secure, compliant templates so non-technical teams can ship to production safely
How Sendbird built a token usage dashboard with five tiers (beginner through AI God) and why tracking the smoothness of the curve matters more than the total
Why visible leadership usage is the most powerful adoption signal
Why Sendbird rewrote job descriptions to prioritize curiosity, agency, and energy over years of experience
How John uses AI for his own learning
WorkOS—Make your app enterprise-ready today
ThoughtSpot—Build AI-powered analytics into your product
(00:00) Introduction to John Kim
(02:45) The Delight.ai swag store built by marketing in two days
(05:51) The before times: when fun had to earn its place on the roadmap
(07:55) Demo: The Automators platform and quest system
(13:47) The AI Engineer for Internal Operations role
(16:06) Demo: The company-wide skills marketplace
(17:19) Treating AI adoption as a product
(18:43) Real wins: team-level and campaign examples
(21:51) Why SaaS isn’t dead—it’s being rebuilt internally
(23:46) Demo: The token tracking dashboard
(26:32) Measuring without fear: setting expectations, not punishments
(28:54) Quick recap
(30:51) Personal AI use cases: endless knowledge at your fingertips
(36:15) Lightning round and final thoughts
• Claude Code: https://claude.ai/code
• Codex (OpenAI): https://openai.com/codex
• Obsidian: https://obsidian.md
• GitHub: https://github.com
• Stripe: https://stripe.com
• Jason Levin (CEO of Memelord) on How I AI: https://www.lennysnewsletter.com/p/from-a-690-newsletter-to-3m-api-how
• Konami Code: https://en.wikipedia.org/wiki/Konami_Code
• Andrew Huberman’s podcast: https://hubermanlab.com/
• Y Combinator: https://www.ycombinator.com/
Instagram: https://instagram.com/dosh
LinkedIn: https://www.linkedin.com/in/doshkim/
Company: https://delight.ai
Delight.ai Spark Conference (May 7, SF): https://delight.ai/spark
ChatPRD: https://www.chatprd.ai/
Website: https://clairevo.com/
LinkedIn: https://www.linkedin.com/in/clairevo/
Production and marketing by https://penname.co/. For inquiries about sponsoring the podcast, email [email protected].