Daily AI Papers — August 23, 2026

11 minute read

Published:

1. Second Thought: Reasoning in Parallel as LLM Agents Act and Observe

Authors: Zhensu Sun, Chengran Yang, Yunbo Lyu, Jieke Shi, David Lo arXiv: arxiv.org/abs/2608.13667 Summary: LLM agents in the ReAct paradigm alternate between reasoning, acting, and observing, but deliberate reasoning is confined to the Thought phase: while the agent serializes an action and waits for the environment, its reasoning is frozen. We identify this recurring interval for Action and Observation as a reasoning idle window and ask whether it can host additional reasoning in parallel that serves future turns. Trending because: 16 HuggingFace upvotes + one of the highest-upvoted fresh papers in the recent HuggingFace window


2. Scaling Domain Data Repetition in LLM Pretraining

Authors: Jingwei Li, Xinran Gu, Rui Dai, Xintong Hao, Chengyin Xu, Yan Wu, Shuran Zheng, Jingzhao Zhang arXiv: arxiv.org/abs/2608.14071 Summary: As large language models scale, their training-token budgets must also increase to maintain an appropriate tokens-per-parameter ratio ((TPP)). However, high-quality domain data is much harder to scale than general web data. Trending because: 14 HuggingFace upvotes + one of the highest-upvoted fresh papers in the recent HuggingFace window


3. Dion3: Full-Stack Orthogonal Updates

Authors: Noah Amsel, Jack Zhang, Kwangjun Ahn, Ali Naeimi, Austin Feng, Berlin Chen, Tri Dao, John Langford arXiv: arxiv.org/abs/2608.11612 Summary: The Muon optimizer incurs a significant overhead cost due to its cubic-time Newton-Schulz orthogonalization step. When weights are sharded, communication overhead compounds this computational cost, eroding the benefits of Muon in many settings. Trending because: 9 HuggingFace upvotes + one of the highest-upvoted fresh papers in the recent HuggingFace window


4. LittleLearner: Language Models Under Pedagogically Controlled Knowledge Exposure

Authors: Fanfei Li, Jana Zeller, Manuel Prada-Corral, Thaddäus Wiedemer, Prasanna Mayilvahanan, Ryan Cotterell, Wieland Brendel arXiv: arxiv.org/abs/2608.13545 Summary: Modern language models are trained on heterogeneous web-scale text corpora. Consequently, studying knowledge and skill acquisition is difficult, as prior exposure to related content is hard to characterize. Trending because: 8 HuggingFace upvotes + a fresh paper drawing steady engagement in the recent HuggingFace window


5. Agents Catching Agents: Shortcut Cascades and Benchmark Gaming in Clinical Multi-Agent Systems

Authors: Sebastián Andrés Cajas Ordóñez, Agastya Munnangi, Aldo Marzullo, Felipe Ocampo Osorio, Quang Bui, Mohammad Shahin, Armaan Grewal, Emmanuel Paul Kwesiga, Anqi Peter Li, Josephine Nanyonjo, Aaditya Panchal, Arshnoor Bhutani, Nikhil Jaiswal, Milit S. Patel, Maximin Lange, Leo Anthony Celi arXiv: arxiv.org/abs/2608.03744 Summary: Clinical decision support is moving toward committees of language-model agents deliberating on a shared workspace. We ask whether such committees can be gamed by shortcuts, cues a benchmark rewards but a clinician would ignore. Trending because: 6 HuggingFace upvotes + reflects sustained community interest in LLM agents and autonomous systems


6. Verifier-Induced Support Reshaping in On-Policy Optimization

Authors: Shaohang Wei, Zikun Su, Feifan Song, Wen Luo, Wei Li, Guangyue Peng, Houfeng Wang arXiv: arxiv.org/abs/2608.00220 Summary: We show that on-policy reinforcement learning with verifiable rewards (RLVR) can improve the current objective while making successful behaviors for later objectives too rare to sample and reinforce. We call this verifier-induced support reshaping and define effective rewardable support as successful trajectories reachable within a fixed rollout budget. Trending because: 5 HuggingFace upvotes + taps into active work on LLM reliability, verification, and safety


7. aDSL: Agentic 3D Creation via Joint Agent-Program Design

Authors: Rui-Huan Wang, Si-Tong Wei, Jia-Qi He, Heng-Yi Wei, Baoquan Chen, Peng-Shuai Wang arXiv: arxiv.org/abs/2608.17975 Summary: Programmatic representations provide a compelling paradigm for 3D content creation, enabling fine-grained edits, interpretability, and explicit structural control. Yet, agentic workflows that rely on large language models (LLMs) to author 3D programs remain brittle, often failing to translate high-level intent into consistent low-level geometry. Trending because: 5 HuggingFace upvotes + reflects sustained community interest in LLM agents and autonomous systems


