← heapsort-ai

multi-agent systems

152 items

DOCAWS Machine Learning Blog·14d ago

Build high-performance generative AI systems with Strands Agents, NVIDIA NIM, and Amazon Bedrock AgentCore

This post details how to build a high-performance multi-agent generative AI system for campaign review, leveraging Strands Agents for orchestration, NVIDIA NIM for GPU-accelerated inference, and Amazon Bedrock AgentCore for managed runtime. This integrated architecture facilitates parallel reasoning and traceable execution paths, ensuring performance, scalability, and operational insight in production environments.

27
RESEARCHarXiv CS.AI·5/7/2026

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

This research challenges the common belief that more context is always beneficial in AI agent orchestration, particularly in multi-agent software design. It identifies a "crossover effect" where context injection can either dramatically improve or degrade design exploration, with its direction predictable by the baseline exploration without context.

27
RESEARCHarXiv CS.AI·27d ago

Macro-Action Based Multi-Agent Instruction Following through Value Cancellation

This research introduces Macro-Action Value Correction for Instruction Compliance (MAVIC) to address inconsistencies in multi-agent reinforcement learning when external instructions interrupt long-horizon objectives. MAVIC modifies Bellman backups at instruction boundaries to enable consistent value estimation under stochastic instruction switching within a unified policy.

27
DOCDEV.to AI·20d ago

Building Structured Inter-Agent Communication: A Practical Guide

This guide addresses the challenge of inter-agent communication in multi-agent systems, where traditional approaches fail at scale due to token limits and loss of context. It introduces AgentForge's method, which uses declared input schemas and an orchestrator to validate agent outputs against inputs, ensuring reliability and preventing incorrect inferences.

27
RESEARCHDEV.to AI·24d ago

Edge-to-Cloud Swarm Coordination for wildfire evacuation logistics networks with zero-trust governance guarantees

The content describes a failed wildfire simulation involving drone swarms for evacuation logistics, due to agent conflicts, data latencies, and malicious data injection. The author concludes that building a resilient real-time coordination system is fundamentally a trust problem, not just an optimization problem.

27
RESEARCHarXiv CS.CL·4/7/2026

MultiPress: A Multi-Agent Framework for Interpretable Multimodal News Classification

Este artigo propõe o MultiPress, uma estrutura inovadora de múltiplos agentes em três estágios para a classificação de notícias multimodais, visando superar as limitações de métodos existentes na compreensão de dados heterogêneos como texto e imagens. A pesquisa integra agentes especializados para percepção, raciocínio aumentado por recuperação e fusão, demonstrando melhorias significativas em um novo conjunto de dados em grande escala.

27
DOCDEV.to AI·5/4/2026

How to Deploy Multi-Agent Systems Cross-Cloud[Python]

To deploy AI multi-agent systems across various cloud environments, developers must switch from synchronous HTTP to asynchronous brokers, externalize state memory, secure tool execution with MCP, bypass NAT firewalls using Pilot Protocol, and trace workflows with OpenTelemetry. This approach addresses challenges like variable LLM latency and distributed network assumptions.

27