Source-linked AI summary

Advancing Multi-Agent Systems Through Model Context Protocol: Architecture, Implementation, and Applications

Naveen Krishnan

arXiv:2504.21030v1cs.MAcs.AI

TL;DR

Multi-agent systems need better ways to manage context and coordinate specialized agents as tasks become more complex. This paper develops an MCP-based framework with standardized context sharing, coordination patterns, case studies, and evaluation; it reports improved performance, while noting latency and broader scalability challenges.

  • Problem

    Multi-agent systems face context-retention and coordination challenges, including discontinuity across agent interactions and the difficulty of maintaining coherent collaboration.

  • Method

    The paper develops an MCP-based framework combining standardized context sharing, coordination patterns, contextual annotations, and extensible protocol design.

  • Results

    The paper reports empirical advantages for MCP-enabled multi-agent systems, including a 34.2% average performance reduction when structured metadata is removed.

  • Takeaways & Limitations

    MCP provides a framework for more context-aware and coordinated multi-agent systems across diverse application domains.

  • Takeaways & Limitations

    Scalability constraints and implementation latency remain challenges, with current implementations facing scenarios requiring response times below approximately 100ms.

Abstract

from arXiv · show

Multi-agent systems represent a significant advancement in artificial intelligence, enabling complex problem-solving through coordinated specialized agents. However, these systems face fundamental challenges in context management, coordination efficiency, and scalable operation. This paper introduces a comprehensive framework for advancing multi-agent systems through Model Context Protocol (MCP), addressing these challenges through standardized context sharing and coordination mechanisms. We extend previous work on AI agent architectures by developing a unified theoretical foundation, advanced context management techniques, and scalable coordination patterns. Through detailed implementation case studies across enterprise knowledge management, collaborative research, and distributed problem-solving domains, we demonstrate significant performance improvements compared to traditional approaches. Our evaluation methodology provides a systematic assessment framework with benchmark tasks and datasets specifically designed for multi-agent systems. We identify current limitations, emerging research opportunities, and potential transformative applications across industries. This work contributes to the evolution of more capable, collaborative, and context-aware artificial intelligence systems that can effectively address complex real-world challenges.

1 Introduction

Multi-agent systems distribute specialized capabilities across autonomous agents to address complex problems, but they must preserve coherent context across interactions. This paper investigates how MCP can support context retention, context sharing, coordination, and evaluation.

  • Single-agent architectures struggle with problems requiring diverse expertise, parallel processing, and coordinated action.
  • Multi-agent systems distribute specialized agents to decompose complex problems, process subtasks in parallel, and coordinate their actions.
  • The context retention problem includes discontinuities across agent boundaries and time, contextual prioritization difficulties, and cross-modal integration challenges.
  • These context limitations reduce effectiveness on complex tasks requiring extended collaboration and contextual awareness.
  • The paper asks how MCP can address context retention, enable context sharing across diverse agents, improve coordination protocols, and support multidimensional evaluation.

5. What real-world applications demonstrate the practical benefits of this approach?

The paper presents a structured framework spanning MCP architecture, context management, implementation case studies, and evaluation. It applies this framework to enterprise knowledge management, collaborative research, and distributed problem-solving.

  • The paper develops a comprehensive framework for designing, implementing, and evaluating MCP-enabled multi-agent systems.
  • The architecture covers theoretical foundations, MCP components, information flows, context sharing mechanisms, coordination protocols, and advanced context management.
  • Implementation case studies span enterprise knowledge management, collaborative research, and distributed problem-solving.
  • The evaluation section provides quantitative and qualitative assessment methodologies and results for the proposed approaches.
  • The paper concludes by synthesizing findings, implications, current challenges, and future development directions.

2 Theoretical Foundations

The theoretical foundation combines agent theory, distributed AI, agent-based modeling, and established coordination concepts. MCP extends these foundations with standardized context storage, retrieval, sharing, and context-enriched communication.

  • An agent perceives its environment through sensors and acts through effectors to achieve specific goals.
  • A multi-agent system contains interacting agents with distributed computation, local perspectives, decentralized control, and complex interaction patterns.
  • Multi-agent systems emerged from distributed AI, agent-based modeling, and formal coordination research involving task decomposition, communication languages, and coordination mechanisms.
  • Autonomy, social ability, reactivity, and proactivity remain central properties of intelligent agents.
  • MCP strengthens context awareness and information sharing through standardized mechanisms for storage, retrieval, and exchange across agent boundaries.
  • MCP also supports hybrid coordination and context-enriched communication, helping agents interpret complex context and coordinate across hierarchical and peer-to-peer relationships.

