PodcastsBusinessMaintainable

Maintainable

Robby Russell
Maintainable
Latest episode

222 episodes

  • Maintainable

    Brittany Ellich: Using AI to Maintain Software, Not Rewrite It

    21/1/2026 | 1h
    Rewrites are seductive. Clean slates promise clarity, speed, and “doing it right this time.” In practice, they’re often late, over budget, and quietly demoralizing.
    In this episode of Maintainable, Robby sits down with Brittany Ellich, a Senior Software Engineer at GitHub, to talk about a different path. One rooted in stewardship, readability, and resisting the urge to start over.
    Brittany’s career began with a long string of rebuild projects. Over time, she noticed a pattern. The estimates were wrong. Feature development stalled. Teams burned energy reaching parity with systems they’d already had. That experience pushed her toward a strong belief: if software is in production and serving users, it’s usually worth maintaining.
    [00:00:57] What well-maintained software actually looks like
    For Brittany, readability is the first signal. If code can’t be understood, it can’t be changed safely. Maintenance begins with making systems approachable for the next person.
    [00:01:42] Rethinking technical debt
    She explains how her understanding of technical debt has evolved. Rather than a fixed category of work, it’s often anything that doesn’t map directly to new features. Bugs, reliability issues, and long-term risks frequently get lumped together, making prioritization harder than it needs to be.
    [00:05:49] Why AI changes the maintenance equation
    Brittany describes how coding agents have made it easier to tackle small, previously ignored maintenance tasks. Instead of waiting for debt to accumulate into massive projects, teams can chip away incrementally. (Related: GitHub Copilot and the Copilot coding agent workflow she’s explored.)
    [00:07:16] Context from GitHub’s billing systems
    Working on metered billing at GitHub means correctness and reliability matter more than flash. Billing should be boring. When it’s not, customers notice quickly.
    [00:11:43] Navigating a multi-era codebase
    GitHub’s original Rails codebase is still in active use. Brittany relies heavily on Git blame and old pull requests to understand why decisions were made, treating them as a form of living documentation.
    [00:25:27] Treating coding agents like teammates
    Rather than delegating massive changes, Brittany assigns agents small, well-scoped tasks. She approaches them the same way she would a new engineer: clear instructions, limited scope, and careful review.
    [00:36:00] Structuring the day to avoid cognitive overload
    She breaks agent interaction into focused windows, checking in a few times a day instead of constantly monitoring progress. This keeps deep work intact while still moving maintenance forward.
    [00:40:24] Low-risk ways to experiment
    Improving test coverage and generating repository instructions are safe entry points. These changes add value without risking production behavior.
    [00:54:10] Navigating team resistance and ethics
    Brittany acknowledges skepticism around AI and encourages teams to start with existing backlog problems rather than selling AI as a feature factory.
    [00:57:57] Books, habits, and staying balanced
    Outside of software, Brittany recommends Atomic Habits by James Clear, sharing how small routines help her stay focused.
    The takeaway is clear. AI doesn’t replace engineering judgment. Used thoughtfully, it can support the unglamorous work that keeps software alive.
    Good software doesn’t need a rewrite.
    It needs caretakers.
    References Mentioned
    GitHub – Brittany’s current role and the primary environment discussed
    GitHub Universe – Where Brittany presented her coding agent workflow
    Atomic Habits by James Clear – Brittany’s recommended book outside of tech
    Overcommitted - Podcast Brittany co-hosts
    The Balanced Engineer Newsletter – Brittany’s monthly newsletter on engineering, leadership, and balance
    Brittany Ellich’s website – Central hub for her writing and links
    GitHub Copilot – The AI tooling discussed throughout the episode
    How the GitHub billing team uses the coding agent in GitHub Copilot to continuously burn down technical debt – GitHub blog post referenced
    Thanks to Our Sponsor!
    Turn hours of debugging into just minutes! AppSignal is a performance monitoring and error-tracking tool designed for Ruby, Elixir, Python, Node.js, Javascript, and other frameworks.
    It offers six powerful features with one simple interface, providing developers with real-time insights into the performance and health of web applications.
    Keep your coding cool and error-free, one line at a time! 
    Use the code maintainable to get a 10% discount for your first year. Check them out!

    Subscribe to Maintainable on:
    Apple Podcasts
    Spotify
    Or search "Maintainable" wherever you stream your podcasts.
    Keep up to date with the Maintainable Podcast by joining the newsletter.
  • Maintainable

    Kent L Beck: You’re Ignoring Optionality… and Paying for It

    09/12/2025 | 49 mins.
    Kent Beck: You’re Ignoring Optionality… and Paying for It
    In this episode of Maintainable, Robby speaks with Kent Beck, a foundational voice in modern software development and author of Tidy First?. Kent joins from California to explore why optionality is a central, often underestimated dimension of maintainable software.
    Kent begins by describing the tension between features and future flexibility. Shipping new capabilities is easy to measure. Creating options for what comes next is not. That imbalance is where maintainability either flourishes or collapses. Senior developers in particular must learn to navigate this tension because they have lived through the consequences when no one does.
    They reflect on how cost models have shifted across the last five decades. Early in Kent’s career, computers were expensive and programmers were cheap. Today the balance often flips depending on scale. At massive scale, electricity and compute time become meaningful costs again. That variability shapes whether teams optimize for hardware efficiency or developer efficiency.
    Episode Highlights
    [00:00:46] The Two Forms of Software Value
    Kent explains why software value comes from both current features and the options you preserve for future work. He describes optionality as the invisible half of maintainability.
    [00:03:35] When Computers Become “Expensive” Again
    Robby and Kent revisit the shift from hardware-optimized development to developer-optimized development and how large-scale systems have reintroduced compute cost pressures.
    [00:07:25] Why the Question Mark in Tidy First?
    Kent shares why tidying is always a judgment call and why he put a question mark in the title.
    [00:10:14] The Real Cost of Speculative Flexibility
    They discuss why adding configurability too early creates waste and why waiting until just before you need it increases value.
    [00:13:46] Making Hard Changes Easy
    Kent outlines his guiding idea. When you face a difficult change, make the change easy first, then make the easy change.
    [00:17:08] The Feature Saw
    Kent explains his features versus options graph and how teams repeatedly burn optionality until they hit zero. At that point, forward movement becomes painful.
    [00:19:37] Why 100 Percent Utilization Is a Trap
    Kent discusses how queuing theory shows that full utilization pushes wait times toward infinity. Overcommitted teams have no room for design work.
    [00:22:44] Split Teams Do Not Solve the Problem
    Robby talks about consulting scenarios where “tidy teams” and “feature teams” are separated. Kent argues that this splits incentives and prevents optionality from being sustained.
    [00:26:15] Structure and Behavior Should Not Ship Together
    Kent describes why feature changes are irreversible, structure changes are reversible, and why combining them increases risk for everyone.
    [00:30:37] Tidying Reveals Intent
    While cleaning up structure, developers often uncover logic flaws or misunderstandings that were previously hidden.
    [00:32:00] When Teams Discourage Testing
    Kent shares stories about environments where developers were punished for refactoring or writing tests. He explains why building career options is essential in those situations.
    [00:37:57] Why Tidying Is an Ethical Obligation
    Kent reframes optionality as a moral responsibility. No one should make work harder for the next person who touches the code.
    [00:41:33] Succession and Slicing
    Kent describes how nearly every structural change can be broken into small, safe steps, even when the change first appears atomic.
    [00:47:00] A Small Habit to Start Today
    Kent suggests adding a blank line to separate conceptual chunks in long functions. It is a small step that improves clarity immediately.
    Resources Mentioned
    Tidy First? by Kent Beck
    Kent Beck on Substack
    The Timeless Way of Building by Christopher Alexander
    Thanks to Our Sponsor!
    Turn hours of debugging into just minutes! AppSignal is a performance monitoring and error-tracking tool designed for Ruby, Elixir, Python, Node.js, Javascript, and other frameworks.
    It offers six powerful features with one simple interface, providing developers with real-time insights into the performance and health of web applications.
    Keep your coding cool and error-free, one line at a time! 
    Use the code maintainable to get a 10% discount for your first year. Check them out!

    Subscribe to Maintainable on:
    Apple Podcasts
    Spotify
    Or search "Maintainable" wherever you stream your podcasts.
    Keep up to date with the Maintainable Podcast by joining the newsletter.
  • Maintainable

    Don MacKinnon: Why Simplicity Beats Cleverness in Software Design

    02/12/2025 | 50 mins.
    Episode Highlights
    [00:00:48] What Makes Software Maintainable
    Don explains why unnecessary complexity is the biggest barrier to maintainability, drawing on themes from A Philosophy of Software Design.
    [00:03:14] The Cost of Clever Abstractions
    A real story from a Node.js API shows how an unused abstraction layer around MongoDB made everything harder without delivering value.
    [00:04:00] Shaping Teams and Developer Tools
    Don describes the structure of the Searchcraft engineering team and how the product grew out of recurring pain points in client projects.
    [00:06:36] Reducing Complexity Through SDK and Infra Design
    Why Searchcraft intentionally limits configuration to keep setup fast and predictable.
    [00:08:33] Lessons From Consulting
    Robby and Don compare consulting and product work, including how each environment shapes developers differently.
    [00:15:34] Inherited Software and Abandoned Dependencies
    Don shares the problems that crop up when community packages fall behind, especially in ecosystems like React Native.
    [00:18:00] Evaluating Third-Party Libraries
    Signals Don looks for before adopting a dependency: adoption, update cadence, issue activity, and whether the library is “done.”
    [00:19:40] Designing Code That Remains Understandable
    Why clear project structure and idiomatic naming matter more than cleverness.
    [00:20:29] RFCs as a Cultural Anchor
    How Don’s team uses RFCs to align on significant changes and avoid decision churn.
    [00:23:00] Documentation That Adds Context
    Documentation should explain why, not echo code. Don walks through how his team approaches this.
    [00:24:11] Type Systems and Maintainability
    How Don’s journey from PHP and JavaScript to TypeScript and Rust changed his approach to structure and communication.
    [00:27:05] Testing With Types
    Stable type contracts make tests cleaner and less ambiguous.
    [00:27:45] Building Trust in AI Systems
    Don discusses repeatability, hallucinations, and why tools like MCP matter for grounding LLM behavior.
    [00:29:28] AI in Developer Tools
    Search Craft’s MCP server lets developers talk to the platform conversationally instead of hunting through docs.
    [00:33:21] Improving Legacy Systems Slowly
    The Strangler pattern is a practical way to replace old systems one endpoint at a time.
    [00:34:11] Deep Work and Reducing Reactive Noise
    Don encourages developers to carve out time for uninterrupted thinking rather than bouncing between notifications.
    [00:36:09] Measuring Progress
    Build times, test speeds, and coverage provide signals teams can use to track actual improvement.
    [00:38:24] Changing Opinions Over a Career
    Why Don eventually embraced TypeScript after initially writing it off.
    [00:39:15] Industry Trends and Repeating Cycles
    SPAs, server rendering, and the familiar pendulum swing in web architecture.
    [00:41:26] Experimentation and Team Autonomy
    How POCs and side projects surface organically within Don’s team.
    [00:44:42] Growing Skills Through Intentional Goals
    Setting learning targets in 1:1s to support long-term developer growth.
    [00:47:19] Where to Find Don
    LinkedIn, Blue Sky, and his site: donmackinnon.dev.
    Resources Mentioned
    A Philosophy of Software Design by John Ousterhout
    John Ousterhout’s Maintainable.fm Interview (Episode 131)
    Searchcraft
    Elastic
    Algolia
    WordPress Plugin Directory
    Request for Comments (RFC)
    Strangler Fig Pattern
    C2 Wiki
    Model Context Protocol (MCP)
    Glam AI
    Aubrey/Maturin Series by Patrick O’Brian
    Master and Commander
    donmackinnon.dev
    Thanks to Our Sponsor!
    Turn hours of debugging into just minutes! AppSignal is a performance monitoring and error-tracking tool designed for Ruby, Elixir, Python, Node.js, Javascript, and other frameworks.
    It offers six powerful features with one simple interface, providing developers with real-time insights into the performance and health of web applications.
    Keep your coding cool and error-free, one line at a time! 
    Use the code maintainable to get a 10% discount for your first year. Check them out!

    Subscribe to Maintainable on:
    Apple Podcasts
    Spotify
    Or search "Maintainable" wherever you stream your podcasts.
    Keep up to date with the Maintainable Podcast by joining the newsletter.
  • Maintainable

    Chris Zetter: Building a Database to Better Understand Maintainability

    18/11/2025 | 49 mins.
    Episode Summary
    In this conversation, Robby sits down with software engineer and author Chris Zetter to explore what building a relational database from scratch can teach us about maintainability, architectural thinking, and team culture. Chris shares why documentation often matters more than perfectly shaped code, why pairing accelerates learning and quality, and why “boring technology” is sometimes the most responsible choice. Together they examine how teams get stuck in local maxima, how junior engineers build confidence, and how coding agents perform when asked to implement a database.
    Episode Highlights
    [00:01:00] What Makes Software Maintainable
    Chris explains that well-maintained software is defined by how effectively it helps teams deliver value and respond to change. In some domains—like payroll systems—the maintainability burden shifts toward documentation rather than code organization.
    [00:03:50] Documentation vs. Code Comments
    He describes visual docs, system diagrams, and commit–ticket links as more durable sources of truth than inline comments, which tend to rot and discourage refactoring.
    [00:05:15] Rethinking Technical Debt
    Chris argues that teams overuse the metaphor. He prefers naming the specific reason something is slow or brittle—like outdated libraries or rushed decisions—because that builds trust and clarity with product partners.
    [00:07:45] Where Core Debt Really Lives
    Earlier in his career he obsessed over long files; now he focuses on structural issues. Architecture, boundaries, and naming affect changeability far more than messy internals.
    [00:08:15] Pairing as the Default Tool
    Chris loves pairing for its speed, clarity, and shared context. Remote pairing has removed obstacles like mismatched keyboard setups or cramped office seating. Tools like Tuple and Pop keep it smooth.
    [00:10:20] The Mob Tool and Fast Driver Switching
    He explains how the Mob CLI tool makes switching drivers nearly instant, which keeps energy high and lets everyone work in their own editor environment, reducing friction and fatigue.
    [00:13:45] Pairing with Junior Engineers
    Pairing helps newer developers avoid painful pull-request rework and builds confidence. But teams must balance pairing with opportunities for engineers to build autonomy.
    [00:20:50] Getting Feedback Sooner
    Chris emphasizes speed of feedback: showing progress early to stakeholders prevents wasted days—and sometimes weeks—of heading in the wrong direction.
    [00:21:10] Boring Technology as a Feature
    After being burned by abandoned frameworks, Chris champions predictable, well-supported tools for the big layers: language, framework, database. Novelty is great—but only in places where rollback is cheap.
    [00:23:20] Balancing Professional Development with Organizational Needs
    Developers want experience with new technology; organizations want stability. Chris describes how leaders can channel curiosity safely and productively.
    [00:27:20] Build a Database Server
    Chris’s book, Build a Database Server, is a practical, language-agnostic guide to building a relational database from scratch. It uses a test suite as a feedback loop so developers can experiment, refactor, and learn architectural trade-offs along the way.
    [00:31:45] What Writing the Book Taught Him
    Creating a database deepened his appreciation for Postgres maintainers. He highlights the number of moving parts—storage engine, type system, query planner, wire protocol—and how academic papers often skip hands-on guidance.
    [00:33:00] Experimenting with Coding Agents
    Chris tested coding agents by giving them the book’s test suite. They passed many tests but produced brittle, incoherent architecture. Without a feedback loop for quality, the agents aimed only to satisfy test conditions—not build maintainable systems.
    [00:36:55] Escaping a Local Maxima Through a Design Sprint
    Chris shares a story of a team stuck maintaining a system that no longer fit business needs. A design sprint gave them space to reimagine the system, clarify naming, validate concepts, and identify which pieces were worth reusing.
    [00:40:40] Rewrite vs. Refactor
    He leans toward refactor for large systems but supports small, isolated rewrites when boundaries are clear.
    [00:41:40] Building Trust in Legacy Code
    When inheriting an old codebase, Chris advises starting with a small bug fix or UI tweak to understand deployment pipelines, test coverage, and failure modes before tackling bigger improvements.
    [00:43:20] Recommended Reading
    Chris recommends _Turn the Ship Around! for its lessons on empowering teams to act with intent instead of waiting for permission.
    Resources Mentioned
    Build a Database Server
    Chris Zetter’s blog
    The Mob Programming CLI Tool
    Tuple
    Pop
    Turn the Ship Around!
    Thanks to Our Sponsor!
    Turn hours of debugging into just minutes! AppSignal is a performance monitoring and error-tracking tool designed for Ruby, Elixir, Python, Node.js, Javascript, and other frameworks.
    It offers six powerful features with one simple interface, providing developers with real-time insights into the performance and health of web applications.
    Keep your coding cool and error-free, one line at a time! 
    Use the code maintainable to get a 10% discount for your first year. Check them out!

    Subscribe to Maintainable on:
    Apple Podcasts
    Spotify
    Or search "Maintainable" wherever you stream your podcasts.
    Keep up to date with the Maintainable Podcast by joining the newsletter.
  • Maintainable

    Denis Rechkunov: When Consistency Becomes a Culture

    28/10/2025 | 1h 6 mins.
    Maintaining consistency across a sprawling codebase is one of the hardest challenges in software engineering. Denis Rechkunov, a Principal Software Engineer at Elastic, joins Robby to share how his team turned consistency into a cultural practice rather than a technical checklist. From managing open source projects with hundreds of contributors to experimenting safely with new patterns, Denis believes maintainability begins with shared ownership, not just clean code.
    He explains how Elastic introduced automation and linters to improve cohesion without discouraging creativity. Instead of enforcing perfection across the entire system, Denis’ team scopes their changes to manageable areas and rewards steady progress over sweeping rewrites. Their annual “On Week” tradition gives engineers space to fix what frustrates them most, showing how small, focused bursts of work can produce big leaps in stability and morale.
    The conversation also explores the human side of maintainability. Denis recalls early lessons about unclear expectations, the importance of documenting decisions in public pull requests, and how open feedback loops build trust across remote teams. Whether it’s stabilizing a flaky CI pipeline or mentoring new engineers, Denis argues that technical excellence thrives when consistency becomes a habit shared by everyone.
    Episode Highlights
    [00:01:02] Defining Well-Maintained Software
    Denis identifies consistency, documentation, testability, and agility as the key ingredients of maintainable systems.
    [00:02:22] Balancing Standards and Autonomy
    How automation and linters help preserve code cohesion while minimizing interpersonal friction.
    [00:04:08] Experimenting Safely
    Elastic scopes new patterns to low-risk modules before broader adoption, avoiding mass rewrites.
    [00:07:19] Incremental Cleanup
    Linters only apply to changed files, helping the team fix issues gradually without overwhelming contributors.
    [00:08:02] Maintainability as a People Problem
    Denis highlights that sustainable systems depend more on culture and mentorship than on architecture.
    [00:10:13] Lessons from Miscommunication
    An early experience showed the cost of undocumented conventions and unclear onboarding.
    [00:17:09] Making Space for Technical Debt
    Elastic’s engineers dedicate part of each sprint and an annual “On Week” to tackle maintenance work.
    [00:23:05] Restoring CI Reliability
    Denis shares how the team revived a pipeline with only a 10% success rate by categorizing failures and focusing on data.
    [00:32:00] Practicing Software Archaeology
    He stresses the value of documenting discussions in pull requests to avoid historical guesswork later.
    [00:36:09] Feedback and Trust
    Open communication, humility, and mutual feedback loops form the backbone of a maintainable culture.
    [00:51:00] Embracing Chaos in Open Source
    Denis encourages teams to accept a degree of entropy and focus their efforts on user-facing stability.
    [01:00:00] Security and Privacy
    Why maintainability, trust, and privacy are inseparable pillars of long-term sustainability.
    [01:01:06] Where to Start
    Instead of rewriting code, start by cultivating maintainability as a shared value across the team.
    Resources Mentioned
    Elastic
    golangci-lint
    AppSignal
    The Caves of Steel by Isaac Asimov — Denis’ recommendation inspired Robby to finally pick up a copy and start reading it himself.
    Denis’s Blog – rdner.de
    Denis on GitHub
    Denis on Mastodon
    Denis on LinkedIn
    Thanks to Our Sponsor!
    Turn hours of debugging into just minutes! AppSignal is a performance monitoring and error-tracking tool designed for Ruby, Elixir, Python, Node.js, Javascript, and other frameworks.
    It offers six powerful features with one simple interface, providing developers with real-time insights into the performance and health of web applications.
    Keep your coding cool and error-free, one line at a time! 
    Use the code maintainable to get a 10% discount for your first year. Check them out!

    Subscribe to Maintainable on:
    Apple Podcasts
    Spotify
    Or search "Maintainable" wherever you stream your podcasts.
    Keep up to date with the Maintainable Podcast by joining the newsletter.

More Business podcasts

About Maintainable

Do you feel like you're hitting a wall with your existing software projects? Are you curious to hear how other people are navigating this? You're not alone. On the Maintainable Software Podcast, Robby speaks with seasoned practitioners who have overcome the technical and cultural problems often associated with software development. Our guests will share stories in each episode and outline tangible, real-world approaches to software challenges. In turn, you'll uncover new ways of thinking about how to improve your software project's maintainability.
Podcast website

Listen to Maintainable, The Prof G Pod with Scott Galloway and many other podcasts from around the world with the radio.net app

Get the free radio.net app

  • Stations and podcasts to bookmark
  • Stream via Wi-Fi or Bluetooth
  • Supports Carplay & Android Auto
  • Many other app features

Maintainable: Podcasts in Family

Social
v8.3.0 | © 2007-2026 radio.de GmbH
Generated: 1/24/2026 - 7:57:56 AM