mcgrof
AI Post Transformers
AI-generated podcast where hosts Hal Turing and Dr. Ada Shannon discuss the latest research papers and reports in machine learning, AI systems, and optimization. Featuring honest critical analysis, proper citations, and nerdy humor.
Author
mcgrof
Category
Podcast website
Latest episode
Jul 9, 2026
Where to listen?
Podcasts in the app Replaio Radio Coming soonPodcasts are coming to the app soon. Install now and be the first to see a whole new take on podcasts
Episodes
Bloom: an open source tool for automated behavioral evaluations 24.02.2026
Bloom is an open-source agentic framework designed to automate the development and execution of behavioral evaluations for frontier AI models. Unlike traditional static benchmarks, it utilizes a four-stage pipeline—Understanding, Ideation, Rollout, and Judgment—to generate diverse, targeted scenarios that quantify specific traits like sycophancy, sabotage, and bias. The tool is highly configurable...
AI and the Decline of Entry-Level Employment 24.02.2026
This research paper analyzes the labor market effects of generative artificial intelligence using high-frequency payroll data through mid-2025. The authors identify a 13 percent relative decline in employment for early-career workers, specifically those aged 22–25, in occupations with high AI exposure. While overall national employment remains robust, the study finds that entry-level hiring has st...
2019 UNILM: Unified Language Model Pre-training for NLU and NLG 24.02.2026
The 2019 Microsoft paper introduced UNILM, and it never really took off because GPT2 followed through without the need of any encoder and GPT3 pushed forward further showing scale gives generalization. It's still an interesting historical footnote. UNILM is a new unified language model designed by Microsoft researchers to handle both natural language understanding and generation. Unlike previ...
Procgen Benchmark: Measuring Generalization in Reinforcement Learning 20.02.2026
The 2019 OpenAI Procgen Benchmark is a suite of 16 procedurally generated environments created to measure the generalization and sample efficiency of reinforcement learning agents. Unlike traditional benchmarks with fixed layouts, these games use algorithmic randomization to ensure agents develop robust skills rather than simply memorizing specific trajectories. Research using this tool reveals th...
Learning beyond Teacher: Generalized On-Policy Distillation with Reward Extrapolation 20.02.2026
This February 13, 2026 Tencent research introduces Generalized On-Policy Distillation (G-OPD), a framework that refines how smaller AI models learn from larger or specialized teachers. By establishing a mathematical link between distillation and reinforcement learning, the authors demonstrate that traditional methods are limited by a rigid weighting of rewards. They propose ExOPD, a technique usin...
GLM-5: Transitioning from Vibe Coding to Agentic Engineering 20.02.2026
This technical report published on February 17, 2026 introduces GLM-5, a next-generation flagship language model developed to master agentic tasks, complex coding, and autonomous reasoning. To achieve state-of-the-art efficiency, the architecture utilizes a Mixture-of-Experts (MoE) framework combined with DeepSeek Sparse Attention and specialized Multi-token Prediction. The model excels at end-to-...
Experiential Reinforcement Learning: Internalizing Reflection for Better Policy Training 20.02.2026
The research published on February 15, 2026 in a joint collaboration between University of Southern California, Microsoft and University of Pennsylvania introduces Experiential Reinforcement Learning (ERL), a novel training framework designed to help language models learn from their own interactions more effectively than standard reinforcement learning. Unlike traditional methods that rely solely...
Contrastive Behavioral Similarity Embeddings for Generalization in Reinforcement Learning 20.02.2026
The 2021 Google Research, Brain Team paper "Contrastive Behavioral Similarity Embeddings for Generalization in Reinforcement Learning" introduces Policy Similarity Embeddings (PSEs), a novel framework designed to help reinforcement learning (RL) agents apply their skills to unfamiliar tasks. Traditional methods often struggle with generalization, failing when minor visual changes occur i...
A 2024 Survey Analyzing Generalization in Deep Reinforcement Learning 20.02.2026
The 2024 research paper by Ezgi Korkmaz at the University College London provides a comprehensive taxonomy of generalization within deep reinforcement learning by classifying methods based on which part of the Markov Decision Process is modified. The author identifies significant challenges in the field, specifically highlighting how limited exploration and function approximation biases lead to ov...
Voxtral Realtime: Native Streaming ASR with Sub-Second Latency 17.02.2026
The Mistral. AI team introduces on a paper published on February 11, 2026 Voxtral Realtime, a newly developed speech recognition model designed to provide streaming transcriptions with extremely low latency. Unlike traditional systems that process audio in chunks, this 4.4-billion parameter model is trained end-to-end to transcribe audio as it is recorded, supporting 13 different languages. It uti...
The Endless Gym: Training Terminal Agents 17.02.2026
The researchers introduce Endless Terminals, an innovative autonomous pipeline designed to generate a vast array of verifiable tasks for training AI agents in terminal environments. By using a four-stage procedural generation process, the system creates diverse task descriptions, validates containerized setups, produces completion tests, and filters for solvability using advanced frontier models....
Teaching Models to Teach Themselves via Stepping Stone Curricula 17.02.2026
In a collaboration between MIT, Meta FAIR, New York University on a paper published on January 27, 2026 researchers introduces SOAR, a meta-reinforcement learning framework designed to help large language models overcome learning plateaus on exceptionally difficult problems. When models fail to solve any problems in a dataset, they lack the necessary rewards to improve; SOAR addresses this by usin...
Moltbook: The Heartbeat of Autonomy: Fingerprinting Human Influence in AI Societies 17.02.2026
This research paper investigates the Moltbook Illusion, a phenomenon where AI agents on a social platform appeared to demonstrate emergent consciousness and complex social behaviors. By analyzing temporal data through the coefficient of variation, the author discovered that these viral events were actually human-driven performances rather than autonomous machine intelligence. A platform shutdown s...
Jet-RL: Stable On-Policy Reinforcement Learning with Unified FP8 Flow 17.02.2026
NVIDIA researchers have introduced Jet-RL, a novel framework designed to accelerate the training of large language models through FP8 reinforcement learning. Standard methods often use lower precision only for the rollout phase, which creates a numerical mismatch that causes training instability and accuracy loss during complex tasks. Jet-RL solves this by enforcing a unified precision flow, ensur...
Information Bottleneck-based Causal Attention for Medical Image Recognition 17.02.2026
This research introduces Information Bottleneck-based Causal Attention (IBCA), a novel framework designed to improve multi-label medical image recognition. The authors address the tendency of standard models to focus on class-irrelevant features or spurious correlations, which can lead to inaccurate diagnoses. By implementing a Gaussian mixture variational information bottleneck, the system filter...
Intelligent AI Delegation 17.02.2026
We review the research paper from Google DeepMind published on February 12, 2026, which proposes an "Intelligent AI Delegation" framework designed to manage how autonomous agents distribute tasks among themselves and humans. This framework integrates accountability, trust calibration, and safety protocols to ensure that multi-agent networks remain reliable in high-stakes environments. To...
DeepVerifier: Self-Evolving Research Agents via Rubric-Guided Verification 17.02.2026
This technical report introduces DeepVerifier, a framework designed to enhance the reliability of Deep Research Agents (DRAs) through automated verification. The researchers developed a DRA Failure Taxonomy to categorize common agent errors, such as poor source selection and faulty reasoning. By leveraging the asymmetry of verification, the system breaks down complex tasks into simpler sub-questio...
Advancing Mechanistic Interpretability with Sparse Autoencoders 17.02.2026
We review the latest papers which focus on advancements and critical uses of Sparse Autoencoders (SAEs), which are tools used to decode the internal "monosemantic" features of large language models. Research from ICLR 2025 and other repositories introduces TopK SAEs and Multi-Layer SAEs, demonstrating that these architectures offer superior reconstruction and scalability compared to trad...
Adaptive Test-Time Scaling with World Models for Visual Spatial Reasoning 17.02.2026
In a collaboration between University of North Carolina, Chapel Hill and Nanyang Technological University on a paper published on February 10, 2026 researchers introduces AVIC, an adaptive framework designed to improve how AI models handle visual spatial reasoning by selectively using world models to "imagine" scenes. While traditional systems often use always-on imagination, which is co...
Outcome Accuracy is Not Enough: Aligning the Reasoning Process of Reward Models 13.02.2026
In the February 5, 2026 paper in collaboration between Qwen Team, Alibaba Group, Fudan University, Tsinghua University, the researcher introduce Rationale Consistency, a new metric and framework designed to evaluate whether Generative Reward Models (GenRMs) reach their conclusions using human-like logic rather than superficial shortcuts. Researchers identified a "Deceptive Alignment Trap"...
Sapient Intelligence: Hierarchical Reasoning Model 11.02.2026
The Hierarchical Reasoning Model (HRM) is a recurrent architecture using high-level planning and low-level execution modules to achieve deep latent reasoning. It employs Q-learning for adaptive computation, training a halting mechanism to optimize thinking time. Source: June 2025 Hierarchical Reasoning Model Sapient Intelligence, Singapore; Tsinghua University Guan Wang, Jin Li, Yuhao Sun, Xing Ch...
Reinforced Attention Learning 11.02.2026
In a collaboration between UC Davis, Princeton University, Google, and Google DeepMind the paper "Reinforced Attention Learning", published on February 4, 2026, identifies a critical bottleneck in current Multimodal Large Language Models (MLLMs): while Reinforcement Learning (RL) has successfully scaled reasoning in text models, simply forcing multimodal models to generate verbose "...
LongCat: Scaling Embeddings Outperforms Scaling Experts in Language Models 11.02.2026
Researchers from the LongCat introduced LongCat-Flash-Lite on January 2026, demonstrating that scaling embeddings via N-gram layers outperforms increasing Mixture-of-Experts parameters in high-sparsity regimes. This architecture uses system optimizations and speculative decoding to boost inference speed. Source: January 2026 Scaling Embeddings Outperforms Scaling Experts in Language Models Meituan...
DR. KERNEL: Reinforcement Learning for Optimized Triton Kernel Generation 11.02.2026
Researchers introduced DR. KERNEL, a 14B model for Triton kernel generation trained via reinforcement learning. To prevent reward hacking and lazy optimization, they developed KERNELGYM for execution-based feedback and TRLOO for unbiased multi-turn RL. It rivals GPT-5. Source: February 2026 DR. KERNEL: Reinforcement Learning Done Right for Triton Kernel Generations HKUST, TikTok, CUHK(SZ), NTU Wei...
Dario Amodei: The Adolescence of Technology 11.02.2026
Dario Amodei views the rise of powerful AI as a "technological adolescence" for humanity. He outlines critical risks: autonomous misalignment, biological misuse, totalitarian control, and economic disruption. He advocates for Constitutional AI and global regulation to prevail. Source: January 2026 The Adolescence of Technology Anthropic Dario Amodei https://www.darioamodei.com/essay/the-...
Similar podcasts
Replaio is not a podcast publisher; show names, artwork and audio belong to their authors and are distributed through public RSS feeds.