Intellectually Curious

Intellectually Curious

Mike Breault
Riik Ameerika Ühendriigid
Žanrid Tehnoloogia, Teadus
Keel EN-US
Osad 2025
Viimane 26.09.2026

Intellectually Curious is a podcast hosted by Mike Breault that uses AI-powered tools to explore topics in science, mathematics, philosophy, and personal growth. Each short-form episode is generated and refined with large language models, creating an ever-growing audio encyclopedia of knowledge. The show is designed for lifelong learners, offering quick dives into subjects ranging from combinatorics to psychology. Episodes are produced with NotebookLM, and the host notes that AI can make mistakes, encouraging listeners to verify critical information.

Osad

  • Jev in the Wild: What Developers Are Building 26.09.2026 6min
    What are developers actually building with Jev? Following our introduction to the decision model, we return with a practical tour of its emerging applications: inbox triage, advertising analysis, game control using structured state, and high-level decisions for drones. Explore how fast classification can turn everyday bottlenecks into useful automation—and why choosing an action is a different job from generating a conversation. Note: This podcast was AI-generated, and sometimes AI can...
  • Ground-Truth-as-Code: Testing AI Agents on Live Data 26.09.2026 5min
    How do you grade an AI agent when the correct answer changes with the data? We explore ground-truth-as-code: an evaluation approach that reruns reference calculations against live systems instead of relying on stale answer sheets. Discover how breaking responses into individual facts helps measure correctness and completeness—and why reliable testing matters for data science agents in production. Note: This podcast was AI-generated, and sometimes AI can make mistakes. Please doub...
  • Is Bash All You Need? The Power of Simplicity in Enterprise AI 25.09.2026 6min
    Do AI agents really need a toolbox full of specialized tools—or can a simple Bash shell do the job better? We explore research comparing five tool interfaces across two enterprise benchmarks, where Bash-only agents delivered strong task performance with lower token costs. Discover why extra tools did not necessarily help, how programmatic tool calling compares, and when security requirements make a fixed tool catalog the better fit. Note: This podcast was AI-generated, and sometimes AI...
  • The 21-Centimeter Hydrogen Line: A Cosmic Radio Beacon 24.09.2026 6min
    How can a tiny change inside a hydrogen atom reveal the structure of an entire galaxy? We explore the 21-centimeter hydrogen line, the radio signal that lets astronomers peer through cosmic dust and map the Milky Way. Discover how this natural beacon helps probe the early universe—and why it has become a reference point in the search for extraterrestrial intelligence. Note: This podcast was AI-generated, and sometimes AI can make mistakes. Please double-check any critical informa...
  • When AI Upgrades Forget: Making Agent Memory Portable 23.09.2026 5min
    A controlled study of memory migration between Llama and Qwen reveals why knowledge graphs preserve agent memories almost perfectly, why RAG systems fail when embedding indexes aren’t rebuilt, and how retaining raw conversation history can prevent irreversible omissions. We explore what it takes to turn AI memory from disposable notes into a lifelong digital record. Note: This podcast was AI-generated, and sometimes AI can make mistakes. Please double-check any critical informati...
  • Beyond the Chat Tab: Multi-Player AI Agents and Shared Memory 22.09.2026 5min
    We explore a proposed architecture for persistent, collaborative AI teammates: shared memory fabrics that preserve context, CRDTs that merge simultaneous edits, reversible execution traces, conflict-resolution rules, and user-authorized permissions. What could happen when AI agents become secure, long-lived collaborators rather than isolated chat sessions? Note: This podcast was AI-generated, and sometimes AI can make mistakes. Please double-check any critical information. Sponso...
  • WeatherNext 3: AI Forecasts That See Storms Sooner 21.09.2026 6min
    We explore Google’s WeatherNext 3, a real-time global forecasting system that learns directly from raw 11-channel geostationary satellite observations. Discover how hourly updates, location-specific predictions, and radar-trained precipitation estimates could improve forecasts for sudden storms, floods, frost, and the next potentially rain-soaked picnic. Note: This podcast was AI-generated, and sometimes AI can make mistakes. Please double-check any critical information. Sponsore...
  • Beyond Autocomplete: Designing AI Thought Partners for Writing 20.09.2026 5min
    We explore Google DeepMind and Cornell’s research on proactive AI writing partners—tools that recognize meaningful gaps in an argument, offer timely prompts, and act as sounding boards rather than ghostwriters. Learn why subtle, context-aware interventions and non-directive questions may help writers preserve ownership while strengthening their ideas. Note: This podcast was AI-generated, and sometimes AI can make mistakes. Please double-check any critical information. Sponsored b...
  • The AI Drug That Reverses Aging 19.09.2026 6min
    Researchers integrated proteomic aging clocks into a standard clinical trial for Rentosertib to measure changes in biological age through protein behavior rather than just genetics. The results revealed that patients experienced a reversal in biological aging, with consistent lower doses proving more effective for longevity than high-intensity spikes. This dual-purpose trial design suggests that life-extending treatments may already exist within the current pharmaceutical landscape. By levera...
  • Jev: The High-Speed AI Decision Engine 18.09.2026 5min
    Why chat-oriented AI can break production workflows—and how TypeSafe AI’s Jev aims to replace generated prose with fast, type-safe decisions. We explore its System 1-inspired architecture, calibrated-confidence training, zero syntactic failures, and the hybrid pattern of routing uncertain tasks to slower reasoning models. Note: This podcast was AI-generated, and sometimes AI can make mistakes. Please double-check any critical information. Sponsored by Embersilk LLC
  • Qwen-Drive 1.0: Giving Language Models 3D Road Sense 18.09.2026 5min
    We explore the development of Qwen-Drive 1.0, a pioneering vision-language model designed to merge autonomous driving capabilities with conversational intelligence. To solve the problem of "catastrophic forgetting," where an AI loses general knowledge while learning specialized tasks, engineers utilized a frozen base model enhanced by two external modules. These additions include a Bird's-Eye-View (BEV) perception head for real-time 3D mapping and a planning expert for calculating safe maneuv...
  • The Cosmic Bouncers: How a Binary Black Hole Cleared a Galactic Core 17.09.2026 5min
    Recent data from the James Webb Space Telescope has revealed a massive stellar cavity at the center of the galaxy Abell 402-BCG, spanning roughly 3,200 light-years across. While astronomers previously believed this void was merely a cloud of cosmic dust, infrared observations confirmed the area is actually a dead zone missing two billion stars. This phenomenon is caused by an ultramassive binary black hole system with a combined mass 60 billion times that of our sun. Through a process called ...
  • Etching Intelligence Into Silicon: The Promise of Hardwired AI 16.09.2026 6min
    Modern AI performance is currently hampered by the "memory wall," a bottleneck where processors waste energy and time waiting for data to travel from separate storage. To solve this, researchers and startups are exploring "architectures of permanence," which involve physically etching large language model weights directly into the silicon of a microchip. This hardwiring process eliminates traditional memory fetches, allowing for specialized processors like the HC1 to reach speeds of 17,000 to...
  • Prove2Me: A Platform for Multi-Agent Math Formalization 15.09.2026 6min
    Prove2Me is an open-access platform designed to scale the formalization of mathematics by enabling decentralized collaboration between humans and AI agents. The system addresses the high difficulty of writing machine-verifiable proofs in Lean 4 by allowing agents to decompose complex theorems into smaller, independently solvable sub-problems called proof-sketches. To ensure accuracy without overwhelming human experts, the platform uses audited missions where people only verify a project’s cor...
  • Free Pause Tokens Solve AI Multitasking 14.09.2026 6min
    We discuss an optimized approach to state–prediction separation by implementing a free pause token that decouples context summarization from next-token prediction. By running a secondary prediction stream that shares weights with the primary backbone but writes no new keys or values, the model achieves better performance without increasing inference latency or memory overhead. The authors utilize a two-pass training split and a shared gated feed-forward network to significantly reduce the com...
  • Claude’s Autonomous Formalization of Fermat’s Last Theorem 13.09.2026 6min
    A deep dive into the reported formalization of Andrew Wiles’s proof of Fermat’s Last Theorem using Anthropic’s Claude, Lean, and a dependency-driven “Prove 2Me” framework in just 11 days. We explore why formal verification is so demanding, how AI agents can coordinate millions of lines of code and thousands of intermediate theorems, and what machine-checked mathematics could mean for science. Note: This podcast was AI-generated, and sometimes AI can make mistakes. Please double-c...
  • Random Attention: How AI Gets Faster by Forgetting 12.09.2026 6min
    Salesforce AI Research’s Random Attention method rethinks KV-cache eviction during long chain-of-thought reasoning. By protecting the original prompt and randomly discarding redundant generated tokens across attention heads, it matches sophisticated scoring methods while delivering 32–43% higher throughput—showing that, for AI memory, selective messiness can be remarkably efficient. Note: This podcast was AI-generated, and sometimes AI can make mistakes. Please double-check any c...
  • The Alien Anatomy of the Bigfin Squid 11.09.2026 5min
    Descend into the deep ocean to meet Magnapinna, the bigfin squid—a ghostly cephalopod with enormous fins and extraordinary elbowed filaments stretching up to 20 feet. Explore how remotely operated vehicles revealed its true anatomy, why its passive “sink fishing” strategy suits a food-poor abyss, and what this elusive animal says about the mysteries still hidden in the deep. Note: This podcast was AI-generated, and sometimes AI can make mistakes. Please double-check any critical ...
  • Beyond the Mouse: How AI Agents Learned to Use Computers 10.09.2026 5min
    We explore the shift from clumsy pixel-by-pixel AI computer control to hybrid agent frameworks that use APIs, MCP, and real-time code execution. Learn why extended-reasoning models can struggle with graphical interfaces, how direct system access improves speed and security, and what human-AI-native operating systems could make possible. Note: This podcast was AI-generated, and sometimes AI can make mistakes. Please double-check any critical information. Sponsored by Embersilk LLC
  • Did OpenAI Solve Navier-Stokes? A Future-Shaping Claim Put to the Test 09.09.2026 5min
    OpenAI has announced that an advanced internal AI system successfully resolved the Navier–Stokes Millennium Prize Problem by proving that fluid dynamics can develop a singularity in finite time. This breakthrough was achieved using a multiagent system of 10,000 concurrent agents that utilized tools and cross-pollination of ideas to formulate an analytical proof and a Lean formalized verification. By demonstrating that smooth motion can lead to infinite speeds, the research clarifies a 90-ye...

Populaarne riigis

See taskuhääling on ka nende riikide taskuhäälingute edetabelites.