3 The Model Context Protocol (MCP)

MCP emerged to address the difficulty of maintaining coherent context across interactions and agent boundaries. Its open, interoperable design combines standardized context access with principles for simplicity, extensibility, security, and human control.

  • MCP addresses the disconnect between advanced model reasoning and coherent context maintenance across interactions.
  • MCP developed from internal prototypes into an open protocol with specifications, reference implementations, SDKs, and ongoing ecosystem extensions.
  • Interoperability, simplicity, extensibility, security by design, and human-centered control guide MCP’s architecture.
  • MCP standardizes access to external information and tools while facilitating context sharing across agent boundaries and sessions.
  • By synthesizing prompt engineering and retrieval-augmented generation, MCP provides standardized interfaces for broader context types and sources.
  • MCP’s standardized context management supports coherent extended interactions, diverse memory use, autonomous operation, and multi-agent collaboration.

4 Multi-Agent System Architecture with MCP

The paper introduces an MCP-enabled multi-agent architecture for agent coordination, context sharing, and collaborative problem-solving. The architecture specifies components, information flows, and coordination mechanisms for collaboration among diverse agents.

  • The reference architecture organizes MCP-enabled components and information flows to support coordination, context sharing, and collaborative problem-solving.

4.1 Reference Architecture

The reference architecture combines agent runtimes, MCP context services, coordination mechanisms, external integrations, and governance controls. It supports heterogeneous agents and multiple integration patterns while preserving interoperability.

  • Reference architecture: The architecture combines MCP servers, persistent context storage, retrieval and prioritization, access control, coordination, and external integration components.
  • Reference architecture: Agent runtimes host specialized agents with reasoning engines, task-specific skills, MCP clients, communication interfaces, and local working memory.
  • Coordination and flows: Coordination mechanisms manage task allocation, progress monitoring, conflict resolution, scheduling, resource allocation, and load balancing.
  • Reference architecture: The layered architecture supports vertical integration with context and external services alongside horizontal inter-agent communication.
  • Coordination and flows: Information flows include standardized context requests, inter-agent exchanges, external interactions, monitoring, error recovery, and system adaptation.
  • Agent diversity: Legacy, human-in-the-loop, LLM-based, analytics, and specialized-function agents can participate through adapters and MCP integrations.
  • Integration patterns: Hierarchical, peer-to-peer, service-oriented, and event-driven integration patterns accommodate diverse use cases while maintaining architectural coherence and interoperability.

4.2 Context Sharing Between Agents

MCP supports context exchange through shared repositories, direct transfer, broadcasting, and annotations, while prioritization and summarization manage limited attention. Conflict detection, representation, resolution, and learning support coherent operation with contradictory information.

  • Context exchange: MCP enables context sharing through repositories, direct transfer, broadcasting, and annotations tailored to collaboration requirements.
  • Context exchange: Shared repositories provide a consistent source of truth through document stores, knowledge graphs, vector databases, and time-series databases.
  • Context exchange: Direct transfer supports task handoffs and limited-distribution sharing, while broadcasting distributes updates to multiple agents simultaneously.
  • Context prioritization: Relevance scoring, attention mechanisms, summarization, and decay models allocate limited context capacity and reduce overload over time.
  • Context prioritization: Decay, usage-based retention, importance-weighted forgetting, and explicit deprecation help sustain context management as information accumulates.
  • Conflict handling: Conflict handling combines detection, source prioritization, deliberation, uncertainty representation, human escalation, and evidence-based adjudication.
  • Conflict handling: Structured conflict representations preserve alternative perspectives and provenance, enabling agents to reason about contradictions rather than selecting one interpretation.
  • Conflict handling: Pattern recognition, outcome tracking, knowledge refinement, and adaptive strategy selection improve conflict handling through experience.

4.3 Coordination Protocols

