The Big Picture
History-aware delegation and a simple virtual money system let a group of differently skilled agents hand off routine work to cheaper peers while reserving expensive agents for hard steps, cutting operating cost without dropping task performance.
ON THIS PAGE
Key Findings
Treating delegation as a learned decision lets a coordinator assign each step to the most cost-effective agent given past interactions. Recording past exchanges as a compact “money” balance creates incentives for reciprocal cooperation: agents that’ve helped before are more likely to be trusted later. In practice, a learned delegation policy used frozen solvers of different strengths and costs to reduce cumulative cost while keeping accuracy comparable to always using the strongest solver. Sub-Agent Delegation Pattern.
Avoid common pitfallsLearn what failures to watch for
Data Highlights
1Training used 1,000 episodes with 32 questions per episode and up to 3 attempts per question (fail penalty −1).
2Results were averaged across 20 random seeds to report mean and standard deviation for return, accuracy, per-episode cost, and cumulative cost.
3Hyperparameters and cost trade-offs included discount factor γ=0.99, cost weight λ=100, and handoff fee α=0.05 to balance performance vs internal money transfers.
What This Means
Engineers building multi-model or multi-agent systems who want to reduce API or compute bills without degrading output quality. AI operations and product leaders evaluating agent governance and cost controls can use these ideas to add a compact trust/balance signal and delegation layer. Researchers exploring incentives, trust, and coordination mechanisms will find the history and money framing useful for further study. Evaluation-Driven Development (EDDOps)
Key Figures

Fig 1: Figure 1: Management constraints on GSM8K: mean ± \pm std over 20 20 seeds for return, accuracy, per-episode cost, and cumulative cost (MARL learned coordinator vs always-Ultra).

Fig 2: Figure 2: Management constraints: share of attempts using Ultra ( A A ), Llama 3B ( B B ), and Llama 1B ( C C ) over training (mean ± \pm std over 20 20 seeds).

Fig 3: Figure 3: Delegation constraints on GSM8K: mean ± \pm std over 20 20 seeds for return, accuracy, per-episode cost, and cumulative cost (learned coordinator vs always-Ultra).

Fig 4: Figure 4: Delegation constraints: share of attempts with Ultra ( A A ), Llama 3B ( B B ), and Llama 1B ( C C ) executing over training (mean ± \pm std over 20 20 seeds; shares may sum above one when several agents answer).
Ready to evaluate your AI agents?
Learn how ReputAgent helps teams build trustworthy AI through systematic evaluation.
Learn MoreKeep in Mind
Experiments focus on a single benchmark of grade-school math problems and three frozen solvers, so results may not generalize to all tasks or model families. The setup assumes full information about agents’ costs and capabilities and uses a centralized coordinator, which may not match decentralized real-world deployments. The work does not solve how to price joint actions from history optimally, and finding equilibrium strategies with complex history-dependent policies remains computationally challenging. Inter-Agent Miscommunication
Deep Dive
Formulate delegation as an explicit decision inside a multi-agent interface that sits on top of each agent’s pretrained policy. At every step an agent can execute, delegate to a peer, or do nothing; only one agent actually executes the task. The framework supports three delegation structures: management (one-way control), open delegation (any agent can delegate to any other), and money trading (agents exchange a virtual balance to incentivize execution). Policies can condition on the shared interaction history rather than just the current state, enabling reciprocity and trust-building. Make history practical by compressing past interactions into a transferable virtual money balance that’s separate from task performance rewards. That balance summarizes prior cooperation and lets agents pay peers to accept costly tasks today in exchange for future favors. In experiments on a math-problem benchmark, a learned centralized coordinator trained over 1,000 episodes with three frozen solvers (high-quality expensive, mid, and cheap) reused cached solver outputs and learned to route easier problems to cheaper solvers and reserve the expensive solver for hard cases—reducing cumulative cost while keeping accuracy similar to always using the top solver. Key limitations include the single-domain evaluation, full-information assumption, and open questions about optimal pricing and equilibrium computation for history-dependent delegation policies. frozen solvers three delegation structures
Need expert guidance?We can help implement this
Credibility Assessment:
Author Weiyu Xu has h-index 32 (>30), indicating a very established researcher; despite being an arXiv preprint with unspecified affiliations, the strong author citation record warrants top rating.