Daily AI Papers — August 31, 2026
Published:
1. LoopArena: Benchmarking Models as Runtime Controllers for Loop Engineering
Authors: Yi Wang, Haopeng Zhang, Chengxiang Huang, Rui Dai, Kaikui Liu, Piotr Koniusz, Xiangxiang Chu arXiv: arxiv.org/abs/2608.28281 Summary: Loop Engineering is emerging as a practice for organizing development work around coding agents. Instead of writing each prompt by hand, practitioners design loops that monitor progress, assign work, run checks, and decide what the agent should do next. Trending because: 80 HuggingFace upvotes + high-engagement paper on the HuggingFace daily/trending feed
2. DART-SD: Diamond-topology Aware Retrieval and Tuning for Self-Distillation of Multi-Turn Tool-Calling Agents
Authors: Hangrui Xu, Jiarui Wang, Yang Yang, Chuanbo Zhu, Fangda Chen, Ziqi Wu, Jingming Cai, Yan Song arXiv: arxiv.org/abs/2608.18524 Summary: Equipping Large Language Models (LLMs) with multi-turn tool-calling capabilities is essential for building autonomous agents. However, progress is fundamentally limited by the reliance on full-length trajectory imitation. Trending because: 60 HuggingFace upvotes + high-engagement paper on the HuggingFace daily/trending feed
3. Beyond Data Scaling: Representation-Centric Continued Pre-training for Vision-Language-Action Models
Authors: Senqiao Yang, Chengyao Wang, Yuxin Chen, Zixuan Wang, Longxiang Tang, Haokun Gui, Jinhui Ye, Changsheng Lu, Xiaoyang Wu, Mingkang Zhu, Pengguang Chen, Shu Liu, Zhuotao Tian, Hengshuang Zhao, Bei Yu, Jiaya Jia arXiv: arxiv.org/abs/2608.27550 Summary: Scaling robot data is crucial for building generalist Vision-Language-Action (VLA) models, yet robot trajectories are harder to scale than web-scale image-text data because embodied collection is costly and sparsely covers the physical world. This makes representation quality a central bottleneck: under a fixed robot-data budget, continued pre-training must turn limited trajectories into transferable visual-action knowledge rather than merely fit actions. Trending because: 54 HuggingFace upvotes + high-engagement paper on the HuggingFace daily/trending feed
4. Agentic Artifact Creation: Systems, Evaluation, Principles, and Opportunities
Authors: Tianfu Wang, Zhezheng Hao, Xilin Xia, Lixin Liu, Mengkang Hu, Hongzhang Liu, Xi Chen, Ziyan Liu, Xiankun Lin, Weijia Zhang, Nicholas Jing Yuan, Hui Xiong arXiv: arxiv.org/abs/2608.28122 Summary: Generative models can turn natural-language prompts into images, text, code, and other content, lowering the cost of producing drafts and components. Their practical impact increasingly depends on whether those pieces can become complete, dependable deliverables. Trending because: 50 HuggingFace upvotes + high-engagement paper on the HuggingFace daily/trending feed
5. Code as Worlds: Agentic Discovery of Executable World Representations for Physical Reasoning
Authors: Hanyang Wang, Yimo Cai, Weiliang Chen, Jiawei Chi, Haowen Sun, Qiyu Dai, Yi-Hsin Hung, Xingzhuo Guo, Jinshan Ren, Runmao Yao, Ziwei Liu, Mingsheng Long, Yueqi Duan, Jun Gao, Jiangran Lyu, Fangfu Liu, Jialong Wu arXiv: arxiv.org/abs/2608.27549 Summary: Physical understanding and reasoning depend on forming compact and generalizable representations of the world. While modern vision-language models can recognize and explain diverse physical events, they often lack explicit representations of the underlying mechanisms-such as object states, physical parameters, and governing dynamics-needed for reliably reasoning how the world evolves and responds to interventions. Trending because: 38 HuggingFace upvotes + high-engagement paper on the HuggingFace daily/trending feed
6. J-Zero: Unified Challenger–Solver–Judge Co-Evolution from Zero Data
Authors: Gyouk Chu, Myeongho Jeon, Eunho Yang arXiv: arxiv.org/abs/2608.26582 Summary: Self-evolving language models have recently emerged as a promising path toward superintelligence, with the advantage of reducing the cost of human supervision. While considerable progress has been made in verifiable domains, self-evolution in unverifiable domains remains substantially less explored. Trending because: 34 HuggingFace upvotes + high-engagement paper on the HuggingFace daily/trending feed
7. Revisiting Local Context for Long-Horizon Streaming 3D Reconstruction
Authors: Jiarong Han, Jincheng Xiong, Yuzhou Liu, Linzhe Shi, Changjie Wu, Ning Guo, Mu Xu, Hang Zhang, Ming Qian arXiv: arxiv.org/abs/2608.27529 Summary: Streaming 3D reconstruction from extremely long videos requires estimating camera motion and scene geometry online under bounded memory and computation. Early streaming models achieve causal, bounded-cost inference using finite context buffers or compact recurrent states, yet their estimates often deteriorate as sequences grow. Trending because: 28 HuggingFace upvotes + high-engagement paper on the HuggingFace daily/trending feed
8. Puro-2B: Poor Lab’s Qwen2-1.5B Trained on RTX 5090 within $5090
Authors: Kairong Luo, Jiarui Cui, Yaorui Yin, Shengqi Chen, Yiming Yang, Linxiang Gao, Yanmohan Wang, Mingzhe Zhang, Kaiyue Wen, Kaifeng Lyu, Wenguang Chen arXiv: arxiv.org/abs/2608.27370 Summary: Language model pretraining has become almost synonymous with prohibitive cost, placing it out of reach for much of the academic and open-source communities. Although strong open-source efforts already exist, including open-weight models and open-source training recipes, a cost-efficient, hardware-accessible, and open-source pretraining recipe has long been missing. Trending because: 25 HuggingFace upvotes + high-engagement paper on the HuggingFace daily/trending feed
9. LayerRecall: A State-Conditioned Memory Router for Long-Horizon Consistency in Video Generation
Authors: Yixuan Ding, Jiahao Kong, Wei Huang, Ruijie Quan, Yi Yang arXiv: arxiv.org/abs/2608.28460 Summary: Autoregressive video diffusion enables scalable long-video generation by producing chunks from a bounded recent context. While recency-based caching preserves local continuity, it evicts historical cues needed when subjects, objects, scenes, or attributes reappear. Trending because: 24 HuggingFace upvotes + high-engagement paper on the HuggingFace daily/trending feed
10. ContextPilot: Teaching Agents for Proactive Context Management via Fine-grained RL
Authors: Zhuoshi Pan, Qizhi Pei, Junru Lu, Honglin Lin, H. Vicky Zhao, Di Yin, Xing Sun arXiv: arxiv.org/abs/2608.28476 Summary: Long-horizon agentic tasks require large language models (LLMs) to iteratively retrieve, integrate, and maintain dispersed information across multi-turn interactions, but preserving all interaction histories leads to a continuously growing working context. Recent proactive context management methods allow models to edit their own working context with specialized tools, yet they still face three key limitations: (1) a limited toolset restricted to search, deletion, and summarization, with no support for global planning, long-term memory, and adaptive compression; (2) inefficient exploration that treats context management actions uniformly despite their heterogeneous impacts on final outcomes; and (3) coarse-grained credit assignment that assigns the final trajectory-level reward to all intermediate context editing actions during RL. Trending because: 23 HuggingFace upvotes + high-engagement paper on the HuggingFace daily/trending feed
11. Act with Intent: Distilling Behavior Intent for Vision-Language-Action Models
Authors: Sangoh Lee, Sangwoo Mo, Wook-Shin Han arXiv: arxiv.org/abs/2608.23478 Summary: Vision-Language-Action (VLA) models can turn multimodal context into robot actions, but their action decoders are still trained largely by behavior cloning. This supervises which motor command was demonstrated while leaving implicit the local objective served by the behavior under the instruction. Trending because: 23 HuggingFace upvotes + high-engagement paper on the HuggingFace daily/trending feed
12. Locate Anything in Videos: Rethinking Efficient Generative Spatio-Temporal Video Grounding
Authors: Hanoona Rasheed, Haania Siddiqui, Ming-Hsuan Yang, Fahad Shahbaz Khan, Salman Khan arXiv: arxiv.org/abs/2608.28192 Summary: Spatio-temporal video grounding (STVG) requires models to identify when a referred event occurs and localize the target entity throughout that interval. Existing multimodal large language models typically serialize dense localization trajectories autoregressively, causing decoding latency to grow with tube length and allowing localization errors to propagate across time. Trending because: 15 HuggingFace upvotes + high-engagement paper on the HuggingFace daily/trending feed
13. Blind Men and the Elephant: Probing the Epistemic Myopia of LLMs under Long-Tail Divergent Knowledge
Authors: Zhuoshi Pan, Junru Lu, Yan Qian, H. Vicky Zhao, Di Yin, Xing Sun arXiv: arxiv.org/abs/2608.28478 Summary: Factual question answering (QA) typically assumes a single canonical answer, obscuring whether large language models (LLMs) retain divergent accounts of long-tail facts. To address this gap, we introduce ElephantBench, a closed-book knowledge probe comprising 1,094 questions generated through an auditable graph-based pipeline. Trending because: 15 HuggingFace upvotes + high-engagement paper on the HuggingFace daily/trending feed
14. Paint What You See: Benchmarking Dexterous Visual Tool Use in Multimodal Agents
Authors: Shudong Liu, Dongyang Chen, Enci Zhang, Jinwei Liang, Zheng Ma, Lewei Lu arXiv: arxiv.org/abs/2608.25417 Summary: Evaluation is shifting from static QA toward agentic settings where models act through external tools. We identify a critical yet underexplored capability within this space - dexterous visual tool use: fine-grained, closed-loop parameterized visual action in which models infer tool parameters from visual evidence, and those parameters directly govern the final result. Trending because: 14 HuggingFace upvotes + high-engagement paper on the HuggingFace daily/trending feed
15. StepGuard: Learning Step-Level Guardrails with Scalable Supervision and Safety-Utility Balancing
Authors: Zhijie Zheng, Yu Li, Chen Qian, Yuqian Fu, Yanwei Fu, Lu Sheng, Jing Shao, Dongrui Liu arXiv: arxiv.org/abs/2608.24777 Summary: LLM-based agents can interact with external environments through tool invocation, but this capability also introduces security risks such as file modification, information leakage, and unauthorized actions. Existing guardrails often evaluate completed trajectories, leaving pre-execution monitoring of step-level actions underexplored. Trending because: 14 HuggingFace upvotes + high-engagement paper on the HuggingFace daily/trending feed
16. Fast Weight Attention for Continual Learning
Authors: Yifan Zhang, Steve Ta, Jasper Zhang, Jichen Feng, Shuzhen Li, Yongxin Zhang, Yifeng Liu, Huizhuo Yuan, Mengdi Wang, Quanquan Gu, Andrew Chi-Chih Yao arXiv: arxiv.org/abs/2608.27763 Summary: Recurrent fast-weight memories and selective state-space models compress an expanding context into a fixed-size recurrent state, making the state transition an online learning rule. We study this rule under read-after-write autoregressive semantics. Trending because: 13 HuggingFace upvotes + high-engagement paper on the HuggingFace daily/trending feed
17. Ring Forcing: Towards Precise Long-Term Memory for Autoregressive Video Diffusion
Authors: Bowen Xue, Brandon Y. Feng, Chenguo Lin, Yuchen Lin, Yujia Zeng, Lvmin Zhang, Maneesh Agrawala, Honglei Yan, Panwang Pan arXiv: arxiv.org/abs/2608.26794 Summary: Scaling video generation to long durations reveals a critical bottleneck: current models lack robust long-term memory. This deficiency can be studied along two critical aspects: object permanence, the ability to precisely reproduce the appearance of objects upon re-entry; and memory capacity, the ability to process ultra-long context and use information from distant history. Trending because: 10 HuggingFace upvotes + high-engagement paper on the HuggingFace daily/trending feed
18. PonderPounce: A Pretrained MLLM as an Episode Context Engine for Robot Control
Authors: Suhwan Choi, Jaeyoon Jung, Sungkyung Kim, Yunsung Lee, Youngjae Yu arXiv: arxiv.org/abs/2608.24115 Summary: Multimodal large language models (MLLMs) can integrate long visual histories, reason under partial observability, and infer behavior from a few examples. Yet vision-language-action (VLA) models generally inherit pretrained representations without using this contextual capacity as episode memory. Trending because: 10 HuggingFace upvotes + high-engagement paper on the HuggingFace daily/trending feed
19. Sliding-window beats linear attention
Authors: Alexia Jolicoeur-Martineau, Rhea Sanjay Sukthanker, Pashmina Cameron, Emy Gervais arXiv: arxiv.org/abs/2608.28444 Summary: Due to the nature of quadratic attention, Large Language Models (LLMs) consume a lot of memory and energy. Every new token costs more than the previous one. Trending because: 9 HuggingFace upvotes + high-engagement paper on the HuggingFace daily/trending feed
20. Video Generative Models as Geometry Learner
Authors: Haosen Yang, Jifei Song, Zhensong Zhang, Xiatian Zhu, Jiankang Deng arXiv: arxiv.org/abs/2608.28549 Summary: Recent generative approaches to geometry estimation adapt pretrained image diffusion models and treat the task as image-conditioned generation. Leveraging off-the-shelf image diffusion models, they either (i) train task-specific geometry models (for depth and surface normal estimation) independently, losing the opportunity of exploring the intrinsic correlation of these geometric targets, or (ii) jointly fine-tune modified image diffusion backbones (e.g., altered self-attention), which typically demands substantial labeled data. Trending because: 6 HuggingFace upvotes + high-engagement paper on the HuggingFace daily/trending feed
