Eksplain

Future Is Already Here

“The future is already here — it's just not very evenly distributed,” said science fiction writer William Gibson. We agree. Our mission is to help change that. This podcast breaks down advanced technologies and innovations in simple, easy-to-understand ways, making cutting-edge ideas more accessible to everyone. Please note: Some of our content may be AI-generated, including voices, text, images, and videos.

Author

Eksplain

Category

Technology

Podcast website

podcasters.spotify.com

Latest episode

Jan 25, 2026

Where to listen?

Podcasts in the app Replaio Radio Coming soon

Podcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts

Get it on Google Play Install for free Android 5M+ downloads · 4.8 rating iOS soon

Episodes

LSM-Trees Explained: How Databases Trade Writes for Pain 25.01.2026

In this episode, we dive into LSM-trees, the write-optimized data structure behind Cassandra, Bigtable, HBase, and RocksDB and explain how a design meant to make writes fast reshaped modern databases. We compare LSM-trees to B-trees, unpack compaction and write amplification, explain why Bloom filters exist, and talk about the hidden costs that show up under real-world load. If you’ve ever tuned R...

Work Smarter, Not Harder: Prompting Superpowers Revealed 27.04.2025

The "Gemini Prompt Guide" from Google Workspace is a comprehensive resource designed to help users of all levels learn how to effectively communicate with Gemini, Google's AI assistant integrated into Workspace applications like Gmail, Docs, and Sheets. This guide emphasizes that you don't need to be a prompt engineer to get great results; it's a skill anyone can learn.   The...

Seeing Life's Interactions: AlphaFold 3 and the Future of Biology 02.03.2025

How do molecules interact to create life? AlphaFold 3 is providing unprecedented insights. We'll break down how this powerful AI model can predict the intricate interactions between proteins, DNA, and other biomolecules. Join us to explore how AlphaFold 3 is changing the way we study biology. References: This episode draws primarily from the following paper: Accurate structure prediction of bi...

Meet Llama 3: Meta's Next Leap in Open AI 02.03.2025

Meta has unleashed Llama 3 in July 2024. We'll explore what makes these new language models so exciting, from their improved capabilities to their open-source nature. Join us as we discuss how Llama 3 is making powerful AI more accessible to developers and researchers. References: This episode draws primarily from the following paper: The Llama 3 Herd of Models Llama Team, AI @ Meta    A detai...

The AI Breakthrough: Understanding "Attention Is All You Need" by Google 02.03.2025

The "Attention Is All You Need" paper holds immense significance in the field of artificial intelligence, particularly in natural language processing (NLP). How did AI learn to pay attention? We'll break down the revolutionary "Attention Is All You Need" paper, explaining how it introduced the Transformer and transformed the field of artificial intelligence. Join us to expl...

Trust Without Trusting: Tendermint and the Magic of BFT 02.03.2025

How do blockchains achieve consensus without relying on a central authority? Tendermint's Byzantine Fault Tolerance is a key part of the answer. We'll break down this complex concept, explaining how Tendermint ensures that even if some participants are dishonest, the network remains secure and operational. Join us to explore how Tendermint is building the foundation for decentralized trust...

AI Memory on a Diet: ULTRA-SPARSE MEMORY and the Future of Scalable AI 02.03.2025

How do we make AI models remember more without overloading them? The ULTRA-SPARSE MEMORY NETWORK offers a solution: by making memory access incredibly efficient. We'll break down this innovative approach, explaining how it allows AI to handle long-range dependencies with minimal computational cost. Join us to explore how this research is shaping the future of scalable AI. References: This epis...

AI Coders in a Virtual World: CODESIM and the Future of Software 02.03.2025

Imagine AI agents working together to write and fix code in a simulated environment. That's CODESIM! We'll break down this fascinating research, explaining how simulation-driven planning and debugging enables AI agents to collaborate on complex coding tasks. Join us to explore how CODESIM is shaping the future of automated software development. References: This episode draws primarily from...

Beyond Pixels: V-JEPA and the Future of Video AI 02.03.2025

How do we teach AI to truly understand video? V-JEPA offers a new answer: by predicting features, not just pixels. We'll break down this fascinating technique, explaining how it helps AI learn more robust and meaningful visual representations from video. Join us to explore how V-JEPA is pushing the boundaries of video AI. This paper explores feature prediction as a stand-alone objective for un...

DeepSeek MoE: Supercharging AI with Specialized Experts 02.03.2025

Ever wondered how AI models get so smart? In this episode, we break down DeepSeekMoE, a new technique that allows AI to use "specialized experts" for different tasks. We'll explain how this "Mixture-of-Experts" approach works and why it's a game-changer for AI performance. Learn how DeepSeekMoE's "Ultimate Expert Specialization" is pushing the boundaries o...

Google's Napa: An Analytical Data Management System 26.01.2025

Napa is an analytical data management system developed at Google to handle massive amounts of application data. It is designed to meet demanding requirements for scalability, sub-second query response times, availability, and strong consistency, all while ingesting a massive stream of updates from applications used globally. Here's a brief description of the system that can be used for a podca...

DeepSeek-R1: Reasoning via Reinforcement Learning 26.01.2025

This podcast episode explores DeepSeek-R1 , a new reasoning model developed by DeepSeek-AI, and its approach to enhancing language model reasoning capabilities through reinforcement learning. Key aspects of DeepSeek-R1 covered in this episode may include: The development of DeepSeek-R1-Zero , a model trained via large-scale reinforcement learning (RL) without supervised fine-tuning (SFT), which de...

