distributed systems Podcast Summaries
distributed systems on Yedapo: 2 summarized podcast and YouTube episodes. Each includes key takeaways, core concepts and notable quotes with timestamps.

Leslie Lamport on the Science of Distributed Systems
a16z crypto
Jun 25, 2026
Turing Award winner Leslie Lamport argues that distributed computing is fundamentally a physical problem of synchronization rather than a purely linguistic or mathematical one. He reveals that the most robust systems emerge from rigorous abstraction, where engineers treat state machine replication as the core solution to achieving consensus in the face of inevitable hardware failures.
Key insight: Lamport realized that the Byzantine Generals Problem could be solved without digital signatures by using a signature that is simply 'very unlikely' for a failed computer to produce, effectively bridging the gap between theoretical fault tolerance and practical engineering.

Before Blockchains, There Was State Machine Replication (ft. Barbara Liskov and Tim Roughgarden)
a16z crypto
Jun 19, 2026
Turing Award-winning computer scientist Barbara Liskov explains that modern blockchain protocols are essentially practical implementations of state machine replication, a concept she pioneered in the 1980s. She argues that as AI automates low-level coding, the future of computer science lies in high-level system design, modularity, and rigorous verification to ensure reliability.
Key insight: Liskov notes that her Viewstamped Replication protocol and Leslie Lamport’s Paxos were essentially the same discovery made independently in different places, illustrating how the right ideas often emerge simultaneously when the field is ready for them.