Open in app ↗ ✦ Try Rinto free
🔗 URL AVB on X: "https://t.co/kEVNDAXkOC" / X ↗ open

Economy of Minds (EOM) is a decentralized multi-agent system that uses market-like mechanisms for agents to coordinate, improve, and achieve emergent multi-step reasoning and strong performance on various tasks.

EOM System Overview

EOM is a new multi-agent system from Harvard that leverages auctions, payments, and wealth accumulation for decentralized coordination.

Relevance for Multi-Agent System Builders

EOM is for developers building multi-agent systems to accomplish specific tasks, addressing limitations of hand-designed orchestration.

EOM's Core Goal

Given a task, EOM aims to generate an optimized population of multi-agents, each with specific instructions on how and when to act.

Emergent Complex Behaviors

Complex behaviors emerge automatically when simple agents optimize their actions around uncertainties posed by other agents.

EOM Clarifications and Caveats

This paper introduces a new algorithm to optimize agents on verifiable environments, not for financial independence or trading.

EOM Agent Definition

In EOM, an agent is not a separately trained neural network but essentially a prompted LLM policy.

EOM's Two Coupled Loops

EOM operates through two coupled loops: Planning within an episode and Adaptation across episodes.

EOM's Final Deliverable

The goal of EOM is a group of agents, each with its own system prompt and a policy of when to act.

Loop 1: Collect Experiences + Run Auction

This loop defines the within-episode dynamics, including agent bidding, action execution, and wealth transfer.

Loop 2: Evolve Agents

After episode rollouts finish, the population of agent policies is updated using economic selection and prompt mutation.

Inference and Shipping

EOM trains and ships a society of agents, not a single winner, with market simulation used only during training.

Case Study: Accelerator Design

The Accelerator Design task illustrates EOM's 'Economy of Minds' idea, showcasing role-specialized agents and wealth dynamics.

Emerging Behaviors / 'Aha Moments'

The paper highlights several 'aha moments' or emerging behaviors, revealing how economic rules lead to self-organization.