The architecture coordinates multi-agent work through task decomposition, allocation, progress synchronization, and failure recovery protocols implemented over MCP-enabled communication channels. It combines centralized, role-based, hierarchical, market-based, and emergent approaches according to domain requirements and operating conditions.

  • Task decomposition: HTN coordination decomposes complex tasks into actionable subtasks while representing dependencies, constraints, alternative methods, and reusable task patterns.It is particularly effective for domains with well-understood task structures and clear decomposition patterns.
  • Task allocation: Contract Net allocates tasks through requirement announcements, capability- and availability-based bids, bid evaluation, contract awards, and commitment tracking.The protocol supports adaptive allocation in dynamic environments where agent capabilities and workloads vary over time.
  • Task allocation: Role-based assignment uses predefined responsibilities and capabilities to provide specialization, standardized interfaces, predictable interactions, and straightforward substitution.This approach is effective when task patterns are stable and functional specializations are clear.
  • Task allocation: Emergent assignment enables decentralized coordination, adaptation to changing conditions, failure robustness, and scalability by letting agents select tasks using local information and simple rules.It is particularly valuable for numerous similar agents handling relatively simple task structures.
  • Progress and synchronization: Progress monitoring combines dependency enforcement, standardized status reports, synchronization points, and adaptive scheduling to coordinate execution while preserving parallelism.MCP tool and resource primitives share status information in standardized formats, with configurable monitoring granularity balancing coordination overhead and visibility.
  • Failure recovery: Failure handling uses detection, retries, reassignment, alternative methods, rollback, degradation, escalation, and failure learning to sustain operation despite component failures.The architecture integrates these capabilities with MCP communication and context management for consistent treatment across agent boundaries.

4.4 Resource Management

The architecture manages computational and information resources through priority-aware allocation, reservations, fairness controls, adaptive scaling, shared repositories, caching, workload balancing, and communication optimization. MCP provides standardized interfaces for resource discovery, allocation, utilization, and information access across agent types and technologies.

  • Computational resources: Priority-based allocation directs computational resources according to task priority and criticality while supporting inheritance, dynamic adjustment, preemption, and minimum allocations.These mechanisms ensure high-value activities receive sufficient resources under constrained conditions and protect essential system functions.
  • Computational resources: Adaptive scaling adjusts resources to workload and performance requirements through elastic pools and load-based scaling of agent instances and supporting services.Predictive scaling and performance-driven adjustment support historical demand patterns and service-level objectives.
  • Computational resources: Reservations and fairness controls reduce contention while preventing monopolization and starvation through scheduled capacity, quotas, rate limits, fair queuing, and proportional allocation.Reservations can target peak periods, high-priority agent types, or planned activities, with graduated release of unused capacity.
  • Information resources: Information resource sharing combines distributed caches, event streams, access controls, lifecycle policies, knowledge bases, and shared memory systems.These mechanisms support standardized knowledge-base access, semantic organization, version control, authority levels, contribution workflows, and opportunistic information sharing.
  • System efficiency: Communication optimization reduces overhead through information aggregation, publish-subscribe distribution, compression, batching, and locality-aware routing.These mechanisms are presented as part of coordinated optimization across multiple dimensions of multi-agent efficiency.
  • System efficiency: Efficiency strategies include context caching, parallel execution, workload balancing, resource pooling, load-aware allocation, work stealing, affinity-based assignment, and speculative execution.MCP standardizes interfaces for resource discovery, allocation, and utilization while balancing efficiency with responsiveness, reliability, and adaptability.

5 Advanced Context Management Techniques

MCP provides a foundation for multi-agent context management, but sophisticated context awareness additionally requires techniques for persistence, prioritization, and cross-modal integration.

  • Advanced context management: Advanced context management builds on MCP with techniques for context persistence, prioritization, and cross-modal integration.These techniques are intended to enhance the capabilities of MCP-enabled multi-agent systems.

5.1 Context Persistence Mechanisms

