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

Molybdenum Uncovered: The Hidden Superpower Behind Tech, Life, and Everything 27.10.2024

From jet engines and nuclear reactors to the enzymes in our bodies and the plants that feed us, molybdenum is more than just a dot on the periodic table. In this episode, we explore its extraordinary properties, surprising uses (think WD-40), and why a tiny amount matters for health and the planet. We’ll trace its history, how it’s mined, and why balance is essential to keeping this essential elem...

OEIS A000000: Primitive permutation groups 27.10.2024

We continue our stroll through the counting sequence A000000, which records how many primitive permutation groups exist at each degree. After the surprise jump at degree 16, we unravel why many primitive groups of that degree lie inside the affine group of the 4-dimensional space over GF(2). We'll connect primitivity, block systems, and solvability in this fascinating corner of group theory....

OEIS A00018: Representations by the quadratic form x^2 + 16y^2 26.10.2024

Today we tackle OEIS A00018, a sequence that counts how many positive integers up to 2^n can be written in the form x^2 + 16y^2. We unpack what that quadratic form means, why the search space doubles with each step, and how the first few terms—1, 1, 2, 2, 4, 8, 13, 25—hint at deeper number-theoretic structures. Along the way we connect this to Landau-type results on primes and to the ideas explore...

Wormholes 101: Real Physics, Wild Possibilities 26.10.2024

Dive into wormholes through the lens of general relativity and quantum intrigue. We unpack Schwarzschild shortcuts, why exotic matter might be needed, the Casimir effect as a glimmer of negative energy, and the stability challenges of Morse–Thorne tunnels. We also explore bold ideas like linking to parallel universes and the ER=EPR connection to quantum entanglement—yet why crossing a wormhole rem...

Phi in Plain Sight: The Golden Ratio, Math, and Myth 25.10.2024

We explore the golden ratio—from Euclid to Fibonacci to art, architecture, nature, and markets—separating fascinating connections from overhyped claims. Is phi a universal key to beauty, or just a pattern our minds love to spot? A curious, skeptical tour through math, history, and perception. Note:   This podcast was AI-generated, and sometimes AI can make mistakes.  Please double-check any critic...

OEIS A000016: Distinct outputs of binary n-stage shift registers 25.10.2024

We explore how the A000016 sequence counts the distinct output patterns of binary n-stage shift registers with feedback, and how this simple rule links to binary necklaces with an odd number of zeros, pseudo-random number generation, cryptography, and spread-spectrum communications. Join us as we trace the math, the historical notes, and the practical uses that emerge from this single sequence. No...

The Phillips Curve: A Century of Jobs, Prices, and Expectations 25.10.2024

Trace the rise, the wrenching revisions after stagflation, and the modern debate over whether unemployment and inflation trade off. From Phillips's UK data to Friedman and Phelps's expectations, the natural rate, and the Fed's role in flattening the curve, this episode also explores new approaches—like behavioral economics—that aim to explain today’s puzzling relationship and its po...

Zircon: From Star Dust to Nuclear Cores 25.10.2024

A journey through zircon and zirconium—from ancient gemstones and myths to modern science and cutting‑edge technology. We trace how this single element threads through geology, gemology, and nuclear engineering, traveling from cosmic origins to Earth's sands and beyond. Note:   This podcast was AI-generated, and sometimes AI can make mistakes.  Please double-check any critical information. Sp...

Palindromic Power: The Largest Product of Two 3-Digit Numbers 24.10.2024

A concise dive into Project Euler's palindrome problem. We explore why six-digit palindromes are divisible by 11, how to prune the search with number theory, and a Python approach to finding the largest palindrome from two 3-digit numbers. We’ll also cover a clean palindrome check in Python and ideas for scaling the method to larger factors. Note:   This podcast was AI-generated, and sometime...

Deep Dive: Patterns in Nature 24.10.2024

Join us on Deep Dive as we explore the patterns that shape the natural world—from leaves and seashells to spirals and fractals. We trace ideas from ancient philosophers to Da Vinci and Kepler, uncover how math and physics describe nature's designs, and see how biology's natural and sexual selection craft patterns—from camouflage to brilliant displays. A quick tour of symmetry, efficiency...

Yttrium: From Ytterby to LEDs, Lasers, and Superconductors 24.10.2024

A journey from a Swedish quarry to the cutting edge of tech. Discover how yttrium—first found as yttria in Ytterby, later isolated as a metal—powers color TVs, YAG lasers, and high-temperature superconductors like YBCO. We’ll unpack the science in clear terms, explore its surprising partnerships with other elements, and glimpse how this ‘hidden gem’ shapes energy, medicine, and future technologies...

Row Polymorphism Unplugged: Flexibility in Hindley–Milner Type Systems 24.10.2024

Take a deep dive into Hindley–Milner type inference, row polymorphism, unification, and let-polymorphism. We'll explore how flexible record types unleash composable software, compare Algorithm W and Algorithm J, and explain recursion handling in HM. Through friendly analogies—jazz improvisation, puzzle pieces, and peace treaties—this episode makes the theory and practice of modern type system...

Deep Learning, Deep Economics: AI’s Next Frontier in Economic Modeling 24.10.2024

