Unlimited Data Works

Unlimited Signals

Unlimited Signals is a long-form podcast from Unlimited Data Works about research, technology, and applied systems thinking. Each episode starts from papers, tools, or technical ideas and pushes toward signal, mechanism, and practical use.

Author

Unlimited Data Works

Category

Technology

Podcast website

podcasters.spotify.com

Latest episode

May 6, 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

How AI Agents manage other agents 06.05.2026

This episode explores the technical evolution of AI systems from simple task automation to sophisticated multi-agent orchestration. It synthesizes three distinct perspectives: a hands-on builder's guide for local agents, Stripe’s enterprise-scale "blueprint" architecture, and cutting-edge research from Sakana AI on using reinforcement learning to automate the coordination of frontier models. The d...

Agentic RAG and the autonomous researcher 04.05.2026

This episode explores the transition of AI from static information retrieval to the "autonomous researcher" model. It breaks down how Agentic Retrieval-Augmented Generation (Agentic RAG) moves beyond simple keyword matching to create systems that can plan, reason, and verify their own findings. Using the Feynman technique, the discussion simplifies the complex machinery of multi-agent sy...

The Shift Toward Autonomous Self-Evolution in AI Agents 02.05.2026

The Proposer-Solver Framework The core of this evolution is a co-evolutionary loop involving two roles: a Proposer (or Challenger) and a Solver. In the Dr. Zero and R-Zero frameworks, both models are initialized from the same base LLM. The Proposer is rewarded for generating tasks at the edge of the Solver's current capabilities, while the Solver is rewarded for successfully navigating these c...

AI EVOLUTION FROM PROMPTS TO SELF-IMPROVING ARCHITECTURES 01.05.2026

This episode explores the transition of Large Language Models (LLMs) from reactive chatbots to autonomous, self-optimizing agents. We synthesize research on automated prompt engineering, the emerging maturity model of context and intent engineering, and the critical reliability gaps that surface during long-term delegation. MAIN IDEAS AND INSIGHTS The Maturity Pyramid of Agent Engineering: Prompti...

The Statefulness Revolution: From AI Wrappers to Agentic Infrastructure 30.04.2026

The era of "stateless" AI is ending. For years, developers have struggled with LLMs that "forget" project conventions, hallucinate across long sessions, and buckle under context window limits. But a new wave of research—spanning Oxford, Peking University, and Tencent—is revealing how context is being codified into a persistent, version-controlled, and self-evolving infrastructure. In this episode,...

The Rise of Agentic Intelligence: From Open-Weight Reasoning to Silent Thinking 08.04.2026

This episode explores the fundamental shift in artificial intelligence from passive sequence generators to autonomous agents capable of multi-step reasoning, planning, and tool interaction. We dive into the recent release of OpenAI’s open-weight reasoning models , gpt-oss-120b and gpt-oss-20b, which bring frontier reasoning capabilities to the open-source community. We also examine architectural b...

The Ideas Behind the AI Revolution: Principles of Deep Learning 08.04.2026

This episode explores the core principles and underlying ideas of deep learning. We delve into the fundamental taxonomy of machine learning—supervised, unsupervised, and reinforcement learning—and examine the mechanics of how neural networks use parameters and loss functions to learn from data. The discussion also addresses the "unreasonable effectiveness" of deep learning, explaining why massive,...

Mastering the Lakehouse: A Deep Dive into MLOps and the Future of LLMOps 07.04.2026

In this episode, we explore the evolving landscape of Machine Learning Operations (MLOps) through the lens of Databricks’ updated "Big Book of MLOps." We break down the essential equation that defines the field— MLOps = DataOps + DevOps + ModelOps —and discuss how a unified, data-centric approach on the Lakehouse platform accelerates business value. From the foundational principles of environment...

The Agentic Shift: Navigating the New Era of Autonomous AI 06.04.2026

This podcast explores the fundamental transition from passive, single-turn generative models to autonomous, goal-driven agentic systems . We dive into how these "comprehensive business partners" coordinate tools, memory, and reasoning to execute complex workflows. The discussion covers the critical infrastructure of the Enterprise AI Factory , the evolution from MLOps to AgentOps , and the archite...

Breaking the Quadratic Barrier: The Evolution of FlashAttention and RoFormer 05.04.2026

In this episode, we dive deep into the technical breakthroughs that have allowed Large Language Models (LLMs) to handle increasingly massive context lengths. We explore the quadratic complexity bottleneck of standard self-attention and how researchers have re-engineered the Transformer architecture to overcome it. The discussion traces the evolution of positional encoding through Rotary Position E...

The Hidden Logic of Options: Put-Call Parity Explained with Legos 04.04.2026

This epsiode provides a foundational look at options theory by treating them as "Legos," demonstrating how they can be used as building blocks to replicate stocks and create any financial payoff. 5 Key Takeaways: Options as Financial Legos: Every complex strategy, from straddles to Christmas trees, is simply a different combination of basic calls and puts; if you understand the "bricks," you can r...

The Hidden Flows Behind Big Market Moves 03.04.2026

This episode explores the mechanics of how the options market impacts the stock market, focusing on the massive hedging flows—delta, gamma, vanna, and charm—that market makers must manage and how these forces dictate price action 5 Key Takeaways: Explosive Growth in Option Volume: Since 2020, options trading volume has surged by 150%, significantly outpacing the 30% growth in stock volume, which h...

The TDD Revolution—Turning LLMs into Professional Engineers 03.04.2026

In this episode, we dive into the transformative intersection of Test-Driven Development (TDD) and Large Language Models (LLMs) . While AI has become proficient at writing code snippets, the real challenge lies in ensuring that code is correct, maintainable, and robust at scale. We explore cutting-edge research—from the TDFlow agentic workflow to ClassEval-TDD —to see how providing tests as execut...

Navigating Trade-offs in Modern Distributed Systems 02.04.2026

This episode explores the critical evolution of distributed messaging systems , moving from traditional paradigms like RabbitMQ and Apache Kafka to next-generation, AI-enhanced event orchestration. We discuss the fundamental trade-offs between throughput, latency, and operational complexity , while examining how modern frameworks handle diverse workloads like e-commerce transactions, IoT telemetry...

Rethinking Depth with Attention Residuals 01.04.2026

This episode explores a major breakthrough in Transformer architecture from Moonshot AI that challenges a decade-old assumption in AI design: the way information travels through a model's layers. We dive into the "drowning signal" problem, where standard residual connections wash out information from early layers as models grow deeper. You will learn how Attention Residuals (AttnRes) replace simpl...

Architecting Adaptive AI: From Static Storage to Dynamic Context Reasoning 31.03.2026

This episode outlines a paradigm shift in agentic system design, moving away from brittle, static data retrieval (like traditional RAG) toward a "Memory as Reasoning" model,. By abstracting context into a governed, virtual file system (VFS) , developers can implement verifiable, traceable, and self-improving memory systems that treat user identity and task context as logical reasoning problems rat...

The Silicon Railard: How PagedAttention Unlocked Global AI Scaling 30.03.2026

In this episode, we deconstruct the "secret plumbing" of AI infrastructure, revealing how traditional systems wasted up to 80% of expensive GPU memory. It explains the transition from rigid, contiguous memory allocation to PagedAttention , a revolutionary algorithm inspired by 1960s operating systems that uses "virtual memory" to manage the mathematical context (KV cache) of AI conversations. Take...

Mathematical Foundations: The Architecture of the Mind 29.03.2026

This foundational episode explains the "synapses" of AI—weights, biases, and the "folded paper" logic required to solve problems that straight lines cannot touch. It explores how machines learn from mistakes to blindly "step down a mountain" toward the right answer. Takeaways: The Nonlinear Spark: Without "gatekeepers" (activation functions like ReLU) to bend the space, even a billion-layer projec...

The Evolution of Data Engineering: From Traditional Tools to Autonomous, Self-Adapting Pipelines 28.03.2026

Data wrangling is a notorious bottleneck, with research indicating that data scientists spend up to 80% of their time simply preparing data,,. We begin by surveying the current state of the art, examining essential categories of tools like ETL/ELT pipelines , orchestration managers such as Apache Airflow, and specialized machine learning pipelines like TensorFlow Extended (TFX) Takeaways: Prioriti...

The Wall Street Cyborg: Volatility, Bandits, and AI 27.03.2026

This episode details the creation of a sophisticated quantitative trading system that fuses 1980s econometric math with modern neural networks. It explores how supercomputers use specialized formulas to measure market "panic," detect hidden regimes, and balance the risk of testing new strategies versus profiting from known ones. Takeaways Additive Hybridization: When combining rigid mathematical r...

The Super-Brain Blueprint: Stability and Self-Correction 26.03.2026

This episode outlines a structural paradigm shift in AI construction. It covers "Keel" (a highway for deeper brains), techniques for AI to "grade its own homework," and the creation of a persistent "Operating System" for machine memory. Actionable Takeaways: The Megaphone Scaling Factor (Keel): To scale deep projects, use a structural multiplier (alpha) tied to the total depth of the system to ens...

Detecting the Tipping Point: Surviving Reality Shifts 25.03.2026

This episode focuses on "Online Change Point Detection"—teaching machines to notice when the rules of the world (like consumer habits during a pandemic) have fundamentally broken. Takeaways: Event-Based Elastic Time: Stop measuring health by the "clock" and instead slice data by meaningful events (e.g., volume of transactions) to smooth out erratic data patterns and "stretch" high-intensity moment...

The Parallel Revolution: Deconstructing the Transformer 24.03.2026

A bottom-up reconstruction of the 2017 Google paper "Attention Is All You Need" . It explains how we killed the sequential "assembly line" of AI to look at entire sentences at once using "multi-head detectives" to capture grammar, emotion, and logic simultaneously. Takeaways: Massive Parallelization: Abandon "sequential loops" in your workflow for simultaneous processing; looking at "everything al...

The AI Black Box: Building a Flight Recorder for Agents 24.03.2026

This episode examines the "trust gap" in AI, comparing unpredictable autonomous agents to "robot chefs" and "roller coasters" to explain why traditional software audits fail and how structured telemetry can make AI safe for critical environments. Takeaways Trust Calibration vs. Binary Trust: Move away from deciding if an AI is "safe" or "unsafe" an...

Sorting Infinity: The Architecture of Modern Search 24.03.2026

An exploration of how AI sorts through the "infinite library" of the internet in milliseconds. It explains why old keyword searches are dying and how "Late Chunking" and "ColBERT" are giving machines microscopic vision Takeaways Context-First Embedding (Late Chunking): Don't divide data into pieces before understanding it; let the system "stain" every piece of info with the meaning of its neighbor...

Listen to the Unlimited Signals 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.