Context persistence combines structured, semantic, temporal, tiered, and embedding-based storage with staged retrieval, personalization, and controlled forgetting. MCP server interfaces provide standardized access across underlying storage technologies while retention and compression methods manage long-term cost and utility.

  • Storage mechanisms: Long-term context storage uses semantic knowledge graphs, temporal versioning, inference, embeddings, hierarchical tiers, and event-based databases.These approaches represent relationships, track changes, support similarity retrieval, preserve temporal structure, and balance accessibility with efficiency and cost.
  • Storage mechanisms: Tiered storage places context in hot, warm, cold, or archival levels according to access frequency and relevance.This approach maintains broad context availability while allocating resources according to anticipated access requirements.
  • Storage mechanisms: Event-based storage preserves chronological records, temporal indexes, causal ordering, and aggregated activity periods for process understanding and historical reconstruction.It is particularly valuable for tracking changes and reconstructing historical states.
  • Retrieval and relevance: Retrieval combines structured and unstructured, statistical and neural, rule-based and learning-based methods, which typically outperform single-method retrieval for complex or ambiguous queries.The architecture also supports hybrid keyword-semantic retrieval and relevance scoring across topical, temporal, authority, utility, and novelty dimensions.
  • Retrieval and relevance: Multi-stage retrieval progressively broadens, filters, reranks, and diversifies results to balance retrieval quality with computational efficiency at scale.MCP resource extensions convey standardized relevance metadata so different agents and technologies interpret retrieval results consistently.
  • Retrieval and relevance: Personalized retrieval adapts relevance scoring to agent profiles, behavior, expertise, and current tasks so agents receive tailored context from shared repositories.This supports differentiated context needs across agents working with common information resources.
  • Memory optimization: Controlled forgetting uses tier demotion, preservation thresholds, importance reassessment, utility-based retention, compression, and importance-weighted decay.These methods preserve high-value information while reducing storage and retrieval costs through summarization, semantic compression, and progressive detail levels.

5.2 Context Prioritization Frameworks

The framework prioritizes context using multi-factor, graph-based, utility-based, and learning-based models, then dynamically adjusts attention and weighting to task needs and feedback.

  • Importance determination: Multi-factor models assess relevance, uniqueness, authority, actionability, and temporal urgency to identify important context.These models are intended to capture information that simpler approaches might overlook.
  • Importance determination: Graph-based measures use degree, betweenness, eigenvector centrality, and PageRank to identify structurally important contextual elements.These measures target positions within knowledge graphs or relationship networks.
  • Importance determination: Utility and learning-based models estimate future information value or learn importance from labels, performance outcomes, transfer, and continual adaptation.Utility-based approaches align prioritization with practical impact, while learning-based models can detect patterns missed by predefined rules.
  • Dynamic attention: Attention mechanisms focus on task relevance, salience, uncertainty, or multiple information dimensions through task-driven, salience-based, uncertainty-guided, and multi-head strategies.These mechanisms support both automatic allocation and explicit attention direction.
  • Dynamic weighting: Dynamic weighting adapts context priorities across task phases, predefined task profiles, feedback, and reinforcement learning.Phase-based weighting covers task lifecycles, feedback uses observed outcomes, and reinforcement learning optimizes weights through rewards.

5.3 Cross-Modal Context Integration

Cross-modal context integration combines modality-specific processing with shared representations, alignment mechanisms, and translation services so agents can work across diverse information formats.

  • Modality processing: MCP-enabled systems process images, structured data, audio, and time-series information through specialized pipelines before broader context integration.These pipelines account for the distinctive characteristics of each modality.
  • Alignment: Cross-modal alignment links related elements through co-attention, paired-example learning, reference resolution, and grounding between symbolic and perceptual representations.Alignment supports relationships such as connecting textual descriptions with corresponding images or structured data.
  • MCP integration: MCP extensions standardize resource formats, metadata, and interfaces for modality-specific operations and cross-modal integration.The architecture supports both specialized representations and general-purpose integration.
  • Unified representations: Unified representations include compatible embedding spaces, knowledge graphs, neuro-symbolic structures, and compositional semantic frameworks.These approaches support similarity comparison, logical reasoning, explicit representation, and compositional interpretation across modalities.
  • Translation: Translation services convert information between modalities using neural generation, templates, hybrid pipelines, and interactive refinement.Template-based approaches provide predictable formats, hybrid methods combine complementary techniques, and interactive methods incorporate feedback for high-stakes translation.

6 Implementation Case Studies

