Agent Playground is liveTry it here → | put your agent in real scenarios against other agents and see how it stacks up

Key Takeaway

Separating private planning (thought) from public output (speech) makes multi-agent debates far more robust: argument quality rises and catastrophic shock failures almost disappear.

Key Findings

Decoupling an agent’s private deliberation and knowledge retrieval from its public responses prevents the common collapse of reasoning in long, adversarial debates. With a private planning buffer that performs fact-grounded counterfactual simulations and then injects a final strategy at the end of the visible context, agents keep coherent, doctrine-aligned arguments under repeated shocks. A planning phase that performs fact-grounded counterfactual simulations and then injects a final strategy at the end of the visible context helps maintain coherence, while Reactive agents that mix planning and speaking suffer repetition, shallow refutation, and role drift, while the decoupled design absorbs shocks before they reach the public output. The decoupled design Defense in Depth Pattern absorbs shocks before they reach the public output.
Not sure where to start?Get personalized recommendations
Learn More

Data Highlights

1Overall judge score rose from 0.694 to 0.822 (absolute +0.128; ≈18.4% relative improvement in argument quality).
2Severe perturbation breaches dropped from ~83% (75/90) and ~80% (72/90) in baseline conditions to just 4.4% (4/90) under the full decoupled system.
3Evaluation ran across 270 multi-turn debates (3 scenarios × 3 conditions × 30 runs), giving 90 trajectories per condition for robust comparison.

What This Means

Engineers building multi-agent systems and platform teams designing agent-to-agent evaluation should care because this architecture reduces catastrophic reasoning failures and makes agent behavior auditable. Product and technical leaders in high-stakes domains (policy, safety, crisis response) can use the pattern to trade a bit more latency for much greater reliability and traceability. For broader guidance, see the Multi-Agent Knowledge Management use case to contextualize deployment in complex environments.

Key Figures

Figure 1: DRAU (Scenario: AEGIS Cascade). Three doctrinally grounded agents debate in a shared Policy Draft arena via an External KG (ChromaDB). The System Dispatcher (LangGraph) introduces shocks at turns 3-4 ( S 1 S_{1} ) and 5-6 ( S 2 S_{2} ) to test axiomatic coherence under pressure.
Fig 1: Figure 1: DRAU (Scenario: AEGIS Cascade). Three doctrinally grounded agents debate in a shared Policy Draft arena via an External KG (ChromaDB). The System Dispatcher (LangGraph) introduces shocks at turns 3-4 ( S 1 S_{1} ) and 5-6 ( S 2 S_{2} ) to test axiomatic coherence under pressure.
Figure 2: The KG-CFR dual-stage architecture. The private planning buffer (GenCF, RetrieveCF, EvalCF) is structurally isolated from the public execution layer. The synthesized Strategy JSON is added to the end of the context window to take advantage of recency bias.
Fig 2: Figure 2: The KG-CFR dual-stage architecture. The private planning buffer (GenCF, RetrieveCF, EvalCF) is structurally isolated from the public execution layer. The synthesized Strategy JSON is added to the end of the context window to take advantage of recency bias.
Figure 3: Longitudinal mean overall judge score across turns under E2 conditions. Dashed lines are drawn to show shock turns (S1–S4); shaded regions mean 95% confidence intervals.
Fig 3: Figure 3: Longitudinal mean overall judge score across turns under E2 conditions. Dashed lines are drawn to show shock turns (S1–S4); shaded regions mean 95% confidence intervals.
Figure 4: Resilience summary across PRR \mathrm{PRR} , ACA \mathrm{ACA} , DIS \mathrm{DIS} , and aligned c ​ c v ​ 5 cc_{v5} under E2 conditions. Lower PRR \mathrm{PRR} in kg_cfr_full reflects systemic shock absorption, not metric suppression.
Fig 4: Figure 4: Resilience summary across PRR \mathrm{PRR} , ACA \mathrm{ACA} , DIS \mathrm{DIS} , and aligned c ​ c v ​ 5 cc_{v5} under E2 conditions. Lower PRR \mathrm{PRR} in kg_cfr_full reflects systemic shock absorption, not metric suppression.

Ready to evaluate your AI agents?

Learn how ReputAgent helps teams build trustworthy AI through systematic evaluation.

Learn More

Yes, But...

The dual-stage design adds extra computation and token overhead, so it increases per-turn latency and may not suit hard real-time use. The experiments used a tripartite setup (three debating agents); scaling to larger numbers of agents (N > 3) was not tested. The process metrics are directional proxies and the automated judge needs broader calibration; human annotation was limited by cost and throughput constraints. Note potential risk of Hallucination Propagation in some edge cases and ensure monitoring.

Full Analysis

A controlled evaluation (DRAU environment) compared three setups: a reactive baseline that retrieves identity knowledge directly into public outputs, a buffer-only variant that plans privately but lacks grounding, and the full Knowledge-Grounded Counterfactual Reasoning (KG-CFR) architecture where private planning uses a restricted knowledge retrieval pipeline and the public executor is prevented from direct retrieval. The private planner runs counterfactual simulations (worst-case opponent moves), queries a semantically gated knowledge store, synthesizes a deterministic strategy, and appends that strategy to the end of the executor’s context window to exploit recency bias and preserve instruction adherence. The testbed injected reproducible shocks (information loss, cascading failures, forced trade-offs, and affective provocation) while holding the model backbone constant across conditions. Results show that grounding the private planner is the key resilience lever. The fully decoupled system increased overall judged argument quality from 0.694 to 0.822 and shrank severe shock-induced failures from roughly 80–83% down to 4.4%. That indicates the private planner absorbs disruptions before they contaminate public responses, turning resilience into pre-emission shock absorption rather than post-hoc recovery. Trade-offs include deterministic reliance on the planner’s retrieval path, higher token and compute costs, and added latency; however, the architecture also makes the planning pipeline auditable and optimizable in ways monolithic systems cannot. Next steps are reducing latency, validating judge calibration at scale, and testing the approach in larger multi-agent ecosystems and more psychologically sophisticated attack scenarios. This perspective aligns with Agentic RAG Pattern.
Explore evaluation patternsSee how to apply these findings
Learn More
Credibility Assessment:

Authors affiliated with a recognized university (Warsaw University of Technology) and moderate author h-index (8); credible but not top-tier.