首页 > AI前沿 > Passes Alone, Fails Together: Benchmarking Semantic Coordination in Parallel LLM-Agent Development

Passes Alone, Fails Together: Benchmarking Semantic Coordination in Parallel LLM-Agent Development

arXiv自然语言 2026-09-22 04:38 6 阅读 查看原文

Parallel coding agents can produce patches that work alone but fail when merged.

This happens when one agent changes an interface or rule that another agent still relies on.

We study these failures with stale, a benchmark for semantic coordination.

Our evaluation runs the same tests on each patch alone and on their combination, counting only failures introduced by combining the patches.

We use three tiers: synthetic tasks with controlled interface changes, pairs of merged pull requests, and constructed tasks that use real Django helpers.

Among 834 runs on 417 mined Django pairs, only one showed interference after correcting the grading procedure.

On constructed tasks using 12 Django helpers, interference occurred in 97% of runs.

A message describing the completed concurrent change recovered 82% of runs.

Reviewed pull requests may contain few unresolved parallel changes, even when agents fail on controlled tasks using real code.

The constructed failure rates do not estimate how often these problems occur in practice.