Thoughtworks Technology Podcast

Thoughtworks Technology Podcast

Thoughtworks
Country USA
Genres Business, Careers, Technology
Language EN
Episodes 100
Latest 28.05.2026

The Thoughtworks podcast plunges deep into the latest tech topics that have captured our imagination. Join our panel of senior technologists to explore the most important trends in tech today, get frontline insights into our work developing cutting-edge tech and hear more about how today's tech megatrends will impact you.

Episodes

  • What is spec-driven development? 28.05.2026 45m
    Semantic diffusion, combined with the pace of technology change, makes talking about AI-adjacent practices and techniques incredibly diffficult. There are few better examples of this issue than the term 'spec-driven development'. Although it's not new — its coinage precedes our current AI moment — it has become ubiquitous over the last six months or so as software professionals attempt to develop a vocabulary for talking about how they're developing methods for working successfully with coding agents. On this episode of the Technology Podcast, Birgitta Böckeler is joined by Laura Tacho — Developer Experience at AWS — to discuss all things spec-driven development. From competing definitions to different interpretations, implementations and workflows, the discussion provides a frank and grounded look at one of the most discussed and debated terms in modern software engineering. Learn more about Laura's work by visiting her website: https://lauratacho.com/ Read Birgitta's article on spec-driven development on Martin Fowler's website: https://martinfowler.com/articles/exploring-gen-ai/sdd-3-tools.html Learn more about The Future of Software Development Retreat discussed on this episode and explore some of the key insights: https://www.thoughtworks.com/about-us/events/the-future-of-software-development
  • What is harness engineering? 14.05.2026 40m
    'Harness engineering' is one of the most significant terms to emerge in software engineering in 2026. Broadly referring to the work done to control unpredictable AI agents and coding assistants, its use signals growing attention on what needs to be done to make agents reliable and consistent enough for production software in the real-world. On this episode of the Technology Podcast, Birgitta Böckeler joins hosts Prem Chandrasekaran and Nate Schutta to explore what harness engineering actually is, how it should be done and why it should matter to software engineers working today. Having written a number of articles on harness engineering for martinfowler.com based on her experiences with AI-assistance, Birgitta is well-placed to explain the core concepts and implications. Taking in everything from the practices and ideas that pre-date and inform harness engineering to integrating harness engineering into existing workflows, listen for a conversation that will provide much needed clarity on what's an essential topic in the industry. Read Birgitta's article on harness engineering on martinfowler.com: https://martinfowler.com/articles/harness-engineering.html Watch Birgitta's video on harness engineering beyond skills on YouTube: https://www.youtube.com/watch?v=uLWOLmeHOSE 
  • Anthropic Mythos: Hype, reality and the actual security implications 30.04.2026 48m
    Anthropic Mythos garnered significant attention when it was launched in mid-April 2026. Yet despite it apparently presenting an unprecedented threat to global software, you don't have to look to closely to see that this was an effective product launch as much as a story about the grave security risks of today's AI models.  But this isn't to say there aren't important implications for software developers, security professionals and other technologists. In this episode of the Technology Podcast, one of our new hosts Nate Schutta is joined by Chris Kramer to discuss Anthropic Mythos and Project Glasswing, unpacking what's hype and what really matters. A few links for this episode: Some more information about Project Glasswing: https://www.anthropic.com/glasswing A story about how a small Discord group briefly had access to Mythos: https://daringfireball.net/linked/2026/04/23/discord-group-has-claude-mythos-access How Mozilla used Mythos to discover Firefox bugs: https://www.wired.com/story/mozilla-used-anthropics-mythos-to-find-271-bugs-in-firefox/
  • Key themes in Technology Radar Vol.34 15.04.2026 44m
    In April 2026 we published a new edition of the Thoughtworks Technology Radar — volume 34. Like many recent volumes, this one was dominated by AI. However, while editions over the last couple of years have illustrated the dizzying proliferation of AI-related technologies, vol.34 indicates a degree of evolution in the field, demonstrated by a focus on consistency, reliability and mitigating the collaborative and individual challenges of working with AI. This is reflected in the four themes identified for this Radar: the challenge of evaluating technology in an agentic world; retaining principles, relinquishing patterns; securing permission-hungry agents; putting coding agents on a leash. On this special Technology Radar episode of the Technology Podcast, host Ken Mugrage is joined by Alessio Ferri and Jim Gumbley to discuss the key themes in Technology Radar Vol.34. Diving into topics ranging from cognitive debt, harness engineering and the lethal trifecta, listen to gain a deeper understanding not just of the latest Radar but, more importantly, what AI-assisted and agentic software engineering really look like today. Read the latest Thoughtworks Technology Radar: https://www.thoughtworks.com/radar
  • How it feels to be a software engineer when AI is changing our relationship with code 02.04.2026 41m
    There's been a lot of discussion and debate in recent months about exactly how software engineering will be reshaped by AI. While it remains to be seen what the discipline will look like once things quieten down (if they ever do), one thing has been somewhat neglected: what does software engineering actually feel like in this AI-intensive environment? If we're no longer writing code, or even interfacing with it in the way we're used to, what does that mean for our professional experience? On this episode of the Technology Podcast, host Ken Mugrage is joined by Nate Schutta to discuss the software engineering experience today and to dig deep into what the work feels like when AI agents change our relationship with code. Nate is one of the authors of Fundamentals of Software Engineering (alongside Dan Vega) and appeared on the podcast in May 2025 to discuss the book; with so much change having taken place since then, Nate is perfectly placed to offer a perspective on what software engineering means today for an industry navigating significant change.  Learn more about The Fundamentals of Software Engineering: https://www.thoughtworks.com/insights/books/fundamentals-software-engineering-book Listen to Nate discuss the book on an earlier episode of the Technology Podcast: https://www.thoughtworks.com/insights/podcasts/technology-podcasts/exploring-fundamentals-software-engineering
  • Be brilliant at the basics: Inside Looking Glass 2026 19.03.2026 46m
    The Thoughtworks 2026 Looking Glass report was published in January. Designed to provide business and technology leaders with the tools to better understand and navigate future trends, this edition paid particularly close attention to what organizations need to do to reach a level of AI maturity that will effectively unlock an operational and commercial edge. Taking in everything from AI-assisted software delivery to AI-ready data, it bridges the gaps between what the world is doing today, what will be possible in the months to come and what may be coming on the horizon in the long-term. To discuss this year's Looking Glass, host Ken Mugrage is joined by Rickey Zachary and Thomas Squeo. Together, Rickey and Thomas provide both a technology and business perspective on the main insights from the report, exploring some of the key throughlines and issues Thoughtworks believes businesses need to contend with. With a complex and rapidly changing industry and economic picture, one thing emerges as critical: being brilliant at the basics. Read the 2026 Looking Glass: https://www.thoughtworks.com/insights/looking-glass
  • Durable computing: What is it and why now? 05.03.2026 37m
    Managing distributed systems and complex workflows can be challenging. What happens when something fails? If a task isn't executed to completion, that can lead to serious problems. From transaction and billing failures to deploying software, even small issues can have significant consequences. This is one of the reasons for durable computing. Designed to isolate code from crashes, it preserves state so a task is completed even when something fails. To discuss durable computing, explore why it matters today and how we've been using it at Thoughtworks, Brandon Cook and John Coleman join host Alexey Boas on the Technology Podcast. They dive into the current platform ecosystem and what it means for developers — and requires of them. They also talk about the value of durable computing for AI, explaining why the concept of 'durable agents' offers an important of avenue of investigation in a world eager to embrace agentic systems.  Learn more about durable computing in this blog post from July 2025: https://www.thoughtworks.com/insights/blog/cloud/durable-computing-making-easier-resilience-distributed-systems  
  • Inside AI/works™: An agentic development platform 19.02.2026 40m
    In January 2026, Thoughtworks launched AI/works™, an agentic development platform. It promises to make the capabilities of AI agents a reality for the enterprise, helping in areas including understanding complex legacy code, forward engineering new software solutions and agent governance. How, though, does it actually work in practice? And what does it mean for the organizations and teams Thoughtworks works with? In this episode of the Technology Podcast, new host Rickey Zachary is joined by Bharani Subramaniam (CTO for Thoughtworks India and the Middle East) and Shodhan Sheth (Head of Enterprise Modernization, Platforms and Cloud) to discuss AI/works™, taking in how the platform emerged from a number of recent Thoughtworks projects to how it's delivering value to businesses today.  As well as an inside perspective on Thoughtworks' new platform, the episode also offers a deep and timely exploration of questions and challenges the rapid rise of AI agents in software engineering has surfaced across every part across industry. Learn more about AI/works™: https://www.thoughtworks.com/ai/works
  • Unlearning, experimentation and engineering rigor in an agentic world 05.02.2026 39m
    In a world that's being transformed by AI agents and agentic systems, how do software developers unlearn what they know while also maintaining engineering rigor? In an in-person conversation with Nathen Harvey, Developer Relations Engineer at Google Cloud, and Patrick Debois, Developer Relations at Tessl, host Ken Mugrage dives into the ways individuals, teams and organizations are walking the line between experimentation and well-established engineering practices as they seek to innovate while ensuring resilience, reliability and security. Thoughtworks is a platinum sponsor of the 2025 DORA report: https://www.thoughtworks.com/en-us/insights/reports/the-2025-dora-report  
  • Exploring AI agent platforms 22.01.2026 37m
    If AI agents really are the future of how work will be done — in software engineering and beyond — the platforms on which they are built, run and maintained will be crucial. This is a topic two Thoughtworkers, Ben O'Mahony and Fabian Nonnenmacher, are currently writing about. Although not due to be published until early 2027, the first two chapters of Building AI Agent Platforms are now available as part of O'Reilly's Early Release scheme. Its goal is to provide readers with a complete roadmap for developing AI agent platforms, from agent development to architectural principles to observability and governance.  In this episode of the Technology Podcast, the authors speak to regular host Ken Mugrage about the book, why agent platforms are a critical part of any AI strategy and some of the challenges of developing and maintaining them. Listen for an early look at what looks set to be a valuable book in the world of AI development and to gain a clearer perspective on what agentic AI really means at the start of 2026. Learn more about Building AI Agent Platforms: https://www.oreilly.com/library/view/building-ai-agent/0642572243906/  
  • Architecture antipatterns and pitfalls: Good intentions, bad habits and ugly consequences 08.01.2026 35m
    You can grasp the basics of software architecture by learning design patterns, but you probably won't master it — to do that you have to get to grips with antipatterns too. Often these lessons are hard-won through experience, derived from seeing what happens when architectural decisions (or the lack of them) collide with the messy reality of the real world.  While there's obviously no replacement for practical experience, Neal Ford, Mark Richards and Raju Gandhi want to share theirs to give architects the opportunity to avoid common antipatterns and pitfalls and make smarter decisions. That's what they're doing with their forthcoming book (due September 2026) Architecture Patterns, Antipatterns and Pitfalls. On this episode of the Technology Podcast, host Neal is joined by his co-authors and their editor from O'Reilly, Sarah Grey, to discuss the book and to explore why getting to know on antipatterns and pitfalls matters as much as learning design patterns. Learn more about Software Architecture Patterns, Antipatterns and Pitfalls: https://www.oreilly.com/library/view/software-architecture-patterns/0642572221119/ Listen to Neal and Mark discuss the various intersections of software architecture on an episode of the Technology Podcast from 2025: https://www.thoughtworks.com/insights/podcasts/technology-podcasts/exploring-intersections-software-architecture
  • Are we entering the 'age of intent' in digital interaction? 23.12.2025 45m
    The 'age of intent' is a phrase that's been around for a number of years. However, with the rise of AI agents in 2025 it has the potential to become a key trend for 2026. It describes a new way of thinking about digital interaction in which the gap between human intention and output are reduced even further through AI assistance. Thoughtworks' APAC CTO Sarah Taraporewalla has been exploring the age of intent in recent months; she's written a series of blog posts that tackle what this new phase of digital interaction means for businesses and how they can prepare themselves. On the latest episode of the Technology Podcast, Sarah joins host Lilly Ryan to discuss the concept the age of intent and its implications for the future of digital experiences.  Read Sara Taraporewalla's series on the age of intent: The interface is dead. Time for the age of intent: https://www.thoughtworks.com/insights/blog/generative-ai/the-interface-is-dead-time-for-the-age-of-intent From prototype to transformation: https://www.thoughtworks.com/insights/blog/generative-ai/the-age-of-intent-from-prototype-to-transformation What it takes to become an intent-ready organization: https://www.thoughtworks.com/insights/blog/generative-ai/the-age-of-intent-from-prototype-to-transformation Rethinking value in the AI economy: https://www.thoughtworks.com/insights/blog/generative-ai/the-age-of-intent-rethinking-value-in-AI-economy        
  • AI-assisted software development in 2025: Inside this year's DORA report 11.12.2025 37m
    This year's DORA report focuses on AI-assisted software development. While one of the key themes is just how ubiquitous AI is today in software engineering, that's only part of the picture. In fact, the report outlines many of the challenges the adoption of these technologies are posing and explores the barriers and obstacles that need to be addressed to ensure AI-assistance leads to long-term success. In this episode of the Technology Podcast, host Ken Mugrage is joined by Chris Westerhold — Global Practice Director for Engineering Excellence at Thoughtworks — to discuss this year's DORA report (for which Thoughtworks is a Platinum sponsor). They dive into some of the reports findings, and explore the risks of increasing throughput, the changing demands on software developers, the importance of developer experience and how organizations can go about successfully measuring AI impact. You can find the 2025 DORA report here: https://cloud.google.com/resources/content/2025-dora-ai-assisted-software-development-report Read Chris Westerhold's article on this year's findings: https://www.thoughtworks.com/insights/articles/the-dora-report-2025--a-thoughtworks-perspective  
  • We still need to talk about vibe coding: Reflections on 2025's word of the year 27.11.2025 46m
    Vibe coding was, remarkably, named word of the year by the Collins English Dictionary at the start of November 2025 — pretty good going for a term that was only coined in February. We first discussed it on the Technology Podcast back in April, and, given its prominence in the collective lexicon this year, thought we should revisit and reflect on the topic as 2025 draws to a close.  Lots has happened in the intervening months: MCP adoption, the evolution of agentic coding tools and practices like context engineering have had a significant impact on the way the world is thinking about and using AI.  To talk about it all and reflect on the implications, Thoughtworkers and regular podcast hosts Prem Chandrasekaran, Lilly Ryan and Neal Ford reconvened for a follow up to our April conversation. Taking in everything from the term's semantic slipperiness, its security risks and the challenges of maintaining AI-generated code, this is a discussion that, despite going deep into vibe coding, also touches on a huge range of issues in the technology industry today. Before we enter 2026, looking back on the good, the bad and the ugly of the last 12 months of experimentation is essential if we're to build better software for the world in the future. This episode aims to be a guide through that process. Listen to our April episode on vibe coding: https://www.thoughtworks.com/insights/podcasts/technology-podcasts/vibe-coding Read Ken Mugrage's blog post exploring the shift from vibe coding to context engineering in 2025: https://www.thoughtworks.com/insights/blog/machine-learning-and-ai/vibe-coding-context-engineering-2025-software-development
  • How developers can get the most from new AI coding workflows 13.11.2025 29m
    One of the biggest stories in software engineering in 2025 is the impact of generative AI on the software development lifecycle. From advances in coding assistance to the emergence of so-called agentic coding, there's undoubtedly a lot for software developers to process, learn and experiment with — not to mention rapid change to contend with. On this episode of the Technology Podcast, host Ken Mugrage is joined by Brandon Cook to discuss not only how AI has been shaping the way software developers work but how developers can play an active role in ensuring the technology is leveraged safely and successfully. Taking in everything from sensible defaults and best practices to evaluating how much autonomy you should give up to an agent in any given problem, this episode offers both a snapshot of where we are today and the role we all have to play in deciding what the future will look like. Explore the Thoughtworks Technology Radar: thoughtworks.com/radar Listen to Brandon's last appearance on the Technology Podcast from July 2024: https://www.thoughtworks.com/insights/podcasts/technology-podcasts/sensible-defaults-way-think-technology-practices  
  • Themes from Technology Radar Vol.33 30.10.2025 35m
    In every Thoughtworks Technology Radar we feature three to five themes that represent the core issues and topics that emerged from the conversations we had when putting the publication together. This time (Fall 2025) they're all united by AI. They are: infrastructure automation arriving for AI, the rise of agents elevated by MCP, AI coding workflows and emerging AI antipatterns. On this episode of the Technology Podcast, Bryan Oliver joins Neal Ford and Ken Mugrage to discuss all four of volume 33's themes. They dive into what they mean, how the team arrived at them and what they tell us about the state of software engineering and AI in 2025. Read the latest Thoughtworks Technology Radar: thoughtworks.com/radar Volume 33 will be published November 5, 2025.
  • What does an AI strategy with humans at the center look like? 16.10.2025 25m
    Everyone knows an AI strategy is important — but how do you build one with humans at the center? That's a question Tiankai Feng, Thoughtworks Global Director for Data and AI Strategy, has been pondering ever since the publication of his 2024 book Humanizing Data Strategy. Now, just over a year later, he's outlined his thinking in a follow-up, Humanizing AI Strategy. With the subtitle "leading AI with sense and soul," it's a practical and thoughtful guide aimed at helping the industry rethink the way AI is embedded and leveraged across organizations. In this episode of the Technology Podcast, Tiankai joins host Prem Chandrasekaran to discuss his new book. He explains why he wrote it, how it compares to his first book and discusses the framework it puts forward. Listen for a fresh perspective on AI in business and some practical strategies for leaders to bring purpose and conscience to AI initiatives. Learn more about Humanizing AI Strategy: https://www.thoughtworks.com/insights/books/humanizing-ai-strategy Read a Q&A with Tiankai: https://www.thoughtworks.com/insights/blog/data-strategy/how-put-human-center-ai  
  • What we're talking about when we talk about context engineering 02.10.2025 20m
    Everyone seems to be talking about context engineering. That was certainly the case in our recent discussions for the upcoming edition of the Technology Radar (volume 33, due early November 2025). And although we ran into the term on the Technology Podcast just a few weeks ago, we thought it would be useful to try and tackle exactly what people are talking about when they talk about context engineering. We know context is important when it comes to AI, but what does it mean to engineer it? On this episode of the Technology Podcast, host and Thoughtworks CTO Rachel Laycock is joined by Thoughtworkers Alessio Ferri (Lead Software Engineer) and Bharani Subramaniam (CTO for India and the Middle East)  to discuss what context engineering is, how it's being done and what it tells us about the evolution of AI. This certainly won't be the last word — ours or anyone else's — on context engineering, but it might help clarify and cement your understanding as the term comes to dominate technology conversations.
  • Mean time to shared understanding: Bridging the gap between citizen developers and developers 18.09.2025 28m
    Although the concept of the 'citizen developer' isn't new, with the rise of AI the relationship between those building software without much technical experience and seasoned software developers is becoming more significant. That's not to say there's conflict exactly, but there are often competing interests and demands — which can lead to tension, organizational friction and governance challenges.  On this episode of the Technology Podcast, host Ken Mugrage facilitates a debate (of sorts) between Christopher Hastings, Global Tech Product Lead at Thoughtworks (and citizen developer) and Scott Davies, Head of Technology for Thoughtworks Europe (very much in the developer camp). They discuss the needs and interests of both sides, how to avoid regressing to the dark ages of shadow IT and how citizen developers can be properly empowered by engineering teams.    
  • Organizational design and Team Topologies after AI 04.09.2025 42m
    Managing technological change in an organization — particularly a large and complex one — has always been challenging. But thanks to the rapid adoption of AI in all kinds of spheres, from knowledge management to software development to content creation, it's becoming more difficult than ever. How do you strike a balance between governance and safety and autonomy and empowerment? How should teams be structured and how should they work together? In this episode of the Technology Podcast, Matthew Skelton and Manuel Pais — authors of the influential Team Topologies book — join hosts Birgitta Böckeler and Ken Mugrage to discuss what AI means for organizational design. They discuss how AI is changing team capabilities, what it means for cognitive load and knowledge sharing and how to ensure there's structure and control without constraining experimentation and creativity.  With the second edition of Team Topologies set to be published in September 2025, Matthew and Manuel used the conversation to explore the evolution of their ideas and what they've learned from working with and listening to the stories of many different organizations around the world. Learn more about Team Topologies: https://teamtopologies.com/  

Popular in

The podcast also appears in the podcast charts of these countries.