Papers
Topics
Authors
Recent
Search
2000 character limit reached

When Context Hurts: The Crossover Effect of Knowledge Transfer on Multi-Agent Design Exploration

Published 5 May 2026 in cs.AI and cs.SE | (2605.04361v1)

Abstract: The prevailing assumption in agent orchestration is that more context is better. We test this on multi-agent software design across 10 tasks, 7 context-injection conditions, and over 2,700 runs, and find a crossover effect: the same artifact type improves design exploration on some tasks (up to 20$\times$ tradeoff coverage) and actively degrades it on others (up to 46% reduction). On several tasks, an irrelevant document performs as well as or better than every relevant artifact. The direction is predicted by a single measurable variable--baseline exploration without context--with Pearson $r = -0.82$ ($p < 0.001$). Probing the mechanism by manipulating convergence pressure through prompt design reveals two distinct regimes: convergence driven by training data priors (natural) responds to artifact disruption, while convergence driven by explicit instructions (induced) does not. The implication is that context injection should be conditional, not universal: one no-context trial is a cheap diagnostic that predicts whether knowledge artifacts will help or hurt a given task.

Authors (1)

Summary

  • The paper reveals the 'crossover effect', showing that the same context can significantly boost or hinder design exploration based on a task's baseline performance (e.g., a 20x increase or 46% decline).
  • The methodology involved 2,700 multi-agent runs over 10 tasks using seven distinct context conditions to systematically evaluate various knowledge artifacts.
  • The findings advocate a conditional context injection protocol where low-baseline tasks benefit from disruptive artifacts while high-baseline tasks require minimal or neutral context to preserve exploration.

Context Injection in Multi-Agent Design: The Crossover Effect

Introduction

The prevailing paradigm in multi-agent LLM systems for software engineering posits that the inclusion of more context—whether in the form of documents, prior deliberations, or code artifacts—uniformly enhances performance. While this assumption is empirically valid for code generation tasks, its applicability to higher-level design exploration has yet to be robustly interrogated. "When Context Hurts: The Crossover Effect of Knowledge Transfer on Multi-Agent Design Exploration" (2605.04361) provides an extensive experimental investigation into the nuanced effects of knowledge artifact injection in multi-agent LLM-based design, revealing an intricate, task-dependent relationship that challenges current best practices in agent orchestration.

Experimental Methodology

The authors conduct a controlled study over 2,700 multi-agent team runs spanning 10 realistic software design tasks. Each task is tested under seven knowledge-transfer conditions that operationalize context injection in various forms: raw deliberation transcripts, extracted tradeoff lists, polished design documents, anti-pattern lists, code, baseline (no context), and irrelevant documents. Agent teams consist of five distinct Claude Sonnet 4 personas operating in parallel. Design exploration is measured by direct LLM-based rubric-anchored assessment of tradeoff coverage—not by code correctness or test passage. This differentiates the evaluation dimension and explicitly targets exploratory design quality.

A novel aspect of the experimental setup is the inclusion of "convergence pressure" manipulation via task prompt specificity, generating both naturally and artificially converged scenarios. This allows precise identification of mechanisms underpinning the observed behavioral regimes.

Main Findings

The Crossover Effect

A principal empirical result is the identification of a "crossover effect": the same knowledge artifact can both substantially enhance and degrade design space exploration depending on the task context. For example, injecting anti-pattern documents or deliberation transcripts increases tradeoff coverage on the rate limiter task (from 0.033 to 0.700 for anti-patterns, a 20x gain), while reducing it on tasks like Kubernetes operator (from 0.475 to 0.256 for transcripts, a 46% decline).

This dichotomy is systematically predicted by the "baseline exploration" of the task (i.e., the tradeoff coverage achieved by agents without any context). The effect size correlates strongly with baseline values (Pearson r=−0.82r = -0.82, p<0.001p < 0.001), with low-baseline tasks benefitting and moderate/high baseline tasks being harmed by artifact injection. On tasks where baseline exploration is near zero, context serves to disrupt overconstrained convergence to a canonical solution ("soft prior"), whereas on tasks already exhibiting diverse exploration, injected artifacts anchor agents to particular framings and suppress diversity.

