Best Podcast Episodes About Claude Code

Best Podcast Episodes About Claude Code

Everything podcasters are saying about Claude Code — curated from top podcasts

Updated: Apr 02, 2026 – 76 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

Primary Technology
“… CarPlay? But no. Radio silence. No. I don't think it's going to happen. We'll see if it happens. Also, this was huge news. So there was a massive Claude call. Claude call. Wow. Claude code. Claude code leak. I don't know why I couldn't say that. A bunch of Anthropics code got leaked all over the internet. They shut down a bunch of GitHub repos as they were trying to contain the leak. Lots of people dove into the code. Some people reverse engineered it. It was discovered that Anthropic is trying to build a Tamagotchi-style pet and an always-on agent into Claude, which, okay. Side note, I did use …” “… So if you just want to chat to ChatGPT, maybe Jim and I will add this soon too. But yeah, you just talk to it. That's it. Great. Now I really hope that Tesla adds CarPlay. I'm still waiting for that update. Every time an update comes, I'm like, CarPlay? But no. Radio silence. No. I don't think it's going to happen. We'll see if it happens. Also, this was huge news. So there was a massive Claude call. Claude call. Wow. Claude code. Claude code leak. I don't know why I couldn't say that. A bunch of Anthropics code got leaked all over the internet. They shut down a bunch of GitHub repos as they were trying to contain the leak. Lots of people dove into the code. Some people reverse engineered it. It was discovered that Anthropic is trying to build a Tamagotchi-style pet and an always-on agent into Claude, which, okay. Side note, I did use Dispatch. I'm using Dispatch more, and it's pretty cool. Also, have you ever used Dispatch with Claude? Isn that where you can send a messages from your phone or whatever You can send a message from your phone and then have your computer do stuff The problem is it doesn talk back to you so i never know like what it doing it just it say like red …” View more
Ridealong summary
You can now chat with ChatGPT directly through CarPlay, making your drive more interactive than ever. Meanwhile, a major code leak from Anthropic reveals their ambitious plans for Claude, including a Tamagotchi-style pet feature. This leak poses significant competitive risks for the company as they scramble to contain the fallout.
Primary Technology · Apple’s Legacy and Future After 50 Years, Mac Pro is Dead, Claude Code Leak · Apr 02, 2026
Talk Python To Me
“… Yeah. So as we mentioned kind of at the beginning, deep agents and the agents you can build with the deep agents package are very general So Cloud Code is an example of a coding agent but you might want to build deep agents with all sorts of specializations And so our new open source library helps you do that And so you can see here we have basically a three-line code snippet. You import create deep agent from the deep agents package. You call create deep agent and you can add your own model, tools, prompt additions, kind of other configuration. And then you like have an agent that's ready to …” “… it's pretty popular here all right so let's see I guess maybe let's talk about the programming model because I think that'll help make it concrete for people like what is what is the value of this you know maybe just talk us through this quick start. Yeah. So as we mentioned kind of at the beginning, deep agents and the agents you can build with the deep agents package are very general So Cloud Code is an example of a coding agent but you might want to build deep agents with all sorts of specializations And so our new open source library helps you do that And so you can see here we have basically a three-line code snippet. You import create deep agent from the deep agents package. You call create deep agent and you can add your own model, tools, prompt additions, kind of other configuration. And then you like have an agent that's ready to use and even deploy. So very basically easy way to get started with building effective agents. Awesome. So you might just say agent.invoke and use the research lane graph and write a summary. Yeah. So then what? How does it know what model to use? How does it go about that? Can it use tools and to-dos, you know, planning like we've discussed? Yeah. …” View more
Ridealong summary
Deep Agents, a new open-source library from LangChain, allows developers to create specialized AI agents with ease. Launched just this summer, it has quickly gained popularity, enabling users to integrate tools and customize functionalities like planning and file access. With just a few lines of code, you can build an effective agent tailored to your needs.
Talk Python To Me · #543: Deep Agents: LangChain's SDK for Agents That Plan and Delegate · Apr 01, 2026
The AI Daily Brief: Artificial Intelligence News and Analysis
“… 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.
Anthropic is rapidly closing the revenue gap with OpenAI, becoming the new enterprise default for AI agents.
The AI Daily Brief: Artificial Intelligence News and Analysis · The State of AI Q2: AI's Second Moment · Mar 30, 2026
The Growth Podcast
“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.
The Growth Podcast · How to Turn Claude Code into an Operating System with Carl Vellotti · Mar 30, 2026
How I AI
“… 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.
How I AI · How to turn Claude Code into your personal life operating system | Hilary Gridley · Mar 30, 2026
Limitless Podcast
“about getting access to the blueprint for Claude's AI model itself, this is not that. Think of the engine of a car being the actual model and the intelligence of the AI itself, and then think of the code that got released or leaked today as being the car chassis, the actual car body. So what's cool about this is, whereas you may not have access to Claude, the model itself, the code from that model, you can plug in an open source model. And people are already starting to do that. I'm seeing …” “about getting access to the blueprint for Claude's AI model itself, this is not that. Think of the engine of a car being the actual model and the intelligence of the AI itself, and then think of the code that got released or leaked today as being the car chassis, the actual car body. So what's cool about this is, whereas you may not have access to Claude, the model itself, the code from that model, you can plug in an open source model. And people are already starting to do that. I'm seeing instances online where people have plugged in DeepSeq, they've plugged in Quen, and created their own version of Claude code, the CLI interface and whatever that looks like. So this is really critical infrastructure and software. I cannot believe the Anthropic team released this. It is just, it's so nutty. It's so bad. This is an IP issue right here. …” View more
Ridealong summary
Anthropic's leaked Claude code is a massive IP blunder that jeopardizes their competitive edge and valuation.
Anthropic's leaked AI codebase is a critical IP issue that undermines its massive valuation and reveals internal product strategies.
Anthropic's leak of Claude Mythos code is a massive IP issue that jeopardizes their valuation and exposes critical infrastructure.
Limitless Podcast · Another Anthropic Leak... This Time, Claude Code's Source Code · Apr 01, 2026
Tech Brew Ride Home
“cloud code's source code appears to have leaked via a misconfigured npm package which in and of itself maybe isn't that interesting i mean it's worrying more than that in a second but what is really interesting is what we've learned about how cloud code works quoting venture beat the most significant takeaway for competitors lies in how anthropics solved context entropy the tendency for agents to become confused or hallucinatory as long-running sessions …” “cloud code's source code appears to have leaked via a misconfigured npm package which in and of itself maybe isn't that interesting i mean it's worrying more than that in a second but what is really interesting is what we've learned about how cloud code works quoting venture beat the most significant takeaway for competitors lies in how anthropics solved context entropy the tendency for agents to become confused or hallucinatory as long-running sessions grow in complexity. The leaked source reveals a sophisticated three-layer memory architecture that moves away from traditional store-everything retrieval. As analyzed by developers like At-Him-An-Shutz Twits, the architecture utilizes a self-healing memory system. At its core is Memory.MD, a lightweight index of pointers around 150 characters per …” View more
Ridealong summary
Anthropic's Claude code leak reveals a sophisticated AI architecture that could democratize advanced AI capabilities but also exposes significant security vulnerabilities.
The leak of Anthropic's AI codebase reveals both innovative advancements and significant vulnerabilities, offering competitors a blueprint for developing sophisticated AI systems while exposing Anthropic's struggles with model accuracy.
Tech Brew Ride Home · Will Iran Target Tech? · Mar 31, 2026
Lenny's Podcast: Product | Career | Growth
“… 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.
Lenny's Podcast: Product | Career | Growth · From skeptic to true believer: How OpenClaw changed my life | Claire Vo · Mar 29, 2026
The a16z Show
“… product managers are shipping PRs. That's not that interesting anymore. I think more interesting is that we have internal tools that are similar to Claude Code, but they're like more plugged into our infrastructure. So we have a tool called BuilderBot. But BuilderBot is just autonomously merging PRs and actually building features to 100%. We've had some fairly complex features that are built to 100%. More often than not, it's building them to 85% or 90%. And then a human who has a lot of context and understands does the final 10%. So that feels really, really different. The ability to go from idea to …” “… on the development side, things have changed. I think everyone's probably seen, you know, every CEO out there is going on Twitter and showing their like green dot on GitHub. But that's real. Like all of our designers are shipping PRs. All of our product managers are shipping PRs. That's not that interesting anymore. I think more interesting is that we have internal tools that are similar to Claude Code, but they're like more plugged into our infrastructure. So we have a tool called BuilderBot. But BuilderBot is just autonomously merging PRs and actually building features to 100%. We've had some fairly complex features that are built to 100%. More often than not, it's building them to 85% or 90%. And then a human who has a lot of context and understands does the final 10%. So that feels really, really different. The ability to go from idea to this is in the hands of 100,000 or a million customers has been compressed massively since December. Outside of development, I would say most of what we're seeing is anytime there's a deterministic workflow, we're able to automate that. And so generally at a at-scale tech company, you have individuals who are working queues. A lot of that is just …” View more
Ridealong summary
Block's internal tool, BuilderBot, is revolutionizing how features are built, achieving up to 90% automation in development. This shift allows the company to respond to customer needs faster than ever, compressing the time from idea to customer delivery significantly. As AI takes over routine tasks, human oversight remains crucial, but the future clearly favors automated systems over traditional workflows.
The a16z Show · What Happens When a Public Company Goes All In on AI · Apr 01, 2026
"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis
“… it was going to be hard to get such a system to understand human values. You know, that what we value was kind of very gradually and haphazardly encoded into us by an evolutionary process over a super, super long time, you know, dating back even to before our species, right? Like other species, you know, care about their young and like seem to be sad, you know, when they lose their children and stuff. So this is like not even just human. It's like the whole of evolution has kind of led us to be what we are and have the very complicated values that we have. And it was, I think, generally …” “… found the right priors, the right inductive biases, to be hyper-rational and insanely effective, such that given anything to optimize, it could just optimize it to this extreme state and tile the universe or whatever. And there was also the idea that it was going to be hard to get such a system to understand human values. You know, that what we value was kind of very gradually and haphazardly encoded into us by an evolutionary process over a super, super long time, you know, dating back even to before our species, right? Like other species, you know, care about their young and like seem to be sad, you know, when they lose their children and stuff. So this is like not even just human. It's like the whole of evolution has kind of led us to be what we are and have the very complicated values that we have. And it was, I think, generally understood Again there is some different takes on that history now but I thought it was generally understood that like we would expect that it would be hard to get AIs to have a real understanding of what we care about And now I look at the models that we do have and I like well actually they do have a pretty good understanding of what we care about It's …” View more
Ridealong summary
Nathan Labenz reveals a surprising shift in his outlook on AI safety, moving from skepticism to optimism. He discusses how advanced AI models like Claude demonstrate a better understanding of human values than previously thought, leading him to trust AI more than human assistants with sensitive information. This newfound hope suggests that creating an AI that genuinely cares for humanity might be more attainable than once believed.
"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis · Success without Dignity? Nathan finds Hope Amidst Chaos, from The Intelligence Horizon Podcast · Apr 01, 2026
The Pragmatic Engineer
“… what they want to spend their money on. Speaking of building things that last versus things that don't, one thing that always separates the two is code quality. And that what our season sponsor Sonar is all about Sonar the makers of SonarCube is deeply rooted in the core belief that code quality and code security are inherently linked High code is naturally more resilient, and as agents start to write code at a massive scale, that verification layer becomes your most important security perimeter. This is where solutions like SonarCube Advanced Security are valuable. With this new malicious …” “… of .ai things that's going on right now, right? Eventually, some of these things will consolidate. Some will go under. Some will become really awesome solutions and all that stuff. But the market will sort it out. In the end, the customer will vote on what they want to spend their money on. Speaking of building things that last versus things that don't, one thing that always separates the two is code quality. And that what our season sponsor Sonar is all about Sonar the makers of SonarCube is deeply rooted in the core belief that code quality and code security are inherently linked High code is naturally more resilient, and as agents start to write code at a massive scale, that verification layer becomes your most important security perimeter. This is where solutions like SonarCube Advanced Security are valuable. With this new malicious package detection, Advanced Security provides a real-time circuit breaker, automatically stopping agents from pulling in unverified or risky third-party libraries before they ever hit your pipeline. The impact is measurable, too. Developers who verify their code with Sonar are 44% less likely to report experimenting outages due to AI, as per Sonar's …” View more
Ridealong summary
In the dot-com era, many companies thrived while others failed due to their value propositions. A key lesson learned is that strong code quality is essential for long-term success, as it directly impacts resilience and security. Companies that prioritize code quality, like those using SonarCube, see a significant reduction in outages, proving that good code is not just a technical necessity but a business imperative.
The Pragmatic Engineer · Scaling Uber with Thuan Pham (Uber’s first CTO) · Apr 01, 2026
Better Offline
“saying it might be a problem with Bun, the packaging tool used to allow people to download Claude Code that Anthropic acquired in December of last year. To be clear, this isn't a leak of Anthropics models, but it's still an unbelievably large leak, one that exposed Claude Code's innards to the entire internet and all of their competitors. And while I imagine using the source code is illegal on some level, I can't imagine there's any reason their competitors can't take a look or that you think that they're all sitting around being like, oh, I …” “saying it might be a problem with Bun, the packaging tool used to allow people to download Claude Code that Anthropic acquired in December of last year. To be clear, this isn't a leak of Anthropics models, but it's still an unbelievably large leak, one that exposed Claude Code's innards to the entire internet and all of their competitors. And while I imagine using the source code is illegal on some level, I can't imagine there's any reason their competitors can't take a look or that you think that they're all sitting around being like, oh, I absolutely can't. I mustn't. It's not okay. Especially when this is a company that fucked over just about anyone building anything that you build on top of a Claude Code subscription. thinking about how they treated open code by the way anyway now is a great time to remind you that clawed code creator boris cherny said at the end of december that 100 …” View more
Ridealong summary
The reliance on large language models like Claude for code generation is inherently risky and leads to untrustworthy software development practices.
Better Offline · Monologue: What's Going On At Anthropic? · Apr 01, 2026
The Vergecast
“… even revelations. That's where the real joy is. And if you want to have a system designed to go on that journey with you, then you should consider Claude. Claude is the AI for minds that don't stop at good enough. It's the collaborator that actually understands your entire workflow and thinks with you. Whether you're debugging code at midnight or strategizing your next business move, Claude extends your thinking to tackle the problems that matter. Plus, Claude's research capabilities go deeper than basic web search. It can have comprehensive, reliable analysis with proper citations, turning …” “Support for Vergecast comes from Anthropic. Solving a problem isn't always as simple as plugging in the right answer. Sometimes it's a long journey filled with diversions, new questions, and even revelations. That's where the real joy is. And if you want to have a system designed to go on that journey with you, then you should consider Claude. Claude is the AI for minds that don't stop at good enough. It's the collaborator that actually understands your entire workflow and thinks with you. Whether you're debugging code at midnight or strategizing your next business move, Claude extends your thinking to tackle the problems that matter. Plus, Claude's research capabilities go deeper than basic web search. It can have comprehensive, reliable analysis with proper citations, turning hours of research into minutes. Ready to tackle bigger problems? Get started with Claude today at claude.ai slash vergecast. That claude slash vergecast And check out Claude Pro which includes access to all the features mentioned in today episode Claude slash VergeCast Support for the show comes from MongoDB If you're tired of database limitations and …” View more
Ridealong summary
Anil Dash warns that Apple's approach to integrating video podcasts could threaten the openness of the podcast ecosystem. He highlights the complexities behind video podcasting, which are more intricate than simply uploading a video. This conversation dives into the future of web platforms and what it means for content creators.
The Vergecast · Apple at 50: the good and the bad · Mar 31, 2026
Hard Fork
“… 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.
Hard Fork · The Ezra Klein Show: How Fast Will A.I. Agents Rip Through the Economy? · Mar 27, 2026
How I AI
“… 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.
How I AI · From journalist to iOS developer: How LinkedIn’s editor builds with Claude Code | Daniel Roth · Mar 16, 2026
The a16z Show
“… 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.
The a16z Show · AI Startups vs. Big Chatbots — With Olivia Moore · Mar 16, 2026
The AI Daily Brief: Artificial Intelligence News and Analysis
“… 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.
The AI Daily Brief: Artificial Intelligence News and Analysis · The Coolest Agents I've Built So Far · Mar 14, 2026
Plain English with Derek Thompson
“There's a lot of talk right now about the possibility of agents like Cloud Code, Codex, replacing white collar jobs And I spoken to folks in legal in consulting firms and their position is these tools are good enough to make us more productive but they not good enough to significantly reduce headcount yet. They're much more like a better computer than a better worker. And that's a really interesting piece of testimony to me, because I feel like one of the more important macroeconomic questions of artificial intelligence …” “There's a lot of talk right now about the possibility of agents like Cloud Code, Codex, replacing white collar jobs And I spoken to folks in legal in consulting firms and their position is these tools are good enough to make us more productive but they not good enough to significantly reduce headcount yet. They're much more like a better computer than a better worker. And that's a really interesting piece of testimony to me, because I feel like one of the more important macroeconomic questions of artificial intelligence is, is this going to replace workers because AI is a better worker? Or will it merely increase productivity because AI is a better computer? What is your take at the moment? And is your take sort of bound to this moment because you think there's something coming down the pike that would change your answer to this question? yeah i'll talk about what i …” View more
Ridealong summary
AI tools like Claude Code are revolutionizing how work is done, making employees more productive without replacing them. Instead of reducing headcounts, AI is changing job roles, as tasks that took weeks can now be completed in days. This shift mirrors the electrification of factories, where new business models emerge centered around AI as a foundational element.
Plain English with Derek Thompson · Anthropic Thinks AI Might Destroy the Economy. It's Building It Anyway. · Mar 27, 2026
The AI Daily Brief: Artificial Intelligence News and Analysis
“… 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.
The AI Daily Brief: Artificial Intelligence News and Analysis · The Debate Over Anthropic’s New Product: Price or Existential Dread? · Mar 10, 2026
The Pragmatic Engineer
“… 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.
The Pragmatic Engineer · From IDEs to AI Agents with Steve Yegge · Mar 11, 2026