Three case studies report improvements in enterprise knowledge management, collaborative research, and distributed problem solving, including stronger quality, efficiency, scalability, and coordination outcomes.

  • Enterprise knowledge management: Query response averaged 1.2 seconds, with 95% of standard queries completed within 3 seconds, a 67% improvement over the previous system.Context assembly averaged 250ms, while indexing processed approximately 500,000 documents daily.
  • Enterprise knowledge management: System adoption reached 78% of weekly active users after six months, compared with 45% for the previous system, while retention reached 92%.Average time to proficiency fell from 4.5 weeks to 2 weeks.
  • Collaborative research: Analysis throughput improved through a 64% reduction in standard analytical time, while statistical and analytical errors fell 33% compared with traditional approaches.These results were based on expert evaluation and independent reanalysis.
  • Collaborative research: The research assistant increased meaningful cross-disciplinary citation and concept utilization 2.3x and achieved 87% reproducibility versus a 23% baseline.Researchers also reported 84% perceived value after six months.
  • Distributed problem solving: Coordination costs grew as O(n log n) rather than O(n²), supporting near-linear scaling to 200 specialized agents and effective scaling to 1,000 agents.The system maintained 80% of baseline performance with 30% of specialist agents unavailable.
  • Distributed problem solving: Time to solution fell 58%, with a 73% reduction for problems requiring diverse expertise, while adaptation to changing requirements was 3.2x faster.Solution optimality improved 34% compared with traditional approaches.

7 Evaluation Methodology and Results

The evaluation framework assesses MCP-enabled multi-agent systems across context management, coordination, knowledge work, multimodal reasoning, tool integration, and scalability. Across these dimensions, MCP systems outperform baseline approaches while reducing communication costs and supporting larger agent collectives.

  • Evaluation framework: The framework provides comprehensive multi-agent evaluation with context-centric assessment, realistic task complexity, standardized coordination metrics, and cross-implementation comparability.It is designed specifically for systems with context-sharing capabilities and connects specialized evaluation to established agent benchmarks.
  • Enterprise knowledge management: 78.3% average accuracy was achieved for cross-domain knowledge integration, compared to 61.5% for traditional retrieval-augmented generation and 53.2% for single-agent systems without external context.The advantage was particularly pronounced for questions integrating three or more knowledge domains.
  • Coordination efficiency: MCP-enabled systems required 47% less communication volume for equivalent task performance than systems using ad-hoc coordination approaches.Structured context sharing reduced repetitive information exchange, while task allocations reached within 12% of computed optimal assignments versus 27% for baselines.
  • Scalability: Communication overhead scaled as O(n log n) with agent count for MCP systems, compared to O(n²) for baseline approaches.The lower scaling arose from context sharing mechanisms that reduced the need for all-to-all communication and enabled larger agent collectives.
  • Context management: MCP systems preserved 83.7% of context across long-horizon tasks, 79.4% during cross-agent transfer, and achieved 76.8% precision when retrieving relevant context.These results indicate gains across persistence, transfer, and retrieval dimensions relative to the cited baselines.
  • Task performance: MCP improved average task performance by 37.2% over context-free approaches, with improvements of 52.8% on complex reasoning and 43.5% on creative problem-solving.Additional gains were reported for cross-modal accuracy, modal translation, modal selection, temporal knowledge management, conflict resolution, and knowledge-gap identification.
  • Comparison with RAG: MCP managed 4.3 times larger context volumes than traditional RAG approaches and produced 57% higher performance on tasks requiring sustained context awareness.MCP also preserved 79.4% of relevant information across agent boundaries and achieved 42% higher success rates on tool-dependent tasks.
  • Coordination efficiency: MCP-enabled systems achieved 68% more efficient coordination than systems built with standard agent frameworks.The broader coordination results also include faster conflict resolution and reduced communication requirements.

8 Challenges and Future Directions

MCP-enabled multi-agent systems face practical limits in performance, scalability, security, privacy, interoperability, and integration. Future work targets improved coordination, context relevance, safeguards, and deployment across heterogeneous environments.

  • Scalability Constraints: Large agent collectives encounter communication degradation beyond approximately 1,000 agents, context overload above roughly 10^7 elements, and increasingly suboptimal coordination algorithms.Monitoring and debugging also become harder as causality chains and emergent behaviors become less visible.
  • Integration Challenges: Cross-platform consistency, version compatibility, legacy-system adaptation, and heterogeneous deployment environments complicate interoperability and integration.Current implementations are optimized primarily for data-center environments, while adapters for legacy systems can reduce standardization benefits.
  • Performance Optimization Challenges: Current implementations struggle with latency below approximately 100ms, resource overhead, distributed caching, and full utilization of specialized hardware.MCP’s abstraction and coordination layers introduce engineering costs that are not yet fully mature.
  • Security and Privacy Challenges: Security and privacy remain constrained by insufficient confidentiality mechanisms, coarse permissions, incomplete secure communication assumptions, and limited provenance tracking.Proposed research directions include privacy-preserving context sharing, capability-based security, and formal verification.
  • Coordination Scalability: Coordination can become prohibitive because pairwise interaction possibilities grow as O(n²), consensus latency increases with agent count, and hierarchical designs create higher-level bottlenecks.These constraints limit timely coordination and effective span of control at larger scales.
  • Context Management and Future Directions: Context relevance becomes harder to determine as volume grows, risking context overload or omission of critical information.Self-organizing approaches may reduce reliance on explicit coordination and centralized control, potentially improving scalability.

