5 Aug 2026 Dev in the Street
"Discusses software quality, automation, and debugging at Bug Bash Conference, covering AI debates, real-world bug fixes, and networking in tech."
More The BugBash Podcast episodes

Published 4 Mar 2026
Duration: 00:58:00
Challenges in ensuring software reliability are explored, including unpredictable user behavior, legacy code modernization, and testing methodologies to uncover bugs and validate real-world interactions.
Everyone wants reliable software. But nobody wants to test messy legacy code. Today, Lewis Campbell from Outdata joins the show to share a practical a...
The podcast explores the challenges of ensuring software reliability in the face of unpredictable user behavior, external dependencies, and real-world failures. It emphasizes the need for systems to handle unanticipated inputs and complex interactions, particularly in environments with legacy code that introduces technical debt and resistance to change. Strategies for addressing these issues include fostering consensus among developers, using anonymous feedback to drive improvements, and pragmatically accepting limitations when consensus cannot be reached. The discussion also highlights the importance of testing methodologies such as example-based testing and randomized/property-based testing, which expose hidden bugs and edge cases. However, adoption of these methods is often hindered by developer resistance and terminology complexity, requiring simplification and rebranding for broader acceptance.
The podcast underscores the fallibility of users, who frequently exploit system inputs in unexpected ways, necessitating robust design and resilience in software architecture. It also addresses conflict resolution in systems with concurrent edits or multiple data sources, advocating for deterministic merging techniques like CRDTs and avoiding arbitrary resolution strategies such as "last right wins." Real-world examples, such as Google Clouds shark-proof cable designs and satellite failures due to environmental factors, illustrate the need for latency-driven design and redundancy in critical systems. Key takeaways emphasize balancing abstraction with control, prioritizing user-centric validation, and adopting rigorous testing practices to build reliable, adaptable systems that anticipate and mitigate failure scenarios.
5 Aug 2026 Dev in the Street
"Discusses software quality, automation, and debugging at Bug Bash Conference, covering AI debates, real-world bug fixes, and networking in tech."
8 Apr 2026 Why simple workloads find the hardest bugs
Distributed system testing prioritizes workloads simulating real-world usage to uncover hidden issues like data loss, contrasting with traditional deterministic tests by emphasizing non-determinism, continuous validation, and evolving towards probabilistic outcomes through robust checks and real-world interaction focus.
2 Apr 2026 Programming as an Act of Building Vocabulary
The podcast examines challenges in creating reliable software, highlighting LLMs' struggles with complex systems due to lacking shared abstractions, explores distributed systems theory vs. practice, emphasizes learning through code analysis and DST testing, and underscores the necessity of human expertise and clear terminology in bridging AI limitations and real-world engineering.
25 Mar 2026 The Dollar Bet that Fuzzed Figma: Exploding Laptops and UI Reliability with Jonathan Chan
FuzzMap, a React UI stress-testing tool inspired by AFL, addresses challenges in state instrumentation, visualizing complex state machines, and efficiency trade-offs while exploring future directions like backend expansion, LLM integration, and concolic testing.
18 Mar 2026 Semmathesy and the Agentic Era: Learning Systems in 2026
AI reshapes software development through Semathesis systems, enhancing productivity and collaboration while navigating challenges like legacy code limitations, the shift from deterministic coding to adaptive AI agents, and balancing automation with human oversight in complex, dynamic environments.