Moore brings deep expertise in AI, infrastructure, and developer tooling from both the investor and founder perspectives. Cramer, who launched Sentry as an open source side project in 2012 and scaled it into a platform used by over 4 million developers, offers firsthand insights into how the right tools - and hires - can accelerate product velocity without overbuilding. Lloyd, who founded Warp to reinvent the terminal with AI-driven developer experiences,
One of the really interesting findings was the median date when developers started using AI tools. They found it was April 2024, which corresponds fairly neatly to Claude 3 coming out and Gemini 2.5 coming out. This is really the dawn of the reasoning or thinking models, and around that same time, we got much better at tool-calling. For coding tasks, you really need to be able to leverage external information in order to problem solve,
Agentic AI programming is what happens when coding assistants stop acting like autocomplete and start collaborating on real work. In this episode, we cut through the hype and incentives to define "agentic," then get hands-on with how tools like Cursor, Claude Code, and LangChain actually behave inside an established codebase. Our guest, Matt Makai, now VP of Developer Relations at DigitalOcean, creator of Full Stack Python and Plushcap, shares hard-won tactics.
When I started off learning Rust, I was reading the Rust book, the official book, and it really resonated with me when they started speaking about option types, and result types, algebraic data types, and all those things. It occurred to me at that time, or it was the first time it clicked, that you could move this burden of discipline from yourself to the language.