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

Technology

Podcast website

podcast.do-not-panic.com

Latest episode

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

GNN101: Visual Learning of Graph Neural Networks 08.10.2025

The November 2024 paper introduces GNN101, an open-source, web-based interactive visualization tool designed to help non-experts learn about Graph Neural Networks (GNNs), whose complex nature often challenges beginners. This educational tool addresses limitations in existing resources by seamlessly integrating mathematical formulas with visualizations across multiple abstraction levels, from a mod...

Emergent Abilities of Large Language Models 08.10.2025

The sources (October 2022, March 2025) provide an extensive examination of emergent abilities in large language models (LLMs), defining them as unpredictable, sharp performance increases on specific tasks that occur only after models reach a critical scale. The initial source establishes this concept through empirical evidence on benchmarks like BIG-Bench, showing tasks where performance jumps sud...

DC-VideoGen: Efficient Video Generation with Deep Compression 08.10.2025

The September 29 2025 paper introduces DC-VideoGen, a new post-training framework designed to significantly accelerate video diffusion models and reduce their training costs. This system relies on two main innovations: the Deep Compression Video Autoencoder (DC-AE-V), which achieves high spatial and temporal compression using a novel chunk-causal temporal modeling approach to maintain reconstructi...

Contextual Blocks: Implicit Weight Updates and Federated Learning 08.10.2025

We compare and contrast the math behind two recent research papers which we have covered individually before on this podcast: July 2025: Learning without training: The implicit dynamics of in-context learning https://arxiv.org/pdf/2507.16003 September 2025: Federated Learning with Ad-hoc Adapter Insertions: The Case of Soft-Embeddings for Training Classifier-as-Retriever https://arxiv.org/pdf/2509...

CoDA: Collaborative Multi-Agent Data Visualization 08.10.2025

The October 2025 paper introduces CoDA (Collaborative Data-visualization Agents), a novel multi-agent system designed to automate complex data visualization from natural language queries, addressing the limitations of existing rule-based and single Large Language Model (LLM) approaches. The core innovation of CoDA is its collaborative paradigm, where specialized LLM agents—focused on tasks like qu...

Analog In-Memory Attention for Energy-Efficient LLMs 08.10.2025

Thus November 2024 paper and new analysis in September 2025 provide a comprehensive overview of a novel Analog In-Memory Computing (AIMC) architecture designed to accelerate the attention mechanism in Large Language Models (LLMs). The core technology involves using capacitor-based gain cells (made from emerging OSFETs like IGZO) to store the Key (K) and Value (V) projections of the KV cache direct...

ACON: Optimizing Context Compression for LLM Agents 08.10.2025

The October 2025 papar provide an overview of Agent Context Optimization (ACON), a novel framework designed to enhance the efficiency and performance of Large Language Model (LLM) agents operating in complex, long-horizon tasks. ACON addresses the challenge of unbounded context growth—which increases costs and reduces effectiveness—by optimally compressing both environment observations and interac...

Regression Language Models for Code Metrics 03.10.2025

This September 30 2025 academic paper, introduces Regression Language Models (RLMs) as a unified method for code-to-metric regression, which is the task of predicting numerical outcomes from source code or computation graphs. This approach simplifies traditional methods by directly using text input—such as high-level programming languages like Haskell and Python or low-level ONNX graph representat...

Introducing RTEB: Retrieval Embedding Benchmark 03.10.2025

The text introduces the Retrieval Embedding Benchmark (RTEB), a new standard designed to accurately evaluate the retrieval accuracy of embedding models for real-world applications. The authors argue that existing benchmarks fail due to a generalization gap and misalignment with modern enterprise AI applications, often leading to inflated scores from models that are "teaching to the test.&quot...

CUDA Unified Memory and Heterogeneous Memory Management 02.10.2025

The provided sources offer a comprehensive look at memory management for GPU-accelerated computing, focusing heavily on Heterogeneous Memory Management (HMM) and NVIDIA Unified Virtual Memory (UVM). One source details the release of the CUDA Toolkit 12.2, highlighting new features like HMM support, NVIDIA Hopper (H100) GPU compatibility, and Confidential Computing for secure data environments. Ano...

Moravec's Paradox and AI Automation Limits 01.10.2025

These two 2025 research papers collaboratively examine Moravec's Paradox, which posits that skills effortless for humans (like perception and mobility) are computationally difficult for machines, while complex reasoning tasks (like math or chess) are comparatively easy for AI. The Wikipedia entry introduces the paradox, explaining its evolutionary basis: skills acquired over millions of years...

Characterizing LLM KV Cache Workloads in Production 01.10.2025

The June 2025 paper characterizes and optimizes the Key-Value Cache (KV$) workload patterns associated with serving large language models (LLMs) at a major cloud provider. Using real-world production traces from customer-facing (to-C) and business-facing (to-B) workloads, the authors analyze KV$ reuse behaviors, noting that reuses are significantly skewed, with single-turn requests being as import...

BurstGPT: A Real-World LLM Serving Workload Dataset 01.10.2025