Artifact-Specific Dynamics

Among the artifact types, raw transcripts show the highest variance (most potent positive and negative effects), while anti-pattern documents provide strong disruption with minimal downside in exploratory regimes. Code artifacts yield strong anchoring effects, inducing solution adoption rather than genuine deliberation. Intriguingly, irrelevant documents sometimes outperform relevant ones on exploratory tasks, supporting the claim that the syntactic presence of context can disrupt beneficial priors without harmful task-specific anchoring.

Mechanistic Distinctions: Natural vs Induced Convergence

Follow-up experiments manipulating prompt-induced convergence demonstrate that artificially constrained (prompt-driven) convergence is mechanistically distinct from natural convergence arising from model training data priors. In such induced convergence regimes, context injection fails to restore exploration, and the baseline predictor of artifact direction collapses (r=−0.067r = -0.067 across manipulated scenarios).

Theoretical and Practical Implications

The results empirically support a dual-role anchoring model: artifacts act as positive disruptors when agents are locked by dominant priors but become negative anchors that restrict divergence on already-exploratory tasks. This demonstrates that context injection should be conditional—not universal—in multi-agent system design exploration. The practical upshot is a principled, low-cost diagnostic: a single baseline (no-context) trial suffices to predict whether artifact injection will help or hinder exploration for a given task.

Implications, Limitations, and Future Work

System and Industry Impact

Unconditional context injection—prevalent in current agent orchestration, RAG, and long-context LLM systems—should be reconsidered for design and creative tasks. The findings recommend an adaptive, measurement-based protocol: assess baseline exploration before injecting artifacts. For convergent tasks (low baseline), inject disruptive artifacts; for divergent tasks (high baseline), withhold task-specific artifacts, potentially preferring irrelevant or minimally anchoring information.

This reframes the use of RAG and retrieval mechanisms for design contexts: naive relevance-based retrieval can be counterproductive, and anti-relevance (retrieving contrarian or alternative perspectives) may be preferable.

Limitations

The study is limited to a single LLM family (Claude Sonnet 4), agent-to-agent knowledge transfer, and design-space exploration as the primary metric. Human-in-the-loop studies, cross-model replication, and direct measurement of output quality versus exploration remain open areas. Additionally, all evaluations use the same model family both as actor and as evaluator, introducing potential bias.

Research Trajectory

Future work should extend cross-model validation (including GPT-4, Gemini, and open-weight LLMs), include human assessment to triangulate LLM-based evaluation metrics, and develop adaptive orchestrators that dynamically decide artifact injection based on real-time measurement. There is also a need to elucidate the linkage between tradeoff coverage, actual engineering outcomes, and long-term maintainability metrics. Finally, temporal characterization of convergence and exploration processes could refine when and how disruption artifacts exert maximal beneficial impact.

Conclusion

This paper rigorously challenges the doctrine that more context is always beneficial in agent-based AI design systems. The context–exploration relationship is mediated by task-specific priors, with significant practical consequences for software engineering automation. The introduction of a predictive, low-cost diagnostic for context injection, and the mechanistic dissection of anchoring regimes, provide guidance for both system designers and theorists of LLM-based collaboration architectures. The implications extend to building more robust, adaptive, and genuinely creative multi-agent systems for complex design and engineering problems.

Paper to Video (Beta)

No one has generated a video about this paper yet.

Whiteboard

No one has generated a whiteboard explanation for this paper yet.

Open Problems

We haven't generated a list of open problems mentioned in this paper yet.

Collections

Sign up for free to add this paper to one or more collections.

Tweets

Sign up for free to view the 2 tweets with 9 likes about this paper.