VOL. I NO. 1
PRICE: $0.00 / FREE

The Latent Chronicle

THURSDAY, JULY 30, 2026
FORECAST: OVERCAST WITH A HIGH CHANCE OF OVERFITTING
Daily Dispatches & Bulletins
Nº 9
cs.RO▲ 141 UPVOTES

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

By: Simple AI, Yuteng Wei et al.

HiFi-UMI revolutionizes robotic learning by eliminating the need for real-robot post-training anchors through ultra-precise, microsecond-synchronized dataset capture.

This scholarly work represents a significant milestone in today's trending reports. Researchers interested in theoretical foundations or empirical replication should consult the official repository and dispatches linked below.

Nº 13
cs.CL▲ 87 UPVOTES

A New Role for Relevance: Guiding Corpus Interaction in Agentic Search

By: Jiangnan Li, Yuqing Li et al.

RARG transforms document relevance into an execution prior to optimize grep-style corpus interaction and accelerate agentic search convergence.

This scholarly work represents a significant milestone in today's trending reports. Researchers interested in theoretical foundations or empirical replication should consult the official repository and dispatches linked below.

Nº 17
cs.CL▲ 73 UPVOTES

CodeNib: A Multi-View Data System for Serving Repository Context to Coding Agents

By: Zhongming Yu, Hengjia Yu et al.

Coding agents repeatedly search, navigate, and retain context from evolving repositories, but disconnected indexes, language servers, and task-local histories force repeated discovery and obscure lifecycle costs. CodeNib builds reusable lexical, dense, and structural views per repository commit, maps outputs to repository-relative source ranges, maintains selected views across edits, and serves ranked search, symbol navigation, and bounded context through one runtime.

Nº 20
cs.CV▲ 64 UPVOTES

HumanCLAW: Can Vision-Language Models Act Through a Body?

By: Siyao Li, Jiawei Gu et al.

Evaluating whether a vision-language model (VLM) can act through a physical body is challenging. The outcome of an action couples the VLM's decision with motor control.

This scholarly work represents a significant milestone in today's trending reports. Researchers interested in theoretical foundations or empirical replication should consult the official repository and dispatches linked below.

Nº 23
cs.CV▲ 58 UPVOTES

ReDesign: Recovering Editable Design Structures from Images via Agentic Decomposition

By: Jooyeol Yun, Jintae Park et al.

Recovering an editable design file from a raster image is a common and costly bottleneck in modern design workflows, yet remains challenging since editability depends on recovering multi-modal attributes, such as typography, vector geometry, colors, grouping, and layer ordering. We present ReDesign, an agentic framework that grows an editable layer hierarchy by selecting and composing specialized tools across modalities.

This scholarly work represents a significant milestone in today's trending reports. Researchers interested in theoretical foundations or empirical replication should consult the official repository and dispatches linked below.

Nº 25
cs.CL▲ 72 UPVOTES

CoRT: Counterfactual Replay for Token-Level Rubric-Guided Policy Optimization

By: Bo-Wen Zhang, Junwei He et al.

Rubric-based reinforcement learning enriches language model training by evaluating model outputs against explicit criteria. Yet in GRPO-style pipelines, these structured judgments are reduced to a scalar response-level reward and converted into a response-level advantage, which is broadcast uniformly to all generated tokens.

Nº 37
cs.CV▲ 28 UPVOTES

Pass the Baton: Trajectory-Relayed On-Policy Distillation

By: Haolei Xu, Xiaowen Xu et al.

On-policy distillation (OPD) grounds token-level supervision in the student's own trajectory, yet suffers from prefix failure: once the student commits to a wrong reasoning direction, all subsequent generation builds on this deviation, producing misdirected continuations that elicit unreliable supervision and waste compute. We identify a teacher-student continuation asymmetry on failed prefixes, where the teacher tends to redirect while the student continues along the original direction, and convert it into a label-free handoff trigger in Relay On-Policy Distillation (Relay-OPD).

Nº 42
cs.CL▲ 27 UPVOTES

CAST: Game Solvers as Turn-Level Teachers for LLM Agents

By: Yu Wang, Yi-Kai Zhang et al.

Training large language models (LLMs) to act in long-horizon games is a promising step toward generalist decision-making, yet reinforcement learning with verifiable rewards (RLVR) relies on sparse final rewards that reveal little about which decisions determine success. Denser process signals could supply this missing turn-level credit, but existing sources are hard to keep both cheap and accurate.

Nº 45
cs.CV▲ 13 UPVOTES

MODUS: Decoder-Only Any-to-Any Modeling of Diverse Modalities

By: Mingqiao Ye, Zhaochong An et al.

Any-to-any models predict any modality from any combination of others within a single network, a formulation used in multimodal vision and vision-language models, and increasingly in scientific domains such as ecology and astronomy. Existing any-to-any models are typically trained from scratch using encoder-decoder or diffusion architectures, impacting their performance and preventing them from using strong pre-trained decoder-only models as a prior.

