paper-with-me

홈 › Papers

SyncMind: Measuring Agent Out-of-Sync Recovery in Collaborative Software Engineering

2025-02-10 · Xuehang Guo, Xingyao Wang, Yangyi Chen, Sha Li, Chi Han, Manling Li, Heng Ji

Software engineering (SE) is increasingly collaborative, with developers working together on shared complex codebases. Effective collaboration in shared environments requires participants -- whether humans or AI agents -- to stay on the same page as their environment evolves. When a collaborator's understanding diverges from the current state -- what we term the out-of-sync challenge -- the collaborator's actions may fail, leading to integration issues. In this work, we introduce SyncMind, a framework that systematically defines the out-of-sync problem faced by large language model (LLM) agents in collaborative software engineering (CSE). Based on SyncMind, we create SyncBench, a benchmark featuring 24,332 instances of agent out-of-sync scenarios in real-world CSE derived from 21 popular GitHub repositories with executable verification tests. Experiments on SyncBench uncover critical insights into existing LLM agents' capabilities and limitations. Besides substantial performance gaps among agents (from Llama-3.1 agent <= 3.33% to Claude-3.5-Sonnet >= 28.18%), their consistently low collaboration willingness (<= 4.86%) suggests fundamental limitations of existing LLM in CSE. However, when collaboration occurs, it positively correlates with out-of-sync recovery success. Minimal performance differences in agents' resource-aware out-of-sync recoveries further reveal their significant lack of resource awareness and adaptability, shedding light on future resource-efficient collaborative systems. Code and data are openly available on our project website: https://xhguo7.github.io/SyncMind/.

📄 PDF Abstract BibTeX arXiv:2502.06994

Code (0)

등록된 구현이 없습니다.

Tasks

Large Language Model

Similar Papers 제목 키워드 기반

Latency-Aware Collaborative Perception

2022-07-18 · Zixing Lei, Shunli Ren, Yue Hu, Wenjun Zhang 외

Collaborative perception has recently shown great potential to improve perception capabilities over single-agent perception. Existing collaborative perception methods usually consider an ideal communication environment. …

Autonomous Driving

Asynchrony-Robust Collaborative Perception via Bird's Eye View Flow

2023-09-29 · NeurIPS 2023 11 · Sizhe Wei, Yuxi Wei, Yue Hu, Yifan Lu 외

Collaborative perception can substantially boost each agent's perception ability by facilitating communication among multiple agents. However, temporal asynchrony among agents is inevitable in the real world due to commu…

Listening Alone, Understanding Together: Collaborative Context Recovery for Privacy-Aware AI

2026-04-14 · Tanmay Srivastava, Amartya Basu, Shubham Jain, Vaishnavi Ranganathan arxiv

We introduce CONCORD, a privacy-aware asynchronous assistant-to-assistant (A2A) framework that leverages collaboration between proactive speech-based AI. As agents evolve from reactive to always-listening assistants, the…

Speaker Verification

A Multiagent Framework for the Asynchronous and Collaborative Extension of Multitask ML Systems

2022-09-29 · Andrea Gesmundo

The traditional ML development methodology does not enable a large number of contributors, each with distinct objectives, to work collectively on the creation and extension of a shared intelligent system. Enabling such a…

MTTR-A: Measuring Cognitive Recovery Latency in Multi-Agent Systems

2025-11-08 · Barak Or arxiv

Reliability in multi-agent systems (MAS) built on large language models is increasingly limited by cognitive failures rather than infrastructure faults. Existing observability tools describe failures but do not quantify …