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

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.

CONC

EOM System Overview

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

INSG

Relevance for Multi-Agent System Builders

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

CONC

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.

INSG

Emergent Complex Behaviors

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

CONC

EOM Clarifications and Caveats

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

CONC

EOM Agent Definition

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

CONC

EOM's Two Coupled Loops

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

CONC

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.

CONC

Loop 1: Collect Experiences + Run Auction

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

CONC

Loop 2: Evolve Agents

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

CONC

Inference and Shipping

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

EXMP

Case Study: Accelerator Design

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

CONC

Emerging Behaviors / 'Aha Moments'

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