From the arXiv
Monday, 15 June 2026 · 20 papers
From Chatbot to Digital Colleague: The Paradigm Shift Toward Persistent Autonomous AI
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…
GitOfThoughts: Version-Controlled Reasoning and Agent Memory You Can Replay, Diff, and Merge
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…
When Errors Become Narratives: A Longitudinal Taxonomy of Silent Failures in a Production LLM Agent Runtime
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,…
Code Correctness Signals in LLM Hidden States: Pre-Generation Probing and Repair Geometry
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…
ClinHallu: A Benchmark for Diagnosing Stage-Wise Hallucinations in Medical MLLM Reasoning
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…
From Shield to Target: Denial-of-Service Attacks on LLM-Based Agent Guardrails
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.…
No Accidental Software Agent First Canonical Code for Human Code Entropy Reduction and 30 to 500 times Lower Frontier Model Requirements
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…
SIMMER: Benchmarking Latent Failures in LLM Executable Planning with a World Model
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…
StreamMemBench: Streaming Evaluation of Agent Memory for Future-Oriented Assistance
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…
tap: A File-Based Protocol for Heterogeneous LLM Agent Collaboration
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…
Towards Direct Latent-Space Synthesis for Parallel Branches in LLM-Agent Workflows
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…
When the Tool Decides: LLM Agents Defer Blindly to Graph Neural Network Tools, and Stronger Backbones Defer More
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…
PepALD: Macrocyclic Peptide Generation via Autoregressive Latent Diffusion
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.
Running the Gauntlet: Re-evaluating the Capabilities of Agents Beyond Familiar Environments
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…
When Language Representations Interact: Separability and Cross-Lingual Effects in LLMs
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 …
AgentSpec: Understanding Embodied Agent Scaffolds Through Controlled Composition
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…
CORA: Analyzing and bridging thinking-answer gap in Multimodal RLVR via Consistency-Oriented Reasoning Alignment
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…
Abstracting Cross-Domain Action Sequences into Interpretable Workflows
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…
Learning Coordinated Preference for Multi-Objective Multi-Agent Reinforcement Learning
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…
Regulating the Machine Contributor: Governance and Policy Alignment in Open Source
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…