FoundationDB: A Distributed Transactional Key-Value Store 26.01.2025

In this episode, we dive into FoundationDB. It is an open-source, distributed, transactional key-value store that combines the scalability of NoSQL with the strong consistency of ACID transactions. It was created over a decade ago and is used by companies like Apple and Snowflake as the underpinning of their cloud infrastructure. Key features of FoundationDB include: Unbundled architecture Strict...

MapReduce - Google's secret Sauce 26.01.2025

This podcast episode provides an overview of the MapReduce programming model and its implementation, as described in the paper "MapReduce: Simplified Data Processing on Large Clusters" by Jeffrey Dean and Sanjay Ghemawat. We cover • The core concepts of MapReduce, including the map and reduce functions, and how they process key/value pairs to generate output. • How the MapReduce library...

Kafka and. Pulsar: Distributed Messaging Architectures 26.01.2025

In this episode, we delve into the world of distributed messaging systems, comparing two of the most prominent platforms: Apache Kafka and Apache Pulsar. This overview provides a concise yet comprehensive exploration of their architectural designs, key concepts, internal mechanisms, and the algorithms they employ to achieve high throughput and scalability. We begin with an architectural overview o...

Cloud Resourcing Forecasting At Scale 25.01.2025

Welcome to this episode, where we explore the critical domain of cloud workload forecasting and intelligent resource scaling. Efficient management of cloud resources is paramount for cost-effectiveness and optimal performance in today's data-driven environment. We will discuss cutting-edge research addressing the challenges of predicting cloud workloads, encompassing short-term fluctuations an...

GFS and Hadoop - Comparison of two distributed file systems 25.01.2025

In this episode, we delve into the architecture, design principles, and key features of two foundational distributed file systems: Google File System (GFS) and Hadoop Distributed File System (HDFS) . We'll begin with an in-depth look at GFS, exploring how its design is driven by the realities of operating on a massive scale with commodity hardware. We will discuss how component failures are tr...

Apache Flink : A Deep Dive 25.01.2025

In this episode, we delve into the world of Apache Flink , a powerful open-source system designed for both stream and batch data processing. We'll explore how Flink consolidates diverse data processing applications—including real-time analytics, continuous data pipelines, historical data processing, and iterative algorithms—into a single, fault-tolerant dataflow execution model. Traditionally,...

Paxos and Raft : Consensus Algorithms - A Deep Dive 25.01.2025

In this episode, we'll explore two fundamental consensus algorithms used in distributed systems: Raft and Paxos . These algorithms allow a collection of machines to work as a coherent group, even when some members fail. Understanding these algorithms is crucial for anyone building or working with distributed systems. We'll begin by examining Paxos , a protocol that has become almost synony...

Consensus Algorithms: Raft, Paxos, and FlexiRaft - A Comparative Deep Dive 25.01.2025

In this episode, we delve into the world of distributed consensus algorithms, exploring three key players: Raft, Paxos, and FlexiRaft . These algorithms are essential for ensuring reliability and consistency in distributed systems, allowing multiple machines to work together as a coherent group, even when some of them fail. We'll start by unpacking the complexities of Paxos , a foundational al...

Future Of AI 25.01.2025

Future of AI: Utopian Visions and Practical Realities In this episode, we delve into the transformative potential of powerful Artificial Intelligence (AI), exploring not only the risks but also the inspiring possibilities it presents. We examine how AI might revolutionize various aspects of human life, from health and well-being to economic development and global governance, while also addressing...

Understanding Distributed Tracing: From Dapper to OpenTelemetry 25.01.2025

In today's complex world of microservices and distributed systems, understanding how applications behave is more challenging than ever. This episode dives into the world of distributed tracing , a critical technique for monitoring, debugging, and optimizing modern applications. We'll explore the evolution of tracing systems, from Google's pioneering Dapper to the modern, vendor-neutral...

Inside Google’s Borg: Large-Scale Cluster Management at Google 25.01.2025

In this episode, we delve into one of the most influential papers in distributed systems and cluster management: "Large-scale Cluster Management at Google with Borg". This paper, written by Abhishek Verma, Luis Pedrosa, Madhukar Korupolu, David Oppenheimer, Eric Tune, and John Wilkes, gives an in-depth look at Borg, Google’s internal system for managing clusters at scale. Borg is the bac...

Distributed Coordination and Locking: Chubby vs. ZooKeeper 25.01.2025

In this episode, we explore two critical components in distributed systems—coordination and locking—and how they enable fault tolerance, synchronization, and reliability in modern cloud architectures. We dive into two groundbreaking papers: "The Chubby Lock Service for Loosely-Coupled Distributed Systems" and "ZooKeeper: Wait-Free Coordination for Internet-Scale Systems". 1. &q...

Big Table and Cassandra - Revolution in distributed storage 25.01.2025

In this episode, we explore two foundational papers that have reshaped the landscape of distributed storage systems: "Bigtable: A Distributed Storage System for Structured Data" by Google engineers and "Cassandra: A Decentralized Structured Storage System" by engineers at Facebook. These papers laid the groundwork for much of today’s cloud infrastructure, influencing systems li...

Listen to the Future Is Already Here podcast in Replaio

Radio and podcasts in one app - free, with no sign-up. Install today and do not miss the launch

Get it on Google Play

Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.