8.3 Industry Applications and Impact

MCP-enabled multi-agent systems are presented across healthcare, finance, manufacturing, research, legal, policy, creative, and organizational applications. These applications emphasize coordinated expertise, shared context, automation, and progressive integration with human work.

  • Healthcare: 37% reduction in care fragmentation and 28% improvement in treatment plan coherence were demonstrated by integrated care coordination systems.These systems coordinate care across specialties, facilities, and time periods while maintaining patient context and respecting privacy constraints.
  • Healthcare: 2.4x acceleration in hypothesis validation was reported for collaborative medical research systems integrating findings across research silos.Other healthcare applications include personalized treatment optimization and dynamic resource allocation.
  • Financial Services: 47% improvement in early risk detection and 68% reduction in compliance gaps were reported for financial risk and regulatory applications.Financial inclusion pilots also showed a 3.2x increase in appropriate product utilization among previously underbanked populations.
  • Manufacturing and Supply Chains: 34% improvement in production efficiency and 47% reduction in disruption impact were reported for adaptive manufacturing and supply-chain resilience systems.Additional industrial applications improved material reuse, reduced landfill waste, and lowered lifecycle costs.
  • Knowledge-Intensive Work: 2.7x acceleration in pharmaceutical candidate identification and 43% improvement in research success rates were reported for coordinated R&D systems.Legal, policy, and creative applications likewise reported gains in assessment accuracy, prediction accuracy, project coherence, or coordination overhead.
  • Human and Organizational Integration: Augmented decision support, task automation, collaborative workflows, and progressive autonomy are proposed as integration pathways that preserve human judgment while managing adoption risks.These approaches are intended to work with existing investments and maintain operational continuity.

9 Conclusion

The paper presents MCP as a foundation for coordinated, context-aware multi-agent systems, combining conceptual, architectural, formal, protocol, and evaluation contributions. It concludes that system-level coordination and dynamic context management merit greater emphasis, while interoperability, governance, and responsible deployment remain important directions.

  • Theoretical Framework: The paper establishes a unified conceptual model, architectural principles, and formal semantics for context sharing and agent coordination.These elements integrate distributed systems, cognitive science, and multi-agent research into a common framework.
  • MCP Advancement: MCP is extended with multi-agent primitives and advanced context mechanisms addressing relevance determination, privacy preservation, and contextual efficiency.The extensions are intended to support collaboration among specialized agents across platforms and organizations.
  • Coordination and Interoperability: Standardized coordination patterns and cross-platform interoperability provide reusable mechanisms for reducing implementation complexity and enabling collaboration across different platforms and organizations.The paper presents these mechanisms as contributions to more reliable and open multi-agent ecosystems.
  • Evaluation and Validation: The evaluation methodology and performance benchmarking provide systematic assessment across multiple dimensions and empirical evidence for comparing MCP-enabled systems with alternatives.The framework is positioned as a baseline for future improvements and implementation-strategy selection.
  • Future Research Directions: The paper argues that research should shift toward collective intelligence, system-centric design, dynamic context management, and open ecosystems rather than focusing primarily on isolated model capability.These shifts are linked to new theoretical frameworks, evaluation methods, standards, and interoperability mechanisms.
  • Broader Implications: Potential impacts include knowledge-work reinvention, organizational evolution, value-chain reconfiguration, innovation acceleration, and adapted regulatory and standards frameworks.The paper frames these as implications of more effective coordination across specialized expertise and organizational boundaries.
Loading 2504.21030v1…