More Software Engineering Radio episodes

Costa Alexoglou on Remote Pair Programming thumbnail

Costa Alexoglou on Remote Pair Programming

Published 1 Apr 2026

Duration: 51:27

A discussion on pair programming's collaborative advantages, remote pairing challenges, AI's role in coding, the development of HAWP, and future remote work tools, highlighted by a five-month platform refactor case study and lessons in balancing performance, security, and user needs.

Episode Description

Costa Alexoglou, co-founder of the open source Hopp pair-programming application, talks with host Brijesh Ammanath about remote pair programming. They...

Overview

The discussion centers on pair programming, emphasizing its collaborative benefits for software development. It outlines the driver-navigator model, where one developer focuses on implementation and the other on strategy, and highlights how remote pair programmingvia screen sharing and shared controlenhances teamwork, especially for onboarding, code reviews, and complex problem-solving. A case study details how daily remote pair programming accelerated a project refactor from 12 months to 5 months by combining domain expertise with architectural insights. The conversation also addresses the role of AI in programming, noting that while AI tools assist with code generation, human collaboration remains critical for high-level tasks like debugging, architecture reviews, and contextual decision-making. The Atlassian survey data further underscores that most engineering time is spent on non-coding activities, reinforcing the value of pair programming in fostering communication and knowledge sharing.

Challenges in remote pair programming include limitations of existing tools, such as poor screen-sharing quality, latency, and the need for manual guidance during interface navigation. The discussion explores the development of HAWP, an open-source tool designed to address these gaps by enabling low-latency screen sharing, remote control, and cross-platform compatibility. Key technical considerations include using WebRTC, Rust for performance and memory safety, and frameworks like Tauri and WGPU for efficient video processing. Challenges like rendering inconsistencies across operating systems, audio quality, and bandwidth constraints are highlighted, alongside future goals like GPU-based upscaling and sub-100ms latency. The tools open-source nature aims to democratize access to high-quality collaboration environments, while emphasizing security measures to prevent accidental data exposure.

The conversation also touches on the integration of AI and pair programming, arguing that AI can automate coding tasks but cannot replace human judgment in contextual and collaborative workflows. Practical examples, such as debugging database performance via shared dashboards and logs, demonstrate how pair programming improves problem-solving efficiency. The dialogue concludes with insights on building and iterating software tools, stressing the importance of user-driven specifications, iterative development, and open-source contributions to refine remote collaboration technologies. Core takeaways include the enduring relevance of pair programming in fostering teamwork, the need for better tooling to support remote workflows, and the balance between AI assistance and human expertise in software development.

Recent Episodes of Software Engineering Radio

20 May 2026 Rob Moffat on Risk-First Software Development

Recommended: Risk identification and management is a forgotten art

Software development prioritizes risk management through frameworks like test-driven development and agile, addressing hidden risks, AI deployment challenges, open-source dependencies, and organizational prioritization to balance innovation with safeguards.

13 May 2026 SE Radio 720: Martin Dilger on Understanding Eventsourcing

Recommended: Useful Architectural Pattern.

Event sourcing is a system design approach that records changes as sequential events to ensure historical traceability, uses event modeling for aligning systems with human workflows, contrasts with CRUD architectures, and emphasizes slice-based design, event streams, and practical applications like legacy modernization and workflow simplification.

6 May 2026 Birol Yildiz on Building an Agentic AI SRE

AI agents in SRE leverage autonomous decision-making, agentic search, and lightweight architectures to replace static runbooks, balancing autonomy with reliability challenges, context management, and human oversight in dynamic environments.

29 Apr 2026 Will Sentance on JS Modernization

JavaScript's evolution from a 1995 scripting language to a performance-optimized modern tool balances innovation with backward compatibility through TC39's incremental updates, browser advancements, community-driven libraries, key features like async/await and symbols, engine optimizations, and a design philosophy prioritizing flexibility and user-driven standardization for large-scale frameworks.

23 Apr 2026 Eric Tschetter on Decoupling Observability

Recommended: Telemetry is important, avoiding vendor lockin is even more important.

Observability in microservices emphasizes decoupled architectures over traditional frameworks to address vendor lock-in, data interoperability, and scalability challenges, while balancing unstructured telemetry management, query language standardization, and cross-team collaboration.

More Software Engineering Radio episodes