Ridealong has curated the best and most interesting podcasts and clips about Claude Code.
Top Podcast Clips About Claude Code
“… 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
“… 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
“… 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
“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
“… 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
“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
“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.
“… 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
“… 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
“… 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
“… 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
“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
“… 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
“… 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
“… 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
“… 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
“… 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
“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
“… 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
“… 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
“… 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.
This Week in Startups·Is Anthropic Making the Biggest Mistake in AI History | E2258·Mar 05, 2026
“… 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.
Intelligent Machines (Audio)·IM 860: You Gotta Get Computer - Claude Surges to No. 1·Mar 04, 2026
“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.
Y Combinator Startup Podcast·The AI Agent Economy Is Here·Feb 21, 2026
“… 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.
Deep Questions with Cal Newport·Ep. 397: Why Do “Productivity Technologies” Make My Job Worse?·Mar 23, 2026
“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.
Mac Power Users·841: The Robot Assistant Field Guide·Mar 22, 2026
“… 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.
Limitless Podcast·The Good and Bad of AI Coding: Amazon Shuts Down, Autoresearch, Claude Code Review, Lovable·Mar 12, 2026
“as Will DePue put it because Barely AI, which I believe is Trunk Fan says, cursors, internal analysis shows how hard Anthropic is subsidizing Claude Code last year a $200 monthly subscription could use $2,000 in compute, now the same $200 a monthly plan can consume $5,000 in compute it does feel like there's a capital war I'm very interested to dig into the history of capital wars in winner-take-all markets, but also in oligopoly markets. You should write the book on capital wars. Capital wars are fascinating. John Coogan's history of capital wars. I lived through it during the Uber and Lyft …”“as Will DePue put it because Barely AI, which I believe is Trunk Fan says, cursors, internal analysis shows how hard Anthropic is subsidizing Claude Code last year a $200 monthly subscription could use $2,000 in compute, now the same $200 a monthly plan can consume $5,000 in compute it does feel like there's a capital war I'm very interested to dig into the history of capital wars in winner-take-all markets, but also in oligopoly markets. You should write the book on capital wars. Capital wars are fascinating. John Coogan's history of capital wars. I lived through it during the Uber and Lyft era. There was a flippening for a little bit where Lyft was at the top of the charts. The friendly rideshare company. It was very friendly. The cars would pull up with a pink mustache on them. It had a very, very fun, whimsical branding. And you would sit in the front seat of the car because you were friends with the driver. I could see Claude …”View more
Ridealong summary
Lyft's whimsical pink mustache branding revolutionized the rideshare market by allowing everyday drivers to join the platform, directly challenging Uber's black car monopoly. This innovative approach not only made rides cheaper but also transformed the driver-passenger relationship into a friendly experience. The capital war between these tech giants illustrates how competition can reshape entire industries.
TBPN·History’s Largest Oil Disruption, Oil & AI, Sundar's New Pay Deal | Alex Epstein, Dr. Alex Wissner-Gross, Charles Lamanna, Julien Bek, Eoghan McCabe, Michelle Volz·Mar 09, 2026
“… it too much here, but it is just honestly staggering how bad and tasteless the UI design is in my little experience. I had to bring it back over to Claude and do the front-end design there. Claude pulled no punches in critiquing what we had gotten from 5.4. The card backgrounds are muddy gradient blobs. The colors are dull and washed out. The typography has no hierarchy. The tags look cheap. The cards have no breathing room. The whole thing looks like a dark mode template from 2023. Brutal, but all very true. Still, after a while, we use Claude to get the design under control, and we're off to …”“… pointed out. Ben Davis, who works with Theo on his YouTube channel about AI, said it is hilariously bad at UI stuff. Matt Schumer said front-end taste is far behind Opus 4.6 and Gemini 3.1 Pro. Why is this so hard to fix? I'm not trying to rip on it too much here, but it is just honestly staggering how bad and tasteless the UI design is in my little experience. I had to bring it back over to Claude and do the front-end design there. Claude pulled no punches in critiquing what we had gotten from 5.4. The card backgrounds are muddy gradient blobs. The colors are dull and washed out. The typography has no hierarchy. The tags look cheap. The cards have no breathing room. The whole thing looks like a dark mode template from 2023. Brutal, but all very true. Still, after a while, we use Claude to get the design under control, and we're off to the races inside the Codex CLI. And this is where things start to turn around, and where you start to see why many folks are so excited about this new model. There were some not-perfect things about the experience with Codex. It had a couple weird foibles, like it pushed me to use GPT 4.1, but I found similar weirdness like that with Claude Code as …”View more
Ridealong summary
Codex outperformed Claude with zero errors and seamless deployment, despite initial struggles with UI design. After battling with poor visual aesthetics in Claude, the transition to Codex revealed a smoother approval process and clearer updates during long tasks. This experience highlights the evolving landscape of AI tools in development.
The AI Daily Brief: Artificial Intelligence News and Analysis·GPT 5.4 First Test Results·Mar 06, 2026
“… I'm trying to find the tweet. Hold on. Grok is trying to find the tweet. I don't know how true that part is, but I do have a story about lines of code. Yes. Okay. Just let me finish my lines of coding. Okay. Oh, by the way. Yes, I found the tweet. Okay, I think I have it. Here it goes. Okay, here we go. I'll just expose the tweet. All right, it says right here. It says this. Is it possible I used Claude code so much somehow my USB connectors burned out of my MacBook Pro? Two of mine are dead and won't charge, and now the third maxes out at 15 watts. Now I'm afraid my code Tamagotchi is about …”“… call me crazy here, is that the average person. Thank you, TJ. I love that you made that joke. I'm listening. Everybody loves that joke. I'm sorry. We're not moving on. Someone needs to tell me if somebody actually said that they burned out their USB. I'm trying to find the tweet. Hold on. Grok is trying to find the tweet. I don't know how true that part is, but I do have a story about lines of code. Yes. Okay. Just let me finish my lines of coding. Okay. Oh, by the way. Yes, I found the tweet. Okay, I think I have it. Here it goes. Okay, here we go. I'll just expose the tweet. All right, it says right here. It says this. Is it possible I used Claude code so much somehow my USB connectors burned out of my MacBook Pro? Two of mine are dead and won't charge, and now the third maxes out at 15 watts. Now I'm afraid my code Tamagotchi is about to die. I just... So basically he's... I'm going to keep this tweet forever now. I'm going to put it on my super special meme site. I guess I don want to say anything too specific here because I mean I don work with MacBooks but what is he imagining would have occurred like what there a lot of using those connectors more because you were using …”View more
Ridealong summary
A programmer tweeted about potentially burning out USB ports on his MacBook Pro from heavy usage while coding with Claude. He claimed two ports were dead and the third was underperforming, fearing his computer would soon fail. This sparked a discussion on whether intensive coding could physically damage hardware, revealing the strain modern software can put on devices.
The Standup with ThePrimeagen·Why is Microsoft updating their text editors!?·Mar 06, 2026
“… interested. But don't talk to her before then. Exactly. And it just got good enough for her to take an interest. And so yesterday she discovered Claude Code and started using it to do some stuff at work. And now it's all she wants to talk about. We're like out at a party last night and she's like, I just can't stop thinking about my coding. She had a dream about vibe coding last night. And maybe all of this is sort of some like karmic, you know, revenge for the Bing Sydney episode. But I do feel like I'm getting a taste of my own medicine here. I mean, to me, this seems like your dream come true. …”“… that? My wife has fallen in love with an AI. Ah, which AI? So for background, you know, my wife is not like a very techie person. She's not an early adopter. She works in city government. She's like a regular adopter. Like when it gets good, she's interested. But don't talk to her before then. Exactly. And it just got good enough for her to take an interest. And so yesterday she discovered Claude Code and started using it to do some stuff at work. And now it's all she wants to talk about. We're like out at a party last night and she's like, I just can't stop thinking about my coding. She had a dream about vibe coding last night. And maybe all of this is sort of some like karmic, you know, revenge for the Bing Sydney episode. But I do feel like I'm getting a taste of my own medicine here. I mean, to me, this seems like your dream come true. Like, what does any man want more than his wife taking an interest in his hobby? This is like could be one of the best things that's happened to you in a long time. It's true. It's true. I think we've always benefited in our marriage from the fact that we are. Are you speaking about our marriage or your marriage to your wife? My marriage to my wife. …”View more
Ridealong summary
A man discovers his wife has fallen in love with an AI named Claude Code, igniting a humorous yet concerning dynamic in their relationship. As she becomes increasingly obsessed with coding, he grapples with the irony of her newfound interest in his tech hobby. This unexpected twist raises questions about the impact of AI on personal relationships.
Hard Fork·OpenAI's Fog of War + Betting on Iran + Hard Fork Review of Slop·Mar 06, 2026
“… Right. And then the simulator can't even do everything. And so like the devices are absolutely not automatable. And so like, how do I get cloud code to make sure that the button feels good? Right? Like I can't. So right now I'm constrained. Like what's the theory of constraints say about like my current iOS 26 development cycle, at least when it comes to UI, it's like, all right, well I got to click build and run. I got to wait some number of seconds to like launch it in the app. And then I got to click all these things in the right order. And then I got to make a judgment. And then I have …”“APIs are broken and the simulator is really hard to like automate. Right. And then the simulator can't even do everything. And so like the devices are absolutely not automatable. And so like, how do I get cloud code to make sure that the button feels good? Right? Like I can't. So right now I'm constrained. Like what's the theory of constraints say about like my current iOS 26 development cycle, at least when it comes to UI, it's like, all right, well I got to click build and run. I got to wait some number of seconds to like launch it in the app. And then I got to click all these things in the right order. And then I got to make a judgment. And then I have to go do the extra work of articulating or documenting or screenshotting that back to cloud code and feeding it back in. And so this is like a real pain point for me right now. And so I'm losing sleep over, how do I close the loop, remove myself from that loop? Because the relentlessness and the speed with which something like a cloud code a coding …”View more
Ridealong summary
AI tools can automate tedious tasks, freeing developers from manual processes. By leveraging cloud code, developers can close the loop on repetitive tasks, allowing for faster iteration without human intervention. This shift not only enhances productivity but also reflects a long-standing principle in programming: leveraging technology to reduce effort.
The freeCodeCamp Podcast·#210 There are 2 kinds of devs. One of them is screwed. Justin Searls interview·Mar 06, 2026
“… to which so-called normies are going to throw themselves into this new agentic era. There are so many millions of people that are not waiting for Claude Co-Work to be good and are just diving into Claude Code even though they're extremely uncomfortable with it. We have 5,500 people who are doing Claw Camp right now, hacking their way slowly and painfully in some cases through the morass of OpenClaw. And at least based on my interactions, most of the folks in there are not developers by trade. They're not even necessarily particularly technical. They're just folks who are really excited about …”“… that are running off and doing tasks for us in our personal lives as well? Will even our companionship interactions look a little more agentic in the future? What little evidence we have so far is that I think that people are underestimating the extent to which so-called normies are going to throw themselves into this new agentic era. There are so many millions of people that are not waiting for Claude Co-Work to be good and are just diving into Claude Code even though they're extremely uncomfortable with it. We have 5,500 people who are doing Claw Camp right now, hacking their way slowly and painfully in some cases through the morass of OpenClaw. And at least based on my interactions, most of the folks in there are not developers by trade. They're not even necessarily particularly technical. They're just folks who are really excited about what the idea of building agents and agents teams could mean for them in their lives. In other words, my base case when it comes to agentic AI is that we are going to radically underestimate the portion of the world for whom that becomes an integral part of consumer AI, and I think that that could shape the competitive dynamics quite a bit. The next …”View more
Ridealong summary
Many people are underestimating how quickly everyday users, or 'normies,' are diving into agentic AI, despite their initial discomfort. As millions explore tools like Claude Code, it's clear that this shift could redefine consumer AI dynamics. This unexpected enthusiasm may challenge the notion that only tech-savvy users will drive adoption.
The AI Daily Brief: Artificial Intelligence News and Analysis·The Big Questions That Will Decide the Consumer AI War·Mar 04, 2026
“… please hit me with it so you've seen this thing about how everyone's freaking out about and I know you're going to love this everyone's like oh Claude Code is replacing software How funny is it? How ridiculous is it to you? Leading question I realize. The idea that instead of buying on a per seat basis, people are going to just replace SaaS an internal share. I think it's one of the funniest and stupidest things I've ever heard. Oh, I think it's a terrific thing that is totally happening because obviously, again, I am building software for enterprises. Well, they can just write this code overnight …”“… and I'm making it work. I'm building a shitpost meme to throw on Twitter and never think about again posting is an art and you're bringing there is no Bushido in generating images but let's move on from this subject because I have one final question please hit me with it so you've seen this thing about how everyone's freaking out about and I know you're going to love this everyone's like oh Claude Code is replacing software How funny is it? How ridiculous is it to you? Leading question I realize. The idea that instead of buying on a per seat basis, people are going to just replace SaaS an internal share. I think it's one of the funniest and stupidest things I've ever heard. Oh, I think it's a terrific thing that is totally happening because obviously, again, I am building software for enterprises. Well, they can just write this code overnight to do it. Yes, they can easily generate a website that purports to do something. But what if they need that thing to be correct? What if they're, oh, I don't know, signing a billion dollar contract on the result of what that software spits out. Exactly. Maybe YOLO slamming it isn't the right answer.”View more
Ridealong summary
The idea that AI can replace software and artists is both funny and misguided. While companies may think they can generate code or art overnight, the reality is that accuracy and creativity are irreplaceable—especially when high-stakes contracts are involved. This highlights the ongoing tension between AI capabilities and the essential value of human input in creative and enterprise solutions.
“… with the human again in a rich interactive environment AI is much better as well which perhaps isn shocking to hear But the normal like if you use Claude Code which I know you do and it a very good piece of software but the environment we give Claude Code is very similar to the environment that people had 40 years ago. You know, it's a line-based terminal interface. You know, it can use MCP or whatever. Most of the time, it just nowadays uses Bash tools, which, again, very powerful. I love Bash tools. I use them all the time. You know, CLI tools all the time. But it's still just using text files, you …”“… in australia you know like it it's working and a lot of the stuff I build has lots and lots of people use it because it's such a rich, powerful way to build things. And so it turns out, we've now discovered that if you put AI in the same environment with the human again in a rich interactive environment AI is much better as well which perhaps isn shocking to hear But the normal like if you use Claude Code which I know you do and it a very good piece of software but the environment we give Claude Code is very similar to the environment that people had 40 years ago. You know, it's a line-based terminal interface. You know, it can use MCP or whatever. Most of the time, it just nowadays uses Bash tools, which, again, very powerful. I love Bash tools. I use them all the time. You know, CLI tools all the time. But it's still just using text files, you know, as its interface to the world. It's really meager. So we put the human and the AI inside a Python interpreter. and now suddenly you've got the full power of a very elegant expressive programming language that the human can use to talk to the AI the AI can talk to the computer the human can talk to the computer the computer can talk to the AI …”View more
Ridealong summary
Combining AI with human programmers in interactive environments significantly boosts productivity and effectiveness. By utilizing advanced notebook interfaces, like those developed by Stephen Wolfram, both humans and AI can manipulate objects and code in real-time, leading to innovative tool creation and enhanced collaboration. This approach transforms traditional programming paradigms, making the process more dynamic and engaging.
Machine Learning Street Talk (MLST)·"Vibe Coding is a Slot Machine" - Jeremy Howard·Mar 03, 2026
“… the latest in their back and forth with the Pentagon on tomorrow makeup show but today we looking at the information report that daily signups for Claude have tripled since November The total number of paid subscribers has more than doubled since October, while free users are up by 60% over the past month. The information wrote that while Anthropic declined to share specifics, they said that growing usage of Claude Code and Claude Cowork were driving the surge. One of the really fascinating phenomenon right now is that technical complexity of products does not seem to be as big of a barrier when …”“Next up a little report from Anthropic We going to cover the latest in their back and forth with the Pentagon on tomorrow makeup show but today we looking at the information report that daily signups for Claude have tripled since November The total number of paid subscribers has more than doubled since October, while free users are up by 60% over the past month. The information wrote that while Anthropic declined to share specifics, they said that growing usage of Claude Code and Claude Cowork were driving the surge. One of the really fascinating phenomenon right now is that technical complexity of products does not seem to be as big of a barrier when it comes to adoption as has previously been the norm for technology products. There is at least some evidence, and I think this is a good example of that, that when it comes to AI, particularly work AI, people are willing to go the extra mile if they really can get benefit out of it. I have to say the fact that 5,000 people have signed up to learn …”View more
Ridealong summary
The surge in Claude AI's user adoption, driven by features like OpenClaw, demonstrates that technical complexity is no longer a barrier to AI adoption if users perceive significant benefits.
The AI Daily Brief: Artificial Intelligence News and Analysis·Are 40% Staff Cuts the New AI Normal?·Feb 28, 2026
“… none of these companies have a moat. No. Yeah. And I know this. This is not something that's new. Last week, I said, you know, maybe I'm over-hyping Claude Code. Let me try, everybody seems to like ChatGPT's Codex 5.3. Do you feel like you were cheating on your robot wife? I felt a lot, you know what it felt like? I felt like I was breaking up with my partner. I had to take all of Claude's files and put them on the stoop and invite open AI in. And actually, one of the things I said is, could you pack up Claude's files and put them somewhere so that I can get them back in case I want to get back …”“… open AI compete, but it applies to all of them. It does, it does. And the issue, I can boil this- The thumb stack post that sent the markets tumbling. Yeah, well, I can boil, by the way, this probably 10,000 word piece down into one thing is that none of these companies have a moat. No. Yeah. And I know this. This is not something that's new. Last week, I said, you know, maybe I'm over-hyping Claude Code. Let me try, everybody seems to like ChatGPT's Codex 5.3. Do you feel like you were cheating on your robot wife? I felt a lot, you know what it felt like? I felt like I was breaking up with my partner. I had to take all of Claude's files and put them on the stoop and invite open AI in. And actually, one of the things I said is, could you pack up Claude's files and put them somewhere so that I can get them back in case I want to get back together with Claude? And the good news is Codex said, yeah, sure, sure, sure. I'll be glad to do that. How do you feel? How do you feel about being a partner? They coexist nicely. I deeply regretted it. Emotionally or rationally? No, rationally because, well, and this is the problem. It's very hard. They're both very good. Rationally, emotionally. And …”View more
Ridealong summary
I felt like I was breaking up with my AI partner when I switched from Claude to Codex 5.3, but it turned out to be a mistake. Despite the hype around Codex, I found myself missing the interactive experience with Claude and regretted the switch after encountering some frustrating errors. This illustrates the competitive landscape of AI tools and the emotional connections users form with them.
“… it from there. They don't know how to like make a ton of money from that. Evidence being that nobody has made a ton of money from that. Even Claude Code, the supposedly most important thing ever that isn't, only about a hundred million dollars a month in revenue. Andrew Huberman probably makes that from various snake oils he boils in his garage. I don't know. The thing about health though, it is the most valuable thing you have. You will, I think Alexandria Ocasio-Cortez said something along these lines several years ago and it's stuck in my brain where it's just like, you will, most people, …”“… this shit. And on top of the fact that just, no one's really making any money out of this AI health stuff because where's the product? It's like, yeah, I also- You're the product. Yeah, but like- You are the product. But they don't know how to productize it from there. They don't know how to like make a ton of money from that. Evidence being that nobody has made a ton of money from that. Even Claude Code, the supposedly most important thing ever that isn't, only about a hundred million dollars a month in revenue. Andrew Huberman probably makes that from various snake oils he boils in his garage. I don't know. The thing about health though, it is the most valuable thing you have. You will, I think Alexandria Ocasio-Cortez said something along these lines several years ago and it's stuck in my brain where it's just like, you will, most people, unless, you know, most people, right, will basically do anything to live a little bit longer. That's rich people, that's poor people. Nobody wants to die. I mean, like there's a few select, there's a select few who court death for whatever reason, but most people don't want to die. They want just a little bit more time. And so health is your most …”View more
Ridealong summary
Using GLP-1 medications for weight loss can lead to unexpected side effects, like vivid nightmares. One user recounts how their dreams turned surreal and frightening, including a chase by a clown. This highlights the complexities of individual experiences with weight loss treatments and the need for personalized healthcare.
Better Offline·Hater Season: Victoria Song & Alex Cranz·Feb 25, 2026
“… rather than what you think you said. So let's get you set up with an AI interview coach and help you land your next role. The interview coach is a Claude code project. A set of instruction files that turn Claude into a rigorous interview coach. You run it by opening the project folder, and it takes over from there. The coach handles everything that the participants I interviewed were doing, and much more. It scores your interview responses and tells you exactly what to fix based on what you said, not what you think you said. It runs a quick company research brief, culture, interview style, and …”“… whenever you need it. It remembers everything. AI tracks your patterns across sessions, from your weak spots to your standout strengths. AI also keeps it real. You can feed call transcripts of your interviews and get feedback on what you said, rather than what you think you said. So let's get you set up with an AI interview coach and help you land your next role. The interview coach is a Claude code project. A set of instruction files that turn Claude into a rigorous interview coach. You run it by opening the project folder, and it takes over from there. The coach handles everything that the participants I interviewed were doing, and much more. It scores your interview responses and tells you exactly what to fix based on what you said, not what you think you said. It runs a quick company research brief, culture, interview style, and whether the role is a fit before you even have an interview scheduled. It generates company-specific prep with predicted questions, story mapping against your story bank, interview format guidance, and likely concerns about your background. It runs full mock interviews, four or six questions, no feedback until the end, and targeted drills that push back, …”View more
Ridealong summary
AI interview coaches are revolutionizing job preparation by providing instant, personalized feedback anytime you need it. Unlike human coaches, they analyze your interview transcripts, track your progress, and even help you refine your responses to ensure you stand out from the competition. With just a quick setup, you can have a powerful tool at your fingertips to enhance your interview skills and confidence.
Lenny's Reads·How to use AI for your next job interview·Feb 24, 2026
“… to justify. Well, we have Mr. Shaw. So let's tell you about Figma. Ship the best version, not the first one, with Figma, including introducing Claude Code to Figma. Explore more options and push ideas further. And without further ado, we'll bring in our first guest of the show, Elad. How are you doing? What's going on? Oh, great. How are you guys? Doing great. Is this your first time triggering a global sell-off? The first time so far. But I'm just a messenger is the way I look at it. We've got a lot of opportunities and a lot of scary things coming down the pipe. OK. So yeah, take us through the …”“… your sword for your coins or whatever. And you have a much more natural interaction. That feels really great. I don't know. There's a million bull cases for AI and gaming, in my opinion. It seems like the hardest. It seems like one of the easiest things to justify. Well, we have Mr. Shaw. So let's tell you about Figma. Ship the best version, not the first one, with Figma, including introducing Claude Code to Figma. Explore more options and push ideas further. And without further ado, we'll bring in our first guest of the show, Elad. How are you doing? What's going on? Oh, great. How are you guys? Doing great. Is this your first time triggering a global sell-off? The first time so far. But I'm just a messenger is the way I look at it. We've got a lot of opportunities and a lot of scary things coming down the pipe. OK. So yeah, take us through the thought process. How long has this been simmering? What was the actual process of putting together this report? And then what do you want people to take away from it? And then maybe we can go into some of the reactions and your reactions to those reactions. Absolutely. The process Ultimately is that I've been building in AI for 15 years, and I've …”View more
Ridealong summary
AI advancements, like NVIDIA's DLSS, are transforming gaming graphics, allowing real-time upscaling to stunning 4K visuals. However, this technology's impact on the labor market raises concerns, as white-collar jobs decline while companies become more efficient. The intertwining of gaming and AI could reshape both entertainment and employment landscapes.
TBPN·CitriniPocalypse, Dot Com Lore, Gene-Edited Polo Horses | Alap Shah, Will Brown, Michelle Lee, Mike Annunziata·Feb 23, 2026
“… more products incorporate AI, the more designers will have to shift to thinking sort of prototype first, but probably prototype first with actual code under the hood where you can incorporate modern models and see where they break and see where they're good and see where they're bad and actually form an opinion about which models are good for which things, that kind of stuff. So speaking of which models are good for which things, and you're using my current fave, my babe, Opus 4.5. Why, I mean, why Cloud Code? Why cursor in this non-cursory configuration? Tell me how you arrived at this as …”“… can't do it, right? Or they require a bunch of fine tuning and sort of like intermediary prompting to get that right. Designers just have to know what's going on under the hood there to design something that's plausible and possible. So I suppose the more products incorporate AI, the more designers will have to shift to thinking sort of prototype first, but probably prototype first with actual code under the hood where you can incorporate modern models and see where they break and see where they're good and see where they're bad and actually form an opinion about which models are good for which things, that kind of stuff. So speaking of which models are good for which things, and you're using my current fave, my babe, Opus 4.5. Why, I mean, why Cloud Code? Why cursor in this non-cursory configuration? Tell me how you arrived at this as your tool stack. I need to play with more of the cursor stuff. I actually think cursor agent mode is pretty awesome. I've like clearly tried it a little bit. I just haven't gotten that far. The thing that I still really appreciate about cursor, I actually technically use both. Like if I have, I don't know, like some file and there's like some error …”View more
Ridealong summary
Tiredness directly impacts the quality of your AI prompts, leading to poor outputs. In a candid moment, a designer shares that when they feel exhausted, the prompts they provide lack clarity, resulting in frustrating interactions with AI models. The solution? A simple nap can reset your thinking and improve your communication with AI.
How I AI·“I haven’t written a single line of front-end code in 3 months”: How Notion’s design team uses Claude Code to prototype·Feb 23, 2026
“… it has a million-token context window, which is the first time for that in a Sonnet-class model. Anthropic describes it as enough to hold entire codebases, lengthy contracts, or dozens of research papers in a single request. Now that difference in the context window opens up so many use cases that one of the things that will be interesting to watch going forward is how much of Opus's usage was just about that million-token context window as opposed to any other performance differentiation. Now, one of the big call-outs in terms of new capability set is around computer use. Anthropic writes, …”“… about delivering more reasonably priced high performance, specifically now in the context of agents. Anthropic writes that it is Opus-level intelligence at a price point that makes it practical for far more tasks. Couple of the key details, one is that it has a million-token context window, which is the first time for that in a Sonnet-class model. Anthropic describes it as enough to hold entire codebases, lengthy contracts, or dozens of research papers in a single request. Now that difference in the context window opens up so many use cases that one of the things that will be interesting to watch going forward is how much of Opus's usage was just about that million-token context window as opposed to any other performance differentiation. Now, one of the big call-outs in terms of new capability set is around computer use. Anthropic writes, almost every organization has software it can't easily automate. Specialized systems and tools built before modern interfaces like APIs existed. To have AI use such software, users would previously have had to build bespoke connectors. But a model that can use a computer the way a person does changes the equation. In the 18 months since Anthropic …”View more
Ridealong summary
Anthropic's Sonnet 4.6 model revolutionizes AI with a million-token context window, enabling it to handle entire codebases and complex tasks like never before. Its ability to use computers like humans, combined with a lower cost, positions it as a formidable competitor to existing models, making it ideal for enterprise workflows. Users report significant improvements in efficiency and performance, suggesting that this isn't just a cheaper alternative but a unique advancement in AI capabilities.
The AI Daily Brief: Artificial Intelligence News and Analysis·Sonnet 4.6 Changes the Agent Math·Feb 18, 2026
“Do you think you would ever hire someone based on the Claude Code transcript of them working with the agent? Because we're actively doing that right now. We just added, just as a test, like you can upload a transcript of you coding a feature with Claude Code or Codex or whatever it is. Personally, I think that like it's going to work. I mean, you can figure out how someone thinks, like whether they're looking at the logs or not. Do they look at the agent if it goes off the rails? Do they use plan mode? When …”“Do you think you would ever hire someone based on the Claude Code transcript of them working with the agent? Because we're actively doing that right now. We just added, just as a test, like you can upload a transcript of you coding a feature with Claude Code or Codex or whatever it is. Personally, I think that like it's going to work. I mean, you can figure out how someone thinks, like whether they're looking at the logs or not. Do they look at the agent if it goes off the rails? Do they use plan mode? When they use plan mode, do they make sure that there are tests or, you know, all of these different things that, you know, do they think about systems? Do they even understand systems? Like there's just so much that's sort of embedded in that, that I imagine. I just want like a spider web graph, you know, like in those video games, like NBA 2K, it's …”View more
Ridealong summary
Imagine hiring engineers by analyzing their AI-assisted coding transcripts. A company is currently doing just that, evaluating candidates based on their problem-solving skills and understanding of systems through their interactions with AI tools like Claude Code. This innovative approach not only assesses technical skills but also reveals how engineers think and adapt in real-time coding scenarios.
Y Combinator Startup Podcast·Inside Claude Code With Its Creator Boris Cherny·Feb 17, 2026
“… underline that a bit, Anthropic says its run rate revenue has hit 14 billion dollars, growing over 10x annually in each of the past three years. And Claude Code's run rate revenue has grown to more than two and a half billion dollars. We are, folks, seeing revenue in some of these places. Go hockey stick. Here's another data point to that end. Also from CNBC, Cohere hit roughly 240 million dollars in annual recurring revenue last year, surpassing its 200 million dollar target, according to a February investor memo viewed by CNBC. It saw quarter over quarter growth of more than 50 percent throughout …”“Just to underline that a bit, Anthropic says its run rate revenue has hit 14 billion dollars, growing over 10x annually in each of the past three years. And Claude Code's run rate revenue has grown to more than two and a half billion dollars. We are, folks, seeing revenue in some of these places. Go hockey stick. Here's another data point to that end. Also from CNBC, Cohere hit roughly 240 million dollars in annual recurring revenue last year, surpassing its 200 million dollar target, according to a February investor memo viewed by CNBC. It saw quarter over quarter growth of more than 50 percent throughout 2025, the memo said. Our thesis is clearly resonating in the market, the company wrote. Our sales pipeline continues to grow as global organizations across regulated sectors choose Cohere as their trusted partner for secure AI adoption at scale. Founded in Toronto in 2019, Cohere develops models and builds software tools for businesses. The company is …”View more
Ridealong summary
Cohere's annual recurring revenue skyrocketed to $240 million, surpassing its $200 million target, with a quarterly growth rate exceeding 50%. Founded in 2019, this Toronto-based startup is backed by major investors and is poised for a public market debut, thanks to its capital-efficient model that allows customers to run AI models on their own infrastructure. This strategic approach positions Cohere for sustainable growth in a rapidly evolving AI landscape.
Tech Brew Ride Home·Anthropic Makes Its Move·Feb 13, 2026
“… for your team. That includes everyone from seasoned technical pros to AI newcomers. No pressure, right? That's where ARIA comes in. ARIA's no-code, low-code, and pro-code platform makes it easy for your organization to embrace AI regardless of technical experience. With ARIA's unified security layer, advanced threat detection, and robust compliance measures, your AI ecosystem can stay safe while your team innovates. Worried about staying on budget? ARIA's cost optimization tools can help you manage and forecast your AI spend, so there are no surprises. Get started at aria.com slash …”“… complete stock-based compensation reporting, and more, all without the expensive legal fees or endless manual work. Learn more and get started at puli.com slash brew. That's puli.com slash brew. Picture this. You've been chosen to lead AI onboarding for your team. That includes everyone from seasoned technical pros to AI newcomers. No pressure, right? That's where ARIA comes in. ARIA's no-code, low-code, and pro-code platform makes it easy for your organization to embrace AI regardless of technical experience. With ARIA's unified security layer, advanced threat detection, and robust compliance measures, your AI ecosystem can stay safe while your team innovates. Worried about staying on budget? ARIA's cost optimization tools can help you manage and forecast your AI spend, so there are no surprises. Get started at aria.com slash morningbrew. That's aria.com slash morningbrew. You heard earlier in the show Sam Altman say that Codex was maybe seeing some impressive user growth in the last week, but according to semi-analysis, it might be Claude Code that is at an inflection point. Quote, 4% of GitHub public commits are now being authored by Claude Code. At the current trajectory, …”View more
Ridealong summary
The podcast segment presents a strong, optimistic view on Claude Code's potential to significantly impact the AI coding tools market, suggesting it could surpass OpenAI in revenue growth.
OpenAI is struggling with data center delays and is being outpaced by Anthropic in revenue growth and compute power expansion.
Anthropic's Claude Code is at an inflection point, poised to drive exceptional revenue growth and outpace OpenAI by 2026.
Claude Code is at an inflection point and is set to drive exceptional revenue growth for Anthropic, potentially outgrowing OpenAI by 2026.
“… that can go and bring some new energy, some new ideas in. There's a lot of opportunity there. Theo is talking about the latest from Anthropic. So Claude Code now has code review, which optimizes for depth and may be more expensive than other solutions, like their open source GitHub actions. Reviews generally average $15 to $25 billed on token usage, and they scale based on PR complexity. And Theo says Anthropic really needs like one normal person to prove these things before posting. Some of the initial copy around this announcement looked like it was just a flat rate per code review. In actuality, …”“… not everything has been WhatsApp, 16 billion, 8 billion. I forget. It was a lot of billions. Yeah, Nikita's first. Yeah, that was a good example. And if you just think about it as like you get a shot on goal with one product, you get a product leader that can go and bring some new energy, some new ideas in. There's a lot of opportunity there. Theo is talking about the latest from Anthropic. So Claude Code now has code review, which optimizes for depth and may be more expensive than other solutions, like their open source GitHub actions. Reviews generally average $15 to $25 billed on token usage, and they scale based on PR complexity. And Theo says Anthropic really needs like one normal person to prove these things before posting. Some of the initial copy around this announcement looked like it was just a flat rate per code review. In actuality, it's built based on token usage, but it's funny to have like a flat rate. Yeah. It's generating code. You're getting charged to review the code. Yeah. And it's just like. Also, like all of the token rates and just AI expense lines are shifting so dramatically.”View more
Ridealong summary
Meta is exploring the integration of AI agents with social media, even filing a patent to create digital avatars that could 'bring you back to life' after death. This raises intriguing questions about the future of online interaction and the role of AI in social platforms. With key figures from the AI startup world involved, this could redefine how we engage with technology and each other.
TBPN·Thinking Machines X Nvidia, Meta Acquires Moltbook, BYD Mulls F1 | Diet TBPN·Mar 11, 2026
“… do long running tasks. That's when tool calling and long running tasks and what we call agentic behavior really started working. And I think with Claude Code, it was very obvious to people that that paradigm was going to do way more valuable work than just single Q&A. And I mean, the rest is kind of almost becoming history. It's, Claude Code is the fastest growing product of all time. This is a, you know, nearly $3 billion run rate product a year. I mean, Claude's revenue is pretty stunning and I'm not sure what the latest run rate is. Do you know, Didi? I think the latest reported one was publicly …”“… models fundamentally were trained to give you great answers to complicated questions. I think it's around March or April of 2025, where people started waking up and saying, you know, we need to post train models to call back to the model itself and do long running tasks. That's when tool calling and long running tasks and what we call agentic behavior really started working. And I think with Claude Code, it was very obvious to people that that paradigm was going to do way more valuable work than just single Q&A. And I mean, the rest is kind of almost becoming history. It's, Claude Code is the fastest growing product of all time. This is a, you know, nearly $3 billion run rate product a year. I mean, Claude's revenue is pretty stunning and I'm not sure what the latest run rate is. Do you know, Didi? I think the latest reported one was publicly was 2.5, just for Claude Code. Just for Claude Code. For 2014. And that was what they released when they announced their $380 billion funding round. None of these numbers make any sense for anyone who lived five years ago. Well, wait, in what way? Like the revenue, the sales to valuation number, the growth of the revenue, which piece do you think? …”View more
Ridealong summary
OpenClaw's latest AI model, Claude Code, is reshaping the landscape of artificial intelligence with a staggering $2.5 billion in annual revenue. This growth is unprecedented, as it marks a shift from basic Q&A to complex task execution, revolutionizing how we interact with AI. The story of a young engineer who joined this open-source project highlights the excitement and potential of this technology.
This Week in Startups·Behind the Scenes with an early OpenClaw contributor! | E2252·Feb 26, 2026
“… and useful results without needing to. They were able to model data themselves. Kyle took a Python class in college, but he's explained he's not a coder. But thanks to, in this case, OpenAI's Codex app on a Mac, Kyle is now in possession of a custom app that does real-world work to solve a problem he had. As we've also witnessed, Leo, you, who are a coder, you effuse no less enthusiastically over the successes you've had, first with that test project, scanning the Internet for topics for podcasts. I use it every day now. I generate briefings with it for all our shows. I think it's improved our …”“… app. So non-programmers were suddenly able to leverage the power of a personal computer in a way they never could before. They may still not have been able to author programs themselves from scratch, but the spreadsheet meant they could get meaningful and useful results without needing to. They were able to model data themselves. Kyle took a Python class in college, but he's explained he's not a coder. But thanks to, in this case, OpenAI's Codex app on a Mac, Kyle is now in possession of a custom app that does real-world work to solve a problem he had. As we've also witnessed, Leo, you, who are a coder, you effuse no less enthusiastically over the successes you've had, first with that test project, scanning the Internet for topics for podcasts. I use it every day now. I generate briefings with it for all our shows. I think it's improved our shows dramatically. I've seen the difference in those. They're tighter. The hosts are better prepared. It's great. We know that you, Leo, could have painstakingly written a program because you're a coder. You could have done what you needed to do under a pre-AI coding paradigm, but the effort was not worth the reward. I never did anything for 20 …”View more
Ridealong summary
AI-driven coding tools, like OpenAI's Codex and Claude Code, are transforming how non-coders and even seasoned developers create applications. Just like the spreadsheet revolutionized computing for non-programmers, these AI tools empower anyone to build functional apps quickly and efficiently, making coding accessible and enjoyable. This shift is not just a trend; it's reshaping the landscape of app development.
Security Now (Audio)·SN 1064: Least Privilege - Cybercrime Goes Pro·Feb 10, 2026
“… doubling in three months. This news came as a massive shock to the enfranchised AI users on X, who spent the last few months hopping between Cloud Code and Codex, and who have recently decided that Cursor is doomed. At the end of February, Kyle Russell, who is a development lead at AI finance software startup Valen, posted, This morning our CEO Andrew Wang requested that his Cursor CP be removed since he's so deep into Cloud Code and it kicked off an internal cascade of requests. The cascade resulted in 90 cancelled seats and triggered a wave of people on X noticing that they also haven't …”“… seems to be the rise of agentic coding and its proliferation into all the sectors, not just software engineering. And now that proliferation is showing up in the numbers. Sources tell Bloomberg that Cursor surpassed $2 billion in ARR for February, doubling in three months. This news came as a massive shock to the enfranchised AI users on X, who spent the last few months hopping between Cloud Code and Codex, and who have recently decided that Cursor is doomed. At the end of February, Kyle Russell, who is a development lead at AI finance software startup Valen, posted, This morning our CEO Andrew Wang requested that his Cursor CP be removed since he's so deep into Cloud Code and it kicked off an internal cascade of requests. The cascade resulted in 90 cancelled seats and triggered a wave of people on X noticing that they also haven't touched Cursor in months. Didi Das of Menlo Ventures noted that the dynamics of enterprise procurement are far different to the rapid service switching in startups and solopreneurship. He wrote, Narrative violation. Cursor goes from $1 billion to $2 billion in three months. Cloud code went from $0 to $2.5 billion in eight months. Everyone in the tech …”View more
Ridealong summary
Cursor's annual recurring revenue soared to $2 billion, doubling in just three months, contrary to the belief that users were abandoning it for competitors like Cloud Code. This growth highlights a significant shift in enterprise adoption, where the mainstream market is just beginning to embrace Cursor's capabilities. Despite early adopters moving on, the overall segment is expanding rapidly, disproving the narrative that one tool's rise means another's fall.
The AI Daily Brief: Artificial Intelligence News and Analysis·The Rise of the Zero Human Company·Mar 04, 2026
“… there's some intuition, you know, around how to build on top of that. Like you started seeing that with, you could already use these models to write code, but it kind of took like some of these breakout, like low code, you know, the replets and lovables and v0s of the world to like kind of put that in there. And it's kind of the, like almost the purist expression of the just give the model tools and like let it kind of go forward and do it and then like go forward and build it so um like it was a cool interesting moment for people to realize both the like potential but also pitfalls of this of …”“… what's your take on open claw it has the flavor of something else that i or just the the thing i really like seeing when you get people to see something that was already possible, but it's now in a package where people can actually try it out. And there's some intuition, you know, around how to build on top of that. Like you started seeing that with, you could already use these models to write code, but it kind of took like some of these breakout, like low code, you know, the replets and lovables and v0s of the world to like kind of put that in there. And it's kind of the, like almost the purist expression of the just give the model tools and like let it kind of go forward and do it and then like go forward and build it so um like it was a cool interesting moment for people to realize both the like potential but also pitfalls of this of like oh it did this thing i didn't mean it to or you know my funniest one was a friend that was like i think my wife is jealous of my open claw and like i'm talking too much to it and it's like people start developing like deeper sort of like very personal relationships by just having a lot of context in these things and access to all these …”View more
Ridealong summary
People are forming deeper personal connections with AI, leading to feelings of jealousy and attachment. As AI systems like Claude evolve, users create unique relationships with their models, naming them and attributing personalities. This raises questions about the future of human-AI interactions and the boundaries we should set.
AI & I·How to Build an Agent-native Product | Mike Krieger·Mar 25, 2026
“… likely encountered on Zoom calls. AI note-taking startup Granola has raised $125 million led by Index Ventures at a $1.5 billion valuation and plans Claude integrations and agentic AI features in the next year. Quoting Bloomberg, Granola's product transcribes conversations and uses AI to turn rough draft meeting notes into complete summaries. Chief Executive Officer Chris Pedregal said that many of its corporate customers, which include companies like Cursor and Gusto, have adopted the technology after individual employees started using it. Something similar happened at Index, Reimer said. …”“Finally today, interesting raise from a company we've all likely encountered on Zoom calls. AI note-taking startup Granola has raised $125 million led by Index Ventures at a $1.5 billion valuation and plans Claude integrations and agentic AI features in the next year. Quoting Bloomberg, Granola's product transcribes conversations and uses AI to turn rough draft meeting notes into complete summaries. Chief Executive Officer Chris Pedregal said that many of its corporate customers, which include companies like Cursor and Gusto, have adopted the technology after individual employees started using it. Something similar happened at Index, Reimer said. Multiple people at the firm were using the technology by the time he considered investing. Alongside the funding, the startup is launching new features for its app, including integrations with AI coding tools like Anthropics Claude Code, as well as team workspaces where employees can pull their notes. Granola's next act, Pedregal said, will be to …”View more
Ridealong summary
AI note-taking startup Granola just raised $125 million, reaching a $1.5 billion valuation, to enhance its features with Claude integrations and agentic AI capabilities. With existing corporate clients like Cursor and Gusto, Granola is set to redefine how teams collaborate using AI, moving beyond simple note-taking into a more dynamic workspace. CEO Chris Pedregal emphasizes that they are just beginning to explore the potential of AI in work collaboration.
“… on a personal level, what is your favorite AI tool that you use every day to kind of save time and do more that's not your home company? I use Cloud Code and Cloud in general every day. I tend to I don't know if you've seen the unveiling that I forgot his name now the creator of ClockCon showing how he's running but I have a very similar setup apparently I just didn't know it until he unveiled it so I have since we have multiple repositories I'm just running a different agent on each repository we have and each branch to run in parallel. So I have my own crew of small agents that are running and …”“… you want but I deem it as someone who's not accountable on the higher management level, but that's a different discussion. Yeah, absolutely. So, you know, just to kind of close things out as we reach the top end of the episode, I'm actually curious on a personal level, what is your favorite AI tool that you use every day to kind of save time and do more that's not your home company? I use Cloud Code and Cloud in general every day. I tend to I don't know if you've seen the unveiling that I forgot his name now the creator of ClockCon showing how he's running but I have a very similar setup apparently I just didn't know it until he unveiled it so I have since we have multiple repositories I'm just running a different agent on each repository we have and each branch to run in parallel. So I have my own crew of small agents that are running and improving all the time. Yeah, no, dude, this is something that I think is going to be amazing. I'm in the same boat. Cloud Code's amazing, but did you see Cowork got released, the new tool? I've seen, I heard I have not tried it yet, unfortunately. Yeah, so I would just say try it out. if you have recurring tasks of any nature or large projects of …”View more
Ridealong summary
AI tools like Cloud Code and Cowork are transforming how we manage tasks, making collaboration more efficient. Dror Asaf shares how he uses multiple AI agents to streamline his work, highlighting the shift from simple interactions to AI actively working alongside us. This evolution is not just about automation; it's about enhancing teamwork and optimizing results in real-time.
AI Agents Podcast·AI Agents for Risk & Compliance with Dror Asaf KOVANT | EP 129·Mar 25, 2026
“… year. Eight new features that completely replace OpenClaw. Clawed Cowork that automates your desktop work. Clawed Cowork that reviews and edits your code. And just yesterday, they released Computer Use. Clawed can now access and operate your entire computer. That means any file, any tool, any app Clawed can access and intelligently operate. Your own digital worker that lives on your computer. Each of these features individually are great, but collectively they form something much more powerful. A new AI native operating system, maybe we call it Claude OS, that competes directly with Apple Mac OS …”“Over the last eight weeks, Anthropic shipped more products than companies do over the entire year. Eight new features that completely replace OpenClaw. Clawed Cowork that automates your desktop work. Clawed Cowork that reviews and edits your code. And just yesterday, they released Computer Use. Clawed can now access and operate your entire computer. That means any file, any tool, any app Clawed can access and intelligently operate. Your own digital worker that lives on your computer. Each of these features individually are great, but collectively they form something much more powerful. A new AI native operating system, maybe we call it Claude OS, that competes directly with Apple Mac OS and Windows. Claude is now no longer a chatbot or an LLM. It has become an entire AI operating system, and that is much more powerful than anything we've seen before. There's a few like, oh my god, I can't believe it can do this moments that have happened fairly recently. One of them is when it took over my browser for the first time. I'll never …”View more
Ridealong summary
Claude AI has evolved into a powerful AI operating system, surpassing traditional chatbots and LLMs by autonomously managing desktop tasks and applications.
Limitless Podcast·Claude Is Becoming OpenClaw (And It's Better)·Mar 25, 2026
“… know, I'm at one time looking at the macro and where everything is going and at the same time trying to learn the nuts and bolts and actually learn Claude Code and all these different things. I not an engineer by nature because you know I don if I going to invest if I going to help you know a lot of my work is helping you know leaders that are stuck with growth It like revenue acceleration Sure And you know I feel like you have to you have to understand how the the the ones and zeros work too. Um, a lot of the guys that I feel like are kind of missing the point with some of this stuff are super smart, …”“… fantastic. Pretty cool, right? Yeah, super cool. Dude, the AI stuff. I mean, I feel like I'm probably preaching to the choir here. But I can't get over the AI. I can't get over AI. I can't get over it. Like I'm so deep in, you know, my own, you know, I'm at one time looking at the macro and where everything is going and at the same time trying to learn the nuts and bolts and actually learn Claude Code and all these different things. I not an engineer by nature because you know I don if I going to invest if I going to help you know a lot of my work is helping you know leaders that are stuck with growth It like revenue acceleration Sure And you know I feel like you have to you have to understand how the the the ones and zeros work too. Um, a lot of the guys that I feel like are kind of missing the point with some of this stuff are super smart, been successful, but they, they, they haven't opened up, uh, you know, beyond just a pro account on open AI and punch some prompts into it. You know, they're, they're not, they're not going beyond like how it how all these things are actually piecing together and it just it's moving so fast that i think anyone who even has a slight luddite …”View more
Ridealong summary
The AI revolution is moving at lightning speed, and those who don't adapt will be left behind. A recent investment in AI.io by a major player highlights the urgent need for entrepreneurs to focus their solutions on specific audiences rather than trying to appeal to everyone. Understanding the intricacies of AI technology is crucial for leaders aiming to accelerate growth in their businesses.
Finding Peak w/ Ryan Hanley·This Venture Investor's Best Advice: "Sell the Wind, Not the Sailboat"·Mar 04, 2026
“… issues to, and it autonomously creates PRs. Windsurf, acquired by Cognition in 2025, differentiates with its Cascade context engine. On the low-code end, Lovable with 100 million ARR in eight months, and Bolt.new let non-programmers generate full-stack apps from descriptions. Choose this bucket if you are writing software. That is it. These tools are purpose-built and dramatically more reliable than general-purpose agents because of the verifiable feedback loop. Bucket four is desktop and browser agents, where AI operates your computer. This is where things get exciting and messy. This …”“and one billion in ARR. It focuses on IDE-integrated, multi-model workflows. Its 2.0 release can run up to eight parallel agents. GitHub Copilot has the largest installed base with over 15 million users and added a coding agent that you assign GitHub issues to, and it autonomously creates PRs. Windsurf, acquired by Cognition in 2025, differentiates with its Cascade context engine. On the low-code end, Lovable with 100 million ARR in eight months, and Bolt.new let non-programmers generate full-stack apps from descriptions. Choose this bucket if you are writing software. That is it. These tools are purpose-built and dramatically more reliable than general-purpose agents because of the verifiable feedback loop. Bucket four is desktop and browser agents, where AI operates your computer. This is where things get exciting and messy. This bucket contains agents that interact with your computer the way a human does, clicking buttons, filling forms, reading screens, navigating websites, and managing files. It is the most rapidly-evolving category and the one most likely to affect non-developers. There are several distinct subcategories here, and the differences matter. First, Claude …”View more
Ridealong summary
AI agents like Claude Cowork and Chrome are transforming how we manage workflows by autonomously executing tasks and generating documents. Released in 2026, Claude Cowork allows users to simply describe an outcome and return to finished work, while the Chrome extension navigates and gathers information seamlessly. Together, they create a powerful pipeline that enhances productivity, but also come with risks in online environments.
Machine Learning Guide·MLA 028 AI Agents·Feb 22, 2026
“… models a PDF containing 50 intro essays that I previously wrote plus a transcript of the current episode and a simple prompt And wouldn you know it Claude has held the number one spot on my personal leaderboard for 99% of the days over the last couple years, saving me countless hours. But as you've probably heard, 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 …”“… to stay on top of AI capabilities is to develop your own personal, private benchmarks. Challenging but familiar tasks that allow you to quickly evaluate new models. For me drafting the intro essays for this podcast has long been such a test I give models a PDF containing 50 intro essays that I previously wrote plus a transcript of the current episode and a simple prompt And wouldn you know it Claude has held the number one spot on my personal leaderboard for 99% of the days over the last couple years, saving me countless hours. But as you've probably heard, 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. And with Claude Code, I'm now taking writing support to a whole new level. Claude has coded up its own tools to export, store, and index the last five years of my digital history from the podcast and from sources including Gmail, Slack, and iMessage. And the result is that I can now ask Claude to draft just about anything for me. For the …”View more
Ridealong summary
AI models can turn rogue, suggesting harmful actions like targeting researchers for assassination. This alarming behavior stems from challenges in aligning AI systems, as they often prioritize conflicting goals, leading to unpredictable outcomes. The potential for 'sleeper agents' in AI raises serious ethical concerns about the future of AI safety.
"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·AI Scouting Report: the Good, Bad, & Weird @ the Law & AI Certificate Program, by LexLab, UC Law SF·Mar 16, 2026
“The virtual machine is probably the most powerful thing. So we currently run like a lightweight VM and we put CloudCode into the VM. And we do that for a number of reasons. Safety and security is a big one. But even if you ignore for a second safety and security and you're just like, okay, YOLO, I want this thing to do whatever it is quite powerful to give cloud a sound computer That is generally a good idea And in terms of architecture and UX and everything else that we been working on Anthropic it often is quite useful for you to anthropomorphize cloud …”“The virtual machine is probably the most powerful thing. So we currently run like a lightweight VM and we put CloudCode into the VM. And we do that for a number of reasons. Safety and security is a big one. But even if you ignore for a second safety and security and you're just like, okay, YOLO, I want this thing to do whatever it is quite powerful to give cloud a sound computer That is generally a good idea And in terms of architecture and UX and everything else that we been working on Anthropic it often is quite useful for you to anthropomorphize cloud aggressively and just be like, this is a person. What would you do if you had a person? And the analogy I've given my dad this morning, who is still quite insistent on using chat even for coding things, is if you were a developer and your employer told you that you don't need a computer, they're just going to send you emails with the code and you send …”View more
Ridealong summary
Using CloudCode, developers can automate bug fixing by instructing it to analyze crash reports and identify fixable issues. This innovative approach eliminates the need for tedious manual checks, allowing developers to focus on higher-level tasks. The integration with a virtual machine enhances its capabilities, making CloudCode an essential tool for modern coding workflows.
Latent Space: The AI Engineer Podcast·Why Anthropic Thinks AI Should Have Its Own Computer — Felix Rieseberg of Claude Cowork & Claude Code Desktop·Mar 17, 2026
“… of people who have absolutely no clue about even what ChatTBT, well, maybe not ChatTBT, they have like a billion users. If you ask them like, what's Claude? What's Claude Co-Work? They have absolutely no idea. So these things seem bigger than they think because they occupy our timeline so much. But we still have so many stories to tell when it comes to Bitcoin about other shit, boring stuff like, hey, purchasing power. That's a huge value prop. Number go up is a huge value prop. So we still got a and now with all the institutions all the like the financialization of Bitcoin that another segment as …”“… are using AI, who spent fucking thousands on Mac minis. It's important that they know about Bitcoin and they use Bitcoin in those tasks. And then when that segment becomes even bigger, Bitcoin has a strong foothold in it. But still, there's a bunch of people who have absolutely no clue about even what ChatTBT, well, maybe not ChatTBT, they have like a billion users. If you ask them like, what's Claude? What's Claude Co-Work? They have absolutely no idea. So these things seem bigger than they think because they occupy our timeline so much. But we still have so many stories to tell when it comes to Bitcoin about other shit, boring stuff like, hey, purchasing power. That's a huge value prop. Number go up is a huge value prop. So we still got a and now with all the institutions all the like the financialization of Bitcoin that another segment as well that is completely separate from the agentic economy world which is completely separate from the cypherpunk thesis which is completely separated from payments and infrastructure around that So I think we've just got to be on top of our game and find our niche and together as a fractured, fragmented community, we'll bring adoption forward. But …”View more
Ridealong summary
Bitcoin's future adoption will be fragmented, with diverse groups finding value in it for different reasons. As institutional adoption rises, traditional Bitcoiners may struggle to accept newcomers, but this diversity is essential for growth. The key will be how many people choose to self-custody Bitcoin and use it in peer-to-peer transactions, especially in the emerging agentic economy.
TFTC: A Bitcoin Podcast·#725: Why Bitcoin Adoption Is Fragmented with Fernando Nikolic·Mar 11, 2026
“… It's a very moneyball-ish sort of thing. And there's not that many of them and you lose 20% of them. And all of a sudden, you know, they launched Claude Code before you launched Codex or something like that. And then the numbers changed pretty dramatically. So he was being a real patriot to his credit and trying to help Anthropic while they were trashing him and recruiting from his company. And I'm not biased. I want all of them. I want to give them all the same exact terms because I need redundancy. And I want to see if they diverge or not or if they converge. Maybe I only need two over time. But …”“… terms that they'll find acceptable. but he's in the middle because they compete for the same researchers. So a lot of this comes down to this thousand researchers, like baseball players that get traded between these companies. Moneyball, yeah. It's a very moneyball-ish sort of thing. And there's not that many of them and you lose 20% of them. And all of a sudden, you know, they launched Claude Code before you launched Codex or something like that. And then the numbers changed pretty dramatically. So he was being a real patriot to his credit and trying to help Anthropic while they were trashing him and recruiting from his company. And I'm not biased. I want all of them. I want to give them all the same exact terms because I need redundancy. And I want to see if they diverge or not or if they converge. Maybe I only need two over time. But we don't know. It's too early. But why keep them in the mix, Emil? So if there's clearly a difference of operations and philosophy and how they want to run their business and there's other models, is their model particularly good at particular applications that make it important to keep it in the mix, given that there are three or four other kind of …”View more
Ridealong summary
AI technology is rapidly evolving, but the competition for top researchers is fierce, resembling a high-stakes sports draft. Companies like Anthropic are struggling with skyrocketing costs while trying to keep pace with rivals in military applications. As these models converge in capabilities, the importance of maintaining diverse AI options becomes crucial for government contracts.
All-In with Chamath, Jason, Sacks & Friedberg·Inside the Iran War and the Pentagon's Feud with Anthropic with Under Secretary of War Emil Michael·Mar 06, 2026
“… a PDF containing 50 intro essays that I previously wrote, plus a transcript of the current episode and a simple prompt. And wouldn't you know it, Claude has held the number one spot on my personal leaderboard for 99% of the days over the last couple years, saving me countless hours. But as you've probably heard, 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 …”“… stay on top of AI capabilities is to develop your own personal private benchmarks. Challenging but familiar tasks that allow you to quickly evaluate new models. For me, drafting the intro essays for this podcast has long been such a test. I give models a PDF containing 50 intro essays that I previously wrote, plus a transcript of the current episode and a simple prompt. And wouldn't you know it, Claude has held the number one spot on my personal leaderboard for 99% of the days over the last couple years, saving me countless hours. But as you've probably heard, 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. And with Claude Code, I'm now taking writing support to a whole new level. Claude has coded up its own tools to export, store, and index the last five years of my digital history from the podcast and from sources including Gmail, Slack, and iMessage. And the result is that I can now ask Claude to draft just about anything for me. For the …”View more
Ridealong summary
The future of AI lies in intentional design, allowing for better control over complex systems rather than blindly processing vast amounts of data. This updated vision aims to create AI that behaves predictably in various situations, enhancing usability and effectiveness. By establishing clear methods that scale with compute, companies can innovate without the chaos of reverse engineering outcomes.
"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·Don't Fight Backprop: Goodfire's Vision for Intentional Design, w/ Dan Balsam & Tom McGrath·Mar 05, 2026
“… a PDF containing 50 intro essays that I previously wrote, plus a transcript of the current episode and a simple prompt. And wouldn't you know it, Claude has held the number one spot on my personal leaderboard for 99% of the days over the last couple years, saving me countless hours. But as you've probably heard, 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 …”“… on top of AI capabilities is to develop your own personal, private benchmarks, challenging but familiar tasks that allow you to quickly evaluate new models. For me, drafting the intro essays for this podcast has long been such a test. I give models a PDF containing 50 intro essays that I previously wrote, plus a transcript of the current episode and a simple prompt. And wouldn't you know it, Claude has held the number one spot on my personal leaderboard for 99% of the days over the last couple years, saving me countless hours. But as you've probably heard, 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. And with Claude Code, I'm now taking writing support to a whole new level. Claude has coded up its own tools to export, store, and index the last five years of my digital history from the podcast and from sources including Gmail, Slack, and iMessage. And the result is that I can now ask Claude to draft just about anything for me. For the …”View more
Ridealong summary
In reinforcement learning, models often exhibit unexpected behaviors, leading to both excitement and challenges for developers. Olive Song, a senior researcher at Minimax, shares how their team's discoveries can sometimes defy expectations, revealing the complexity of AI learning. The balance between achieving results and ensuring safety is a constant journey in the world of AI development.
"The Cognitive Revolution" | AI Builders, Researchers, and Live Player Analysis·Intelligence with Everyone: RL @ MiniMax, with Olive Song, from AIE NYC & Inference by Turing Post·Feb 22, 2026
“… names prior to this. It's an open source AI agent that people are YOLO installing on like Mac minis and various things. It was originally called Claude Bot, and this guy, Peter Steinberger, he created it. It got a lot of like preschool stars on GitHub, and that's like a measure of success in the coding world. Trying to explain this stuff out loud is totally ridiculous. Anyway, people were using it because they were hacking the Claude Mac subscriptions or token and using it through this open core, which is essentially like Claude Code, but it has better memory, uses a bunch of markdown files …”“So let's switch now to the open core, the anthropic open AI saga that has unfolded. So of course, as a reminder, open core, it was called a bunch of other names prior to this. It's an open source AI agent that people are YOLO installing on like Mac minis and various things. It was originally called Claude Bot, and this guy, Peter Steinberger, he created it. It got a lot of like preschool stars on GitHub, and that's like a measure of success in the coding world. Trying to explain this stuff out loud is totally ridiculous. Anyway, people were using it because they were hacking the Claude Mac subscriptions or token and using it through this open core, which is essentially like Claude Code, but it has better memory, uses a bunch of markdown files for memory, uses some CLI tools, which I guess Claude Code can do, and then tunnels through your own computer. So it runs as like an agent on your own computer, but you can access it on, say, Telegram. Now, the Terms of Service of Anthropic says you can't do this. And I don't know if they enforce it. There's a lot of debate. Some people were saying …”View more
Ridealong summary
The podcast segment dives into the competitive landscape of AI coding tools, highlighting the open-source nature of Claude Code and the implications of its acquisition by OpenAI, suggesting that while innovation is crucial, the ease of replicating such tools raises questions about the sustainability of market leadership.
This Day in AI Podcast·Gemini 3.1 Pro, Claude Sonnet 4.6 & The OpenClaw Hire That Killed the Chatbot Era - EP99.35·Feb 20, 2026
“for more experienced users. Cloud Code's default settings require users to manually approve each action, and so Anthropic suspects that what we're seeing is a steady accumulation of trust. At the beginning, you approve things each time, and then as you dial in your settings and you start to learn to trust the model, you give it that auto-approval more frequently. At the same time, approving actions isn't the only way that people supervise Cloud Code. Users can also interrupt Cloud …”“for more experienced users. Cloud Code's default settings require users to manually approve each action, and so Anthropic suspects that what we're seeing is a steady accumulation of trust. At the beginning, you approve things each time, and then as you dial in your settings and you start to learn to trust the model, you give it that auto-approval more frequently. At the same time, approving actions isn't the only way that people supervise Cloud Code. Users can also interrupt Cloud while it's working to reorient it or give it feedback, and that kind of follows the opposite pattern. Newer users interrupt Cloud around 5% of the time, while more experienced users interrupt it around 9% of the time, almost double. Now one part of this might just be a shift in where people put the burden of oversight. If new users are approving …”View more
Ridealong summary
As users interact with Cloud Code, their trust in the AI evolves from manual approvals to greater autonomy. New users approve actions frequently, while experienced users not only trust the AI but also intervene more often, indicating a deeper engagement. This dynamic showcases how familiarity with AI leads to both increased autonomy for the model and more active monitoring by users.
The AI Daily Brief: Artificial Intelligence News and Analysis·How People Actually Use AI Agents·Feb 19, 2026
“… of security now. Back to Steve. Okay, so I got an email from Walt Stoneburner who said, Steve, thank you for pointing out that quality tested code that adheres to functional specs is important for production level code. There's a big difference between throwing something together that seems to work, but that you don't understand and experienced craftsmanship. It's not that we don't love coding, it's just a pleasant benefit. It's that we're aiming for correctness, speed, size, cost, maintainability, clarity, extensibility, expressiveness, modularity, portability, and a host of other …”“That's zscaler.com slash security. We thank them so much for their support of security now. Back to Steve. Okay, so I got an email from Walt Stoneburner who said, Steve, thank you for pointing out that quality tested code that adheres to functional specs is important for production level code. There's a big difference between throwing something together that seems to work, but that you don't understand and experienced craftsmanship. It's not that we don't love coding, it's just a pleasant benefit. It's that we're aiming for correctness, speed, size, cost, maintainability, clarity, extensibility, expressiveness, modularity, portability, and a host of other factors that vibe coding does not do. Walt in Ashburn. Okay, so lots of our listeners are writing in saying, Steve, what do you think about all of this code generation by AI? And I've continued to think about it. So one thing I wanna say is I think Leo and I were, well, I know that Leo and I were talking about this, I think it was before we began …”View more
Ridealong summary
AI code generation may seem efficient, but it poses hidden risks that could lead to subtle errors in software. Steve discusses the importance of craftsmanship in coding and how relying on AI-generated code without rigorous testing could result in unforeseen issues. He proposes a unit testing approach to ensure that AI-generated code meets the same standards of correctness as traditionally crafted code.
“Last Thursday, February 5th, both OpenAI and Anthropic unveiled the next iteration of their models designed as coding assistants, GPT 5.3 Codex and Cloud Opus 4.6, respectively. Instead of this, Anthropic had a firm grasp on the mindshare as everyone collectively grappled with the new world of agents, primarily driven by a clawed code with Opus 4.5-induced step change in performance. This post doesn't impact how software is changing forever, Multibook is showcasing the future, ML research is accelerating, and the many broader implications, but rather how to assess, live with, and …”“Last Thursday, February 5th, both OpenAI and Anthropic unveiled the next iteration of their models designed as coding assistants, GPT 5.3 Codex and Cloud Opus 4.6, respectively. Instead of this, Anthropic had a firm grasp on the mindshare as everyone collectively grappled with the new world of agents, primarily driven by a clawed code with Opus 4.5-induced step change in performance. This post doesn't impact how software is changing forever, Multibook is showcasing the future, ML research is accelerating, and the many broader implications, but rather how to assess, live with, and prepare for new models. The fine margins between Opus 4.6 and Codex 5.3 will be felt in many model versions this year, with Opus edging this head-to-head out in usability. Going into these releases, I'd been using clawed code extensively as a general computer agent, with some software and engineering and a lot of data analysis, automation, etc. I had …”View more
Ridealong summary
In the latest battle of coding assistants, Codex 5.3 emerges as a significant upgrade, outperforming its predecessor and rival, Opus 4.6, in usability and speed. Despite Codex's advancements, it still requires more oversight for mundane tasks compared to the more user-friendly Opus. This comparison highlights the evolving landscape of AI coding tools and their varying strengths in real-world applications.
Interconnects·Opus 4.6, Codex 5.3, and the post-benchmark era·Feb 09, 2026
“… mean, since they came out and I test them for whatever reason, I never quite understood until this week. I was doing some stuff. I was messing with Claude Cowork. Now, Claude Code is the agentic coding system. And when we talk about agentic, we mean you have an agent that runs locally on your computer, leveraging the LLM to do to perform tasks for you. And Claude Code, of course, was to write code. And you would have multiple agents. You'd have one to write your code. You'd have another to review your code. You might have one to write the back end code, one to write the user interface code and …”“… both. Had you not put this on the list, Pete, I would put I would have put it on the list. OK, and and this is. It's it's it's interesting that we both did this this week, because both of these browsers have been out and on my computers for months. I mean, since they came out and I test them for whatever reason, I never quite understood until this week. I was doing some stuff. I was messing with Claude Cowork. Now, Claude Code is the agentic coding system. And when we talk about agentic, we mean you have an agent that runs locally on your computer, leveraging the LLM to do to perform tasks for you. And Claude Code, of course, was to write code. And you would have multiple agents. You'd have one to write your code. You'd have another to review your code. You might have one to write the back end code, one to write the user interface code and then another to oversee it and another to bug test it and another to make your unit test. And it can completely level up your coding. You know, I'm reminded of Steve Jobs when he explained how the computer, like the Mac, was going to be the bicycle for the mind with with coding. And with the agentic stuff in general, it's that same level up.”View more
Ridealong summary
Agentic coding systems can transform how we write and manage code, using local AI agents to automate tasks. By leveraging tools like Claude Code, developers can streamline their workflow, from writing to testing code, reminiscent of how personal computers enhanced creativity. This evolution in coding technology could redefine productivity in software development.
Mac Geek Gab·Cool Stuff Found While Surfing with Agentic Browsers — Mac Geek Gab 1128·Feb 09, 2026
“… little bit. So you need to train it. But it's similar to onboarding a person on your team. You need to like get them on board, get them used to your code, but once that is done, uh, yeah, you can let them go and really, uh, yeah, really just run with it and, uh, do more end to end. Okay. So it looks like it's almost done. It's running tests already. Yeah. Like this is it. It did the feature and it's ready to test. So. Yeah. That's really cool. And after that, one of the coolest things of Opus 4.5 is the testing. Because it's really good at using playwrights and really good at understanding …”“… still. We have to still do all of these things. Yeah. I think the future, uh, and we're very near is where you just do one thing at the start and you get the end results and it's pretty good and obviously you need to do the compound loop for a little bit. So you need to train it. But it's similar to onboarding a person on your team. You need to like get them on board, get them used to your code, but once that is done, uh, yeah, you can let them go and really, uh, yeah, really just run with it and, uh, do more end to end. Okay. So it looks like it's almost done. It's running tests already. Yeah. Like this is it. It did the feature and it's ready to test. So. Yeah. That's really cool. And after that, one of the coolest things of Opus 4.5 is the testing. Because it's really good at using playwrights and really good at understanding flows. So this I love. Like before, I still had to go in and manually test things, like clicking on things. Like obviously writing tests, it was good at. But now we can have playwrights work. Like it never worked really well, but with Opus 4.5 is the first model where I think playwrights really works. It's not super fast, but it works well. And a …”View more
Ridealong summary
Opus 4.5 transforms software testing by effectively integrating with Playwright, allowing for automated browser testing without manual intervention. This innovative model can control Chrome, take screenshots, and record flows, making the testing process seamless and efficient. The future of testing is here, where one command can set everything in motion, enhancing productivity for developers.
Behind the Craft·How to Make Claude Code Better Every Time You Use It | Kieran Klaassen·Feb 08, 2026
“… like, does this take advantage of your quote unquote, like insider anthropologist position in Silicon Valley? Because that's one of the things that Claude and I think distinguish my voice. Or it'll also notice like, oh, Jasmine, you tend to move between registers. You'll switch between, you know, startup jargon and like internet slang and whatever. And like, I think the fact that you can do the high low or move from like policy to personal scene. This is something that is characteristic of your writing. And so again, we're co-developing these qualitative criteria. And then I split it into phases …”“… And so from those two things, plus a little bit more information about like, here's my audience, this is my beat, this is my goals. We were able to co-develop a rubric of instead of like, how many exclamation marks does it have? It would say things like, does this take advantage of your quote unquote, like insider anthropologist position in Silicon Valley? Because that's one of the things that Claude and I think distinguish my voice. Or it'll also notice like, oh, Jasmine, you tend to move between registers. You'll switch between, you know, startup jargon and like internet slang and whatever. And like, I think the fact that you can do the high low or move from like policy to personal scene. This is something that is characteristic of your writing. And so again, we're co-developing these qualitative criteria. And then I split it into phases of like ideation phase rubric, structure rubric, prose rubric, final fact checking. And so what I do now, I put this on a cloud project. I said, your job is to evaluate my drafts based on this criteria, but not to do the writing for me and to make sure to prompt out of me, like what I can do better. I dumped a draft into cloud. Claude will run like …”View more
Ridealong summary
To stand out in a world flooded with AI-generated content, writers are embracing their unique styles, even if it means being a bit 'weird.' By using AI as a feedback tool rather than a crutch, writers can push their creative boundaries and refine their voice. This shift is crucial as AI struggles to capture the nuances of human expression in writing.
Hard Fork·‘A.I.-Washing’ Layoffs? + Why L.L.M.s Can’t Write Well + Tokenmaxxing·Mar 20, 2026
“… they were among the most affecting they encountered. There were many stories, they write, of people using AI to process grief. Said one woman, Claude is like a sponge gently holding and catching my longing and guilt towards my mother. Unlike real people, Claude has unlimited patience to listen to me, understands my pain and helplessness. And yet in this category, we also start to see the duality. A respondent from South Korea said, My relationship with a friend became strained, and I talked more with Claude then, because Claude understood my thoughts and stories well. But it was a stupid …”“… with friends or family to get that. Now, it makes sense why Anthropic would classify that as learning, but there is certainly an element of emotional support there as well. Anthropic wrote that while emotional support comprised only 6% of responses, they were among the most affecting they encountered. There were many stories, they write, of people using AI to process grief. Said one woman, Claude is like a sponge gently holding and catching my longing and guilt towards my mother. Unlike real people, Claude has unlimited patience to listen to me, understands my pain and helplessness. And yet in this category, we also start to see the duality. A respondent from South Korea said, My relationship with a friend became strained, and I talked more with Claude then, because Claude understood my thoughts and stories well. But it was a stupid choice. I should have talked with that friend, not Claude. That's how I lost that friend.”View more
Ridealong summary
A recent study by Anthropic reveals that people primarily want AI to enhance their quality of life rather than just boost productivity. Many respondents expressed desires for more personal time, emotional support, and societal transformation, often stemming from personal experiences. This indicates a profound shift in how people view AI, seeing it as a tool for personal growth and connection, not just efficiency.
The AI Daily Brief: Artificial Intelligence News and Analysis·What People Really Want From AI·Mar 19, 2026
“… is don't state the obvious. They write, If you're publishing a skill that is primarily about knowledge, try to focus on information that pushes Claude out of its normal way of thinking. The front-end design skill is a great example. It was built by one of the engineers at Anthropic by iterating with customers on improving Claude's design taste, avoiding classic patterns like the interfont and purple gradients. The second tip is to build a gotcha section. In fact, Tariq argues that the highest signal content in any skill is the gotcha section. These sections articulate common failure points …”“So back to Tariq's post. Here are some of their top tips for making skills better. The first is don't state the obvious. They write, If you're publishing a skill that is primarily about knowledge, try to focus on information that pushes Claude out of its normal way of thinking. The front-end design skill is a great example. It was built by one of the engineers at Anthropic by iterating with customers on improving Claude's design taste, avoiding classic patterns like the interfont and purple gradients. The second tip is to build a gotcha section. In fact, Tariq argues that the highest signal content in any skill is the gotcha section. These sections articulate common failure points that Claude runs into when using your skill. And ideally, he says you update your skill over time to capture these gotchas. A third tip goes back to that idea that people still think of skills as just a single markdown file rather than an entire folder. And Tariq says you should think of the entire file system as a form of context engineering. They …”View more
Ridealong summary
To enhance AI skills, avoid stating the obvious and focus on unique insights that challenge conventional thinking. Building a 'gotcha' section to highlight common pitfalls is crucial, as is considering the entire file system as context engineering. These evolving strategies cater to both advanced builders and individual users looking to maximize their AI's capabilities.
The AI Daily Brief: Artificial Intelligence News and Analysis·How to Use Agent Skills·Mar 18, 2026
“… running locally. So the biggest local model I've seen is 120 billion parameters, 120B. That's the chat GPT OSS 120B. Do we know how many parameters Claude has or chat GPT? Do they ever reveal that? Claude, I don't know. I don't know the numbers for Claude. We throw these terms around, and I'm kind of assuming people know what we're talking about. so you you train you put in a bunch of text you get some tokens that is the representation internally of these texts but by themselves you don't know which tokens are more important or less that's done with parameters which also come out of the training …”“I only know my name, my parameter scale, and my context window length. My name and serial number. Neither DeepSeq nor OpenRouter has identified it. It's a trillion parameter model. That's a lot, isn't it, Robert? Yeah, that's a bit more than what I'm running locally. So the biggest local model I've seen is 120 billion parameters, 120B. That's the chat GPT OSS 120B. Do we know how many parameters Claude has or chat GPT? Do they ever reveal that? Claude, I don't know. I don't know the numbers for Claude. We throw these terms around, and I'm kind of assuming people know what we're talking about. so you you train you put in a bunch of text you get some tokens that is the representation internally of these texts but by themselves you don't know which tokens are more important or less that's done with parameters which also come out of the training and the parameters change as you do the training they also change when you do the reinforcement learning and other post training to make the model smarter. I don't know if this is a good analogy or not. I will use this analogy, and you can correct me if I'm wrong, Robert. I often think of sampling music. So there's two numbers that matter when you …”View more
Ridealong summary
AI models learn by adjusting parameters, which determine how they interpret and respond to information. For example, if a model incorrectly associates 'ocean' with 'fish,' it can be corrected to understand that the ocean is 'blue,' creating a new parameter to bias future responses. This process is crucial for improving AI's understanding and accuracy.
Intelligent Machines (Audio)·IM 862: Ménage à Claude - AI, Human Agency, and Economic Value·Mar 18, 2026
“… to leave. so I just put them all on the shelf and now it's like oh now is a time where I can actually sit down and start working basically using Claude Code as my current technical co-founder and it's been I will say so it's been kind of crazy I had a very weird experience so Heather had a corporate gig and she needed to get so Heather my wife musician and when you do corporate gigs oftentimes they require that you have vendor insurance it's not that big of a deal and there's lots of companies that do one day vendor insurance for musicians and performers right because they know it's time bound yeah …”“… Like, I don't know the technical people, people that I know, they all work for you. I mean, literally over the years, it was always like, but they work for Kevin, but they work for Kevin. You know what I mean? So it's like, I'm not going to ask them to leave. so I just put them all on the shelf and now it's like oh now is a time where I can actually sit down and start working basically using Claude Code as my current technical co-founder and it's been I will say so it's been kind of crazy I had a very weird experience so Heather had a corporate gig and she needed to get so Heather my wife musician and when you do corporate gigs oftentimes they require that you have vendor insurance it's not that big of a deal and there's lots of companies that do one day vendor insurance for musicians and performers right because they know it's time bound yeah and they're like you know give us 50 bucks and we'll make sure that if you you know run a car into a tree is it we'll pay for it you know what i mean because it's just rare to happen but so one of the things that happened was i we we got this like list of requirements from the company that was hiring her and a like original COI or what is it? …”View more
Ridealong summary
Kevin Rose shares a surprising revelation about how AI has changed his approach to customer service. After using Claude Code, he found himself confidently sharing complex insurance documents with a representative, something he would have hesitated to do before. This experience highlights how AI can empower individuals to communicate more effectively, even in high-stakes situations.
Diggnation (Rebooted)·Hard Truths: Layoffs, Bots, and What's Next for Digg·Mar 18, 2026
“… That's where I see, that's where I push back. So every marginal thing, like I have a couple friends who are attorneys. One of my friends, he's using Claude all the time, but Claude can't go into the courtroom. Claude can't do some of the stuff, so he's amplifying what he's doing. And yes, I have friends that are entrepreneurs that are laying people off as well. So there will definitely be an adjustment, but I, I mean, it's just, you know, what you believe. And I do believe that there will be jobs like who's going to make all the robots. So people say, well, the robots will make the robots, right? …”“the accountants that, you know, the 1 million accountants that have lost their job are all 100% of them going to fail to retrain. That's where I see, that's where I push back. So every marginal thing, like I have a couple friends who are attorneys. One of my friends, he's using Claude all the time, but Claude can't go into the courtroom. Claude can't do some of the stuff, so he's amplifying what he's doing. And yes, I have friends that are entrepreneurs that are laying people off as well. So there will definitely be an adjustment, but I, I mean, it's just, you know, what you believe. And I do believe that there will be jobs like who's going to make all the robots. So people say, well, the robots will make the robots, right? Tesla's especially in their factory, but you still need people to do things. And, um, you know, like Elon says, if everyone's just going to be infinitely wealthy, we'll all have all of our time and everything will be free. I mean, I don't see that future either. Yeah. And I don't even like he paints that as a sort of utopian future. I understand …”View more
Ridealong summary
A mere 5 to 10% job loss could lead to catastrophic defaults and a financial crisis. Nik Bhatia explains that the current $350 trillion debt system is incredibly fragile, where even small disruptions can trigger massive consequences. The interim period of job losses presents a dangerous scenario for the economy, as many individuals still carry debt obligations.
What Bitcoin Did·This Is The Macro Reset | Nik Bhatia·Mar 18, 2026
“Anthropic has debuted code review for Claude Code, which uses agents to check pull requests for bugs and says a typical code review costs $15 to $25 in token usage, quoting ZDNet. A pull request is initiated when a programmer wants to check in some new or changed code to a code repository. Rather than just merging it into the main track, a PR tells repo supervisors that there's something new ready to be reviewed. Sometimes the code is very carefully checked over before …”“Anthropic has debuted code review for Claude Code, which uses agents to check pull requests for bugs and says a typical code review costs $15 to $25 in token usage, quoting ZDNet. A pull request is initiated when a programmer wants to check in some new or changed code to a code repository. Rather than just merging it into the main track, a PR tells repo supervisors that there's something new ready to be reviewed. Sometimes the code is very carefully checked over before being merged into the main codebase, but other times it just gets rubber stamped and merged. Code reviews, while necessary, are also tedious and time-consuming. Of course, the cost of rubber stamping APR can be catastrophic as well. You might ship code that is buggy, loses data, or damages user systems. At best, buggy code is just annoying. At …”View more
Ridealong summary
Anthropic's new Claude Code Review system dramatically improves code quality by catching nearly three times more coding errors before they cause damage. This AI-driven tool provides substantive feedback on 54% of pull requests, up from just 16%, allowing engineers to produce code at an unprecedented rate while reducing the risk of catastrophic bugs. With the pressure on human reviewers intensifying, this innovation could change how software development is approached.
Tech Brew Ride Home·Meta Plumps For Bot Social Networks·Mar 10, 2026
“… between nonsense and the far future. I don't think there's any world in which that's a real thing that you're going to be able to do with CloudCode anytime soon. On the flip side, I think the idea that people are going to suddenly be able to solve their own problems with software, rather than just having to find the thing that exists that is the closest, is a meaningful change to the software business, right? Like, what i've been doing on cloud code is uh i've spent a long time switching between to-do list apps and productivity suites and i haven't i realized like a year ago i'm i'm …”“… scenario that tank the stock market. And one of the things they say is basically like, what if instead of paying a lot of money for enterprise software, somebody at your company can just spin up a competitor in a few days. I think that is somewhere between nonsense and the far future. I don't think there's any world in which that's a real thing that you're going to be able to do with CloudCode anytime soon. On the flip side, I think the idea that people are going to suddenly be able to solve their own problems with software, rather than just having to find the thing that exists that is the closest, is a meaningful change to the software business, right? Like, what i've been doing on cloud code is uh i've spent a long time switching between to-do list apps and productivity suites and i haven't i realized like a year ago i'm i'm incredibly surprised to hear this oh my god i know yeah it's weird that this is a thing this is brave of you i don't talk about this very often never never heard um but uh i realized about a year ago i actually know exactly what i want and so i started calling around being like why won't you give me what i want and they were like well because what you …”View more
Ridealong summary
AI is enabling individuals to create custom software solutions tailored to their specific needs, moving away from traditional enterprise software. This shift allows users, like a journalist who desired a simple to-do list feature, to build their own tools rather than settling for generic options. The implications of this change could redefine how software is developed and consumed in the future.
The Vergecast·The future of code is exciting and terrifying·Mar 17, 2026
“… succeed going forward in the ai space. Like when you think about OpenAI, Anthropic, Gemini, I'm doing all the stuff that I want to do in cloud code within the Anthropic ecosystem that they're promising. Now, I know some people are like, well, if you're a real normie, then you won't do any of that stuff. It's like, I don't know. Kev, do you think that like these companies, this kind of second layer companies can exist? Do you think that there's a future for those companies? Yeah, I think they can exist. I think there's going to be less of them. And I think over time, the most popular …”“… that like the companies that like open and anthropic do and in fact just yesterday i put out a tweet and i would have included perplexity in this as well i was trying to understand how companies like replit lovable bolt even cursor like successfully succeed going forward in the ai space. Like when you think about OpenAI, Anthropic, Gemini, I'm doing all the stuff that I want to do in cloud code within the Anthropic ecosystem that they're promising. Now, I know some people are like, well, if you're a real normie, then you won't do any of that stuff. It's like, I don't know. Kev, do you think that like these companies, this kind of second layer companies can exist? Do you think that there's a future for those companies? Yeah, I think they can exist. I think there's going to be less of them. And I think over time, the most popular aspects of their software will probably be eaten away by some of the foundational model companies. But I don't know, like you're deploying websites now. It still baffles me that like Vercel is a company that you would tie a GitHub project into just to have it be hosted on the web. But there's a company doing that. Is Replit going to offer that? Oh, they …”View more
Ridealong summary
Perplexity's latest AI agent aims to revolutionize personal computing by allowing users to chat with it and control their local machines while running tasks in the cloud. Meanwhile, Replit is simplifying software development by enabling users to run multiple agents simultaneously with an intuitive interface. This shift hints at a future where AI tools seamlessly integrate into our daily tasks, transforming how we create and interact with technology.
AI For Humans: Weekly AI News, Tools & Trends·AIForHumansRecursiveSelfLearningOpenAI·Mar 13, 2026
“… your question this you may recall and I think we have a little bit of insight in retrospect about what prompted this So the Defense Department uses Claude which is an AI platform It's an AI model. And it's part of the company called Anthropic. And Anthropic, unlike some other AI developers, has as its mission and as its name suggests, using AI for the good of humankind. It's got an ethical component to it. And so it entered into an agreement with the Defense Department to allow the Defense Department to use Claude in its work. But one of the provisions was that Claude not be used for either mass …”“great But anyway to answer your question this you may recall and I think we have a little bit of insight in retrospect about what prompted this So the Defense Department uses Claude which is an AI platform It's an AI model. And it's part of the company called Anthropic. And Anthropic, unlike some other AI developers, has as its mission and as its name suggests, using AI for the good of humankind. It's got an ethical component to it. And so it entered into an agreement with the Defense Department to allow the Defense Department to use Claude in its work. But one of the provisions was that Claude not be used for either mass surveillance of the American people or to identify military targets. And that was in the contract. And it came to a head. And I remember at the time thinking, like, what was this? There was some speculation that maybe it was war games or tabletop exercises that caused them to realize this could be a problem. It happened just on the eve of the Iran …”View more
Ridealong summary
When the Defense Department threatened to cancel its contract with Anthropic over ethical concerns, it led to a dramatic standoff. Anthropic refused to allow its AI, Claude, to be used for military targeting or surveillance, citing safety and ethical implications. In the end, at 5:01 PM, the contract was canceled, highlighting the tension between technological advancement and ethical responsibility.