№01
cs.AI arxiv:2606.14502v1

From Chatbot to Digital Colleague: The Paradigm Shift Toward Persistent Autonomous AI

Yongheng Zhang, Ziang Liu, Jiaxuan Zhu et al.

This paper proposes a paradigm shift from "Chatbot" to "Digital Colleague" for AI. The core method involves advancing LLMs from simple conversational generators to integrated systems with persistent memory, reasoning, and self-improvement capabilities. This transition is achieved through enhanced cognitive processes li…

9
№02
cs.AI arxiv:2606.14470v1

GitOfThoughts: Version-Controlled Reasoning and Agent Memory You Can Replay, Diff, and Merge

Pavan C Shekar, Abhishek H S, Aswanth Krishnan

GitOfThoughts addresses the ephemeral nature of LLM reasoning by treating it as a version-controlled process, akin to software development. It stores reasoning steps as Git commits, allowing for replayability, auditing, and merging of agent thought processes. However, the paper's key contribution is its finding that, f…

9
№03
cs.AI arxiv:2606.14589v1

When Errors Become Narratives: A Longitudinal Taxonomy of Silent Failures in a Production LLM Agent Runtime

Wei Wu

This paper introduces a longitudinal taxonomy of "silent failures" in LLM agent runtimes, where errors go unnoticed. The core method involves an eight-week study of a production personal-assistant agent, identifying 22 incidents and a meta-pattern of uncommunicated errors. The key contribution is a five-class taxonomy,…

9
№04
cs.LG arxiv:2606.14530v1

Code Correctness Signals in LLM Hidden States: Pre-Generation Probing and Repair Geometry

Carlo Di Cicco

This paper investigates whether Large Language Models (LLMs) encode code correctness in their internal states. The core method involves probing LLM hidden states to see if code correctness can be predicted *before* generation and during *repair* of incorrect code. The key contribution is demonstrating that code correct…

9
№05
cs.AI arxiv:2606.14697v1

ClinHallu: A Benchmark for Diagnosing Stage-Wise Hallucinations in Medical MLLM Reasoning

Sicheng Yang, Hangjie Yuan, Wenjun Zhang et al.

This paper introduces ClinHallu, a benchmark designed to diagnose stage-wise hallucinations in medical multimodal large language models (MLLMs). It decomposes MLLM reasoning into visual recognition, knowledge recall, and reasoning integration, allowing for the identification of hallucination origins. ClinHallu's contri…

8
№06
cs.AI arxiv:2606.14517v1

From Shield to Target: Denial-of-Service Attacks on LLM-Based Agent Guardrails

Yuguang Zhou, Xunguang Wang, Pingchuan Ma et al.

This paper introduces a novel denial-of-service (DoS) attack against LLM-based guardrails designed to protect autonomous agents. The core method involves crafting specific natural-language payloads that exploit the guardrail's reasoning capabilities to induce extended reasoning loops, effectively halting its operation.…

8
№07
cs.AI arxiv:2606.14357v1

No Accidental Software Agent First Canonical Code for Human Code Entropy Reduction and 30 to 500 times Lower Frontier Model Requirements

Jepson Taylor

This paper proposes "agent-first canonical code" to reduce the "accidental entropy" in human-written software repositories. The core method involves rewriting software into structured "canonical behavior profiles" and "proof-carrying" components. This allows frontier models to focus on program behavior rather than nois…

8
№08
cs.AI arxiv:2606.14574v1

SIMMER: Benchmarking Latent Failures in LLM Executable Planning with a World Model

Xiaoxin Lu, Ranran Haoran Zhang, Rui Zhang

This paper introduces SIMMER, a novel benchmark designed to evaluate latent failures in Large Language Model (LLM) planning for autonomous agents. SIMMER utilizes a human-curated symbolic world model grounded in the kitchen domain to identify failures that don't immediately halt execution but silently compromise goal a…

8
№09
cs.AI arxiv:2606.14571v1

StreamMemBench: Streaming Evaluation of Agent Memory for Future-Oriented Assistance

Guanming Liu, Yuqi Ren, Hansu Gu et al.

StreamMemBench introduces a novel two-step task sequence to evaluate how well agent memory can leverage past observations and interactions for future-oriented assistance. The benchmark's core method tests evidence recall and initial use in the first step, followed by assessing the reuse of feedback and interaction expe…

8
№10
cs.AI arxiv:2606.14445v1

tap: A File-Based Protocol for Heterogeneous LLM Agent Collaboration

Minseo Kim

This paper introduces "tap," a file-based protocol enabling LLM agents from different vendors (like Claude and Codex) to collaborate on a shared codebase without needing a common runtime or central server. Its core method involves using markdown files with metadata as message containers, a file inspection mechanism for…

