Structuring Collective Action with LLM-Guided Evolution: From Ill-Structured Problems to Executable Heuristics
Kevin Bradley Dsouza, Graham Alexander Watt, Yuri Leonenko, Juan Moreno-Cruz
TL;DR
<3-5 sentence high-level summary> ECHO-MIMIC tackles ill-structured collective-action problems by decomposing them into a sequence of Well-Structured Problems, enabling agents to operate via executable heuristics while policymakers deploy personalized nudges to incentivize alignment with system-wide goals. The framework combines LLM-driven evolutionary search with explicit fitness criteria to discover both local decision rules and global targets, and it couples these with language-based persuasion to drive adoption. Experiments in agricultural landscape management and carbon-aware EV charging demonstrate superior performance over strong baselines and reveal how heuristics and nudges adapt to domain context and agent personas. Together, ECHO-MIMIC offers a scalable, adaptable pathway for domain-agnostic policy design that can incorporate real-world feedback and governance considerations.
Abstract
Collective action problems, which require aligning individual incentives with collective goals, are classic examples of Ill-Structured Problems (ISPs). For an individual agent, the causal links between local actions and global outcomes are unclear, stakeholder objectives often conflict, and no single, clear algorithm can bridge micro-level choices with macro-level welfare. We present ECHO-MIMIC, a general computational framework that converts this global complexity into a tractable, Well-Structured Problem (WSP) for each agent by discovering executable heuristics and persuasive rationales. The framework operates in two stages: ECHO (Evolutionary Crafting of Heuristics from Outcomes) evolves snippets of Python code that encode candidate behavioral policies, while MIMIC (Mechanism Inference \& Messaging for Individual-to-Collective Alignment) evolves companion natural language messages that motivate agents to adopt those policies. Both phases employ a large-language-model-driven evolutionary search: the LLM proposes diverse and context-aware code or text variants, while population-level selection retains those that maximize collective performance in a simulated environment. We demonstrate this framework on two distinct ISPs: a canonical agricultural landscape management problem and a carbon-aware EV charging time slot usage problem. Results show that ECHO-MIMIC discovers high-performing heuristics compared to baselines and crafts tailored messages that successfully align simulated agent behavior with system-level goals. By coupling algorithmic rule discovery with tailored communication, ECHO-MIMIC transforms the cognitive burden of collective action into a implementable set of agent-level instructions, making previously ill-structured problems solvable in practice and opening a new path toward scalable, adaptive policy design.
