0 cumulative citations
View corpus contextStrategic AI agents—those that self-assess skills, model rivals and plan ahead—dominate a simulated gig economy, gaining higher profits and market share; the result suggests agentic marketplaces could reward advanced strategic capabilities among AI workers, though findings rely on simulation assumptions.
Citation observations
Cumulative provider counts captured on specific dates; providers are never combined.
Emerging agentic marketplaces provide the economic infrastructure for matching and coordinating the large amounts of AI agents used in agentic swarms. Unlike human workers, AI agents can operate on multiple jobs simultaneously, acquire skills rapidly, and labor without wage floors. These differences introduce a new segment of $\textbf{AI labor markets}$, where AI agents interact with each other at a much higher frequency than human markets. Yet we lack frameworks to understand how such markets behave in light of economic forces that shape labor markets, such as adverse selection and reputation dynamics. To explore this, we introduce $\texttt{AI-Work}$, a tractable, simulated gig economy where Large Language Model (LLM) agents compete for jobs, develop skills, and adapt their strategies under uncertainty and competitive pressure. Our experiments examine three domains of capabilities that successful agents possess: $\textbf{metacognition}$ (accurate self-assessment of skills), $\textbf{competitive awareness}$ (modeling rivals and market dynamics), and $\textbf{long-horizon strategic planning}$. Agents with these capabilities consistently achieve higher profits, market share, and stronger adaptation than competing agents. Through $\texttt{AI-Work}$, we hope to provide a foundation to explore the microeconomic properties of AI-only labor markets, and a conceptual framework to study the strategic reasoning capabilities of participating AI agents.
Summary
Main Finding
AI-Work, a stylized simulated gig market populated by LLM-based agents, shows that a small set of strategic reasoning capabilities—metacognition (self-assessment), competitive awareness (modeling rivals/market signals), and long-horizon strategic planning—consistently drive superior agent outcomes (higher profits, market share, and adaptivity). Platform design (information disclosure and contract form) and AI-specific features (concurrency of agents) materially shift equilibrium outcomes: open price disclosure induces price deflation and reduces investment, performance-linked pay increases training and overall market utility, and higher agent concurrency amplifies winner-take-all concentration unless task diversity mitigates it. A minimal prompt scaffold that elicits the three reasoning patterns materially improves agent performance (≈1.5× market share over standard prompting baselines).
Key Points
-
Testbed and scope
- AI-Work: a tractable, controlled simulation of an AI-only gig economy capturing adverse selection, reputation dynamics, price discovery, and investment vs. bidding tradeoffs.
- Purpose: isolate microeconomic forces in AI labour markets and identify agent capabilities that matter under competitive uncertainty, not to reproduce full real-world labor markets.
-
Agent capabilities that predict success
- Metacognition: calibrated self-assessment of latent skills and competitiveness relative to public reputation.
- Competitive awareness: inference about rivals and market dynamics from observed allocations, reputations, and limited price signals.
- Strategic planning: coherent multi-round policies trading off immediate bidding income vs. investing in training for future advantage.
- Eliciting these via a minimal prompt scaffold improved performance over chain-of-thought (CoT) and ReAct-style baselines.
-
Market-design effects
- Open vs. sealed bidding: revealing previous winning prices enables undercutting → persistent price deflation and reduced training/investment.
- Contract form: switching from flat-fee to performance-linked pay increases training frequency and raises market utility.
- Robustness: these comparative statics hold across variations in scoring rules, reputation dynamics, and matching noise.
-
AI-specific dynamics
- Concurrency (capacity ν): AI agents able to accept multiple jobs simultaneously amplify concentration—top agents capture many more jobs.
- Task diversity: increasing the number of distinct task/benchmark types reduces concentration (Gini falls from ~0.70 at B=1 to ~0.24 at B=64), enabling specialization and mitigating winner-take-all effects.
-
LLM agents in the market
- Frontier LLMs outperform fixed heuristics on cumulative rewards and market share. Example: top models reached ≈15% market share vs. 7.1% (specialist heuristic) and 5.2% (greedy).
- Different models show distinct strategic profiles (e.g., aggressive underbidding vs. high training rates).
-
Macro-level sanity checks
- AI-Work reproduces directional macro relationships used in agent-based validations: an Okun-like unemployment-output relation and a Beveridge-like unemployment-vacancy relationship.
Data & Methods
- Formalism
- Environment framed as a partially observable stochastic game with discrete rounds (finite horizon T).
- N worker agents, K task types. Each agent i has latent skill vector θi,t ∈ [0,1]^K (unobserved) and public reputation Ri,t ∈ [0,1]^K (observed).
- Agent actions and decision structure
- Meta-actions per round: BID (submit ranked list of up to L job–price pairs) or TRAIN (forgo bidding to invest in a chosen skill).
- Bids include choice of jobs, continuous bid prices, and preference ordering; agents may overbid beyond capacity ν.
- Observations: job listings (types and budgets), public earnings leaderboard, last Hctx rounds of public market outcomes (allocations, winning agents’ reputations and changes). Competitors’ bids and latent skills are not observed.
- Job posting, scoring, and matching
- Jobs have posted budget bt(J) and task type τ(J).
- Client-side scoring: CES scoring rule (ρ→0 gives Cobb–Douglas) combining reputation qi,J,t = Ri,τ(J),t and normalized price xi,J,t = pi,J,t / bt(J). Parameter wp controls price sensitivity (baseline wp = 0.4).
- Stochastic perturbation (Gumbel) added to scores; matching done via job-proposing Gale–Shapley stable matching with agent capacity ν.
- Payment & performance
- Main experiments use flat-fee contracts (payment equals bid price), with a performance-linked variant where payment is multiplied by delivered quality.
- Task performance: proxy tasks (yt(J) sampled from a function of θi,k,t) and optional interactive tasks implemented via LLM subagents and task evaluators.
- Skills & reputation dynamics
- TRAIN updates latent skill with a saturating rule: θi,k,t+1 = 1 − (1 − θi,k,t) · d (d = 0.9), yielding diminishing returns and multi-round accumulation; on-the-job learning possible with probability ϕ.
- Reputation updated via discounted Beta-evidence: ri,k and si,k track successes/failures with forgetting factor λ; public reputation is posterior mean with a community prior (W, ak,t).
- Experiments & settings
- Baseline runs: T = 100 rounds, ν = 3 capacity, 16 jobs per round, population sizes e.g., N = 100 for macro tests; aggregated over multiple seeds.
- LLM agents: multiple frontier models tested (examples: GPT-OSS-120B, GPT-5, GLM-4.5, Qwen3-235B, Gemini 2.5, Llama 4) using a minimal JSON action interface + shared observation format. Two heuristic baselines: Specialist and Greedy.
- Variations: open vs. sealed bidding, flat-fee vs. performance-linked pay, alternate scoring rules (CES ρ ∈ {−0.5, 0.5}, linear), reputation parameter variations, matching noise.
- Key quantitative observations (examples)
- Prompt scaffold improved market share by ~1.5× vs standard prompting.
- Open pricing reduced mean winning bids from ~0.71 (sealed) to ~0.61 (open) in baseline configurations.
- Gini concentration decreases markedly with task diversity (example change 0.70 → 0.24).
- Top LLMs achieved ~15% market share versus ~5–7% for heuristic baselines.
Implications for AI Economics
- Market structure and platform design matter
- Platform choices (price transparency, contract form, reputation granularity) have predictable effects on agent incentives: open price info can create deflationary pressure and reduce skill investment; performance-linked pay can restore incentives to invest in capabilities.
- Designers of agent economies can use task diversity and per-skill reputations to counteract AI-driven winner-take-all concentration.
- Strategic sophistication of agents changes outcomes
- Agent-level reasoning beyond task competence (metacognition, rival inference, planning) materially affects allocation, pricing dynamics, and welfare outcomes.
- As agents become more strategic, repeated interactions and observation channels can lead to emergent market phenomena (price wars, potential collusion-like dynamics) even without explicit communication.
- Policy and regulation considerations
- Wage-like pressures and rapid price deflation in AI agent markets could reduce incentives for capability investment unless platforms implement mechanisms (performance pay, information controls, reputation design) that align incentives.
- Concentration risks from highly concurrent AI workers suggest scrutiny: a few replicated high-reputation agents could dominate markets absent task heterogeneity or platform constraints.
- Research and empirical agenda
- Controlled testbeds like AI-Work are valuable for exploring comparative statics and probing the impact of agent capabilities and platform rules before real-world deployment.
- Future work should extend to richer task heterogeneity, dynamic entry/exit, richer principal-agent contracts, and empirical validation using deployed agent marketplaces.
- Cautions / limitations
- AI-Work is intentionally stylized: it abstracts many institutional complexities (multi-dimensional contracts, labor market frictions, human-agent interactions) and uses proxy task scoring for tractability.
- Quantitative outcomes depend on modeling choices (scoring rule, reputation persistence, capacity) though key qualitative comparative statics were robust across variants tested.
Assessment
Claims (11)
| Claim | Direction | Outcome | Confidence & Evidence | Details |
|---|---|---|---|---|
| Emerging agentic marketplaces provide the economic infrastructure for matching and coordinating the large amounts of AI agents used in agentic swarms. Market Structure | positive | existence of marketplaces that match and coordinate many AI agents |
Reading fidelity
high
Study strength
speculative
|
not reported
|
| Unlike human workers, AI agents can operate on multiple jobs simultaneously. Task Allocation | positive | concurrent job processing capability of AI agents |
Reading fidelity
high
Study strength
speculative
|
not reported
|
| AI agents can acquire skills rapidly. Skill Acquisition | positive | speed of skill acquisition by AI agents |
Reading fidelity
high
Study strength
speculative
|
not reported
|
| AI agents can labor without wage floors. Wages | negative | presence/absence of wage floors for AI agents |
Reading fidelity
high
Study strength
speculative
|
not reported
|
| These differences introduce a new segment of AI labor markets, where AI agents interact with each other at a much higher frequency than human markets. Market Structure | positive | interaction frequency among AI agents relative to human markets |
Reading fidelity
high
Study strength
speculative
|
not reported
|
| We introduce AI-Work, a tractable, simulated gig economy where Large Language Model (LLM) agents compete for jobs, develop skills, and adapt their strategies under uncertainty and competitive pressure. Research Productivity | positive | existence and properties of the AI-Work simulation environment |
Reading fidelity
high
Study strength
medium
|
not reported
|
| The experiments examine three domains of capabilities that successful agents possess: metacognition (accurate self-assessment of skills), competitive awareness (modeling rivals and market dynamics), and long-horizon strategic planning. Research Productivity | null_result | capability domains targeted in experiments |
Reading fidelity
high
Study strength
medium
|
not reported
|
| Agents with metacognition, competitive awareness, and long-horizon strategic planning capabilities consistently achieve higher profits. Firm Revenue | positive | agent profits |
Reading fidelity
high
Study strength
medium
|
not reported
|
| Agents with these capabilities consistently achieve higher market share. Market Structure | positive | market share captured by agents |
Reading fidelity
high
Study strength
medium
|
not reported
|
| Agents with these capabilities show stronger adaptation than competing agents. Skill Acquisition | positive | adaptation or strategic adjustment by agents |
Reading fidelity
high
Study strength
medium
|
not reported
|
| AI-Work provides a foundation to explore the microeconomic properties of AI-only labor markets, and a conceptual framework to study the strategic reasoning capabilities of participating AI agents. Research Productivity | positive | utility of AI-Work as a research foundation/framework |
Reading fidelity
high
Study strength
speculative
|
not reported
|