Skip to content
Artwork for Live with Tim O’Reilly

Live with Tim O’Reilly

O'Reilly

A series of candid conversations designed to slow down, dig deeper, and share real insights you can build on. Get the story behind the show here: https://www.oreilly.com/radar/more-slowly/

Play
  • 20 episodes
  • Avg 58 min
  • English
  • S2 · E9
    August 11 · 1 hr 1 min

    Escaping the Prompt Debt Trap: Drew Breunig Live with Tim O’Reilly

    Drew Breunig has spent years watching how AI teams grow their LLM applications, and he's identified a problem most teams don't notice until it's already slowing them down. As CEO of CMPND, a maintainer of the DSPy open source framework, and author of the forthcoming O'Reilly publication Context Engineering Handbook, he's seen the same pattern play out over and over. A team builds a quick LLM prototype, it mostly works, and then they start patching the gaps, one edge case at a time, one instruction at a time, until the prompt is so bloated and fragile that nobody wants to touch it, it stays pinned to a model from two years ago, and the person who built it is the only one who understands it. If that sounds familiar, you're probably already dealing with what Drew calls prompt debt.Watch as he joins Tim O'Reilly to explain why it's more widespread than most teams realize, and what the best builders are doing instead. Drew traced prompt debt back to two root causes. The first is that natural language is a fundamentally imprecise programming medium. Studies show the same medical question phrased as a patient versus a psychiatrist yields completely different answers, and in one example from the talk, claiming to be a Philadelphia Eagles fan was enough to bypass model safety guardrails entirely. The second is that the biggest labs are increasingly tuning models like Claude for their own products in ways that quietly work against anyone building something custom on top. The conversation also covers why this reliability-over-diversity trade-off is making frontier models worse writers even as they improve at code, why open-weight models may be the Apache to OpenAI and Anthropic's Netscape, and what you can do now, from investing in evals and decomposing tasks to treating prompts as perishable, to build AI systems that hold up. As Drew puts it, "Vibe coding makes code free, as in puppies. You can go get a puppy for free, but now you have to take care of it and it's in your house."

  • S2 · E8
    August 6 · 1 hr 4 min

    A Playbook for Going AI Native: Dan Guido Live with Tim O’Reilly

    Trail of Bits is a software security research and development firm that helps clients like Facebook and DARPA solve their hardest security challenges. In 2024 cofounder and CEO Dan Guido decided the company would go fully AI native. Most of the firm's roughly 130 employees didn't buy in right away, but as of today AI is a “core participant” not just in engineering work but across the full consulting lifecycle. (Sales and operations folks are even using GitHub everyday and contributing to the company skills repository.) Dan joined Tim for an encore of a talk he gave at the [un]prompted conference in March laying out the playbook that made this transformation possible, which Tim called “far and away the best framework and discipline for going AI native." Dan then stuck around for a Q&A to flesh out some of those ideas with the live audience. Most companies get stuck at using AI as a tool rather than turning it into an operating system that compounds expertise across the entire organization because people resist adopting new technologies. For AI specifically, Dan lays the blame on a quartet of very understandable psychological barriers: a bias toward trusting your own (human) judgment over a machine's, an identity threat that makes augmentation feel like replacement, the opacity of not knowing how an AI reached a conclusion, and a low tolerance for AI's mistakes. Trail of Bits built its transformation around those biases instead of against them by standardizing on a single toolset (Claude Code), writing an internal AI handbook, creating a maturity matrix that made AI skill a normal part of career growth, running hackathons instead of mandates, and capturing everything the company learned into internal, external, and curated skills repositories. The approach has produced real results. Dan said roughly one in five bugs the firm now finds for clients is first surfaced by AI, and its go-to-market team is outperforming typical consulting industry benchmarks. That’s not to say that Trail of Bits’ transformation is complete. Asked what still doesn't work, Dan pointed to privacy-preserving inference and to the lack of any real feedback loop for learning from how employees actually use the tools day-to-day, both of which he called open problems the industry hasn't solved yet. However, the playbook the company has developed, alongside all the skills and other tools it’s shared publicly, will get you a long way toward transforming your own company. As Dan emphasized, “This is not a strategy deck. This is what we actually did.”

  • S2 · E7
    July 28 · 58 min

    The Days When Fable Got Hit by a Bus and Disappeared with Gene Kim

    Long-running Claude Fable 5 agents had become the backbone of Gene Kim's personal knowledge system, one built from thousands of screenshots, videos, and half-finished side projects, spanning 50 code repositories and tens of thousands of changes. He’d been warned that Fable might be pulled from his subscription and got to preparing for that eventuality. But it disappeared eight days earlier than he planned for, mid-session, when Anthropic suspended access over an export-control issue. As he put it, the ship was soon “on fire, tumbling in space.” Gene’s the coauthor of The Phoenix Project, The DevOps Handbook, Accelerate, and, most recently, Vibe Coding (with previous guest Steve Yegge) as well as founder of the Enterprise AI Summit, so he knows a thing or two about dealing with unplanned disasters. He joined Tim for an encore of the lightning talk he gave at O'Reilly's Foo Camp about how he recovered his system, followed by a Q&A on what the shutdown taught him. Gene described watching his systems fail once the less-capable Claude Opus took over from Fable mid-session. Commands that should have worked started breaking, the model argued with itself over which instance had done what, and every action risked making things worse. It took roughly three hours that night, and more the next morning, to stabilize things, largely by recovering documentation Fable had written along the way, and Gene took the audience through the process step-by-step. He and Tim also discussed the deeper lesson of dependency risk from AI providers. We hear a lot about pricing and availability changes, but export controls, shifting safety policy, and geopolitics can force the same kind of sudden cutoff. Gene helped us understand why the solution is the same preventive, rehearsed resilience DevOps engineers built over the last 15 years for large-scale outages, now applied to individuals running mission-critical agents of their own.

  • S2 · E6
    July 27 · 1 hr 1 min

    Your Next Product Is a Process with Harper Reed

    Harper Reed has spent his career building software people actually love working on, from cofounding Threadless to leading engineering for the Obama 2012 campaign. He joined Tim for a conversation about what happens once software becomes less a product and more a medium for expressing values, and why that shift has made what Harper calls "conviction collapse" (the point where a product pipeline moves so fast there's no time to actually fall in love with what you're building) a real risk. With 2389 Research, the company he runs with his partner, Dylan Richard, Harper has been answering that by treating the product itself as optional, letting an accumulation of small, working experiments define what the company becomes, an approach he compares to the old Unix philosophy of small programs built to scratch a specific itch. Some of those experiments got playful. 2389 built an internal social network where its coding agents post updates, pick names, and develop personalities (Harper's own agent goes by Doctor Biz), and early evals suggested letting agents have fun barely hurt task performance while making the work far more enjoyable to watch. On the cost side, Harper described Thrifty, a skill 2389 just released that pairs a strong model for planning with a cheaper model for execution, cutting token costs by roughly 64% compared to Opus at equal quality. But underneath all the experimentation runs a deep humanism: How do we make sure that everybody—workers and users, privileged and not-so-privileged alike—benefit from transformations AI promises (or threatens, depending on your outlook)? It’s a question animating everything from AI tool adoption to the values an organization professes to society writ large. "I want to make sure the beauty and fun I had over my career doing technology...maintains," Harper explained, "because that's the reason I'm here."

  • S2 · E5
    June 11 · 58 min

    Making AI Relatable: Harper Carroll Live with Tim O’Reilly

    Harper Carroll is a computer scientist who built machine learning systems at Meta but she also describes herself as "born an actress from Manhattan." She’s combined those disparate parts of her background into a unique role as an AI educator, where she uses her magic superpower of making sense of AI to reach half a million people on social media and beyond. She has a knack for explaining how models actually work, covering concepts like optimization and token distributions and the math behind them in terms that land for people who've never opened a Python notebook. Harper sat down with Tim to talk about how she makes technical complexity incredibly relatable, but they also thought through some of the more comprehensive challenges the industry is facing. Those ranged from the technical, as Harper explained why fine-tuning a small open source model beats prompting even the best closed-source model when you're trying to capture voice, to cultural considerations like the need to shift the narrative from fearing AI to explaining how AI can expand ambition both for individuals and for organizations, why we should treat AI as a medium like photography or writing, and why open source AI is a much bigger story than open source models. And in keeping with both Harper’s and Tim’s focus on learning, they discussed the skills everyone in the workforce will need to have to use AI effectively. That’s a social problem to the extent that we’ll need to ensure that everybody learns enough about AI so we don't end up with AI haves and have-nots. But it’s also a recognition that AI education is becoming a critical part of the path to success for all kinds of jobs. "The people who are really going to struggle," Harper told Tim, "are the people who are not willing to accept that AI is coming and are not willing to learn it."

  • S2 · E4
    June 3 · 59 min

    Data Access and Other Bottlenecks in Enterprise AI Adoption: DJ Patil Live with Tim O’Reilly

    DJ Patil co-coined the term "data scientist," served as America's first chief data scientist under President Obama, was chief scientist at LinkedIn, and has spent the past decade on the founding team at Devoted Health, where he's built the kind of data infrastructure that most organizations are still struggling to create. DJ’s been on a listening tour. Wherever he travels, he finds a local university, holds office hours, and asks whoever shows up—students, faculty, hospital administrators, executives—what they're actually experiencing with AI. What he's hearing about the anger, angst, and the “impasse of dialogue” between AI boosters and skeptics is helping him refocus his thoughts about AI adoption. He joined Tim for a wide-ranging conversation about what's working right now, what's broken, and where the real bottlenecks are. DJ and Tim started with students, who are feeling that the social contract of “go to college and start a career” is broken, and DJ's plan to launch a makerspace-style program for those who didn’t land internships this summer to learn and demonstrate their skills. Then they went deep on why the organization is the bottleneck to transformation, using the healthcare industry as an example of the entrenched challenges and what’s possible when you get the infrastructure right. DJ walked through how Devoted Health built its data foundation before LLMs existed, why that tidy house is now a compounding advantage, and the change we can make when transforming our healthcare system is, as he put it, "like walking, chewing gum while balancing bowling balls on your head and on a unicycle." "We're [both] this giant human LLM," DJ told Tim, "summarizing and distilling what we're hearing from a lot of people." What they're hearing is that the chief constraint is whether our institutions can build the organizational and economic infrastructure to actually deploy what we've built.

  • S2 · E3
    May 27 · 59 min

    Inside the Code Factory: Ryan Carson Live with Tim O’Reilly

    Ryan Carson has spent 25 years building developer communities, conferences, and Treehouse, which taught over a million people to code. His latest company, Untangle, is an AI-powered divorce assistant—and he’s building it entirely alone. Just $2 million in seed funding, his guidance, and a team of agents running while he sleeps. Ryan sat down with Tim to walk through the “code factory” powering Untangle: a system where agents write and review the code, run the tests, triage error reports, and monitor the production environment under his oversight. In their conversation, they covered the Ralph Wiggum loop (Geoffrey Huntley’s deceptively simple technique for giving agents large goals across multiple context windows) and the power of primitive loops, how Ryan used Claude Design and a human designer to build a full design system he can now reproduce with AI, what attorneys really think about Untangle, the economics of running a company of agents, why the narrative that programming is going away gets the abstraction story exactly backwards, and why, even when you can automate nearly everything else, you still can’t automate the judgment call about what to build. “There isn’t a magic wand still,” Ryan told Tim. “You can build faster, but whether you’re building the right thing, and doing it better, is something [else].” Read Tim’s takeaways from the conversation, plus clips, on Radar.

  • S2 · E2
    May 26 · 58 min

    A Conversation with Computer Programmer Steve Yegge

    Longtime software engineer Steve Yegge has lately been exploring the limits of vibe coding with projects like Beads, his coding agent memory system, and Gas Town, a proof-of-concept agent orchestrator so complicated, expensive, and chaotic that he warned those interested NOT to use it. As Tim O’Reilly points out in his takeaways from this episode, “Steve has always been one of the most provocative thinkers in our industry.” Steve joined Tim for an insightful and entertaining conversation on coding with AI that touched on everything from computer graphics in the ’90s to desire paths and why getting riled up is the key to writing a good blog post. Steve and Tim spent a lot of time discussing the wider context around Gas Town, including why Steve sees it as an enterprise tool—and as an executive assistant who takes on the mundane work so you can focus on the important problems. They also covered agent orchestration and the evolution of coding, using Steve’s eight-level framework; AI vampires and how exhausting it is to work with a stable of agents (Steve’s taking two naps a day!); why you might find yourself on the wrong side of the bitter lesson, and what to do about it; the reason Steve “wouldn’t touch [OpenClaw] with somebody else’s 10-foot pole”; why he’s adamant that developers need to overhaul their mental models from structure and framework cognition to just letting AI do its thing—and why he’s not even looking at the code anymore; and much, much more. “The big takeaway,” Steve told Tim, “is that there’s always more work. It doesn’t matter how superhumanly good your helpers get; you’re just going to want to do something bigger. Our ambition will always outstrip our compute.” Check out Tim’s takeaways from the conversation, plus clips, on Radar.

  • S2 · E1
    May 25 · 1 hr 3 min

    A Conversation with Google Cloud AI Director Addy Osmani

    Addy Osmani should be a familiar face to the O’Reilly community. He’s the cohost of our AI Codecon events, the author of Beyond Vibe Coding, Leading Effective Engineering Teams, The Effective Software Engineer, Web Performance Engineering in the Age of AI, Learning JavaScript Design Patterns, and Building Web Apps with Bolt, and a prolific blogger on Radar and with his own newsletter, Elevate. He’s also a longtime Googler who’s spent nearly 14 years building developer experiences in Chrome and is now helping developers and businesses succeed with Gemini. As Tim O’Reilly put it in the introduction to this episode, “Addy Osmani is one of those people who is really grounded but also really able to think big and see the future.” Addy sat down with Tim to chat about the state of the industry as it moves toward the orchestration of multi-agent workloads. In their wide-ranging conversation, they covered the tension between creativity and productivity, and balancing velocity with long-term technical maintenance and reliability—particularly from the enterprise perspective. Larger organizations can’t just let the agents rip. As Addy explained, “The real frontier for business is not necessarily having hundreds of agents for a task just for its own sake. It’s about orchestrating a modest set of agents that solve real problems while maintaining control and traceability.” And then there’s the as-of-yet unsolved problem of making everything work together as smoothly as possible. Along the way, they considered the distinction between “feeling” productive and “being” productive (h/t Will Manidis); how to keep up-to-date on the latest trends and conversations; why being able to explicitly define the architecture and the purpose of what you’re building will matter more than how fast an AI tool can build it; why it’s still a good moment for young students to become software engineers; how MCP and A2A complement each other; why YOLOing token use is probably not the best strategy for most people; and more. Watch now, or read Tim’s takeaways from the conversation (with clips) on Radar.

  • S1 · E12
    May 22 · 58 min

    Ask Me Anything

    In the year’s final Live with Tim O’Reilly, Tim hosted an AMA to pull together some of the threads that have emerged during his conversations with guests who, as he put it, “know way more than me”—and think through how they may play out next year. “With AI, regardless of what happens with scaling, we now have a set of new capabilities that really challenge our thinking and our understanding about the role of human expertise,” he explained in his introduction. In his audience-guided talk, Tim explored the ramifications on our jobs and responsibilities, open source, and building participatory markets writ large. Watch now to hear Tim’s perspective—illustrated by examples and anecdotes drawn from his long involvement in the tech industry—on why we’re still waiting to see an explosion of software productivity; developing (and sharing) skills and products as a side-hustle; what’s surprised him about AI this year; whether we’re moving toward personalized software; how to keep up-to-date with the speed of innovation; the growing AI backlash; how new technologies like MCP are informing the evolution of the AI industry; grappling with the bitter lesson; and much more.

  • S1 · E11
    May 21 · 1 hr 1 min

    A Conversation with Author and Programmer Kent Beck

    Kent Beck’s career-long mission has been to improve software development. He created Extreme Programming back in the ’90s to address some of the issues that were slowing productivity. More recently, he’s been working on a series to help “tidy” development. Kent joined Tim to share his philosophy on tidying not just code but also the very human tasks of collaboration and teamwork, as well as his approach to coding with AI. Kent offered takeaways from collaborating with the “genie”—his term for AI tools, which may grant your wish but usually not in the way you wanted—focusing on the benefits beyond the ability to generate more code faster. Check it out to learn why Kent thinks inhibition is the key to building reliable systems out of unreliable components like generative AI; what carries over from Agile and XP and pair programming to AI; the things old programmers know that new programmers still need to learn; why the deepest insights come the furthest into maintenance (hat tip to Ward Cunningham); and the importance of fostering a sense of shared responsibility throughout the organization as AI coding tools accelerate the pace at which code can be produced. Kent wrapped things up by discussing the joy augmented coding brings him and the knock-on effects that come from “engineer playtime” with GenAI tools. As he explained, “It’s not what [developers] produce; it’s how much faster…they can learn and how much richer their thought processes can be. And that benefits everybody.”

  • S1 · E10
    May 20 · 57 min

    A Conversation with Independent Researcher Anjali Shrivastava

    If the assumption that we’ve lived with for years that scale brings lower marginal costs isn’t true, we really have to rethink a lot of things. Anjali Shrivastava is an independent researcher and data scientist looking into the unit economics of AI’probing how the seemingly simple token unit of cost for generative AI services is actually highly variable, leading to hidden margin risks that undermine conventional subscription or usage pricing models. Anjali joined Tim to talk through her recent work, particularly as it relates to code-generation tools like Cursor and Claude Code. Over the course of a very interesting hour, they got into the the distinctions between input tokens and output tokens and between reasoning tokens and output tokens, and why they matter; the challenges providers face in instituting systems to offer visibility for users, and even for themselves’and why it’s not only a business problem to solve but one at the heart of AI products as they currently exist; how AI service providers differ from traditional SaaS businesses in ways that make the latter’s pricing model obsolete (even though as of now, it’s the model that AI providers continue to use); and how AI providers can balance, and even temper, demand as use scales. They also discussed the efficiency opportunities new hardware may provide, one potential future where AI gets much pricier, why efficiency alone won’t solve the pricing issue, how external bottlenecks, like electricity, influence pricing, and much more.

  • S1 · E9
    May 19 · 57 min

    A Conversation with Entrepreneur Reid Hoffman

    There may be a few people who are still unfamiliar with at least some aspect of Reid Hoffman’s long career—among other things, he’s a cofounder of LinkedIn, a partner at Greylock, the author of Blitzscaling and Superagency, and the cohost of the podcasts Masters of Scale and Possible. As Tim O’Reilly put it in his introductory remarks in this episode, “Reid has really been a force for good in the world.” Reid joined Tim for a conversation that touched on topics from across his career but was focused squarely on how AI is transforming business. Drawing on Reid’s investment work (he led OpenAI’s first commercial round), they first looked toward important areas for further research and funding—Reid argues that one promising area will be reinventing current industrial processes, like that for drug discovery, to be AI native. Then, in their wide-ranging discussion, Reid and Tim considered the implications on business as AI becomes enmeshed in business and society, grappling with weighty questions that will guide whatever the future may hold: Will the future of AI look more like Windows, with OpenAI in place of Microsoft, or the open web, with a proliferation of standard protocols like MCP? How will job roles and skills evolve in fields as varied as programming, medicine, marketing, and customer services? And more importantly, what choices should businesses make as AI disrupts the workforce to continue valuing the skills that are uniquely human? And why should people just entering the workforce optimize their career for AI—and have fun doing it? Stick around until the end to watch Reid chat with his AI-generated 1985 self about his fears and hopes for the future.

  • S1 · E8
    May 18 · 55 min

    A Conversation with ChatPRD Founder Claire Vo

    Claire Vo, the founder of ChatPRD and host of the How I AI podcast, has a real knack for extracting and sharing practical tools, tips, and ideas that anyone can put to use today. In this episode, Claire sat down with Tim to share her perspective as a longtime product leader who began using AI to boost her own productivity and ended up turning it into a successful business. Claire sketched the origin story of ChatPRD and got into what it’s like to be the only full-time person working there (alongside a few fractional employees and a host of agents). She also weighed in on how to balance traditional software with AI tools; why AI product leaders should think beyond good prompts to consider an architectural view of where your model fits in your application; and how, even if product management is disrupted by AI, product managers can still add value by coming up with creative, innovative, and nonobvious solutions to tough challenges—and, of course, by talking with customers to understand their pain points. As Claire noted, “It’s just not enjoyable to be interviewed by AI unfortunately. So I think your job is safe for right now.”

  • S1 · E7
    May 15 · 57 min

    A Conversation with Technologist Sam Newman

    For years, technologist and consultant Sam Newman has helped enterprises come to grips with sticky issues in software architecture, and he’s been thinking deeply about how AI will reshape software engineering. He joined Tim for this episode of Live with Tim O’Reilly to explore the technological and organizational changes AI is already bringing about. As Sam pointed out, it’s chaotic out there. Sam chatted with Tim about the consequences of the industry’s narrow focus on code completion rather than experimenting with where else in the software development life cycle AI might bring value; how the economics of AI are shaping up—and what that means for our systems (Sam guesses that we won’t see companies undertaking big projects like rearchitecting until they figure out how to actually make money with AI); and why you should take a model-agnostic approach to developing products built on LLMs. In their hour-long conversation they also touched on security, building data centers for AI workloads, the tools Sam’s using in his day-to-day, and the positive developments Sam’s seeing with MCP.

  • S1 · E6
    May 14 · 57 min

    A Conversation with Google Docs Founders Sam Schillace, Steve Newman, and Claudia Carpenter

    When Sam Schillace, Steve Newman, and Claudia Carpenter built Writely—their browser-based word processor, which became the basis for Google Docs—they saw a future that most of us didn’t yet appreciate. It’s been 20 years since Sam, Steve, and Claudia launched the Writely beta. To celebrate that achievement, they joined Tim to reflect on the success of their revolutionary product and discuss what it might teach us about the current moment. Sam, Steve, and Claudia solved a problem people had been complaining about for years (version control in shared docs), and did so by putting together available technology in a new way where suddenly everything just clicked. (They also did it quite quickly—as Steve pointed out, it was only a year from Writerly’s inception to its acquisition.) They shared some of that history with Tim, with Sam explaining why fast experimentation and “learning by doing” was so valuable to their project, and remains so in the AI era. They also got into tackling the hard problem of collaboration (which is bigger and more human than a single tool can account for), and what AI might make possible that we couldn’t do before; designing paradigm-shifting products that are still easy to use, and why product designers should always keep laziness top of mind; the new economics of AI software development; and why current AI products may be the equivalent of CD-ROMS. And they had some advice for those looking to build products with AI. As Claudia noted, you can’t just try to “bolt on” AI; you have to find the use cases that you previously “just couldn’t even think about doing that AI lets us do now.” Tim also provided some context in advance of their conversation. Check it out on Radar.

  • S1 · E5
    May 13 · 58 min

    A Conversation with Princeton’s Arvind Narayanan

    AI boosters would have you believe that AI is such an unprecedented leap forward that it will change everything almost immediately, that the singularity is upon us. Princeton professor and author Arvind Narayanan begs to differ. Arvind and his coauthor Sayash Kapoor make the case in their recent paper “AI as Normal Technology” that, while AI is indeed a transformational technology, it’s far from unprecedented. In this episode, Arvind joined Tim to explain why AI is likely to follow much the same patterns as other profound technology revolutions, such as electrification, the automobile, and the internet. In their hour-long conversation, they thought through the social impact of AI, from how AI might change software to broader concerns such as why fears of AI running amok are overblown; why labor law, not copyright, may be the key to AI justice; and how AI might help address some of the problems baked into our education system. Get an overview of the conversation and Tim’s takeaways from it on Radar.

  • S1 · E4
    May 12 · 56 min

    A Conversation with Product Leader Marily Nika

    AI has led us to this amazing inflection point where all of the old habits of product development and product management need to be rethought. As Google’s Marily Nika predicts, “All product managers will be AI product managers in the future.” So we need to plan for it now. On this episode of Live with Tim O’Reilly, Marily sat down with Tim to discuss how AI is fundamentally transforming product management, touching on emerging roles like AI engineers and agent engineers, the importance of human judgment in an AI-powered world, and practical workflows for rapid prototyping using AI tools like Perplexity, custom GPTs, and v0. They also explored the balance between leveraging AI’s capabilities and avoiding the “shiny object trap” of using AI for its own sake rather than solving real customer problems; discussed some tips for prospective PMs interesting in focusing on AI within their specific domains; and considered whether using AI is “cheating”—and why companies would do well to build more community around AI use. For more highlights, check out Tim’s takeaways from the event on O’Reilly Radar.

  • S1 · E3
    May 11 · 50 min

    A Conversation with Cloudflare CEO Matthew Prince

    AI companies are scraping content at unprecedented rates—with some platforms taking 1,500 pages for every visitor they send back, compared to Google’s historical 2-to-1 ratio—effectively breaking the basic value exchange that built the modern web. While this may be destroying the business model that has sustained online content creation for decades, it’s also turned the spotlight on some of the flaws inherent in the internet economy. As Cloudflare CEO Matthew Prince observed in this episode of Live with Tim O’Reilly, “A lot of what’s wrong with the world today comes back to the fact that Google taught us all that the thing that we were chasing was traffic.…But traffic is a bad approximation for value.” Matthew and Tim thought through the question of value in a world where chasing traffic is no longer viable, discussing the urgent need for new compensation models that reward content creators both financially and through recognition, and imagining future scenarios ranging from a dystopian “Medici model” where a few AI giants employ all journalists to more decentralized approaches that preserve independent content creation. They also dove into Cloudflare’s innovative technical solution of blocking AI bots by default while requiring cryptographic identification—a first step in ensuring the creators who “fill the holes in the Swiss cheese” of human knowledge can still build sustainable careers and receive the recognition that drives innovation as companies harness AI’s transformative power. Dig deeper into AI’s Swiss cheese problem with Tim’s takeaways from the conversation.

  • S1 · E2
    May 6 · 59 min

    A Conversation with Mozilla’s Chelsea Troy

    Do large language models make developers 26% more productive, as a paper recently claimed? Chelsea Troy, leader of Mozilla’s MLOps team and a lecturer in computer science at the University of Chicago, isn’t so sure. There’s so much hype right now—we need voices like Chelsea’s to cut through the noise and help us think a little bit more deeply about what programming actually requires. And that’s just what she did on this episode of Live with Tim O’Reilly. Chelsea joined Tim for a conversation on why widely cited productivity studies like the “26% paper” are fundamentally flawed, how the real work of programming—reading and analyzing existing code rather than writing from scratch—hasn’t changed, and what skills developers actually need to thrive in an AI-augmented world. Above all, they thought through the challenge of how developers can harness AI’s power without becoming overly reliant on it, which could erode the very cognitive skills that make them effective problem-solvers in the first place. It’s no surprise that human creativity remains irreplaceable, as Chelsea made clear: Even when assisted by AI, programmers must rely on their investigative abilities to ask the right questions, on their evaluative skills to assess solutions, and on their innovative thinking to push beyond existing patterns. “Machine learning models, the way they are built, the way they are architected, the way they are trained, the way they fundamentally work is to replicate patterns,” she explained. “They’re not designed to generate new patterns, which is exactly what you need in order to move the state of the art.”

Showing 1–20 of 20 episodes