Papers

Paper: HiFi-UMI: Learning Deployable Manipulation Policies from High-Fidelity UMI Data Alone

Listen to this article.

Audio is available for 30 days and will be removed automatically.

Problem

Training robots to perform manipulation tasks (like picking up and moving objects) often struggles with a lack of good data. Collecting accurate, high-quality data directly from real robots can be expensive and time-consuming. While data collected without a robot (“UMI” data - Unimaged Manipulation) is easier to scale, it’s typically used only for initial training and then fine-tuned on a small amount of real robot data. This paper challenges that approach by asking: what if we could make UMI data so good that we didn’t need the expensive real-robot portion at all?

Paper: JarvisHub: An Open Harness for Canvas-Native Multimodal Creative Agents

Listen to this article.

Audio is available for 30 days and will be removed automatically.

Problem

Creating truly useful AI-powered creative tools requires more than just generating assets on demand. Current systems like prompt-based or chat-based generators often treat each request in isolation, failing to maintain context, track revisions, or manage the complex workflow of a real-world creative project (e.g., video editing, graphic design). Commercial “creative agent” systems exist but are largely closed off, hindering research into how they actually work and make decisions.

Paper: Kimi K3: Open Frontier Intelligence

Listen to this article.

Audio is available for 30 days and will be removed automatically.

Problem

Training increasingly large language models (LLMs) has become computationally expensive and inefficient, hindering progress in the field. Existing architectures struggle to effectively utilize all parameters during inference, and scaling these models can lead to diminishing returns. This paper tackles that challenge.

Method

The authors introduce Kimi K3, a 2.8 trillion parameter Mixture-of-Experts (MoE) model aiming for more efficient scaling. Key components of their approach include:

Paper: AREX: Towards a Recursively Self-Improving Agent for Deep Research

Listen to this article.

Audio is available for 30 days and will be removed automatically.

Problem

Deep research is challenging because finding potential solutions often takes significant effort, while checking whether those solutions meet all the required constraints (multiple criteria) can be broken down into smaller, more manageable steps. This “discovery-verification asymmetry” creates a bottleneck: simply searching for longer doesn’t necessarily lead to better results.

Method

The paper introduces AREX, a family of “Recursively Self-Improving” (RSI) deep research agents designed to address this challenge. AREX operates with an alternating two-loop structure:

Paper: SLAI T-Rex: Full-Parameter Post-training of the DeepSeek-V4 Family on Ascend SuperPOD

Listen to this article.

Audio is available for 30 days and will be removed automatically.

Problem

Training massive, trillion-parameter Mixture of Experts (MoE) language models like DeepSeek-V4 presents significant engineering challenges when using distributed training systems. The paper highlights issues including intense memory usage, communication bottlenecks, and inefficient processing during the post-training phase—specifically, Full Parameter Post-Training (CPT) and Supervised Fine Tuning (SFT). While most existing solutions rely on GPU clusters, this research explores an alternative approach leveraging Ascend Neural Processing Units (NPUs).

Paper: VideoChat3: Fully Open Video MLLM for Efficient and Generalist Video Understanding

Listen to this article.

Audio is available for 30 days and will be removed automatically.

Problem

Current open-source video understanding models face several limitations. They often struggle to generalize across different types of videos, performing well only in specific niches. These models also tend to be computationally expensive and may not be fully accessible for researchers or developers, with key training details and datasets withheld.

Method

The paper introduces VideoChat3, a “fully open” video-centric Multimodal Large Language Model (MLLM) designed to overcome these limitations. The core approach combines two key elements:

Paper: Long-Horizon-Terminal-Bench: Testing the Limits of Agents on Long-Horizon Terminal Tasks with Den...

Listen to this article.

Audio is available for 30 days and will be removed automatically.

Problem

Current benchmarks used to evaluate AI agents often focus on simple tasks that complete quickly and are judged solely by their final outcome. This doesn’t give a full picture of an agent’s capabilities, especially when dealing with complex, real-world scenarios requiring sustained effort and iterative problem-solving. Existing “terminal” benchmarks (which judge only the end result) provide limited insight into intermediate progress and partial solutions due to sparse reward signals.

Paper: UniClawBench: A Universal Benchmark for Proactive Agents on Real-World Tasks

Listen to this article.

Audio is available for 30 days and will be removed automatically.

Problem

Evaluating proactive AI agents—those designed to operate tools and assist users in real-world environments like personal assistants or automated workflows—is currently difficult. Existing benchmarks often use simplified, sandboxed testing grounds and evaluate agents only on single interactions. Additionally, these benchmarks categorize tasks in ways that blur the lines between different underlying capabilities of the models, making it hard to pinpoint why an agent succeeds or fails.

Paper: AlayaWorld: Long-Horizon and Playable Video World Generation

Listen to this article.

Audio is available for 30 days and will be removed automatically.

Problem

Creating compelling game worlds and virtual environments is traditionally a resource-intensive process. Building these worlds requires significant manual effort, making customization difficult and modifications after launch costly. This paper tackles the challenge of efficiently generating interactive virtual worlds without relying solely on manual authoring.

Method

The AlayaWorld framework proposes a new approach leveraging video world models. These models work by autoregressively synthesizing future observations – essentially predicting what will happen next in the virtual environment – based on the current state and user actions. The models are trained using gameplay recordings as well as real-world videos, allowing them to learn both visual styles and realistic physics simulations. AlayaWorld itself is presented as a full-stack open-source framework encompassing data preparation, model architecture design, training, inference acceleration, and deployment – all within a modular structure.

Paper: RynnWorld-4D: 4D Embodied World Models for Robotic Manipulation

Listen to this article.

Audio is available for 30 days and will be removed automatically.

Problem

Robotic manipulation in real-world environments is challenging because robots need to understand not just what things look like, but also how those objects and the environment itself will move when interacted with. Current approaches relying solely on video data (2D pixel information) often fall short of providing this necessary understanding of 3D structure and movement dynamics.