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

At a Glance

Managing the explosion of possible future deals is the dominant challenge — pruning, sampling, or simple domain heuristics win more often than heavyweight opponent models in realistic multi-deal and supply-chain scenarios.

What They Found

Sequential, multi-deal negotiation creates an enormous combined outcome space that many agents cannot search exhaustively. Winners in the negotiation league handled that by building limited tree searches or using reinforcement learning to guide concessions, while losers ran out of memory or time. In the supply-chain league, straightforward, risk-aware heuristics and cost-based rules often outperformed complex opponent modeling. A human-agent pilot (1,456 negotiations) showed a need for clearer, human-friendly strategies when agents face people. This aligns with the Human-in-the-Loop Pattern emphasizing explainable, human-centric interactions.

Data Highlights

142 teams (142 researchers) entered ANAC 2025, competing for a 2,500 EUR main prize pool, showing the competition’s scale.
2Automated Negotiation League (ANL) received 17 submissions with 12 finalists, where winners used tree-search pruning or reinforcement learning to manage outcome space.
3The IJCAI human-agent pilot ran 1,456 negotiations (1,000 EUR pilot prize), highlighting early real-world human vs agent evaluation data.

What This Means

Engineers building autonomous negotiation or market agents should prioritize techniques that limit search size (pruning, sampling, dynamic targets) and test for robustness under many concurrent deals. Product leaders and researchers in supply-chain automation should favor conservative, cost-aware heuristics for reliability in volatile markets. Teams working on human-facing negotiation must add explainability and simple behaviors to perform well with people. Practitioners can leverage Emergence-Aware Monitoring Pattern to detect unexpected dynamics.
Not sure where to start?Get personalized recommendations
Learn More

Ready to evaluate your AI agents?

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

Learn More

Yes, But...

Results reflect simulated competitions and curated scenarios; real-world markets may introduce additional noise and regulatory constraints. The human-agent pilot covered a limited set of scenarios, so conclusions about humans vs agents are preliminary. Future directions (LLM-driven communication, deception-focused challenges) introduce ethical and safety questions that need careful governance before deployment. Exploration of LLM-driven communication principles aligns with ReAct Pattern.

Methodology & More

ANAC 2025 ran two main tracks: an Automated Negotiation League focused on sequential multi-deal bargaining and a Supply Chain Management League that simulated factories buying raw materials and selling products across repeated days. The negotiation track forced agents to consider how each subnegotiation affects future opportunities, which causes an exponential growth of possible combined outcomes. Top-performing agents tackled that by (1) building limited-depth outcome trees with probability weighting and pruning to stay within resource limits, or (2) training time-dependent concession policies via reinforcement learning to guide bids without exhaustive search. In the supply-chain tracks, many finalists beat complex opponent models by using domain-specific heuristics: risk-aware pricing floors, production-first rules, and conservative inventory reasoning. Three agents tied as winners in the OneShot track by emphasizing cost containment and equitable sharing; the Standard track winner used conservative profit-based floors that accounted for manufacturing and storage costs. The competition also ran a human-agent pilot with 1,456 negotiations, underscoring the need for explainable, human-centric negotiation strategies. For practitioners, the takeaway is practical: when facing huge outcome spaces, prefer scalable approximations (pruning, sampling, dynamic targets) and robust, domain-aware heuristics over brittle, heavyweight opponent models—especially in production-like markets. This aligns with Role-Based Agent Pattern. Chain of Thought Pattern can complement reasoning under complex negotiation dynamics.
Avoid common pitfallsLearn what failures to watch for
Learn More
Credibility Assessment:

Mixed signals: mostly low h-index authors and arXiv venue, but includes at least one recognizable researcher (Catholijn M. Jonker), so moderate credibility.