8. Complementary Matrix-Gated QKAN Fast-Weight Programmers for Quantum Dynamics Forecasting

Authors: Kuo-Chung Peng, Samuel Yen-Chi Chen, Jiun-Cheng Jiang, Chen-Yu Liu, En-Jui Kuo, Yun-Yuan Wang, Tzung-Chi Huang, Prayag Tiwari, Chi-Sheng Chen, Chun-Hua Lin, Yu-Chao Hsu, Tai-Yue Li, Saif Al-Kuwari, Simon See, Kuan-Cheng Chen, Nan-Yow Chen, Hsi-Sheng Goan arXiv: arxiv.org/abs/2607.27945 Summary: Sequence models must decide what to write into memory and what to retain. In quantum and quantum-inspired sequence learning, nonlinear recurrent updates often require repeated circuit evaluations and sequential backpropagation through time, making long contexts costly. Trending because: 4 HuggingFace upvotes + a fresh paper drawing steady engagement in the recent HuggingFace window


9. Towards Interpretable Foundation Models for Retinal Fundus Images

Authors: Samuel Ofosu Mensah, Camila Roa, Kerol Djoumessi, Philipp Berens arXiv: arxiv.org/abs/2603.18846 Summary: Foundation models are used to extract transferable representations from large amounts of unlabeled data, typically via self-supervised learning (SSL). However, many of these models rely on architectures that offer limited interpretability, a critical issue in high-stakes domains such as medical imaging. Trending because: 4 HuggingFace upvotes + resonates with momentum around domain and scientific foundation models


10. Zero Gap Is Not Restoration: Stratified Per-Question Probability Evaluation and Step-wise Mitigation of Benchmark Contamination

Authors: Ruijie Hou, Yueyang Jiao, Zhao Wang, Yingming Li arXiv: arxiv.org/abs/2608.07341 Summary: Test data from public benchmarks inevitably leaks into pretraining corpora, inflating evaluation scores once memorized. Contamination mitigation evaluation intervenes in the decoding process to suppress memorization and restore a contaminated model’s genuine capability, but its prevailing metric, the G-AP (Gap of Aggregate Performance), is flawed. Trending because: 4 HuggingFace upvotes + a fresh paper drawing steady engagement in the recent HuggingFace window


11. Resume Means Resume: A Machine-Checked Conformance Contract for Checkpoint, Interrupt, and Resume Semantics in Workflow Persistence Layers

Authors: Sajjad Khan arXiv: arxiv.org/abs/2608.03836 Summary: A framework that persists execution state so a run can be interrupted, survive a crash, and continue must decide what a resume means for effects that already happened. Five widely deployed agent workflow frameworks answer differently, none exposes a machine-checkable contract, and measured behavior violates even the fragments they state. Trending because: 4 HuggingFace upvotes + taps into active work on LLM reliability, verification, and safety


12. Agent Safety Should Be a Runtime Contract

Authors: Albus W. Ng, Yi Han, Jusheng Zhang, Wenhao Wang arXiv: arxiv.org/abs/2608.11274 Summary: The dominant paradigm treats AI safety as a property to be instilled during model training via RLHF, DPO, or Constitutional AI. We argue this is structurally insufficient for autonomous agents that execute code, mutate files, send messages, and modify databases. Trending because: 4 HuggingFace upvotes + reflects sustained community interest in LLM agents and autonomous systems


13. UniProbe: A Learnable Token-Level Hallucination Detector for Large VLMs using Multi-Structural Internal Representations

Authors: Dvir Samuel, Guy Bar-Shalom, Fabrizio Frasca, Ethan Fetaya, Yftah Ziser, Gal Chechik, Haggai Maron arXiv: arxiv.org/abs/2608.10835 Summary: Large Vision-Language Models (LVLMs) achieve impressive visual reasoning and dialogue capabilities, yet frequently hallucinate content unsupported by the visual input. Effective mitigation requires token-level localization, enabling targeted intervention without discarding the entire response. Trending because: 4 HuggingFace upvotes + taps into active work on LLM reliability, verification, and safety


14. Nanbeige4.2-3B on Apple Silicon: Fixing Deployment Bugs and Decreasing Looped Transformer Memory Overhead

