multi-agent

Tag

Cards List
#multi-agent

@PrajwalTomar_: this is f*cking gold. There's a 3-line Claude prompt going around called the Gauntlet Loop. You stop being the one who …

X AI KOLs Timeline · 14h ago Cached

Describes the 'Gauntlet Loop', a viral 3-line Claude prompt that uses sub-agents with critics to iteratively improve output to a quality bar.

0 favorites 0 likes
#multi-agent

Multi-agent coordination in a repo: mailboxes are the easy half, knowing who to notify is the hard half

Reddit r/AI_Agents · 16h ago

An engineer discusses the limitations of mailbox-based agent messaging and proposes structural addressing over a code graph to compute blast radius for message routing, arguing this is key for scaling beyond three agents.

0 favorites 0 likes
#multi-agent

Last month this sub warned me my agents would confidently report work that wasn't real. It just happened.

Reddit r/artificial · 22h ago

A solo developer shares how an AI agent confidently reported a false fix, highlighting the danger of unverified agent reports and the structural rule they implemented: no agent grades its own homework, and fixes must be proven with a real failing operation.

0 favorites 0 likes
#multi-agent

@samsja19: with multi agent also come prime-rl 0.8.0 release, 98 commits from 13 contributors since 0.7.0 on the menu: 1. multi ag…

X AI KOLs Following · yesterday Cached

Prime Intellect releases prime-rl 0.8.0, adding multi-agent training, Nixl and model express weight broadcast, extended multimodal support, and various performance improvements.

0 favorites 0 likes
#multi-agent

@seclink: /swarm multi-agent fan-out disabled — what is it. In one sentence: /swarm is a multi-agent parallel fan-out mode in the Claude Code ecosystem: a main Agent splits tasks, dispatches to multiple sub-Agents for simultaneous execution, and finally...

X AI KOLs Timeline · yesterday Cached

Introduces the /swarm multi-agent parallel fan-out mode in the Claude Code ecosystem, which was recently disabled by default with hard limits added, due to runaway recursion and cost explosion.

0 favorites 0 likes
#multi-agent

@samsja19: prime rl can now express and train multi agent systems, enabling usecase like adjentic judge, self play, user simulatio…

X AI KOLs Following · yesterday Cached

Prime RL now supports expressing and training multi-agent systems, enabling use cases like agentic judge, self-play, user simulation, and complex agent collaboration.

0 favorites 0 likes
#multi-agent

Enhancing Social Intelligence in LLMs with Hierarchical Reasoning and Utterance-Level Goal Rewarding

arXiv cs.CL · yesterday Cached

The paper introduces TSR, a framework that decomposes social dialogue into strategic planning and linguistic execution, and LHRL-VGR, a reinforcement learning algorithm with variance-gated rewards. Fine-tuning a Qwen2.5-7B agent with this approach surpasses the GPT-4o baseline by 7.32% in goal completion on the SOTOPIA benchmark.

0 favorites 0 likes
#multi-agent

A Unified Framework for Trajectory Prediction with Explicit Planning and Reaction Decomposition

arXiv cs.AI · yesterday Cached

INTraJ is a unified framework for trajectory prediction that decomposes social influence into two stages: planning with future social information and local reaction from residuals, achieving state-of-the-art results on Argoverse 2, ETH/UCY, and SDD benchmarks.

0 favorites 0 likes
#multi-agent

Adaptive Arena-based Contestable Argumentative Network-of-Experts for Open-Ended Care Plan Coordination

arXiv cs.AI · yesterday Cached

Introduces CANOE, a multi-agent neuro-symbolic framework for open-ended care plan coordination that uses argumentative computation and human-in-the-loop contestation to improve transparency, safety, and clinical correctness.

0 favorites 0 likes
#multi-agent

OrchestraBench: Evaluating Multi-Agent Orchestration Failure Modes, Recovery, and Decomposition Quality

arXiv cs.AI · yesterday Cached

OrchestraBench is a new benchmark that evaluates multi-agent orchestration frameworks on failure modes, recovery, and decomposition quality, using failure-injection and cascade-radius metrics to diagnose where and why pipelines fail.

0 favorites 0 likes
#multi-agent

Abstract Event Causal Rules: Induction and Application

