Mike Breault

Intellectually Curious

Science EN ↓ 2000 episodes

Intellectually Curious is a podcast by Mike Breault featuring over 1,800 AI-powered explorations across science, mathematics, philosophy, and personal growth. Each short-form episode is generated, refined, and published with the help of large language models—turning curiosity into an ongoing audio encyclopedia. Designed for anyone who loves learning, it offers quick dives into everything from combinatorics and cryptography to systems thinking and psychology. Inspiration for this podcast: "Muad'Dib learned rapidly because his first training was in how to learn. And the first lesson of all was t...

Author

Mike Breault

Category

Science

Latest episode

Jul 10, 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

Van Allen Belts: Earth's Invisible Radiation Shields 17.02.2025

In this episode, we explore the two Van Allen radiation belts that guard our planet, how they were discovered, what powers them, and how engineers and spacefarers survive and study this dynamic radiation environment—from cosmic rays to solar storms and Apollo missions. Note:   This podcast was AI-generated, and sometimes AI can make mistakes.  Please double-check any critical information. Sponsore...

What Is Mathematics? A Philosophical Dive 17.02.2025

A guided tour through the philosophy of mathematics: are mathematical objects real or invented? We unpack realism vs. anti-realism, formalism, intuitionism, logicism, and constructivist views, plus why math is so unreasonably effective and how culture and embodiment shape our mathematical thinking. Note:   This podcast was AI-generated, and sometimes AI can make mistakes.  Please double-check any...

The Morris Worm (1988): The Wake-Up Call That Shaped Cybersecurity 17.02.2025

Exploring the 1988 Morris worm—how a self-replicating program exploited Unix vulnerabilities, slowed the early Internet, and sparked the birth of CERT. We unpack the incident, its legal fallout, and the lasting lessons for today’s security—from secure-by-design and thorough testing to responsible disclosure and building layered defenses in a vast, interconnected world. Note:   This podcast was AI-...

Dispersion Unveiled: The Wave Equation Behind Light, Sound, and Matter 17.02.2025

We explore the dispersion relation—the link between a wave's frequency and wavenumber—and how it governs wave speeds across media, from prisms to solids. Along the way we trace history, quantum twists, and powerful applications like electron microscopy, with a glance toward future possibilities. Note:   This podcast was AI-generated, and sometimes AI can make mistakes.  Please double-check an...

NAND Gate: The Universal Building Block of Digital Logic 17.02.2025

Dive into the NAND gate, from its simple truth table to its deep connections with De Morgan’s laws and logic symbolism. We’ll explore how this single gate can implement any Boolean function, glimpse how it’s realized in CMOS hardware, and see it powering everything from NOTs and ORs to multiplexers—revealing why NAND is the cornerstone of modern digital circuits. Note:   This podcast was AI-genera...

OEIS A000134: Zeros of the Bessel function J0 rounded to the nearest integer 17.02.2025

Today we explore A000134, the sequence formed by rounding the positive zeros of the Bessel function J0 to the nearest integer. The actual zeros are approximately 2.4048, 5.5201, 8.6537, 11.7915, 14.9309, …, so the rounded values are 2, 6, 9, 12, 15, … The terms grow roughly linearly with pi, reflecting the asymptotic spacing z_n ~ (n − 1/4)π and a_n ≈ round(z_n). There is no known simple closed fo...

Typing the Brain: Hierarchical Language and Predictive Coding 16.02.2025

Explore Meta AI’s study showing that language in the brain is formed in a top-down, predictive cascade as we type. From syllables to phrases, FastText and GPT-2 reveal how context shapes neural representations and why timing matters—the brain plans ahead beyond keystrokes. We discuss dynamic neural coding and the practical implications for UI design, assistive tech, and the future of NLP and AI. N...

From Tally Marks to Infinite Symbols: The Evolution of Mathematical Notation 16.02.2025

