Overview
What this challenge is about.
Choose a negotiation framework (alternating-offers Rubinstein, monotonic concession, or auction-based) and justify against the freight use case. Implement a simulator in Python where two agents negotiate over price + delivery date + cancellation penalty. Run 1,000+ simulated negotiations across varied agent preference profiles; measure convergence rounds, Pareto efficiency, and how often the protocol returns no-deal when a deal exists. Compare to a naive 'split the difference' baseline. Deliver a 6-page protocol spec the engineering team can implement.
The Brief
What you'll do, and what you'll demonstrate.
Design a negotiation protocol for freight-trading agents that beats a naive baseline on Pareto efficiency and convergence speed.
Earning criteria — what you'll demonstrate
- Apply game-theoretic negotiation frameworks to a real product
- Simulate multi-agent interactions and measure outcomes honestly
- Reason about Pareto efficiency vs incentive compatibility trade-offs
- Translate research-grade protocols into implementable specs
Program Fit
Where this fits in your program.
Sharpens the same skills your degree expects you to demonstrate.
Skills
Skills you'll demonstrate.
Each one shows up on your verified credential.
Careers
Roles this prepares you for.
Real titles. Real skill bridges. Pick the one closest to your trajectory.
ML Researcher
Designing negotiation protocols and validating them in simulation is the applied multi-agent research that AI-agent startups hire researchers to lead.
This challenge sharpens
- agent-negotiation
- game-theory
- simulation
Applied AI Scientist
Translating game-theory primitives into implementable agent behavior is the day-job of applied AI scientists at agent-platform startups.
This challenge sharpens
- agent-negotiation
- protocol-design
- multi-agent-systems
AI Engineer
Owning the spec-to-implementation boundary for an agent protocol is the AI-engineer skill set that early-stage agent companies recruit for.
This challenge sharpens
- protocol-design
- python
- multi-agent-systems