Home Podcasts Large Language Model (LLM) Talk
Large Language Model (LLM) Talk

Large Language Model (LLM) Talk

AI-Talk 68 Episodes Jan 21, 2026

Large Language Model (LLM) Talk is a short-form podcast that explains artificial intelligence in about ten minutes. Each episode offers clear, accessible insights into AI concepts and innovations without requiring math or technical jargon. The show is designed for commuters and anyone with limited spare time who wants to understand how AI works. It aims to be easy to follow for both beginners and tech enthusiasts.

Episodes

Context Engineering
Context Engineering Jan 21, 2026 00:13:58 Context engineering is the system-level discipline of architecting the dynamic information environment for AI models. Unlike prompt engineering, which focuses on phrasing specific instructions, context engineering programmatically assembles the model's "working memory" using retrieved data, tool outputs, and conversation history. It employs strategies like selection, compression, and
Manus AI
Manus AI Jan 19, 2026 00:17:12 Manus AI is a general-purpose autonomous agent designed to function as a digital worker rather than a passive chatbot. Developed by Monica and acquired by Meta, it utilizes a Planner-Executor architecture to orchestrate foundation models like Claude and Qwen within cloud-based sandboxes. Manus excels at complex, asynchronous tasks—including app deployment, massive parallel research, and data analy
Kimi K2
Kimi K2 Jul 22, 2025 00:15:30 Kimi K2, developed by Moonshot AI, is an open agentic intelligence model built on a Mixture-of-Experts (MoE) architecture. It features 1 trillion total parameters, with 32 billion active during inference. Trained on 15.5 trillion tokens using the stable MuonClip optimizer, Kimi K2 is optimized for advanced reasoning, coding, and tool use. It offers strong performance and significantly lower pricin
Mixture-of-Recursions (MoR)
Mixture-of-Recursions (MoR) Jul 18, 2025 00:16:43 Mixture-of-Recursions (MoR) is a unified framework built on a Recursive Transformer architecture, designed to enhance the efficiency of large language models. It achieves this by combining three core paradigms: parameter sharing (reusing shared layers across recursion steps), adaptive computation (dynamically assigning different processing depths to individual tokens via lightweight routers), and
MeanFlow
MeanFlow Jul 10, 2025 00:06:47 MeanFlow models introduce the concept of average velocity to fundamentally reformulate one-step generative modeling. Unlike Flow Matching, which focuses on instantaneous velocity, MeanFlow directly models the displacement over a time interval. This approach allows for highly efficient one-step or few-step generation using a single network evaluation. MeanFlow is built on a principled mathematical
Mamba
Mamba Jul 10, 2025 00:08:14 Mamba is a novel deep learning architecture that achieves linear scaling in computation and memory with sequence length, addressing Transformers' quadratic limitations. Its selective State Space Model (SSM) layer dynamically adapts to input context, allowing it to "forget" or "remember" information. Optimizations include a hardware-aware parallel algorithm for its recurrent
LLM Alignment
LLM Alignment Jun 14, 2025 00:20:06 LLM alignment is the process of steering Large Language Models to operate in a manner consistent with intended human goals, preferences, and ethical principles. Its primary objective is to make LLMs helpful, honest, and harmless, ensuring their outputs align with specific values and are advantageous to users. This critical process prevents unintended or harmful outputs, mitigates issues like speci
Why We Think
Why We Think May 20, 2025 00:14:20 The "Why We Think" from Lilian Weng, examines improving language models by allocating more computation at test time, drawing an analogy to human "slow thinking" or System 2. By treating computation as a resource, the aim is to design systems that can utilize this test-time effort effectively for better performance. Key approaches involve generating intermediate steps like Chain
Deep Research
Deep Research May 12, 2025 00:11:35 Deep Research is an autonomous research agent built into ChatGPT. It performs multi-step online research over several minutes, behaving like a human researcher by searching, reading, analyzing, and synthesizing information from multiple sources. It produces detailed, cited reports. Unlike standard ChatGPT's single-step responses, Deep Research uses an agent architecture orchestrating specializ
vLLM
vLLM May 4, 2025 00:13:06 vLLM is a high-throughput serving system for large language models. It addresses inefficient KV cache memory management in existing systems caused by fragmentation and lack of sharing, which limits batch size. vLLM uses PagedAttention, inspired by OS paging, to manage KV cache in non-contiguous blocks. This minimizes memory waste and enables flexible sharing, allowing vLLM to batch significantly m
Qwen3: Thinking Deeper, Acting Faster
Qwen3: Thinking Deeper, Acting Faster May 4, 2025 00:13:15 Qwen3 models introduce both Mixture-of-Experts (MoE) and dense architectures. They utilize hybrid thinking modes, allowing users to balance response speed and reasoning depth for tasks, controllable via parameters or tags. Developed through a multi-stage post-training pipeline, Qwen3 is trained on a significantly expanded dataset of approximately 36 trillion tokens across 119 languages. This enhan
RAGEN: train and evaluate LLM agents using multi-turn RL
RAGEN: train and evaluate LLM agents using multi-turn RL May 3, 2025 00:11:56 RAGEN is a modular system for training and evaluating LLM agents using multi-turn reinforcement learning. Built on the StarPO framework, it implements the full training loop including rollout generation, reward assignment, and trajectory optimization. RAGEN serves as research infrastructure to analyze LLM agent training dynamics, focusing on challenges like stability, generalization, and the emerg

Recommended