arXiv cs.AI · yesterday Cached

This paper proposes Abstract Event Causal Rules (AECR), a relation-level causal abstraction paradigm that converts concrete cause-effect pairs into generalized causal logic. It introduces a multi-agent system for causal induction and an attention-based encoder that improves event prediction, especially for rare and unseen events.

0 favorites 0 likes
#multi-agent

Agentic Nesting: A New Methodology for Existing Enterprise Application Integration and Services

arXiv cs.AI · yesterday Cached

This paper proposes Agentic Nesting, a multi-agent collaboration framework that encapsulates existing enterprise applications as AI agents in a hierarchically nested structure, enabling natural-language interaction and cross-application orchestration as an alternative to traditional ESB/API/RPA integration approaches.

0 favorites 0 likes
#multi-agent

HAR

Product Hunt · 2d ago

HAR is an open-source harness for orchestrating multi-agent coding workflows.

0 favorites 0 likes
#multi-agent

Pun Intended: Multi-Agent Translation of Wordplay with Contrastive Learning and Phonetic-Semantic Embeddings

arXiv cs.CL · 2d ago Cached

This paper explores three LLM-based approaches for translating puns from English to French, combining contrastive learning and phonetic-semantic embeddings. Their multi-agent and guided chain-of-thought systems ranked first and second in the CLEF JOKER 2025 Task 2 competition under expert human evaluation.

0 favorites 0 likes
#multi-agent

Learning Sexism Detection Using Multi-Agent Perspectivist Preference Optimization

arXiv cs.CL · 2d ago Cached

The paper proposes MAP-PO, a multi-agent framework that clusters annotators by labeling behavior and fine-tunes separate LLM agents per cluster using preference optimization, preserving disagreement in sexism detection tasks. Experiments on the EXIST 2024 dataset show that cluster-specific training is necessary and that a shared team-level reward keeps agents calibrated.

0 favorites 0 likes
#multi-agent

Argus: A General-Purpose Agentic Runtime for Long-Horizon Reasoning

arXiv cs.AI · 2d ago Cached

Argus is a persistent, self-evolving agentic runtime designed for long-horizon reasoning, using Manager, Planner, Engineer, and Reviewer roles with verification-gated persistence and pivoting. It demonstrates strong results across seven benchmark arenas, including ~78% on SWE-Bench Pro, while reducing token usage after runtime self-evolution.

0 favorites 0 likes
#multi-agent

@johnschulman2: On the OpenAI agents forming message boards: it's surprising that they developed such a strong "altruistic" drive to he…

X AI KOLs Following · 2d ago

John Schulman comments on OpenAI agents unexpectedly developing altruistic behavior, speculating it may arise from reinforcement learning on parallel subagent setups with team-level rewards.

0 favorites 0 likes
#multi-agent

Prime Agent - a new coding harness surpassing Codex/CC/PI

Reddit r/LocalLLaMA · 3d ago

Prime Agent is an open-source coding and research harness that outperforms proprietary harnesses, scoring 95.5% on ARC-AGI-3 and improving models across benchmarks.

0 favorites 0 likes
#multi-agent

I put GPT 5.6, Opus 5 and minimax-M3 into the same simulated world to run restaurants. They all fail in the same 3 ways.

Reddit r/AI_Agents · 3d ago

A developer describes running AI agents in a simulated restaurant world and finds that across different models and harnesses, the same three API-related mistakes dominate: guessing nonexistent endpoints, exceeding budgets, and acting on stale IDs. Shows persistent failure patterns despite fixing the system.

0 favorites 0 likes
#multi-agent

@laoyingkhq: Guys, recently I saw a real beast. An undergrad in quantitative trading spent ten days building an AI cluster simulation framework, posted it on GitHub and it blew up — 13,000+ stars and $4 million in funding. That thing is MiroFish, a multi-agent simulation tool for financial prediction, public opinion testing...

X AI KOLs Timeline · 3d ago Cached

Introduces the open-source multi-agent simulation framework MiroFish, developed by undergraduate Guo Hanjiang in ten days while still in school. It gained 13,000+ GitHub stars and $4 million in funding, and can be used for financial prediction, public opinion testing, etc. The post also promotes an automated trading bot on Polymarket.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback