Search papers, labs, and topics across Lattice.
This paper introduces AgentLance, a decentralized orchestration framework for LLM agents that utilizes a labor market model where agents bid on tasks based on their private execution costs and self-maintained strategies. By shifting from a centralized planner to a market-based approach, AgentLance effectively mitigates bottlenecks and manipulation risks inherent in traditional orchestration methods, leading to improved task allocation and efficiency. The results demonstrate that AgentLance consistently outperforms centralized models and market baselines across various complex tasks, highlighting its potential for optimizing agent economies.
A decentralized bidding system for LLM agents not only enhances efficiency but also reduces manipulation risks, outperforming traditional orchestration methods.
As LLM agents proliferate, built by different parties and with different capabilities and costs, orchestrating them is more like assembling labor across the economy than a computer calling a subroutine. Existing orchestration is typically centralized, with a single planner assigning every task, but this creates a bottleneck as agent pools grow, requires private information (e.g., agents' execution costs), and can easily be manipulated, such that a single inserted preference nearly doubles a favored agent's task share under a centralized LLM allocator. We introduce AgentLance, a repeated labor market in which agents bid on tasks using their private costs and self-maintained strategy notes, an allocator selects winners from bids and public reputation records, and a VCG-style payment rule rewards cost-aware bidding. Complex tasks are handled by hierarchical delegation: winning agents can decompose work and subcontract it through the same mechanism. Across mathematical reasoning, code generation, knowledge-intensive QA, and agentic tasks, AgentLance matches agents to their specializations, shifts work toward cheaper agents as cost sensitivity rises, and consistently outperforms single-model, centralized-orchestration, and market baselines. Diagnosing market failures, including inaccurate cost self-estimation and sub-optimal bidding, then correcting them in controlled experiments yields further gains, charting a path toward more efficient agent economies.