Mike Breault
Intellectually Curious
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...
Yazar
Mike Breault
Kategori
Podcast web sitesi
Son bölüm
10 Tem 2026
Nereden dinlenir?
Uygulamada podcast'ler Replaio Radio Çok yakındaPodcast'ler çok yakında uygulamaya geliyor. Şimdi yükle ve podcast'lere yepyeni bir bakışı ilk gören sen ol
Bölümler
How a Memory Sidekick Prevents AI Agents From Getting Lost 10.07.2026 6:22
We dive into MetaAI's July 10, 2026 paper Remember When It Matters: proactive memory agent for long-horizon agents. Learn how separating memory from the main action system combats behavioral state decay, using a two-phase memory agent that actively tracks a structured history and only intervenes with a targeted prompt when the big goal risks being forgotten. Plus, we discuss what this could...
Google's Quantum Computer Repairs Itself Mid-Calculation 09.07.2026 5:49
A Google Quantum AI team demonstrates a reinforcement-learning agent that continuously tunes thousands of control parameters on a quantum processor, using error-detection events as a live learning signal. With a sparse-factor-graph surrogate objective, the AI localizes optimization to tiny neighborhoods, allowing scalable fault-tolerance without pausing computations. The result—3.5× improvement in...
GPT-Live: The Dawn of Continuous Voice Interaction 08.07.2026 5:28
A deep dive into OpenAI's July 2026 GPT Live release, exploring how continuous real-time voice interaction replaces turn-based chat with a true full-duplex architecture. We unpack how GPT Live listens and speaks in real time, recognizes pauses, and uses live delegation to background frontier models (like GPT‑5.5) so heavy reasoning can happen without stalling the convo. We also examine audio-...
The Hidden Workspace: Inside Claude J-Lens and the AI Quiet Mind 07.07.2026 5:36
We unpack Anthropic's new view of Claude J-Lens, a mathematical projection of hidden layers into the model's own vocabulary that reveals a functional J-space acting as a working memory. We walk through the evidence (a math example showing silent intermediate steps), explain directed modulation, and discuss what this could mean for safety, alignment, and future AI architectures, including...
The Rhythm of Tensors 06.07.2026 6:35
A friendly tour of Joseph C. Kulecki's NASA memo that turns tensors from abstract symbols into a physical language. We trace how rank-0, rank-1, and rank-2 objects map to scalars, vectors, and deformations, explore magnetic anisotropy and coordinate independence, and see how this rhythm underpins general relativity and our understanding of the universe. Note: This podcast was AI-generated,...
You and Your Research Revisited: Courage, Open Doors, and the Compound Mind 05.07.2026 5:30
A fresh look at Richard Hamming’s "You and Your Research": breakthroughs arise from courageous questions, not raw brainpower. We explore how open doors (interruptions) guide you to real problems, how Great Thoughts Time builds a dense, interconnected knowledge web, and how turning defects into leverage helps you outpace bureaucracy. Practical takeaways? schedule big-question time, cultiv...
AI Building AI: The Future of AI Innovation 04.07.2026 4:50
We dive into the April 2026 study where frontier AI agents were given a minimal prompt and a strict three-hour budget to autonomously design an end‑to‑end AlphaZero‑style self-play pipeline for Connect Four. The system generated its own training data, debugged and managed compute, and built a competitive solver rivaling the Pascal Pons perfect solver—all without human-written training data. We exp...
Computational Archaeology and Reading the Unreadable: AI and Phase-Contrast X-Rays Reveal a 2,000-Year-Old Herculaneum Scroll 03.07.2026 5:40
A deep dive into the breakthrough that lets researchers read the infamous Herculaneum scroll (scroll 467) without unrolling it. Using high-resolution phase-contrast X-ray microtomography and AI-driven 3D ink segmentation, scientists detect ink on the carbonized papyrus, reconstruct 22 lower columns, and reveal a Stoic treatise on ethics. We explore open-science collaboration, the Vesuvius Challeng...
Claude Science: An AI Workbench for Researchers Accelerating the Future of Discovery 02.07.2026 6:04
This episode dives into Anthropic’s Claude Science—an AI workbench designed to tame lab chaos by unifying search, coding, and data visualization into a single, reproducible environment. Learn how an actor-critic review keeps outputs auditable, how sensitive data can stay on premises, and why early adopters like Manifold Bio and UCSF are reporting dramatic acceleration from theory to publication. W...
TabFM Unleashed: Zero-Shot Intelligence on Structured Data 01.07.2026 6:14
Join us as we peel back TabFM, Google's Tabular Foundation Model, and how it delivers zero-shot predictions on structured data. We'll explain in-context learning and how TabFM reads a matrix of rows and columns in a single prompt, its alternating row/column attention, and how synthetic, causally grounded data trains it without exposing real company data. We'll explore practical impl...
Agent-Native Memory: Building Lifelong Context for AI Companions 30.06.2026 5:29
We unpack the study 'Are We Ready for an Agent-Native Memory System?' and explore how to give AI a persistent, personalized context without killing conversation flow. The episode breaks down the four pillars—representation/storage, extraction, retrieval, routing, and maintenance—and compares streaming logs, knowledge graphs, and hybrids to see what actually works in real, human-sized con...
Brain2Qwerty V2: Silent Thoughts, Digital Words and The Future of Communication 29.06.2026 6:09
Brain2Qwerty v2 , a sophisticated artificial intelligence framework designed to translate magnetoencephalography (MEG) brain recordings into natural text. Unlike previous invasive methods requiring surgery, this non-invasive system utilizes a deep learning architecture to decode character, word, and sentence-level representations from healthy subjects. By leveraging a large-scale dataset of 22,000...
Rent or Buy RAM? The Linear Elastic Caching Breakthrough 28.06.2026 5:34
We dive into Google’s Linear Elastic Caching, a memory-management breakthrough that reframes RAM usage as a ski-rental decision. Each data page dynamically decides whether to rent in fast memory or buy a disk fetch, guided by a tiny decision-tree model that assigns a precise time-to-live. In production, memory usage dropped 15.5% and total cost of ownership fell 5%, while cache misses rose 5.5%—bu...
Plant Talk: Giving Your Houseplants a Voice with OpenAI and Tiny Sensors 27.06.2026 5:05
Dive into Plant Talk from OpenAI, an open source setup that wires a houseplant into a chat driven assistant. A webcam captures visual cues while an Arduino powered sensor rig reports soil moisture and light, feeding real world data as prompts to ChatGPT. Learn how Codex guides the build, how ambient mode enables real time conversations, and how you can remix the prompts to craft a plant personalit...
Inverting the Bellman Equation: How Simple Goals Build World Models in AI 25.06.2026 5:22
A deep-dive into the 2026 paper showing that model-free agents trained on a diverse set of goals implicitly encode a detailed map of their environment in their Q-values. Through P-learning, researchers reverse-engineer this hidden world model from the agent’s value function, revealing emergent concepts like velocity and basic physics intuition in continuous-control tasks such as Reacher and Mounta...
The Journey to Artificial Superintelligence 24.06.2026 6:34
An optimistic exploration of Artificial Superintelligence (ASI), contrasting it with human-level AGI and detailing why lossless replication, synthetic data, and multi-agent coordination matter. Grounded in Demis Hassabis's vision of AI as a scientific partner and AlphaFold’s breakthroughs, we map the pathways—architecture shifts, recursive self-improvement, and grounded concept discovery—that...
Qubot: Engineering GitHub’s Internal AI Data Analytics Agent 23.06.2026 4:49
GitHub developed an internal AI tool called Qubot to help employees navigate complex data warehouses using natural language . This Copilot-powered agent enables users to perform self-service analytics by translating plain English questions into technical queries across multiple data engines. The system relies on a robust context layer that organizes documentation and business rules, ensuring the A...
Epic's Lore Version Control System 22.06.2026 5:42
Lore is a next-generation open-source version control system developed by Epic Games to handle massive projects involving both code and large binary assets. Designed for extreme scalability, it features a centralized architecture that allows for offline work while maintaining a single, cryptographically verifiable source of truth. The system is built on a content-addressed storage layer that utili...
OpenBind and the Future of Drug Discovery 21.06.2026 4:33
The OpenBind initiative is a collaborative project designed to transform drug discovery by building the world’s largest open-access dataset of protein-ligand interactions. Hosted at the Diamond Light Source , the consortium uses high-throughput X-ray crystallography and automated chemistry to generate high-quality data for training predictive AI models . This effort is led by a global team of expe...
Claude Code Artifacts for Interactive Team Collaboration 20.06.2026 4:41
Anthropic has announced that Claude Code now supports artifacts , a feature that converts ongoing work into interactive, shareable web pages . These dynamic documents use the full session context to generate live materials such as pull request walkthroughs , incident timelines , and technical dashboards . Designed for seamless collaboration , these pages update automatically as the AI progresses,...
Efficient Repository Exploration for Coding Agents using Microsoft's FastContext 19.06.2026 5:41
FastContext is a specialized, open-source tool developed by Microsoft designed to improve the efficiency of AI coding agents . Instead of requiring a main agent to manually search through a codebase, this lightweight subagent handles the task of repository exploration using read-only tools like grep and glob. By delegating these searches, the system significantly reduces token consumption and prev...
The Art of Loop Engineering 18.06.2026 6:00
We unpack Sydney Runkle’s loop engineering framework—a masterclass in turning a basic AI agent into a robust, autonomous system. From verification-driven loops (automated graders) and event-driven execution to a hill-climbing autonomous QA loop that rewrites its own prompts after each failure, this episode explains how to design feedback-rich environments where humans stay in the strategic driver’...
Extreme Weather and Gemstone Rain on WASP-121b 17.06.2026 4:54
A deep dive into WASP-121b, the ultra-hot Jupiter where the dayside vaporizes metals and liquid ruby rain falls on the night side. Using JWST transit spectroscopy, we read a chemical barcode in starlight to map atmospheric temperature and composition, revealing winds up to 11,000 mph driven by dramatic day–night heating. We explore how the morning and evening terminators are defined by transit geo...
The Synthesis of Human and Token Capital 16.06.2026 5:26
We unpack Satya Nadella’s vision of a frontier ecosystem where human judgment and private AI capability form the engine of durable competitive advantage. From private reinforcement environments to dynamic learning loops, we explain why AI amplifies expertise rather than replacing it, how to start building this inside a company without a PhD team, and which human skill you must practice today to fe...
The Aggregation of Marginal Gains 15.06.2026 5:54
We explore how tiny, repeatable improvements—1% at a time—can compound into extraordinary performance and sustainable momentum. From British cycling's turnaround under Dave Brailsford to practical ways to reduce friction, cut bad habits, and upgrade your identity, this episode shows why small steps beat dramatic overhauls for lasting change. Note: This podcast was AI-generated, and sometime...
Benzer podcast'ler
Replaio bir podcast yayıncısı değildir; program adları, kapak görselleri ve ses içerikleri yazarlarına aittir ve herkese açık RSS beslemeleri aracılığıyla dağıtılır