8
№11
cs.AI arxiv:2606.14672v1

Towards Direct Latent-Space Synthesis for Parallel Branches in LLM-Agent Workflows

Shikun Liu, Mufei Li, Dongqi Fu et al.

This paper introduces Parallel-Synthesis, a framework that allows a Large Language Model (LLM) synthesizer to directly process the KV caches of independently operating "worker" agents, rather than their concatenated text outputs. This approach preserves the parallel structure of agent workflows, avoids redundant comput…

8
№12
cs.AI arxiv:2606.14476v1

When the Tool Decides: LLM Agents Defer Blindly to Graph Neural Network Tools, and Stronger Backbones Defer More

Zhongyuan Wang, Pratyusha Vemuri

This paper investigates whether LLM agents truly exercise judgment when using Graph Neural Networks (GNNs) as tools. The core finding is that LLM agents overwhelmingly and blindly defer to GNN tool outputs, effectively becoming "GNN parrots" rather than intelligent decision-makers. This blind deference is not due to we…

8
№13
cs.LG arxiv:2606.14510v1

PepALD: Macrocyclic Peptide Generation via Autoregressive Latent Diffusion

Junming Zhang, Siyu Yi, Wei Ju et al.

PepALD is a foundation model for generating novel macrocyclic peptides. It uses structured chemical embeddings for monomers and a diffusion process in a chemically informed latent space to generate residues. The model also predicts ring closures and optimizes generation towards desired affinity rewards.

8
№14
cs.LG arxiv:2606.14397v1

Running the Gauntlet: Re-evaluating the Capabilities of Agents Beyond Familiar Environments

Mykola Vysotskyi, Runqi Lin, Grzegorz Biziel et al.

This paper introduces GauntletBench, a novel benchmark designed to rigorously evaluate agent capabilities beyond familiar environments. It focuses on underexplored skills like temporal perception, graphical understanding, and 3D reasoning within challenging, less-covered professional applications. GauntletBench's contr…

8
№15
cs.LG arxiv:2606.14347v1

When Language Representations Interact: Separability and Cross-Lingual Effects in LLMs

Boris Marinov, Angira Sharma, Christian Schroeder de Witt et al.

This paper applies causal-geometric analysis to multilingual LLMs to understand how language representations interact. It demonstrates that language concepts are largely represented as separable linear directions, with deviations reflecting linguistic similarity. This work contributes to interpreting multilingual LLMs …

8
№16
cs.CL arxiv:2606.14674v1

AgentSpec: Understanding Embodied Agent Scaffolds Through Controlled Composition

Jixuan Chen, Jianzhi Shen, Haoqiang Kang et al.

This paper introduces AgentSpec, a framework for understanding and comparing embodied LLM agent scaffolds. AgentSpec standardizes interfaces between different agent components (like reasoning, memory, and action) allowing them to be easily swapped and recombined. This modular approach enables controlled experimentation…

8
№17
cs.CL arxiv:2606.14691v1

CORA: Analyzing and bridging thinking-answer gap in Multimodal RLVR via Consistency-Oriented Reasoning Alignment

Jiayue Cao, Zhicong Lu, Xuehan Sun et al.

This paper addresses the "thinking-answer gap" in multimodal Reinforcement Learning with Verifiable Rewards (RLVR) for vision-language models. The core method, CORA, introduces a consistency reward model to align the semantic meaning of the reasoning process with the final answer. This contributes by improving the cohe…

8
№18
cs.AI arxiv:2606.14654v1

Abstracting Cross-Domain Action Sequences into Interpretable Workflows

Gaurav Verma, Scott Counts

This paper introduces WorkflowView, a framework that leverages Large Language Models (LLMs) to transform granular user interaction logs into interpretable, high-level workflows. Unlike previous methods sensitive to noise and limited in generalization, WorkflowView effectively abstracts complex action sequences into mea…

7
№19
cs.AI arxiv:2606.14693v1

Learning Coordinated Preference for Multi-Objective Multi-Agent Reinforcement Learning

Pengxin Wang, Lihao Guo, Yi Xie et al.

This paper introduces Preference Coordinated Multi-agent Policy Optimization (PCMA) for cooperative multi-objective multi-agent reinforcement learning. PCMA learns agent-specific preferences to facilitate complementary trade-offs, addressing conflicts between objectives and agents. The core contribution is demonstratin…

7
№20
cs.AI arxiv:2606.14594v1

Regulating the Machine Contributor: Governance and Policy Alignment in Open Source

Jassem Manita, Aziz Amari

This paper addresses the challenge of integrating AI agents into open-source development, which currently relies on human-centric governance. It analyzes how existing open-source contribution policies are ill-equipped for autonomous AI and proposes a framework for aligning these policies with emerging AI governance sta…

7