Idea
Mechanism design is “reverse game theory”: given a desired outcome, design rules (auctions, taxes, rewards) so that self-interested agents produce it. Key properties: incentive compatibility (truth-telling is optimal), individual rationality (agents prefer participating), and budget balance. For LLM agents, mechanism design means structuring reward signals, cost sharing, and escalation rules so that gaming the system is harder than doing the right thing.
Pattern
Goal → design rules
IC: truth ≥ lie
IR: participate ≥ exit
// VCG, scoring rules, etc.
Key insight: If agents can game your scoring, they will — design incentive-compatible mechanisms.