Take a time-traveling tour through how math notation grew from tally marks on clay tablets to the elegant symbols that power calculus, algebra, and modern science. We trace milestones across civilizations—from Sumerians and Egyptians to Indians and Arabs—covering the birth of zero, place value, and Hindu–Arabic numerals, the shaping of symbolic algebra, and the rise of calculus, set theory, and Bo...

Draconian but Dependable: NASA's 10 Rules for Safety-Critical Software 16.02.2025

In this Deep Dive, we unpack NASA's ten rules for building rock-solid software where lives are on the line. From forbidding goto and recursion to fixed loops, no dynamic memory, one-page functions, and per-function assertions, these guidelines promote clarity, determinism, and verifiability. Learn how these safety-critical principles reflect core software engineering practices that benefit an...

Super Cavitation: The Bubble-Borne Math Behind Ultra-Fast Underwater Tech 16.02.2025

Join us as we unpack super cavitation—the math- and flow-driven phenomenon that lets objects ride a giant bubble through water. We break down the cavitation number, flow planes, and design challenges, and explore real-world applications from fast torpedoes and projectiles to high-speed transports and medical uses. Note:   This podcast was AI-generated, and sometimes AI can make mistakes.  Please d...

Seven Plus or Minus Two: The Limits and Tricks of Human Information Processing 16.02.2025

We revisit George A. Miller's classic claim that absolute judgments cap at about seven categories. Explore the difference between bits and chunks, how chunking and recoding expand memory, and what multi-dimensional judgments reveal about our cognition. Plus, see how language and perception fit together—and pick up practical takeaways for learning, problem solving, and everyday thinking. Note:...

The Traveling Salesman Problem: From Icosian Games to NP-Hard Routing 16.02.2025

Exploring one of math and CS' most enduring puzzles: what the Traveling Salesman Problem is, why it's so hard, and how clever algorithms yield near-optimal routes in the real world. We'll trace its 19th-century origin in Hamilton's Icosian Game, unpack NP-hardness, examine key variations (symmetric/asymmetric, metric/Euclidean), and spotlight famous approximation methods like C...

Archimedes Unleashed: Eureka Moments, Ingenious Inventions, and Hidden Texts 16.02.2025

Join us as we explore Archimedes of Syracuse—his life, legendary Eureka moment, and astonishing inventions like the Archimedes screw and the claw. We’ll see how his buoyancy principle and early work on areas and volumes foreshadow calculus, and uncover the Archimedes Palimpsest, the medieval manuscript that revealed lost writings after centuries of quiet. A journey through curiosity, rigorous prob...

Bayesian Programming: Updating Beliefs in Software and Data 16.02.2025

Explore how Bayesian methods turn uncertainty into actionable insight for software engineering. From updating spam filters and A/B tests to ranking content and evaluating risk, we show practical ways to model priors, compute posteriors, and make smarter decisions as new data arrives. We’ll ground the discussion with real-world examples—from Reddit comment ranking to the Challenger analysis—and dis...

Robust Geometry: Algorithms That See in a Floating-Point World 16.02.2025

In this episode we dive into computational geometry, exploring how real-world number representations affect shape problems—from left-of-line tests to convex hulls. Learn how robustness helps algorithms cope with rounding errors, the trade-offs of integers, fixed-point, and floating-point arithmetic, and practical techniques like extended number systems and floating-point filters, with real-world a...

FFT Unpacked: Demystifying the Fast Fourier Transform 16.02.2025

A deep dive into the Fast Fourier Transform (FFT): from the discrete Fourier transform (DFT) to real‑world signals. We'll explore how the divide‑and‑conquer Cooley–Tukey algorithm speeds up Fourier analysis, the inverse transform (IFFT), and why FFTs are everywhere—from audio and image compression to astronomy and wireless communications. We'll also discuss alternative FFT algorithms, pr...

OEIS A000133: Boolean Functions, Burnside, and the Geometry of Symmetry 16.02.2025