We explore how deep learning is transforming economics—from dynamic equilibrium models and heterogeneous agents to retirement savings and policy design. Learn how AI can tame complexity, improve forecasts, and reveal richer insights about behavior and welfare, while also confronting challenges like overfitting and feedback effects. Note:   This podcast was AI-generated, and sometimes AI can make m...

OEIS A000015: Prime Powers and Runs 24.10.2024

In this episode we dive into OEIS sequence A000015, the smallest prime power greater than or equal to n. We’ll unpack what prime powers are, illustrate how the sequence stays constant for a while before jumping to 4, 8, 9, 11, and so on, and explain why those runs relate to gaps between prime powers—and to bigger prime questions like twin primes. We’ll peek at the formulas and code snippets in the...

Patterns in Math: The Hidden Language of Nature and Numbers 24.10.2024

A lively tour through symmetry, arithmetic and geometric sequences, the Fibonacci sequence, and tessellations—showing how repeating patterns reveal the structure of nature, technology, and daily life, and why pattern-thinking can change how we see the world. Note:   This podcast was AI-generated, and sometimes AI can make mistakes.  Please double-check any critical information. Sponsored by Embers...

Prime Factorization on the Fast Lane: Project Euler Problem 3 23.10.2024

We break down the classic Project Euler Problem 3—finding the largest prime factor of a colossal number—starting with the small example 13195 (factors 5, 7, 13, 29). Then we explore an efficient Python approach: test small primes, divide to shrink the problem, and keep a list of found factors. We also discuss extending the method to find all prime factors and ponder scaling to cryptography-sized n...

OEIS A00014: Series-reduced trees 23.10.2024

In this Deep Dive we explore the idea of series-reduced trees—a family of rooted trees with a tidy rule: every internal node either has no children (a leaf) or at least two children, with no single middle-child case. We connect this structure to the counting sequence A00014, discuss how the number of distinct trees grows as vertices are added (including moments where multiple trees exist for a giv...

Strontium: From Scottish Mines to Space Probes 23.10.2024

Take a journey from a lead mine near Strontian, Scotland to the cutting edge of technology. Discover how strontium shows up in fireworks, old TV glass, and even in the bones and teeth that tell us where our ancestors lived. We’ll explore how isotopes give a geographic fingerprint for ancient migrations, and the darker side of strontium-90—a radioactive cousin that’s hazardous yet powers long‑lasti...

Ramanujan: Visions in Numbers 23.10.2024

A documentary-style dive into the life and work of Srinivasa Ramanujan: a self-taught Indian genius, the Hardy–Ramanujan partnership, breakthroughs in number theory like partitions and the circle method, the enigmatic lost notebook, and the enduring question of where mathematical insight comes from. Note:   This podcast was AI-generated, and sometimes AI can make mistakes.  Please double-check any...

Elegant Fibonacci: A Pythonic Shortcut for Project Euler Problem 2 22.10.2024

A deep dive into Project Euler Problem 2—sum the even Fibonacci numbers below four million. We compare brute-force brute force with a math-driven shortcut, uncover why every third Fibonacci is even, and show a clean Python approach that skips ahead. Plus, ideas for applying similar optimizations to other sequences. Note:   This podcast was AI-generated, and sometimes AI can make mistakes.  Please...

Borders of Life: A Biogeography Deep Dive 22.10.2024

A guided tour through the history and ideas of biogeography—Buffon, Linnaeus, Humboldt, Lyell, Darwin, and Wallace—showing how climate, geology, and evolution explain the distribution of life. From island laboratories to Wallace's Line, and from continental drift to DNA, this episode reveals the story behind why life sits where it does. Note:   This podcast was AI-generated, and sometimes AI...

Multiples, Patterns, and Python: A Project Euler Deep Dive 22.10.2024

We break down the classic Project Euler challenge: sum all natural numbers below 1000 that are multiples of 3 or 5. We’ll show how a little number theory—arithmetic progressions and inclusion-exclusion—lets you craft a fast Python solution. No brute force here: derive the sums with formulas, subtract duplicates (multiples of 15), and discuss generalizing to other divisor sets. A clean example of t...

Bhutan: Balance, Belief, and the Path Forward 22.10.2024

A deep dive into Bhutan's extraordinary blend of ancient culture and modern ambition. From Himalayan geography and environmental stewardship rooted in Buddhism to Gross National Happiness, the transition from absolute to constitutional monarchy, hydropower-led development and India relations, and a carefully managed approach to tourism—along with the enduring Lhotshampa refugee issue—this epi...

Consilience: The Deep Dive into Converging Evidence 22.10.2024

In this episode of The Deep Dive, we explore consilience—the convergence of evidence from science, history, and beyond—that reveals bigger truths. Through examples from geology and evolution to historical inquiry and the battle against misinformation, we show how diverse data points align to tell a reliable story and how you can use this 'truth filter' in today’s information overload. No...

Gödel: The Limits of Knowledge 22.10.2024

A riveting deep-dive into Kurt Gödel’s life and work — from incompleteness theorems that shatter the dream of a complete mathematical system to his philosophical realism, friendship with Einstein, and the unknowable edges of truth in math, logic, and beyond. Note:   This podcast was AI-generated, and sometimes AI can make mistakes.  Please double-check any critical information. Sponsored by Embers...

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.