iGEN
Visit IGEN World Explore IGEN Expo
EXPLORE UPGRADE PLANS
BREAKING
Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' Amazon speeds last-mile delivery, expands robotics fleet past 1 million Moody's Assigns First-Time Baa2 Rating to RBL Bank, One Notch Above India's Sovereign Sebi Bars Zee's Subhash Chandra, Punit Goenka From Market for One Year Zepto Defers IPO by Two to Three Quarters After Tepid Investor Response Tim Cook: India Among Apple's Best Global Markets as June Quarter Records Revenue Domestic funds reach record 21% stake in Indian companies as FPI ownership drops to 17% Cybercriminals widen net as assessees rush to meet I-T return filing deadline Bloomberg Delays India's Sovereign Bond Index Inclusion as Market Reforms Need Further Testing Gold loans jump 93.8% y-o-y, fuel bank credit growth in Q1FY27 Snapchat joins YouTube, LinkedIn and Substack in fight against 'AI slop' Amazon speeds last-mile delivery, expands robotics fleet past 1 million
Home ›› Technology ›› Ai ›› Llms ›› Argent Signaling Protocol Mitigates Semantic Drift in Multi-Agent AI Systems

Argent Signaling Protocol Mitigates Semantic Drift in Multi-Agent AI Systems

Researchers introduce the Argent Signaling Protocol (ASP), a machine-readable header that tags AI responses with certainty, grounding, stochasticity, and assumption indices. In tests on document-grounded QA, ASP improved pass rates from 11.1% to 33.3% on a small model and blocked 100% of ungrounded outputs in multi-agent mode.

iG
iGEN Editorial
June 20, 2026
Argent Signaling Protocol Mitigates Semantic Drift in Multi-Agent AI Systems

Multi-agent systems powered by large language models (LLMs) can produce incorrect answers, but not all failures are alike. According to a new paper on arXiv titled "Trustworthy Multi-Agent Systems: Mitigating Semantic Drift with the Argent Signaling Protocol," some answers are grounded in the right material yet incomplete, while others are entirely ungrounded and should be halted. Current retry strategies treat both cases identically—simply trying again—leaving human supervisors unable to determine whether a retry was warranted or whether the system should have stopped. To address this, the researchers introduce the Argent Signaling Protocol (ASP), a compact machine-readable header that accompanies every AI-generated response with structured quality signals.

The Problem of Semantic Drift

When multiple LLM agents collaborate, information can degrade as it passes between agents—a phenomenon known as semantic drift. The paper notes that current systems have no mechanism to communicate the reliability of an output, leading to blind retries that propagate errors. ASP aims to solve this by embedding four signals into each response:

  • @C (Certainty): How confident the model is in its answer.
  • @G (Grounding): Whether the response is grounded in source material.
  • @S (Stochasticity): Variation in outputs due to model randomness.
  • Assumption Index: Classifies the evidentiary basis of each claim.

These signals enable a controller to distinguish repairable failures (grounded but incomplete) from containment failures (ungrounded) and route each case differently—either retry with adjusted parameters or halt completely.

Experimental Evaluation

The researchers evaluated ASP in two modes: standalone and multi-agent. The benchmark used a 27-question document-grounded QA task over the Array BioPharma/Ono license agreement. Three local GGUF models were tested.

Model Baseline Pass Rate ASP Pass Rate Improvement
Qwen (0.8B) 11.1% 33.3% +22.2 pp
Dobby (8B) 33.3% 44.4% +11.1 pp
SmolLM3 (3B) Variable per question Alternated repair/containment N/A
Aggregate 12/81 21/81 +11.1%

On Qwen (0.8B), ASP also raised mean term coverage from 36.7% to 65.4%. On Dobby (8B), ASP produced 4 fail-to-pass recoveries. SmolLM3 (3B) showed ASP's ability to alternate between repair and containment per question.

In multi-agent mode, an ASP sidecar sat between a retrieval agent and a downstream decision agent. The sidecar blocked 100% of ungrounded upstream outputs from reaching the downstream agent—24 out of 27 upstream outputs were blocked, and 0 ungrounded propagations occurred.

Implications for Enterprise AI

For enterprise technology leaders, the ability to distinguish failure types in multi-agent LLM systems is critical for building trustworthy AI pipelines. ASP provides a lightweight, structured mechanism to audit AI outputs and decide when to retry versus when to escalate to a human. The protocol could be integrated into existing agent architectures, offering a layer of quality control that currently relies on opaque retry loops. While the evaluation is limited to a single license-agreement benchmark, the results suggest that ASP can significantly reduce the propagation of ungrounded information, a key requirement for regulated industries such as finance, healthcare, and legal document processing.


Sources:

Keep Reading

Recommended Stories

New Framework MACR Resolves Knowledge Conflicts in LLMs Using Multi-Agent Reasoning Technology

New Framework MACR Resolves Knowledge Conflicts in LLMs Using Multi-Agent Reasoning

A research paper proposes MACR, a novel framework for resolving knowledge conflicts in large language models (LLMs). Unlike existing approaches that privilege either internal parametric knowledge or external context, MACR uses an adaptive knowledge assessment and a multi-agent reasoning system to explicitly identify and resolve inconsistencies. Empirical results show MACR significantly outperforms state-of-the-art benchmarks while providing interpretable conflict resolutions.

June 20, 2026
Hierarchical Control in Multi-Agent Games: LLM Planning with RL Execution Outperforms Flat Learning Technology

Hierarchical Control in Multi-Agent Games: LLM Planning with RL Execution Outperforms Flat Learning

Researchers propose a hierarchical architecture where a large language model (LLM) acts as a centralized strategic controller selecting among specialized RL skill policies for a team of agents. In a 2v2 King of the Hill environment, the LLM+RL system achieved a 46.4% win rate, statistically equivalent to hand-crafted behavior trees (51.5%), and significantly outperformed flat RL. A user study found 60% of participants perceived the LLM+RL agents as the most human-like.

June 20, 2026
Beyond Accuracy: New Metric Measures Logical Compliance of Predictive Models for Enterprise AI Technology

Beyond Accuracy: New Metric Measures Logical Compliance of Predictive Models for Enterprise AI

Researchers introduce the Rule Violation Score (RVS), a complementary evaluation metric that measures how well predictive models adhere to predefined logical rules, independent of accuracy. Tests on knowledge graph and regression benchmarks show models with similar accuracy can differ significantly in logical compliance.

June 20, 2026
Trust Without Trusting: Recomputable Protocol Verifies Autonomous Agent Rules Without Central Authority Technology

Trust Without Trusting: Recomputable Protocol Verifies Autonomous Agent Rules Without Central Authority

A new protocol called the Combined Evidence Protocol (CEP) enables autonomous agents to verify that a platform or consortium applied its own rules without relying on a trusted third party. Already anchored on Base L2 since March 2026, CEP uses recomputation from anchored data to turn rule enforcement into a verifiable fact. The protocol addresses the gap that arises when agents depend on a closed border (e.g., a marketplace) and need to check that the border-owner followed its published rules.

June 17, 2026