A deep dive into A000133, the OEIS entry counting Boolean functions of n variables up to natural symmetries. We start from truth tables and show how Burnside's lemma trims the combinatorial explosion from 2^(n·2^n) possibilities into a small, meaningful count (e.g., five for n=2, thirty for n=3, with numbers soaring for larger n). Along the way we connect these counts to elementary abelian gr...

Rhombicosidodecahedron Unpacked: A Deep Dive into Archimedean Geometry 16.02.2025

In this episode we unpack the rhombicosidodecahedron, an Archimedean solid with 62 faces (20 triangles, 30 squares, 12 pentagons), 120 edges, and 60 vertices. We'll trace its kinship to the icosahedron and dodecahedron, show how it can arise from expanding an icosidodecahedron or assembling five cubes, and explain its link to Johnson solids through cupola rotations. We also explore the golden...

Below the Surface: USOs — History, Theories, and Investigations 16.02.2025

A deep dive into Unidentified Submerged Objects (USOs): their long history, competing scientific theories, and official investigations. From Columbus’s legends to recent AARO analyses, we explore what makes underwater mysteries so hard to pin down—and how researchers separate misidentifications from genuine anomalies. Note:   This podcast was AI-generated, and sometimes AI can make mistakes.  Plea...

The Deep Dive: AI Meets Elite Chess — How Machines Shape Human Thought 15.02.2025

A data-driven exploration of how artificial intelligence has changed the minds of the world’s top chess players. We trace two AI revolutions, analyze millions of moves against Stockfish, and examine how juniors, seniors, and champions like Carlsen adapt—revealing how chess remains the ultimate laboratory for psychology and AI. Note:   This podcast was AI-generated, and sometimes AI can make mistak...

CV Compass: Navigating Data Variability with the Coefficient of Variation 15.02.2025

A practical dive into the coefficient of variation (CV): what it is, why it matters, and how to read it correctly. From investing risk to lab precision and archaeology, we unpack when CV is helpful, its limitations (especially near-zero means and unit issues), and alternatives like the quartile coefficient of dispersion. Note:   This podcast was AI-generated, and sometimes AI can make mistakes.  P...

Delphi Deep Dive: Structured Forecasting for Modern Supply Chains 15.02.2025

We unpack the Delphi method—an anonymous, iterative way to harvest expert judgment for demand forecasting, risk assessment, and strategic decisions in supply chains. Learn how it differs from ordinary meetings, explore variations like Policy Delphi and Argument Delphi, see how technology enhances the process, and hear real-world examples that show its accuracy and value. Note:   This podcast was A...

Matryoshka Quantization: Multi-Scale Precision for Efficient LLMs 15.02.2025

We unpack Matryoshka quantization, a DeepMind-inspired approach that trains one model to run at multiple bit widths (e.g., int8, int4, int2) by sharing the most significant bits. We explore how its nested, interpolative, and layer-wise mix design preserves accuracy while enabling dynamic runtime precision, potentially slashing cost and latency for large language models—as well as current limits an...

OEIS A000132: Five-square representations and theta series 15.02.2025

In this Deep Dive, we explore A000132, the number of ways to write an integer as the sum of five squares. We’ll unpack the distinctive unit‑digit pattern modulo 5, explain why certain residues occur only when the original number is five times a square, and survey the main tools used to study the sequence: generating functions, Seiichi Maniyama’s recursive formula, and Daniel Sutil’s link to A00011...

WPL 2025 Deep Dive: Five Teams, Four Cities, One Crown 14.02.2025

A comprehensive preview of the 2025 Indian Women's Premier League: the five teams, a bold multi-city schedule across four venues, captains and star players, and the key fixtures that could decide the title. From Delhi Capitals to UP Warriors, we break down strategies, strengths, and the players to watch as WPL 2025 builds momentum. Note:   This podcast was AI-generated, and sometimes AI can m...

Listen to the Intellectually Curious 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.