Authors: John T. Halloran arXiv: arxiv.org/abs/2608.13987 Summary: Nanbeige4.2-3B is a 3B-parameter agentic model built around a Looped Transformer (LT) that reuses one stack of layers for a second forward pass, adding effective depth without additional parameters. Evaluated on Apple Silicon (MPS), we identify five independent bugs which prevent the released checkpoint from running via Hugging Face transformers out of the box (including a silently-zeroed RoPE buffer and calls to removed transformers cache APIs). Trending because: 4 HuggingFace upvotes + a fresh paper drawing steady engagement in the recent HuggingFace window


15. A Pathway to General-Purpose Scientific AI: Multimodal Comprehension of Scientific Images

Authors: Jennifer D’Souza, Fahad Ahmed, Cecilia Andrea Bustamante Andrade, Lina Frolova, Poorani Gnanasambandan, Dilshad Hussain, Muhammad Uzair Khan, Nkembeng Kevin Nkengfoa, Paul Praveen J., Fabio Priante, Sjoerd Franciscus van der Werf, Thomas Frederik Jan van Roeden arXiv: arxiv.org/abs/2608.14075 Summary: Scientific figures and tables encode essential experimental evidence, yet remain difficult for digital libraries and multimodal AI systems to retrieve and interpret. The ALD/E-ImageMiner benchmark and ICDAR 2026 Competition on Information Extraction from Atomic Layer Deposition/Etching Scientific Figures provide 1,951 figures from 205 publications, expert-annotated for classification, data table extraction, summarization, and visual question answering. Trending because: 4 HuggingFace upvotes + resonates with momentum around domain and scientific foundation models


16. Prior Audit-Repair Context Shifts LLM Verifier Thresholds Toward Leniency

Authors: Parsa Mazaheri, Kasra Mazaheri arXiv: arxiv.org/abs/2608.16003 Summary: Automated checking pipelines increasingly place one language model as the checker and another (or the same one) as the fixer. We ask whether that wiring changes what the checker reports. Trending because: 4 HuggingFace upvotes + taps into active work on LLM reliability, verification, and safety


17. GS-Voxel: Fitting-Free Structured Latents for Large-Scale 3DGS Generation

Authors: Ming Qian, Zijian Wang, Minchao Sun, Jincheng Xiong, Hang Zhang, Mu Xu, Chi Wang, Baoquan Chen arXiv: arxiv.org/abs/2608.17988 Summary: Many scalable latent 3D generators operate on structured tensors, whereas pre-optimized 3D Gaussian Splatting (3DGS) reconstructions are unordered, spatially irregular, and vary widely in primitive count. We present GS-Voxel, a fitting-free structured latent framework, and evaluate it for large-scale aerial 3D Gaussian scene generation. Trending because: 4 HuggingFace upvotes + part of the growing 3D generation and scene-understanding research thread


18. Temporal Multi-Signal Fusion for Token-Level Hallucination Detection

Authors: Igor Itkin arXiv: arxiv.org/abs/2608.18115 Summary: Token-level hallucination detectors score each token independently from a single signal, and fail exactly when the generating model is confidently wrong. This paper instead treats hallucination as a temporally extended span and detects it by sequence labeling: each token is scored from a 33-dimensional feature stream that fuses text statistics, Natural Language Inference (NLI) entailment, and language model surprisal, with no access to model internals. Trending because: 3 HuggingFace upvotes + taps into active work on LLM reliability, verification, and safety


19. Plausible but Not Valid: A Psychometric Audit of LLMs as Synthetic Survey Respondents

Authors: Mantas Lukauskas, Viktorija Šarkauskaitė arXiv: arxiv.org/abs/2608.14606 Summary: Large language models (LLMs) are increasingly used as synthetic survey respondents, but existing evaluations ask whether answers look plausible at the individual level. We argue the right question is psychometric: do LLMs preserve the joint distribution, latent structure, reliability, mediation pathways, and demographic effects of real human survey data? Trending because: 3 HuggingFace upvotes + taps into active work on LLM reliability, verification, and safety


20. SIGNPOST-Bench: Benchmarking Text-Vision Conflict Resolution in Multimodal Large Language Models

Authors: Sirun Li, Minghao Liu, Ling Dai, Yong Li, Haoxin Lyu, Junting Zhou, Fan Zhang arXiv: arxiv.org/abs/2608.04244 Summary: Multimodal large language models (MLLMs) make grounded predictions in real-world scenes by combining visual and textual cues, yet existing benchmarks rarely reveal how they arbitrate between these evidence sources when they conflict. We introduce SIGNPOST-Bench, a controlled counterfactual benchmark for evaluating text-vision conflict resolution. Trending because: 3 HuggingFace upvotes + resonates with momentum around domain and scientific foundation models