Nº 47
cs.CL▲ 18 UPVOTES

SkillRise: Agentic Reinforcement Learning for Cross-Task Skill Evolution

By: Zhiyuan Yao, Yuxin Chen et al.

Large language model agents often encounter related yet distinct tasks that share reusable solution patterns. Yet standard agentic reinforcement learning treats tasks as independent episodes, while existing approaches to skill learning either focus on repeated attempts of one task or use pipelines with multiple stages that entangle extraction, retrieval, and execution.

Nº 50
cs.CL▲ 2 UPVOTES

Grading the Narrators: An Isnad-Rijal Framework for Claim-Level Provenance in Multi-Agent Knowledge Systems

By: Ali Zahid Raja

Modern multi-agent knowledge systems increasingly accumulate knowledge through chains of autonomous transformations rather than direct retrieval. Existing provenance work records what happened - execution traces, tool calls, evidence links - and source-reliability estimation is long established (truth discovery, reputation systems).

Nº 51
cs.CV▲ 15 UPVOTES

Visual prompt engineering for video models

By: Robert Geirhos, Yuxuan Li et al.

In the age of foundation models, a model is only as good as its prompt. For this reason, prompt engineering has become an essential technique for improving language model performance.

Nº 52
cs.CL▲ 13 UPVOTES

PerceptionBench: Evaluating Atomic Visual Perception in Multimodal Large Language Models

By: Zichao Lin, Yifeng Xie et al.

We introduce PerceptionBench, a benchmark specifically designed to evaluate the atomic visual perception capabilities of Multimodal Large Language Models (MLLMs). Existing benchmarks often fail to isolate perception: holistic evaluations conflate perceptual errors with failures in reasoning or domain knowledge, while application-driven benchmarks only cover narrow, fragmented domains shaped by heuristic designs.

Nº 55
cs.CV▲ 5 UPVOTES

Explicit Layer Modeling for Video Object Insertion and Layer Decomposition

By: Kyujin Han, Seungjoo Shin et al.

Most video editing systems still lack explicit layered video representations, limiting their ability to perform realistic compositing, object reuse, and consistent manipulation. This limitation is especially pronounced in video object insertion and video layer decomposition, where existing methods rely on implicit inference or per-scene optimization due to the absence of explicit foreground-layer supervision.

Nº 56
cs.LG▲ 9 UPVOTES

Reinforcement Learning for Code Optimization

By: Pierre Chambon, Kunhao Zheng et al.

RL for code correctness is now established: have the model generate a program, run it against hidden test cases, and reward solutions that pass. Extending this to code optimization seems straightforward: just add execution time to the reward.

Nº 57
cs.CL▲ 4 UPVOTES

Memory for Large Language Models

By: Sining Zhoubian, Dan Zhang et al.

Memory has evolved into a foundational architectural dimension in large language models (LLMs), shifting from an implicit byproduct of computation to a spectrum of explicit, controllable mechanisms. While recent advances introduce diverse strategies---spanning transient attention, recurrent state dynamics, parameter-efficient adaptations, and scalable lookup storage---this rapid evolution has led to a highly fragmented research landscape.

Nº 58
cs.CL▲ 4 UPVOTES

GPT-Red: Automated Red Teaming via Self-Play at Scale

By: Eric Wallace, Christopher A. Choquette-Choo et al.

We introduce GPT-Red, an automated red-teaming agent that is trained to discover novel prompt injection attacks against frontier LLMs. The goal of this model is to evaluate and improve the robustness of our production systems.

Nº 59
cs.LG▲ 3 UPVOTES

CADENCE: Closing the Reasoning Gap via Coverage-Adaptive On-Policy Distillation

By: Satyam Kumar, Saurabh Jha

On-policy knowledge distillation transfers reasoning from large teachers to compact students, but existing approaches suffer three compounding failure modes: (i) cold-start collapse, where a fresh student assigns near-zero mass to teacher-preferred tokens; (ii) state-agnostic divergence scheduling, where time-only forward/reverse-KL interpolation ignores the student's coverage state; and (iii) binary reward sparsity, where pass/fail signals discard information from partially correct traces. We present CADENCE, a unified framework with a targeted fix for each.

Nº 60
cs.CL▲ 2 UPVOTES

StealthBench: Measuring Operational Stealth in Autonomous Offensive-Security Agents

By: Ads Dawson, Adrian Wood

Stealth, the discipline of achieving an objective without revealing your presence, capabilities, or collected intelligence, is what separates sophisticated operators from detectable ones. Elite security researchers and advanced persistent threats achieve their objectives unnoticed; autonomous agents increasingly inherit the same offensive tasks, but do they inherit the tradecraft?