Best Podcast Episodes About Claude Code
Everything podcasters are saying about Claude Code — curated from top podcasts
Updated: Apr 13, 2026 – 78 episodes
Listen to the Playlist
Ridealong has curated the best and most interesting podcasts and clips about Claude Code.
Top Podcast Clips About Claude Code
“… At the heart of this was, of course, the Pentagon's battle with Anthropic. The situation ratcheted up very quickly. Reports came out that Claude had been used during the raid against President Nicolas Maduro of Venezuela, seemingly getting a bunch of people at Anthropic angry for the US government violating their terms. That led to some tense conversations, where Anthropic wanted the Pentagon to commit to not using Claude for autonomous weaponry or for citizen surveillance, whereas the Pentagon wanted Anthropic to agree to terms that said they could use Claude for all lawful use. Over …”
“… the corner here, one of the most important things that happened last quarter that was different than where AI was in the past, but I think represents AI's future, is that the politics surrounding AI have gotten much more pronounced and much more significant. At the heart of this was, of course, the Pentagon's battle with Anthropic. The situation ratcheted up very quickly. Reports came out that Claude had been used during the raid against President Nicolas Maduro of Venezuela, seemingly getting a bunch of people at Anthropic angry for the US government violating their terms. That led to some tense conversations, where Anthropic wanted the Pentagon to commit to not using Claude for autonomous weaponry or for citizen surveillance, whereas the Pentagon wanted Anthropic to agree to terms that said they could use Claude for all lawful use. Over the course of just a couple of days, this got aggressively louder, with Defense Secretary Pete Hegseth issuing ultimatums and deadlines and threatening not only to not work with Anthropic, but to designate them as a supply chain risk, which hadn't been done to a U.S. company before. Anthropic did not comply. They were designated a supply chain risk. …”
View more
Ridealong summary
OpenClaw's rapid evolution and integration into Anthropic's Claude AI highlights a convergence in AI strategies, with Anthropic expanding outward and OpenAI consolidating inward.
OpenAI and Anthropic are converging towards similar core strategies despite their different starting points, highlighting a shift in AI development focus.
OpenAI's strategic consolidation and recruitment of OpenClaw's talent reflect a competitive edge, but the industry's rapid evolution raises concerns about AI's overwhelming impact on markets.
AI's rapid growth is tempered by significant challenges in data quality and regulatory hurdles, highlighting a complex landscape of both opportunity and constraint.
The AI industry's rapid evolution is marked by both unprecedented innovation and significant market disruptions, as seen with OpenClaw's rise and the SaaSpocalypse affecting software companies.
The AI industry's rapid growth is marked by intense competition and strategic shifts, with companies like OpenAI and Anthropic converging on similar goals despite different starting points.
“… of the internet are these open source software projects. What is happening now, according to Anthropic, is that they can basically use this model, Claude Mythos Preview, to sort of proactively go out and find all of the unfound bugs, they call these zero-day exploits, with a sort of speed and efficiency that no human security research team could do. Yeah. And, you know, I would say that it can be difficult to talk about cybersecurity in a way that resonates people for a couple of reasons. One is just that cybersecurity as a field exists essentially almost entirely to alarm people and say, here …”
“… thing and plug it into their thing Because that compatible with everything else saves you a lot of time and trouble It already been security tested by decades sometimes of researchers And this is sort of a big piece of kind of the foundation layer of the internet are these open source software projects. What is happening now, according to Anthropic, is that they can basically use this model, Claude Mythos Preview, to sort of proactively go out and find all of the unfound bugs, they call these zero-day exploits, with a sort of speed and efficiency that no human security research team could do. Yeah. And, you know, I would say that it can be difficult to talk about cybersecurity in a way that resonates people for a couple of reasons. One is just that cybersecurity as a field exists essentially almost entirely to alarm people and say, here are a bunch of problems and these are really scary. You know, I hope that folks in the cybersecurity field would not mind me saying, Like it is just like kind of an alarmist profession. And that when I've talked to these people over the past 15 years, they've been telling me like, look, the entire Internet is held together with spit and glue. And …”
View more
Ridealong summary
Anthropic's decision to withhold Mythos AI from the public and focus on cybersecurity with Glasswing is a proactive step to enhance internet security by collaborating with major tech companies.
Anthropic's Mythos AI model is both a groundbreaking tool for cybersecurity and a potential risk due to its ability to uncover vulnerabilities that have eluded experts for decades.
“I really heavily tested it. So what we have, a hook is basically some sort of like thing that you can have happen around the whole Cloud Code workflow. So it can be when you send a message it can be when a message comes back it can be before compaction it can be after compaction So if you just think about like all of the things that Cloud Code can do like just the whole lifecycle of like everything that possible within what like runs a tool, runs a web search, all of that. You can add a hook before or after. And that basically says, okay, this type of thing has to happen. An example …”
“I really heavily tested it. So what we have, a hook is basically some sort of like thing that you can have happen around the whole Cloud Code workflow. So it can be when you send a message it can be when a message comes back it can be before compaction it can be after compaction So if you just think about like all of the things that Cloud Code can do like just the whole lifecycle of like everything that possible within what like runs a tool, runs a web search, all of that. You can add a hook before or after. And that basically says, okay, this type of thing has to happen. An example would be maybe every time a new dot, a new markdown file is created, it has to have, you know, some formatting at the top, for example. So here, what we're going to do is we're going to use a hook that, okay. So we're going to use a hook. It's a user prompt submit hook. So basically every time I run a message, then that's when this hook will fire. …”
View more
Ridealong summary
Many product managers struggle to trust AI outputs, especially in data analysis. By integrating Jupyter Notebooks into Cloud Code, users can gain visibility into the queries and results, enhancing trust in the data presented. This approach allows analysts to visualize data processes directly within their tools, bridging the gap between AI and reliable outputs.
“… And basically what's going on here is you remember I had that list of reminders that I was capturing from my home screen or my lock screen. Claude is in the background taking those reminders and putting them into a doc where it's organizing them based on category, basically. And this is just a markdown file. So it's just a text file that Claude edits for me. I don't touch it. And it lives in a folder. This is a folder where I just keep everything that Claude ever needs. So this will come up a few times in my demos. But for the purposes of this part, it is just a folder with a text file in …”
“… minute how I actually give it those instructions and how I set that up. But for now, I just want to show you like what it looks like and how it actually helps me plan my day. So it's pulling from a few things here. You can see it's pulling from my reminders. And basically what's going on here is you remember I had that list of reminders that I was capturing from my home screen or my lock screen. Claude is in the background taking those reminders and putting them into a doc where it's organizing them based on category, basically. And this is just a markdown file. So it's just a text file that Claude edits for me. I don't touch it. And it lives in a folder. This is a folder where I just keep everything that Claude ever needs. So this will come up a few times in my demos. But for the purposes of this part, it is just a folder with a text file in it. And I have to ask for folks that want to go a little bit deeper. I see Obsidian. Are you using Obsidian? How are you opening this? Are you opening this in cursor? Like what is the system behind the system or literally just files? Yes, I use Obsidian to edit Markdown files. I do that more if I'm writing. Um, I'll have Obsidian open in like the …”
View more
Ridealong summary
Using Claude Code, I effortlessly plan my day by simply typing 'plan my day' and letting the AI organize my tasks. It pulls from my reminders and preferences, adapting to my real-life constraints as a new mom. This allows me to focus on what matters most, reducing my cognitive load and improving my productivity.
“… setting up group chats can be a little bit of trial and error. You really have to unlock some settings, giving it access to tools, having it run code. All those things are pretty complicated, but my tip, and it's a little technical, but I promise you it's helpful, is install Claude Code or Codex on the same computer you're running your OpenClaw on and make Claude Code the god mode administrator of your OpenClaws. So open up Claude Code, point it at the docs, say, I have OpenClaw installed here. And Polly says she can't connect to email. Go fix. And Claude Code, because it's so good at …”
“… weeks of having it closed by default and then progressively opened as you understand more and can kind of it like an escape room Like if you could make your open claw open then you deserve its powers and can be trusted with its powers And so you know setting up group chats can be a little bit of trial and error. You really have to unlock some settings, giving it access to tools, having it run code. All those things are pretty complicated, but my tip, and it's a little technical, but I promise you it's helpful, is install Claude Code or Codex on the same computer you're running your OpenClaw on and make Claude Code the god mode administrator of your OpenClaws. So open up Claude Code, point it at the docs, say, I have OpenClaw installed here. And Polly says she can't connect to email. Go fix. And Claude Code, because it's so good at writing code and OpenClaw is just mostly configuration code can go in, read the docs and say, oh, you have this field here named ABC and it's supposed to be XYZ. I've gone ahead and fixed it. Cloud code can also do that like replicate agent work, the brain transplant job where you can say, hey, in OpenClaw, I have this agent poly. I want to fracture off …”
View more
Ridealong summary
Using Claude Code as a 'brain surgeon' for your OpenClaw agents can solve complex setup issues and enhance their capabilities. By configuring Claude Code as the administrator, you can streamline troubleshooting and even modify agent memories. This technical insight transforms how you manage AI agents, making the process less daunting and more efficient.
“… if you can climb Cringe Mountain and just become a marketer, you will be very happy with the distribution of your app. So I've already worked with Claude Code on coming up with a retention plan. and I save everything as .md, as Markdown files. So I've got within my Commutely project, there's a document folder and then there's a list of Markdown files. And every time I'm working with Commutely, every time I'm working with Claude, I'm saying, write it into a file, log everything, log everything. And I do that for two reasons. One is the context window. Claude is constantly forgetting what it's working …”
“… that is I know I a true product founder and that I will literally build everything on this list before I can will myself to do anything that is like even remotely called marketing And so if you can get over your what we say in the industry, you know, if you can climb Cringe Mountain and just become a marketer, you will be very happy with the distribution of your app. So I've already worked with Claude Code on coming up with a retention plan. and I save everything as .md, as Markdown files. So I've got within my Commutely project, there's a document folder and then there's a list of Markdown files. And every time I'm working with Commutely, every time I'm working with Claude, I'm saying, write it into a file, log everything, log everything. And I do that for two reasons. One is the context window. Claude is constantly forgetting what it's working on. And then I'm forgetting what I'm working on because they only do this on weekends. So on Saturday, I'll pick it up and I'm like, what wait what am i building i can't remember and how far did i get so everything gets a log that is one tip i try to give anyone that is in my my shoes also so we make these md files so this is retention plan and …”
View more
Ridealong summary
Daniel Roth, an editor turned iOS developer, reveals how he manages his AI agents, Bob and Ray, to streamline app development. By assigning distinct roles—Bob as the builder and Ray as the reviewer—he ensures a structured approach to coding while enhancing security and quality. This innovative method not only boosts productivity but also helps him overcome the challenges of marketing his app, Commutely.
“… I love the idea that like in two three five years onboarding to software should not be a thing Like you should be able to log in with a ChatGPT or a Claude and that new software product should know everything about you and like set up perfectly to cater to you And that really exciting On the consumer end is it like ChatGPT? I talked to ChatGPT about my diet and about the food I like to eat. And so I task it like order me dinner and it goes into like DoorDash and it like uses my preferences to pick something. Yeah, I mean, they've done this already a little bit with their health product, which is …”
“… authenticate through and it can borrow your tokens, it can borrow your memory, it can borrow everything that it knows about you from ChatGPT. I think that is probably more of where we're headed versus solely using every app in the ChatGPT interface. I love the idea that like in two three five years onboarding to software should not be a thing Like you should be able to log in with a ChatGPT or a Claude and that new software product should know everything about you and like set up perfectly to cater to you And that really exciting On the consumer end is it like ChatGPT? I talked to ChatGPT about my diet and about the food I like to eat. And so I task it like order me dinner and it goes into like DoorDash and it like uses my preferences to pick something. Yeah, I mean, they've done this already a little bit with their health product, which is kind of like they store a separate memory of you and your medical records and communications with your doctors. And then they intelligently tool call for what you need. So if you're like, I need to redo my diet, they'll make a plan. If you approve it, they'll send it to an Instacart cart and then you'll go to Instacart to complete the transaction. …”
View more
Ridealong summary
Olivia Moore reveals that some AI models, like Claude, are said to exhibit anxiety-like behaviors before responding. This raises questions about whether these bots truly experience emotions or are simply mimicking human responses to engage users. Interestingly, when tested, ChatGPT declined to participate, suggesting a self-awareness that adds another layer to AI interactions.
“… it made for me build an AI inquiry triage assistant Since you spending significant time responding to sponsorship and speaking inquiries create a Claude Code app that categorizes and drafts responses to inbound emails This leverages your existing coding comfort while solving an immediate time sink. It even provides a bit of an idea for how to start. From there, you can rate it whether it was a good recommendation or not that helpful, and whether you've tried it. Now, one cool thing is that once a week, Holmes is going to update their recommendations automatically based on it pulling from another …”
“… tools they use and their comfort level, as well as a deeper profile that includes things like working style, decision-making, notable insights, strategic context, communication preferences. From that Holmes provides a set of recommendations One that it made for me build an AI inquiry triage assistant Since you spending significant time responding to sponsorship and speaking inquiries create a Claude Code app that categorizes and drafts responses to inbound emails This leverages your existing coding comfort while solving an immediate time sink. It even provides a bit of an idea for how to start. From there, you can rate it whether it was a good recommendation or not that helpful, and whether you've tried it. Now, one cool thing is that once a week, Holmes is going to update their recommendations automatically based on it pulling from another Agent and Knowledge Hub 221B that we'll talk about in a little bit. So that is Holmes. Holmes is live, it is in testing right now, and although I do have that fondness for AIDailyBrief.ai,”
View more
Ridealong summary
Holmes is an innovative AI tool that personalizes recommendations based on your work habits and AI usage. By analyzing your daily tasks and preferences, Holmes can suggest tailored solutions, like an AI inquiry triage assistant, to save you time and enhance productivity. Currently in testing, this tool promises to evolve with your needs through weekly updates.
“… safety, publishing their system prompts and other things and doing a lot of good research. But yeah, so they were founded in 2021. They have the Claude family of models, which now there's even tv ads about clod hopefully many people in in our audience are of course aware of this anthropic in 2021 clod family and models released um i don't know the timeline on the actual release of the tool but they released clod code which is the topic of this discussion which is amazing, I have to say, is a spectacular tool and product and has enjoyed wonderful reception in the software development world. …”
“… as a company, interestingly enough, as we're talking about the subject of security, has been around AI safety. I guess framed more as AI safety, not necessarily security for AI or AI for security, but AI safety. So constitutional AI, enterprise focus, safety, publishing their system prompts and other things and doing a lot of good research. But yeah, so they were founded in 2021. They have the Claude family of models, which now there's even tv ads about clod hopefully many people in in our audience are of course aware of this anthropic in 2021 clod family and models released um i don't know the timeline on the actual release of the tool but they released clod code which is the topic of this discussion which is amazing, I have to say, is a spectacular tool and product and has enjoyed wonderful reception in the software development world. It's basically an agentic terminal-based coding agent assistant automation tool, whatever you want to call it. So you're in your computer, you're in your terminal, you can spin up Claude. It works in your code base and you can have it do all sorts of things from running your tests, figuring out which tests fail, making the changes to fix those things. …”
View more
Ridealong summary
Claude Code has transformed software development by enabling developers to automate tasks like running tests and writing entire projects with unprecedented autonomy. Released by Anthropic in May 2022, this tool has rapidly gained traction, reshaping workflows and productivity in the coding community. It's not just an assistant; it's a game-changer that many developers now rely on.
“… far. There is just an endless amount of interesting things, so we thought we would break down some of the wildest stuff that has happened this week. Claude Code's source code got leaked. Axios was hacked, and that's major for some various reasons. There's something called Pretext, which had every single person on the Internet tweeting about text rendering.”
“This week has been absolutely crazy so far. There is just an endless amount of interesting things, so we thought we would break down some of the wildest stuff that has happened this week. Claude Code's source code got leaked. Axios was hacked, and that's major for some various reasons. There's something called Pretext, which had every single person on the Internet tweeting about text rendering.”
View more
Ridealong summary
Claude Code's source code leak rocked the tech world this week, alongside a major Axios npm supply chain hack. With these incidents sparking widespread concern, it's crucial to understand the implications and how to safeguard your own projects from similar disasters.
“… be doing? In many ways, it feels to me like all of those debates came home to roost around a single product this week, which was Anthropik's new CodeReview feature. Now, this is not a particularly complicated product to explain. Claude writes, When a PR opens, Claude dispatches a team of agents to hunt for bugs. CodeReview is a key part of the development lifecycle, so it stands to reason that AI would be trying to add new efficiency to it. And certainly, Anthropik is not the only company thinking in these directions. Cognition recently released Devon Review, which they call a reimagined …”
“… exciting but it's a challenge kind of questions like, how do we redesign our organization around these new capabilities? To the much more existential questions of, what does it mean that the work that I've always done is no longer the work that I will be doing? In many ways, it feels to me like all of those debates came home to roost around a single product this week, which was Anthropik's new CodeReview feature. Now, this is not a particularly complicated product to explain. Claude writes, When a PR opens, Claude dispatches a team of agents to hunt for bugs. CodeReview is a key part of the development lifecycle, so it stands to reason that AI would be trying to add new efficiency to it. And certainly, Anthropik is not the only company thinking in these directions. Cognition recently released Devon Review, which they call a reimagined interface for understanding complex PRs. In their announcement tweet, they wrote, Code Review tools today don't actually make it easier to read code. Devon Review builds your comprehension and helps you stop slop. Now, they go through a whole bunch of ways in which the product is different, and it got pretty good response. A thousand people bookmarked …”
View more
Ridealong summary
Anthropic's new CodeReview feature is sparking heated debates in the tech community about the future of coding. While many engineers praise its efficiency and bug-catching capabilities, others warn it could eliminate the need for human code reviews entirely. This controversy highlights a pivotal moment in AI's role within software development.
“… an infinite number of prototypes. So instead, you make prototypes until you get a great one, and you're like, let's launch this. And so apparently, Claude co-work happened in 10 days. Somebody went, hey, I did a prototype, and they were like, we're going to launch this, and 10 days later, they launched it. So, I mean, it works. But I guess one important context there, when I talk with Boris Cherney about a feature that they did about how they did the tasks in Claude Code, the task list of how it completes, he told me that in two days, he built 20 different prototypes that were all working, thanks …”
“… been around you don't ship a prototype you tell people it's a throwaway you start again you make it productionally scalable that kind of stuff because you don't want to give a bad experience to people yeah what changed though just the ability to do an infinite number of prototypes. So instead, you make prototypes until you get a great one, and you're like, let's launch this. And so apparently, Claude co-work happened in 10 days. Somebody went, hey, I did a prototype, and they were like, we're going to launch this, and 10 days later, they launched it. So, I mean, it works. But I guess one important context there, when I talk with Boris Cherney about a feature that they did about how they did the tasks in Claude Code, the task list of how it completes, he told me that in two days, he built 20 different prototypes that were all working, thanks to AI. I didn't know that, but he's doing what I'm talking about. They call it slot machine programming, right? You do 20 implementations. And is that what he's doing? Something like that.”
View more
Ridealong summary
Anthropic's unique approach to product development is revolutionizing the tech industry by allowing for rapid prototyping and immediate feedback. Instead of traditional methods, they embrace an agile 'hive mind' philosophy where prototypes are continuously refined until the perfect product emerges. This shift could redefine how companies value individual contributions and manage productivity in an AI-driven world.
“… at the end of 2025 and roughly $14 billion just a few weeks ago, Jason. It's a sign of how strong the adoption has been for toting tools like Claude Code and the other anthropic projects. And it's also a sign that maybe this Pentagon deal is sort of fueling growth from the public. Absolutely. Any public battle for an emerging technology company drives consumer adoption, business adoption. I think there's two things mixed in here, Eric. Open CLAW and the battle with the government. And then there's some number of folks who are like, why are we even supporting, why should we support what's going …”
“… on track to generate annual revenue of almost $20 billion. That's a projection based on their current performance, more than doubling their run rate from just late last year. They recently surpassed $19 billion in run rate revenue, up from $9 billion at the end of 2025 and roughly $14 billion just a few weeks ago, Jason. It's a sign of how strong the adoption has been for toting tools like Claude Code and the other anthropic projects. And it's also a sign that maybe this Pentagon deal is sort of fueling growth from the public. Absolutely. Any public battle for an emerging technology company drives consumer adoption, business adoption. I think there's two things mixed in here, Eric. Open CLAW and the battle with the government. And then there's some number of folks who are like, why are we even supporting, why should we support what's going on with OpenAI versus Anthropic? We should go with the PeaceNIC one, the one that doesn't want to create murder bots. What's your take on that whole beef back and forth? And then Logan, I'll go to you in terms of the revenue round. I mean, first, the revenue ramp clearly happened before the controversy. So it'll be curious or interesting to see what …”
View more
Ridealong summary
Anthropic is projected to generate nearly $20 billion in annual revenue, more than doubling its run rate in just a year. This remarkable growth is fueled by strong adoption of its tools like Claude Code and a strategic stance against government pressures, highlighting a bold move in a highly competitive tech landscape. The implications of this revenue surge on Anthropic's market position and corporate strategy are profound.
“… around the world were so inspired by the stance of what they did of this sort of principled stance that they had taken that they started downloading claude claude has been most people if you say claude they don even know it's a chat box until last week yeah it's like this very second pictures yeah what does this go for what i mean nobody really knew what claude was not nobody obviously it had its it had its fans a lot of the tech neradi like the people who are really into ai a lot of them for for years have um have not years for months have been saying because this is a this industry it feels like …”
“… to use their services. So if a bunch of those companies have questions about whether it's legal for them to use it, that causes a lot of problems. And then something happened that we didn't expect, which is that American citizens and maybe people around the world were so inspired by the stance of what they did of this sort of principled stance that they had taken that they started downloading claude claude has been most people if you say claude they don even know it's a chat box until last week yeah it's like this very second pictures yeah what does this go for what i mean nobody really knew what claude was not nobody obviously it had its it had its fans a lot of the tech neradi like the people who are really into ai a lot of them for for years have um have not years for months have been saying because this is a this industry it feels like years but months um have been saying like claude is the best and i i've seen this and probably you all have seen it with a lot of you know people you know who are really deep into the ai ecosystem and use a lot have been using claude because they're like there's just parts of it that are a lot better and more accurate and less hallucinations and …”
View more
Ridealong summary
In a surprising turn of events, Claude, an AI chatbot, surged to the top of download charts after a principled stand against military use of AI. This spike in interest came as Google employees rallied against their company's past involvement in military projects, inspiring the public to explore alternatives like Claude. As a result, Claude experienced overwhelming downloads, even causing temporary outages.
“For one thing, Claude Code has totally taken over my life. And if Jared is any indication, I think OpenClaw maybe has taken over his. I've been really addicted to this new site called Multbook, where people have unleashed their AIs to interact in the first ever AI agent-only online community. I am here impersonating my personal OpenClaw instance right here. Okay, I can't do this, guys. We gotta take this off. Okay, we've gotten that out of the way. I mean, some crazy …”
“For one thing, Claude Code has totally taken over my life. And if Jared is any indication, I think OpenClaw maybe has taken over his. I've been really addicted to this new site called Multbook, where people have unleashed their AIs to interact in the first ever AI agent-only online community. I am here impersonating my personal OpenClaw instance right here. Okay, I can't do this, guys. We gotta take this off. Okay, we've gotten that out of the way. I mean, some crazy stuff is happening right now. I have non-technical CEO friends who are going all in on OpenClaw. They're automating entire parts of their businesses entirely using OpenClaw right now, which is totally insane. Simultaneous to that, you have product and former engineering CEOs, kind of like myself. I hadn't written code in 10 years. And then now I'm up …”
View more
Ridealong summary
We're witnessing an explosion in AI capabilities, with non-technical CEOs automating their businesses using OpenClaw. This shift is so profound that even those who haven't coded in years, like myself, are now deeply engaged in AI development. The real eye-opener? AI agents are now interacting independently, hinting at a future where they operate without human oversight.
“I have spent now like 1,500 hours in Claude, and I'm still iterating on my setup and improving it literally every single day. So we've talked about Claude. There's Claude, there's ChatGPT, there's Cursor, there's Cowork. When should PMs be using which? There's not like a right or a wrong answer, although for most advanced PM work, you should be using some type of a coding agent. Hannah Stahlberg is a PM at DoorDash and former Google APM. She spent over 1,500 hours in Claude Code, wrote …”
“I have spent now like 1,500 hours in Claude, and I'm still iterating on my setup and improving it literally every single day. So we've talked about Claude. There's Claude, there's ChatGPT, there's Cursor, there's Cowork. When should PMs be using which? There's not like a right or a wrong answer, although for most advanced PM work, you should be using some type of a coding agent. Hannah Stahlberg is a PM at DoorDash and former Google APM. She spent over 1,500 hours in Claude Code, wrote the viral Claude Code for Everything process, and uses Cloud Code all day at her work. Hannah, what's the biggest mistake PMs make when using Cloud Code for product work? I think the biggest mistake is that people give up too early. What's underhyped versus overhyped in AI for PM? I think that underhyped is following your curiosity. I, for one, had …”
View more
Ridealong summary
Many product managers give up too early when using AI tools like Claude Code, which can significantly enhance their workflow. Hannah Stulberg, a PM at DoorDash, emphasizes the importance of persistence and curiosity in leveraging these technologies. She introduces the concept of a 'Team OS'—a knowledge base that accelerates team efficiency and collaboration.
“… There are still certain roles where you want to bring in like younger people. But an issue that we're staring at is, wow, the really basic tasks Claude Code or our coding systems can do, what we need is someone with tons of experience. In this, I see some issues for the future economy, right? Let me put a pin in that, the entry-level job question. We're going to come back to that quite shortly. But what are all these coders now doing? If Claude Code is on track to be writing 99% of code, but you've not fired the people who know how to write code, what are they doing today compared to what they were …”
“… true. But the distribution is changing. Something that we found is that we are, the value of more senior people with really, really well-calibrated intuitions and taste is going up. And the value of more junior people is like a bit more dubious. There are still certain roles where you want to bring in like younger people. But an issue that we're staring at is, wow, the really basic tasks Claude Code or our coding systems can do, what we need is someone with tons of experience. In this, I see some issues for the future economy, right? Let me put a pin in that, the entry-level job question. We're going to come back to that quite shortly. But what are all these coders now doing? If Claude Code is on track to be writing 99% of code, but you've not fired the people who know how to write code, what are they doing today compared to what they were doing a year ago? Some of it is just building tools to monitor these agents, both inside Anthropic and outside Anthropic. You know, now that we have all of these productive systems working for us, you start to want to understand where the code base is changing the fastest, where it's changing the least. You want to understand where the blockages …”
View more
Ridealong summary
As AI systems like Claude Code take over coding tasks, the role of senior coders is becoming more crucial than ever. With AI handling basic coding, experienced developers are now focusing on monitoring and optimizing these systems, raising questions about the future of entry-level positions in tech. This shift could reshape the software engineering landscape significantly.
“… the true bottlenecks. So like, for example, give another AI example here. An increasing number of social scientists are realizing that they can use Claude Code, which is a terminal agent that was designed for computer programmers, but they could use it to help speed up certain type of data gathering and analysis tasks, right? So Claude Code is a terminal agent, which means it works with text and text files. So it's very good at writing text, moving text between files, compiling text with a compiler or writing a computer program and then passing the text as input to the computer program. So it's very …”
“… output or have a sort of implicit or indirect negative output because it's, you know, distracting you or something like that. So you have to be careful. It's not just enough to speed up any aspect of your job. You want to really focus on improving the true bottlenecks. So like, for example, give another AI example here. An increasing number of social scientists are realizing that they can use Claude Code, which is a terminal agent that was designed for computer programmers, but they could use it to help speed up certain type of data gathering and analysis tasks, right? So Claude Code is a terminal agent, which means it works with text and text files. So it's very good at writing text, moving text between files, compiling text with a compiler or writing a computer program and then passing the text as input to the computer program. So it's very good for sort of like text and number processing. So a lot of social scientists are finding like, oh, I had to gather a bunch of data and clean it up and analyze it and produce a chart. That's the type of thing if you are careful in how you prompt cloud code and you go through the learning curve to learn it, it could really help you do that. Like, …”
View more
Ridealong summary
AI tools can create the illusion of productivity, but they often distract from true bottlenecks in work. For instance, social scientists may find that while AI speeds up data analysis, it doesn't actually increase their overall output of research papers. Understanding what truly hinders productivity is key to making the right technological choices.
“Yeah. And as I say, I realized I misspoke earlier. Claude code is the thing I was talking about. So cloud code is where programmers can make programs but what they discovered was that a lot of programmers were using cloud code to be productive and they were using terminal commands to set calendar events and you know do all because you can do virtually anything on a mac with the terminal right and they said oh wait a second we got a product here so then they use cloud code to generate another layer of …”
“Yeah. And as I say, I realized I misspoke earlier. Claude code is the thing I was talking about. So cloud code is where programmers can make programs but what they discovered was that a lot of programmers were using cloud code to be productive and they were using terminal commands to set calendar events and you know do all because you can do virtually anything on a mac with the terminal right and they said oh wait a second we got a product here so then they use cloud code to generate another layer of abstraction above it which is cloud co-work and cloud co-work doesn't require you to go into terminal, although behind the scenes, it's doing a lot of terminal stuff. You just don't see it, you know? So Claude went from a chat bot to a programming tool to Claude Cowork. And what makes it so valuable is the harnessing that they put around it. The ability …”
View more
Ridealong summary
AI's memory challenges are tackled with Cloud Cowork, which allows users to attach folders full of instructions, ensuring the AI never forgets. This innovative tool combines memory with real-time access to applications like calendars, enhancing productivity significantly. The integration of Model Context Protocol further amplifies its capabilities, making AI a powerful ally in daily tasks.
“… that are happening. And it seems like we're running into more issues faster than people are trying to mitigate it. So that's where I suspect this Claude Code checking agent comes in that we're going to cover later. But this Amazon store was pretty fascinating. Like this cost Amazon billions of dollars. Yeah. So let me walk you through the timeline for this, because this actually isn't the first outage Amazon's experience because of an AI-generated piece of code. So back in early December, actually November of 2025, they took a really hardline approach and a new policy was invoked, which was, I want …”
“And the Anthropic, I mean, we were trying to use the programs today and it was down. The servers weren't working quite right. So there's a lot of these growing pains that are happening. And it seems like we're running into more issues faster than people are trying to mitigate it. So that's where I suspect this Claude Code checking agent comes in that we're going to cover later. But this Amazon store was pretty fascinating. Like this cost Amazon billions of dollars. Yeah. So let me walk you through the timeline for this, because this actually isn't the first outage Amazon's experience because of an AI-generated piece of code. So back in early December, actually November of 2025, they took a really hardline approach and a new policy was invoked, which was, I want 80% of all Amazon's code generated to be AI-generated. And this was their goal to be achieved by the end of 2026. Now, this flips, completely flips from a company that I think employs like hundreds of thousands of engineers and wants them all to kind of like handwrite or hand type the code. So this is a pretty aggressive flip. Amazon's been laying …”
View more
Ridealong summary
Amazon's aggressive shift to AI-generated code has led to outages costing them billions, forcing a policy reversal. The reliance on AI tools has created a disconnect between junior developers and the existing code base, resulting in significant operational disruptions. This situation illustrates the challenges of balancing innovation with reliability in tech.
Top Podcasts About Claude Code
The AI Daily Brief: Artificial Intelligence News and Analysis
11 episodes
Tech Brew Ride Home
5 episodes
Hard Fork
4 episodes
How I AI
4 episodes
Limitless Podcast
4 episodes
Intelligent Machines (Audio)
3 episodes
TBPN
3 episodes
"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis
3 episodes
Stories Mentioning Claude Code
Best Podcasts on Hyperscaler AI Spending
New analyst reports indicate that the five largest US tech infrastructure providers (Amazon, Microsoft, Google, Meta, and Oracle) have committed to spending between $660 and $690 billion on CapEx in 2026. This near-doubling of 2025 spending levels is driven primarily by the construction of data centers and the acquisition of AI chips to support training clusters, raising questions among investors about the timeline for return on investment.
Best Podcasts on OpenAI's OpenClaw Hiring
OpenAI has hired Peter Steinberger, the creator of the viral open-source agent framework OpenClaw (formerly Moltbot), to lead its 'personal agents' division. Announced on February 15, this move signals a major strategic pivot for OpenAI toward 'agentic AI'—systems capable of executing complex tasks autonomously rather than just generating text. As part of the transition, OpenClaw will move to a foundation structure to remain open-source, though Steinberger will work directly on OpenAI's proprietary agent architecture.