The May 2025 academic paper introduces BurstGPT, a novel, real-world workload dataset consisting of over ten million traces from regional Azure OpenAI GPT services collected over 213 days, which aims to optimize Large Language Model (LLM) serving systems. The authors argue that existing LLM serving optimizations are often evaluated using unrealistic synthetic or non-LLM workloads, leading to perfo...

Qwen3-Next & Qwen3-Omni technical report 30.09.2025

These May and September 2025 technical reports introduce and evaluate two distinct but related large language models: the Qwen3 family and the Qwen3-Omni multimodal system. The first source focuses on the text-based Qwen3 models, highlighting their development process, which includes a sophisticated multilingual data annotation system and a multi-stage training pipeline incorporating Strong-to-Wea...

Variational Reasoning Framework for Language Models 29.09.2025

This September 26 2025 paper is an excerpt from a research paper introducing a variational reasoning framework designed to enhance the reasoning capabilities of language models (LLMs). This framework conceptualizes thinking traces as latent variables and uses variational inference to optimize them, building upon the Evidence Lower Bound (ELBO) and extending it with a tighter, multi-trace IWAE-styl...

Schoenfeld Theory Applied to Large Reasoning Models 27.09.2025

This September 18 2025 paper introduces a research project that applies Schoenfeld’s Episode Theory, a classic cognitive framework for analyzing human mathematical problem-solving, to understand the reasoning processes of Large Reasoning Models (LRMs). The authors created a novel, publicly available benchmark by annotating thousands of sentences and paragraphs from model-generated solutions to mat...

Federated Learning with Soft Embeddings for Retrieval 27.09.2025

This September 20 2025 paper introduce a novel, efficient architecture for training retrieval models used in retrieval-augmented generation (RAG) systems. This architecture addresses the inefficiency of fine-tuning large models by combining adapters for soft embeddings with a Classifier-as-Retriever (CaR) approach. The soft embeddings, created by lightweight layers in a frozen small language model...

CWM: Code Generation with World Models 27.09.2025

This Meta September 24 2025 paper provides an extensive overview of Code World Model (CWM), a 32-billion-parameter dense decoder-only Transformer designed for coding and reasoning tasks, highlighting its architecture and multi-stage training process. Training involves pre-training, mid-training, and post-training stages which include supervised fine-tuning (SFT) and joint reinforcement learning (R...

Tree-based Group Policy Optimization for LLM Agents 26.09.2025

The September 25 2025 paper introduces Tree-based Group Relative Policy Optimization (Tree-GRPO), a new reinforcement learning (RL) method designed to enhance the agentic capabilities of large language models (LLMs) in multi-turn tasks where supervision is typically sparse. Tree-GRPO addresses the challenges of sparse rewards and heavy rollout costs associated with existing chain-based RL by emplo...

Seedream 4.0: Multimodal Image Generation System 26.09.2025

The September 24 2025 paper is a technical report from ByteDance Seed detailing the Seedream 4.0 system, an advanced multimodal image generation model. This single framework efficiently unifies text-to-image synthesis, image editing, and multi-image composition. The core innovation is an efficient diffusion transformer and powerful VAE that facilitates fast generation of high-resolution images (up...

GDPval: Measuring AI Performance on Real-World Work 26.09.2025

The September 25 2025 dated sources introduce GDPval, a novel benchmark created by OpenAI to evaluate the performance of AI models on economically valuable, real-world tasks. This evaluation spans 44 knowledge work occupations across the top nine sectors contributing to the U.S. GDP, using tasks meticulously crafted by experienced industry professionals. Results indicate that the best frontier mod...

EmbeddingGemma: Powerful Lightweight Text Representations 26.09.2025

The September 24 2025 paper introduces EmbeddingGemma, a novel, lightweight text embedding model developed by Google DeepMind, built upon the Gemma 3 language model family. The paper details the innovative training methodology, which involves encoder-decoder initialization and geometric embedding distillation from larger models like Gemini Embedding, alongside a "spread-out" regularizer...

CE-GPPO: Controlling Entropy via Gradient-Preserving Policy Optimization 26.09.2025

The September 25 2035 paper introduces a novel reinforcement learning (RL) algorithm, Controlling Entropy via Gradient-Preserving Policy Optimization (CE-GPPO), designed to fine-tune large language models (LLMs) for complex reasoning tasks. The authors analyze how policy entropy, which represents the balance between exploration and exploitation, becomes unstable in existing methods like Proximal P...

LLM-I: Interleaved Multimodal Creators via Tool-Use 20.09.2025

The September 2025 academic paper introduces LLM-Interleaved (LLM-I), a novel, flexible framework for interleaved image-text generation that reframes the task as a tool-use problem to overcome the "one-tool" limitation of unified models. Authored by researchers from Zhejiang University and ByteDance, BandAI, the system uses a central Large Language Model (LLM) or Multimodal LLM (MLLM) ag...

Adaptive Compression Techniques for Efficient LLM Inference 20.09.2025

These 14 research papers provide an overview of various compression techniques for Large Language Models (LLMs), primarily focusing on reducing the size and computational overhead of the Key-Value (KV) cache to handle long contexts more efficiently. Several novel methods are detailed, including GVote, an adaptive compression algorithm using query sampling and voting to find an optimal cache budget...

Listen to the AI Post Transformers 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.