Top Podcasts About Claude Code

The AI Daily Brief: Artificial Intelligence News and Analysis
The AI Daily Brief: Artificial Intelligence News and Analysis
11 episodes
Tech Brew Ride Home
Tech Brew Ride Home
5 episodes
"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis
"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis
4 episodes
How I AI
How I AI
3 episodes
Limitless Podcast
Limitless Podcast
3 episodes
Better Offline
Better Offline
3 episodes
Hard Fork
Hard Fork
3 episodes
Intelligent Machines (Audio)
Intelligent Machines (Audio)
3 episodes

Stories Mentioning Claude Code

Best Podcast Episodes on Anthropic's Claude Leak
The source code for Anthropic's Claude AI has been leaked, unveiling potential future features and capabilities of the AI system. This breach raises concerns about intellectual property security and competitive advantage in the AI industry. The leak could impact Anthropic's strategic plans and influence the development of AI technologies.
Claude Anthropic
Apr 03, 2026 · 15 clips · 6 podcasts
Top Podcasts on Anthropic AI Code Leak
Anthropic has experienced a major leak of its AI codebase, which has revealed details about its upcoming models and features. This breach could impact the company's competitive position in the AI industry and raises concerns about intellectual property security.
Anthropic AI code leak
Apr 02, 2026 · 11 clips · 7 podcasts
Best Podcasts on OpenAI vs Anthropic AI Rivalry
OpenAI and Anthropic are intensifying their competition in the development of AI agents and advancements towards artificial general intelligence (AGI). This rivalry highlights the growing focus on creating more autonomous and capable AI systems, which could significantly impact various industries and the future of AI technology.
Anthropic OpenAI AGI
Mar 27, 2026 · 23 clips · 12 podcasts
Best Podcasts on Anthropic's Claude AI
Anthropic has upgraded its Claude AI with new capabilities called 'OpenClaw'. This development aims to improve the AI's functionality and competitiveness in the artificial intelligence sector. The enhancements are expected to bolster Claude AI's position in the market.
Anthropic Claude AI
Mar 25, 2026 · 13 clips · 7 podcasts
Top Podcasts on Nvidia's AI Agent Orchestration
Nvidia CEO Jensen Huang is promoting the concept of AI agent orchestration, which he believes could significantly enhance the company's valuation. This approach involves coordinating multiple AI agents to work together, potentially unlocking new capabilities and efficiencies in AI applications.
Nvidia Jensen Huang
Mar 24, 2026 · 12 clips · 8 podcasts
Best Podcasts on AI Growth and Challenges
The artificial intelligence sector is experiencing significant expansion with the introduction of new products and services. This growth is accompanied by economic shifts and increased regulatory scrutiny, which could impact the industry's trajectory. The developments highlight the balancing act between innovation and oversight in the tech industry.
Mar 24, 2026 · 6 clips · 6 podcasts
Top Podcasts on AI Agents & Workforce Changes
The rapid development and deployment of AI agents, particularly tools like Claude Code and OpenAI's enterprise focus, are transforming software development and knowledge work. While promising massive productivity gains and enabling non-technical users to build software, this shift is also raising concerns about job displacement, especially in entry-level white-collar roles, and the need for new security and governance frameworks.
War
Mar 17, 2026 · 24 clips · 14 podcasts
Top Podcasts on Pentagon vs Anthropic AI Clash
The ethical implications and military applications of artificial intelligence are a major discussion point, highlighted by the lawsuit filed by AI firm Anthropic against the Pentagon. Anthropic alleges it was blacklisted for refusing to waive ethical restrictions on using its Claude model for autonomous weaponry and mass surveillance. This conflict underscores a broader debate about AI's impact on jobs, its role in warfare, and the responsibility of tech companies in developing powerful AI systems.
Mar 06, 2026 · 20 clips · 15 podcasts
Best Podcasts on Anthropic's Pentagon Clash
AI company Anthropic is suing the Trump administration after the Pentagon officially designated it a 'supply-chain risk,' effectively blacklisting it from federal defense contracts. This escalation follows Anthropic's refusal to waive ethical restrictions on using its Claude AI model for autonomous weaponry and mass domestic surveillance, sparking a debate about AI ethics, government contracts, and the future of AI in military applications.
Anthropic Uber Emil Michael Jeff Dean
Feb 26, 2026 · 36 clips · 21 podcasts
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.
Feb 16, 2026 · 4 clips · 2 podcasts