METAL LAB

SwarmWorld: Stigmergic technological evolution in societies of language-model agents

arXiv:2608.260812026-08-26

The swarm won by building a resilient technology ecology, not one unbeatable invention

MIT researchers placed 50 to 200 initially equivalent LLM agents in a shared simulated world and let them organize exploration, material processing, construction, and executable control without assigned roles or recipes. After removing the agents, they tested the remaining artifacts under eight unseen disturbance schedules and found that shared worlds produced broader, more resilient technology portfolios than independent search. Independent search could still retain the strongest single artifact, so the collective advantage lay in coverage and persistence rather than the highest individual score.

METAL LAB explanatory visual

How agent activity becomes a persistent technology ecology

Evidence statusMeasured results reported

  1. 1. Local explorationEach agent observes nearby resources and existing artifacts.
  2. 2. Construction and codeAgents process materials, build structures, and install executable controllers.
  3. 3. Environmental memoryLater agents inspect, inherit, and modify persistent artifacts and code lineages.
  4. 4. Agent-free assayThe agents are removed and unseen disturbances test portfolio function and resilience.
An explanatory diagram made by METAL LAB, not a figure supplied by the paper's authors.

What they did

  1. Agents acted from local observations, gathered and processed resources, built persistent structures, and wrote executable controllers without preset occupations or technology recipes.
  2. The study compared four matched conditions: full culture, no direct communication, no explicit culture, and an endpoint-wise best-of-N envelope built from isolated agents.
  3. A deterministic simulator, not agent self-report, judged function. Agents were removed before eight held-out disturbances tested the artifacts that remained.
  4. The scaling study ran 50, 100, and 200-agent populations for 800 ticks with four world seeds per condition; a separate 100-agent study continued to 3,200 ticks.
Figure 1: Conceptual lineages leading to SwarmWorld; connectors indicate conceptual convergence rather than direct descent between every adjacent item. (A) Biological collectives and swarm-computing methods contribute decentralized coordination, feedback, and stigmergy. (B) Local-rule models and artificial societies contribute persistent worlds in which local actions alter shared state and generate population-level organization. (C) Distributed-agent and LLM systems contribute explicit agent state, memory-guided planning, embodiment, communication, and reusable executable skills. (D) SwarmWorld combines these elements in a materially constrained multi-agent world where agents build persistent artifacts and inherit or modify their programs. The resulting technological ecology can be evaluated after the agents are removed. Image credits. Ant photograph by Kiran Vati K, CC BY 4.0, cropped and color-adjusted. Boids still from a video by Andrew Magill, CC BY 2.0, with a frame extracted, cropped, and color-adjusted. Game of Life glider-gun diagram by Bryan.burgers, public domain, placed on a grid background. Micropolis screenshot based on the original software by Will Wright and Maxis Software/Electronic Arts, the Unix port by Don Hopkins and DUX Software, screenshot by Tomhannen, and edit by bayo; GPLv3 or later with Section 7 additional terms, cropped and color-adjusted. The Sugarscape view, method schematics, and SwarmWorld rendering were created by the authors.
Figure 1: Conceptual lineages leading to SwarmWorld; connectors indicate conceptual convergence rather than direct descent between every adjacent item. (A) Biological collectives and swarm-computing methods contribute decentralized coordination, feedback, and stigmergy. (B) Local-rule models and artificial societies contribute persistent worlds in which local actions alter shared state and generate population-level organization. (C) Distributed-agent and LLM systems contribute explicit agent state, memory-guided planning, embodiment, communication, and reusable executable skills. (D) SwarmWorld combines these elements in a materially constrained multi-agent world where agents build persistent artifacts and inherit or modify their programs. The resulting technological ecology can be evaluated after the agents are removed. Image credits. Ant photograph by Kiran Vati K, CC BY 4.0, cropped and color-adjusted. Boids still from a video by Andrew Magill, CC BY 2.0, with a frame extracted, cropped, and color-adjusted. Game of Life glider-gun diagram by Bryan.burgers, public domain, placed on a grid background. Micropolis screenshot based on the original software by Will Wright and Maxis Software/Electronic Arts, the Unix port by Don Hopkins and DUX Software, screenshot by Tomhannen, and edit by bayo; GPLv3 or later with Section 7 additional terms, cropped and color-adjusted. The Sugarscape view, method schematics, and SwarmWorld rendering were created by the authors.
Figure 2: Simulated world and agent-environment algorithm. (A) Authoritative state at tick 600 from a representative N=200 society. Numbered callouts identify language-model agents, persistent agent-built artifacts, fixed processing stations, resource biomes, an active disturbance field, and tidal resources. The map is the state on which actions are resolved, not a decorative visualization. Agents can move through the terrain, gather and transform matter, inspect or operate artifacts, and encounter local environmental changes produced by both disturbances and other agents. (B) One staggered macroturn begins with a local observation and retrieved private memory, continues through language-model deliberation and a strict structured plan, and ends with transactional validation of actions, targets, permissions, and material preconditions. The deterministic world tick then advances motion, metabolism, resources, fields, disturbances, and every installed artifact program. Resulting events enter agent memory and the shared substrate before the next scheduled observation. The agents decide what to try, but the world decides what actually happens; durable artifacts let one agent’s successful work become part of another agent’s future environment.
Figure 2: Simulated world and agent-environment algorithm. (A) Authoritative state at tick 600 from a representative N=200 society. Numbered callouts identify language-model agents, persistent agent-built artifacts, fixed processing stations, resource biomes, an active disturbance field, and tidal resources. The map is the state on which actions are resolved, not a decorative visualization. Agents can move through the terrain, gather and transform matter, inspect or operate artifacts, and encounter local environmental changes produced by both disturbances and other agents. (B) One staggered macroturn begins with a local observation and retrieved private memory, continues through language-model deliberation and a strict structured plan, and ends with transactional validation of actions, targets, permissions, and material preconditions. The deterministic world tick then advances motion, metabolism, resources, fields, disturbances, and every installed artifact program. Resulting events enter agent memory and the shared substrate before the next scheduled observation. The agents decide what to try, but the world decides what actually happens; durable artifacts let one agent’s successful work become part of another agent’s future environment.
Table S1: Glossary of technical terms, implementation-aligned definitions, plain-language interpretations, and broadly accessible examples.
TermTechnical definitionPlain-language meaningBroad example
World tickOne discrete deterministic state transition, St+1=F⁡(St,At), where St is the complete world state and At is the set of accepted agent actions at tick t. Given the state, actions, and seeded disturbance schedule, F advances movement, metabolism, resources, fields, artifacts, and installed programs.The basic clock step of the simulated world. The world keeps changing even when no agent is currently asking the language model what to do.A video game advances one frame at a time; machines, weather, and moving characters continue between a player’s major decisions.
Macroturn or decision opportunityA scheduled occasion on which one agent receives a local observation and memory context, calls the language model, and proposes a structured multi-action plan. Macroturn phases are staggered and matched across paired conditions.One chance for an agent to stop, look around, think, and choose its next actions.A field scientist periodically checks instruments and updates the day’s plan while the experiment continues running between checks.
Persistent artifactAn agent-constructed world object with recorded creator, contributors, materials, geometry, services, provenance, state, and optionally an executable controller. It remains in the world until modified, retired, dismantled, or otherwise changed by simulator rules.A technology that stays behind and can later be found, tested, operated, or modified by someone else.A device left on a shared laboratory bench can influence the next researcher even if its builder is absent.
Artifact programA validated instruction sequence installed on an artifact and executed by the deterministic simulator every tick. Conceptually, ua,t=πa​(oa,t): program πa reads the artifact’s permitted local sensors oa,t and emits permitted control operations ua,t.Code that lets a built object sense local conditions and act without another language-model call.A thermostat repeatedly reads temperature and turns heating on or off after the installer leaves.
Full cultureThe intervention containing one shared physical world, explicit cultural actions, cross-agent executable-program inheritance, and artifact stigmergy. Explicit actions include messages, public records, teaching, trading, task claims, and publication-dependent composition.Agents can communicate directly, inherit one another’s code, and also coordinate indirectly through the things they build.A research group shares a laboratory, talks, writes notebooks, and modifies common software and equipment.
Artifact stigmergyIndirect coordination produced when an agent changes persistent artifacts or the environment and another agent later observes or acts on that changed state. It remains available in the no-explicit-culture condition even when direct cultural channels and cross-agent program inheritance are disabled.Agents coordinate through traces in the world rather than through direct conversation.Ants coordinate through modified trails; people can likewise coordinate by adding parts or annotations to a shared workbench.
Independent-search envelopeFor endpoint e, checkpoint t, and N isolated one-agent worlds, the control is Yiso​(e,t)=maxi∈{1,…,N}⁡Yi​(e,t). The maximizing member may differ across endpoints and checkpoints.The comparison gives isolated search its best available result for each question, rather than forcing one solo agent to win every contest.A national team may choose one athlete for the sprint and another for the high jump; the envelope records the best specialist in each event.
Discovery-frontier AUCIf p⁡(t) is measured artifact performance, the running frontier is F⁡(t)=maxτ≤t⁡p⁡(τ). The normalized area is DT=T−1​∫0TF⁡(t)​𝑑t, implemented by trapezoidal integration over recorded samples.A strong invention scores more if it appears early enough to remain the best-known option for much of the experiment.Two runners may finish with the same final speed, but the one who led for most of the race has the larger time-averaged frontier.
Current service coverageFor service dimension k at time t, ck​(t)=maxa∈𝒜t⁡sa​k​(t) over active, non-retired artifacts. With c¯​(t)=K−1​∑kck​(t) and b⁡(t)=mink⁡ck​(t)/c¯​(t), balanced coverage is Q⁡(t)=c¯​(t)​[1+b⁡(t)]/2 when c¯​(t)>0.The society is judged by the best currently available artifact for each need, with a penalty when one need is badly neglected.An emergency kit with food, water, shelter, and medicine is more balanced than one containing excellent food but nothing else.
Portfolio resilienceThe discovery-state score uses lifetime-peak service fingerprints, ckpeak=maxa⁡sa​kpeak, and the same balance formula P=c¯peak​[1+mink⁡ckpeak/c¯peak]/2. Artifact count alone does not increase the score.A portfolio is valuable when its collection has demonstrated strong and balanced coverage across several functions, not merely because it contains many objects.A toolbox with a few complementary, proven tools can be more resilient than a warehouse full of duplicate hammers.
Held-out resilienceFor unseen schedule s, Rs=T−1​∫0TQs​(t)​𝑑t, where Qs​(t) is current balanced service coverage during the agent-free assay. The reported value is R=S−1​∑s=1SRs over S=8 paired schedules.The frozen technology is tested under new disturbances after all agents are removed; the score measures how well its active functions continue to cover multiple needs.A bridge design is evaluated under earthquakes and wind patterns that were not used while designing it, with no engineer allowed to repair it during the test.
Validated inventionThe count is I=∑a𝟏[ra∧da∧ga∧pa≥p∗∧νa≥ν∗]. Artifact a must use a recipe that passed material testing (ra), contain the required design fields (da), include an agent-authored installed program (ga), exceed the performance threshold p∗, and exceed the behavioral-novelty threshold ν∗.A named idea is not enough. The artifact must be materially grounded, fully specified, executable, functional, and behaviorally distinct.A patent sketch would not count by itself; a device must have tested materials, a complete design, working controls, and a demonstrably new behavior.
Artifact-contact AUCLet q⁡(t) be the fraction of agents within three cells of an active artifact at recorded time t. Contact AUC is C=(tm−t1)−1​∫t1tmq⁡(t)​𝑑t, evaluated by trapezoidal integration.The measure records how consistently agents spend time near shared technology, rather than how far they travel in total.A museum can measure the fraction of visitors near an exhibit throughout the day, not only the number who entered the building.
Behavioral phenotypeA post hoc cluster of complete agent trajectories. For k-means, assignments minimize ∑i∥xi−μzi∥2 in the declared robust-scaled feature space. Condition, identity, and role labels are excluded from fitting.A recurring style of behavior discovered from what agents actually did, not a role assigned in their prompts.Travel records might separate commuters who repeatedly visit one workplace from explorers who visit many neighborhoods, without reading their job titles.
Recorded lineage and downstream reachA directed graph whose edges come from recorded authorship, observation, causal-parent, construction, installation, and fork events. For node v, downstream artifact reach is r(v)=|{a:v↝a,a is an artifact}|.It records which evidence, programs, people, and precursor objects are linked by logged parent and contribution events to later technologies.A product genealogy can trace a component specification through several revisions into multiple final devices.
Cross-agent program fork and lineage depthA fork is cross-agent when the child-program author is not in the recorded parent-author set. Executable-lineage depth is the longest directed path in the content-addressed program-fork directed acyclic graph up to a checkpoint.One agent edits another agent’s controller, and depth counts how many successive generations of such inherited code accumulate.A programmer forks a colleague’s repository; later colleagues fork the modified versions, forming a software family tree.
Interaction modularityWeighted Newman-Girvan modularity, Q=(2​m)−1​∑i​j[Ai​j−ki​kj/(2​m)]​δ​(gi,gj), computed on the weighted bipartite agent-artifact graph using Louvain communities at resolution 1. Event-type weights are multiplied by log⁡(1+n) for repeated events.High modularity means interactions are concentrated within recognizable technological neighborhoods rather than spread uniformly across the whole society.A university is modular when laboratory members collaborate mostly within their labs, with fewer links between labs.
Community persistenceAdjusted mutual information between consecutive agent community assignments, AMI=[MI−𝔼⁡(MI)]/[(HU+HV)/2−𝔼⁡(MI)]. Adjustment removes similarity expected by chance.The measure asks whether the same agents remain grouped together from one checkpoint to the next, allowing community labels themselves to change.If project teams retain most of the same members next semester, their community persistence is high even if team numbers are renamed.
Participation coefficient and within-module z-scoreFor node i, Pi=1−∑c(ki​c/ki)2 measures how evenly its weighted links span communities. Within its own community, zi=(kiown−μc)/σc measures how unusually strong its internal connectivity is relative to peers of the same node type.Participation distinguishes local specialists from cross-community connectors; the z-score distinguishes ordinary members from local hubs.A scientist collaborating only within one lab is a specialist, one collaborating across many labs is a connector, and a highly connected member within one lab is a local hub.
NODF nestednessBinary nestedness is 100 times the mean |Ni∩Nj|/min⁡(ki,kj) over unequal-degree pairs, evaluated for both agent rows and artifact columns. High values mean the smaller neighborhood is largely contained in the larger one.Nestedness asks whether specialists mostly use subsets of the technologies used by generalists.A small shop is nested within a department store if nearly everything it stocks also appears in the larger store.
Densification exponentCumulative unique agent-artifact ties are fit to Ecum∝Vα, or log⁡Ecum=α​log⁡V+c, where V is agents plus constructed artifacts. The plotted α is an ordinary least-squares descriptive fit across seeds and checkpoints for one condition.If α>1, relationships accumulate faster than the number of participating agents and artifacts.A growing professional community densifies when adding people and projects creates disproportionately many new collaborations.
Relationship reuseFor consecutive analysis intervals, reuse is ρt=|Et−1∩Et|/|Et|, where Et is the set of agent-artifact pairs active in the current interval. It is distinct from the symmetric Jaccard index.The measure is the fraction of current working relationships that were already active in the preceding period.A shop with many returning customers has high relationship reuse even if it also attracts new customers.
Cross-agent adoption and time to first reuseAn artifact is adopted when a noncreator first observes, causally references, programs, or repairs it; co-construction does not count. Time to first reuse is Ta=tafirst​noncreator​reuse−tacreated. Unreused artifacts are right-censored at tick 3,200.Adoption means someone other than the inventor actually engages with the technology, and the delay measures how quickly that happens.A neighbor borrowing and using a tool counts as adoption; merely helping build it does not count as later reuse.
Structural robustness AUCIf L⁡(f) is largest-component size after removing fraction f of agents, robustness is A=fmax−1​∫0fmaxL⁡(f)/L⁡(0)​𝑑f for fmax=0.5. Removal is random, degree-targeted, or betweenness-targeted; the graph is not rewired.The score summarizes how much of the recorded network stays connected as agents disappear. It does not measure physical recovery or adaptation after removal.An internet topology may tolerate random router failures but fragment quickly if its busiest hubs are deliberately disabled.
Figure 3: Mechanism-resolved conditions and the agent-free held-out resilience assay. (A) Rows define the four interventions and columns identify the mechanisms available in each. A filled circle means the mechanism is present. Full culture combines a shared physical world, explicit cultural actions, cross-agent program inheritance, and artifact stigmergy. No communication removes nearby messages, public records, teaching, trading, task claims, and publication-dependent composition while preserving the shared world and executable inheritance. No explicit culture also removes cross-agent program forking and measured skill inheritance, leaving agents able to coordinate only through persistent artifacts and environmental changes. Independent search consists of N isolated one-agent worlds and therefore has none of the three collective mechanisms. (B) At a discovery checkpoint, the complete state is frozen into eight exact clones. Each clone receives a paired unseen schedule of contamination, drought, and storm, with new centers, timings, and orderings. Agents take no actions during evaluation, but the world physics and installed artifact programs continue. Balanced service coverage Qs​(t) is integrated over assay time and averaged across schedules to produce held-out resilience. The assay asks whether the technology left behind can protect the habitat under new stresses after its inventors have gone.
Figure 3: Mechanism-resolved conditions and the agent-free held-out resilience assay. (A) Rows define the four interventions and columns identify the mechanisms available in each. A filled circle means the mechanism is present. Full culture combines a shared physical world, explicit cultural actions, cross-agent program inheritance, and artifact stigmergy. No communication removes nearby messages, public records, teaching, trading, task claims, and publication-dependent composition while preserving the shared world and executable inheritance. No explicit culture also removes cross-agent program forking and measured skill inheritance, leaving agents able to coordinate only through persistent artifacts and environmental changes. Independent search consists of N isolated one-agent worlds and therefore has none of the three collective mechanisms. (B) At a discovery checkpoint, the complete state is frozen into eight exact clones. Each clone receives a paired unseen schedule of contamination, drought, and storm, with new centers, timings, and orderings. Agents take no actions during evaluation, but the world physics and installed artifact programs continue. Balanced service coverage Qs​(t) is integrated over assay time and averaged across schedules to produce held-out resilience. The assay asks whether the technology left behind can protect the habitat under new stresses after its inventors have gone.
Figure 4: Population scaling and mechanism-resolved collective effects over 800 discovery ticks. Points and heavy lines in panels A-D are means across four matched world seeds; error bars are paired seed-bootstrap 95% intervals. (A) Discovery-frontier AUC integrates the running best measured artifact performance, rewarding discoveries that occur early and remain on the frontier. (B) Held-out resilience AUC measures agent-free service coverage under eight unseen disturbance schedules. (C) Portfolio resilience quantifies the breadth and redundancy of functional service across the final artifact collection. (D) Validated inventions count technologies that pass the simulator’s objective validation criteria. (E) Each cell is a shared-world condition minus the paired endpoint-wise independent-search envelope. Printed values are raw paired effects, asterisks mark intervals excluding zero, and color is normalized within each outcome row because the four outcomes have different units. The shared world yields the most consistent gains in held-out and portfolio resilience and in invention count, whereas discovery AUC depends on condition and scale. Societies become better at building useful collections of technologies, but more communication does not automatically make them better at finding the single fastest early winner.
Figure 4: Population scaling and mechanism-resolved collective effects over 800 discovery ticks. Points and heavy lines in panels A-D are means across four matched world seeds; error bars are paired seed-bootstrap 95% intervals. (A) Discovery-frontier AUC integrates the running best measured artifact performance, rewarding discoveries that occur early and remain on the frontier. (B) Held-out resilience AUC measures agent-free service coverage under eight unseen disturbance schedules. (C) Portfolio resilience quantifies the breadth and redundancy of functional service across the final artifact collection. (D) Validated inventions count technologies that pass the simulator’s objective validation criteria. (E) Each cell is a shared-world condition minus the paired endpoint-wise independent-search envelope. Printed values are raw paired effects, asterisks mark intervals excluding zero, and color is normalized within each outcome row because the four outcomes have different units. The shared world yields the most consistent gains in held-out and portfolio resilience and in invention count, whereas discovery AUC depends on condition and scale. Societies become better at building useful collections of technologies, but more communication does not automatically make them better at finding the single fastest early winner.
Table S2: Mechanism-resolved experimental conditions.
ConditionAvailable interaction substrate
Full cultureOne shared world with physical stigmergy, messages, publications, teaching, trade, task claims, shared records, program reuse, and program forking.
No communicationOne shared world with physical stigmergy. Messaging, publication, teaching, trade, task claims, and publication-dependent composition are removed; physically observable program reuse and forking remain available.
No explicit cultureOne shared world with physical stigmergy. Communication, program forking, cross-agent sequence inheritance, the skill library, authored artifact text, and mutation-parent access are removed from the treatment interface.
Independent searchN isolated one-agent copies of the seeded world. Member i matches shared agent i in initial position and macroturn phase. Each endpoint is the maximum over all N members.
Figure 5: Data-driven behavioral phenotypes discovered in the 800-tick scaling study. Each point represents one complete agent trajectory, and the two-group k-means classification is learned from 15 robust-scaled behavioral features without access to condition, population, seed, identity, or an assigned role. (A) PCA gives an auditable linear projection. The numbered arrows are the six largest loading vectors and point toward increasing social interaction, cultural coordination, technology work, artifact proximity, construction/control, and net displacement. Clustering is performed in the full feature space rather than in this two-dimensional display. (B) Cluster-average standardized signatures identify C1 as artifact-centered work and C2 as mobile exploration; red indicates above-corpus values and blue indicates below-corpus values. (C) Stacked bars show the mean N=200 composition, with four seed fractions overlaid. (D) The artifact-centered fraction is followed across N=50, 100, and 200 for each shared-world condition. Initially identical agents divide into a smaller group that stays near and works on technology and a larger group that continues exploring, and explicit culture shifts more agents toward the technology-centered mode.
Figure 5: Data-driven behavioral phenotypes discovered in the 800-tick scaling study. Each point represents one complete agent trajectory, and the two-group k-means classification is learned from 15 robust-scaled behavioral features without access to condition, population, seed, identity, or an assigned role. (A) PCA gives an auditable linear projection. The numbered arrows are the six largest loading vectors and point toward increasing social interaction, cultural coordination, technology work, artifact proximity, construction/control, and net displacement. Clustering is performed in the full feature space rather than in this two-dimensional display. (B) Cluster-average standardized signatures identify C1 as artifact-centered work and C2 as mobile exploration; red indicates above-corpus values and blue indicates below-corpus values. (C) Stacked bars show the mean N=200 composition, with four seed fractions overlaid. (D) The artifact-centered fraction is followed across N=50, 100, and 200 for each shared-world condition. Initially identical agents divide into a smaller group that stays near and works on technology and a larger group that continues exploring, and explicit culture shifts more agents toward the technology-centered mode.
Figure 6: Executable technological culture. Seed means and 95% seed-bootstrap intervals are shown across population size. (A) Fraction of constructed artifacts with recorded contributions from multiple agents. Full culture produces the largest collaborative fraction at every population, while appreciable collaboration without explicit culture demonstrates that agents can still meet around and modify persistent objects. (B) Fraction of eligible program forks whose child author differs from the parent author. Cross-agent descent grows with population under full culture and remains possible without direct communication because executable inheritance is still available in that intervention; it is zero by construction when explicit culture and cross-agent inheritance are disabled. (C) Focused content-addressed program lineage centered on Adaptive Chitin Maintenance. Gray boxes are ancestor programs, the green box is the focal program, and purple boxes are descendants. Each node records first tick, number of authors, and installations; each arrow records fork tick, author, and instruction-level edit count. Agents did not merely discuss ideas: they reused, edited, installed, and propagated one another’s executable environmental controllers, producing attributable technological descent.
Figure 6: Executable technological culture. Seed means and 95% seed-bootstrap intervals are shown across population size. (A) Fraction of constructed artifacts with recorded contributions from multiple agents. Full culture produces the largest collaborative fraction at every population, while appreciable collaboration without explicit culture demonstrates that agents can still meet around and modify persistent objects. (B) Fraction of eligible program forks whose child author differs from the parent author. Cross-agent descent grows with population under full culture and remains possible without direct communication because executable inheritance is still available in that intervention; it is zero by construction when explicit culture and cross-agent inheritance are disabled. (C) Focused content-addressed program lineage centered on Adaptive Chitin Maintenance. Gray boxes are ancestor programs, the green box is the focal program, and purple boxes are descendants. Each node records first tick, number of authors, and installations; each arrow records fork tick, author, and instruction-level edit count. Agents did not merely discuss ideas: they reused, edited, installed, and propagated one another’s executable environmental controllers, producing attributable technological descent.

Findings

  • Shared worlds consistently exceeded independent search in held-out resilience, portfolio resilience, and the number of validated inventions.
  • At 200 agents, the no-explicit-culture condition achieved a discovery-frontier AUC gain of 0.069 over the independent envelope.
  • In the 3,200-tick full-culture study, artifact-centered behavior increased by 21.8 percentage points relative to the ablation, while executable lineage depth kept growing.
  • About 95% of first technology adoptions began through physical observation, while independent search retained the strongest single final artifact.
Figure 7: Sixteen ranked, deduplicated agent-invented technologies from the 800-tick study. The colored rule above each panel identifies its experimental condition and the number at upper right is lifetime-peak simulator performance. Panels A-D show the Three Layer Connected Chitin Exchange Lattice, Mycelial Mineral Spring Veil, Fermented Tidal Chitin Panel, and Breathing Cuticle Veil. Panels E-H show the Myco Repair Exchange Panel, Replicated Tri-Phase Healing Exchange Lattice, Chitin Healing Vein Partition, and Myco Mend Lattice. Panels I-L show the Myco Porous Buffer Sheet, Catalyst Springveil Reactive Lattice, Catalyst Venation Habitat Membrane, and Cellulose Nutrient-Moisture Exchange Trellis. Panels M-P show the Stonecap Mycelial Vent Panel, Basalt Mycelium Lattice, Hyphae Pulse Interface, and Kelp Shell Tideveil Panel. Each portrait combines a complete form, partial cutaway, and dominant component specimens inferred from the recorded architecture, geometry, composition, process sequence, and controller. Text below each image reports the input-process-output flow, agent-authored functional claim, sensor-to-actuator control signature, and leading material fractions. The society explored multiple technological families rather than converging on one prewritten object; the images communicate the proposed mechanisms, while the quantitative score comes only from the simulator. See Section S2.13 for details on how these representative technologies were selected.
Figure 7: Sixteen ranked, deduplicated agent-invented technologies from the 800-tick study. The colored rule above each panel identifies its experimental condition and the number at upper right is lifetime-peak simulator performance. Panels A-D show the Three Layer Connected Chitin Exchange Lattice, Mycelial Mineral Spring Veil, Fermented Tidal Chitin Panel, and Breathing Cuticle Veil. Panels E-H show the Myco Repair Exchange Panel, Replicated Tri-Phase Healing Exchange Lattice, Chitin Healing Vein Partition, and Myco Mend Lattice. Panels I-L show the Myco Porous Buffer Sheet, Catalyst Springveil Reactive Lattice, Catalyst Venation Habitat Membrane, and Cellulose Nutrient-Moisture Exchange Trellis. Panels M-P show the Stonecap Mycelial Vent Panel, Basalt Mycelium Lattice, Hyphae Pulse Interface, and Kelp Shell Tideveil Panel. Each portrait combines a complete form, partial cutaway, and dominant component specimens inferred from the recorded architecture, geometry, composition, process sequence, and controller. Text below each image reports the input-process-output flow, agent-authored functional claim, sensor-to-actuator control signature, and leading material fractions. The society explored multiple technological families rather than converging on one prewritten object; the images communicate the proposed mechanisms, while the quantitative score comes only from the simulator. See Section S2.13 for details on how these representative technologies were selected.
Figure 8: Representative N=200 movement trajectories from matched seed-3202 societies. For readability, 24 deterministically selected complete paths are shown in each panel over the identical terrain. White circles mark trajectory starts, colored circles mark endpoints, and gold diamonds mark artifacts active at tick 800. (A) Full culture produces paths that repeatedly intersect the central artifact ecology; all-agent summaries report mean path length 36.0 cells, 3.3 regions visited, and artifact-contact AUC 0.31. (B) Without explicit culture, mean path length remains 36.0 cells, but region coverage falls to 2.7 and artifact-contact AUC to 0.14. (C) Without communication, mean path length is 37.0 cells, region coverage is 2.6, and artifact-contact AUC is 0.11. The inset values use all 200 agents, not only the displayed paths. The agents travel similar total distances, but full culture makes their movement more likely to intersect the shared technological infrastructure.
Figure 8: Representative N=200 movement trajectories from matched seed-3202 societies. For readability, 24 deterministically selected complete paths are shown in each panel over the identical terrain. White circles mark trajectory starts, colored circles mark endpoints, and gold diamonds mark artifacts active at tick 800. (A) Full culture produces paths that repeatedly intersect the central artifact ecology; all-agent summaries report mean path length 36.0 cells, 3.3 regions visited, and artifact-contact AUC 0.31. (B) Without explicit culture, mean path length remains 36.0 cells, but region coverage falls to 2.7 and artifact-contact AUC to 0.14. (C) Without communication, mean path length is 37.0 cells, region coverage is 2.6, and artifact-contact AUC is 0.11. The inset values use all 200 agents, not only the displayed paths. The agents travel similar total distances, but full culture makes their movement more likely to intersect the shared technological infrastructure.

Where it can be used

  • Design long-running agent systems around inspectable artifacts, executable programs, and versioned provenance rather than chat history alone.
  • Build scientific-discovery agents in environments where exploration, construction, maintenance, and coordination roles can emerge from outcomes instead of being assigned in advance.
  • Evaluate robot collectives, materials search, and operational agent systems by portfolio robustness across needs, not only by one peak-performing output.
Figure 9: Movement linked to scientific work and interaction in representative N=200 societies. Eighteen focal agents per condition are selected by round-robin ranking on distance, artifact work, social interaction, and successful actions so that the display spans the observed behavioral repertoire. Segment color gives instantaneous path speed in cells per tick. Blue circles mark observations or tests, gold diamonds mark artifact construction, purple triangles mark program installation, coral stars mark explicit interaction, and black squares mark active artifacts; square area increases with the number of distinct participants. (A) Full culture combines broad observation with dense construction, installation, and explicit social events around shared artifacts. (B) No explicit culture retains observation and physical artifact work but lacks the direct cultural channel. (C) No communication shows the corresponding spatially mediated activity when messages are unavailable. These are not simply tracks of where agents wandered: they show when travel became measurement, building, code deployment, or coordination, and where repeated work turned artifacts into local activity hubs.
Figure 9: Movement linked to scientific work and interaction in representative N=200 societies. Eighteen focal agents per condition are selected by round-robin ranking on distance, artifact work, social interaction, and successful actions so that the display spans the observed behavioral repertoire. Segment color gives instantaneous path speed in cells per tick. Blue circles mark observations or tests, gold diamonds mark artifact construction, purple triangles mark program installation, coral stars mark explicit interaction, and black squares mark active artifacts; square area increases with the number of distinct participants. (A) Full culture combines broad observation with dense construction, installation, and explicit social events around shared artifacts. (B) No explicit culture retains observation and physical artifact work but lacks the direct cultural channel. (C) No communication shows the corresponding spatially mediated activity when messages are unavailable. These are not simply tracks of where agents wandered: they show when travel became measurement, building, code deployment, or coordination, and where repeated work turned artifacts into local activity hubs.
Figure 10: Within-run evolution of a representative no-explicit-culture society with N=200 and seed 3202. (A-C) Authoritative world states nearest ticks 0, 400, and 800; the stored snapshots occur at ticks 0, 408, and 800. Agents are black circles, artifacts are gold diamonds, and processing laboratories are open squares. The artifact count increases from 0 to 25 to 61 as the disturbance field and local activity pattern change. (D) Stepwise accumulation of persistent artifacts across the episode. (E) Running best artifact performance and portfolio resilience. The best-object curve rises rapidly after the first construction wave, whereas portfolio resilience grows more slowly as the society adds complementary technologies. (F) Normalized spatial entropy of agent occupancy on a fixed 10×10 grid declines from roughly 0.86 to 0.76, indicating moderate concentration rather than complete aggregation. Agents progressively convert an initially empty landscape into a persistent technological habitat; the first strong object appears quickly, but a useful portfolio and stable spatial organization take longer to assemble.
Figure 10: Within-run evolution of a representative no-explicit-culture society with N=200 and seed 3202. (A-C) Authoritative world states nearest ticks 0, 400, and 800; the stored snapshots occur at ticks 0, 408, and 800. Agents are black circles, artifacts are gold diamonds, and processing laboratories are open squares. The artifact count increases from 0 to 25 to 61 as the disturbance field and local activity pattern change. (D) Stepwise accumulation of persistent artifacts across the episode. (E) Running best artifact performance and portfolio resilience. The best-object curve rises rapidly after the first construction wave, whereas portfolio resilience grows more slowly as the society adds complementary technologies. (F) Normalized spatial entropy of agent occupancy on a fixed 10×10 grid declines from roughly 0.86 to 0.76, indicating moderate concentration rather than complete aggregation. Agents progressively convert an initially empty landscape into a persistent technological habitat; the first strong object appears quickly, but a useful portfolio and stable spatial organization take longer to assemble.

Limits and open work

  • Each condition used only four matched world seeds, so the analysis emphasizes effect sizes and consistency rather than asymptotic population inference.
  • The evidence comes from deterministic simulated worlds; the same advantage has not yet been established in real organizations or physical robot swarms.
  • Hidden protein-material properties were fixed simulator priors, not new biochemical predictions or experimental measurements.
Figure 11: Recorded knowledge lineage from evidence to technology. (A) Society-scale directed ancestry of eight high-performing active artifacts. Circles denote agents, squares denote evidence, small gold nodes denote insights, purple hexagons denote executable programs, and green diamonds denote artifacts. Typed arrows encode authorship or observation, recorded parent references, construction, installation, and program forking; node area increases with betweenness centrality. Labels are selectively placed to preserve readability. (B) Focused ancestry around AdaptiveChitinExchangeScaffold. Multiple agents, evidence records, precursor artifacts, and inherited programs converge on the target artifact; arrow direction is from recorded precursor to downstream record, program, or artifact. (C) Evidence, insight, and program nodes ranked by the number of distinct downstream artifacts they reach. The passive material system has the largest reach, followed by several maintenance and exchange records. Technologies are not isolated model responses: recorded observations and executable ideas become reusable building blocks that pass through several agents and contribute to multiple later artifacts.
Figure 11: Recorded knowledge lineage from evidence to technology. (A) Society-scale directed ancestry of eight high-performing active artifacts. Circles denote agents, squares denote evidence, small gold nodes denote insights, purple hexagons denote executable programs, and green diamonds denote artifacts. Typed arrows encode authorship or observation, recorded parent references, construction, installation, and program forking; node area increases with betweenness centrality. Labels are selectively placed to preserve readability. (B) Focused ancestry around AdaptiveChitinExchangeScaffold. Multiple agents, evidence records, precursor artifacts, and inherited programs converge on the target artifact; arrow direction is from recorded precursor to downstream record, program, or artifact. (C) Evidence, insight, and program nodes ranked by the number of distinct downstream artifacts they reach. The passive material system has the largest reach, followed by several maintenance and exchange records. Technologies are not isolated model responses: recorded observations and executable ideas become reusable building blocks that pass through several agents and contribute to multiple later artifacts.
Figure 12: Construction and operational matter pathways for the 16 technologies in Figure 7, retained in the same A-P order. The left matrix reports construction feedstocks. Filled circles identify named recipe inputs and circle area increases with input mass; gray open circles mean that the material is absent. The center matrix reports fabrication sequence. Connected numbered circles provide the exact processing order, distinguishing, for example, wash-grind-ferment routes from mineralize-align-weave routes. The right matrix reports realized operational matter flow per 100 active ticks in the authoritative final snapshot. Filled colored circles and printed values encode the realized rate; colored open circles indicate that a controller pathway exists but had zero realized flux; gray open circles indicate that the pathway is unavailable. Water capture transfers local moisture into artifact storage, contamination removal reduces the environmental field, and embodied reserve supports repair, growth, and nutrient release. Construction feedstocks are consumed once at build time and are not automatically replenished during operation. The figure distinguishes what an artifact is made from, how it was fabricated, and what it actually did after construction; only the final columns are evidence of executed simulator function.
Figure 12: Construction and operational matter pathways for the 16 technologies in Figure 7, retained in the same A-P order. The left matrix reports construction feedstocks. Filled circles identify named recipe inputs and circle area increases with input mass; gray open circles mean that the material is absent. The center matrix reports fabrication sequence. Connected numbered circles provide the exact processing order, distinguishing, for example, wash-grind-ferment routes from mineralize-align-weave routes. The right matrix reports realized operational matter flow per 100 active ticks in the authoritative final snapshot. Filled colored circles and printed values encode the realized rate; colored open circles indicate that a controller pathway exists but had zero realized flux; gray open circles indicate that the pathway is unavailable. Water capture transfers local moisture into artifact storage, contamination removal reduces the environmental field, and embodied reserve supports repair, growth, and nutrient release. Construction feedstocks are consumed once at build time and are not automatically replenished during operation. The figure distinguishes what an artifact is made from, how it was fabricated, and what it actually did after construction; only the final columns are evidence of executed simulator function.

Why it matters

The paper shows why evaluating a multi-agent system only by its single best answer can miss the main benefit of collaboration. For systems serving several needs over time, persistent artifacts, executable code, and traceable inheritance may be more useful shared memory than conversation alone.

Terms in this paper

  • Stigmergy · Indirect coordination in which traces or structures left in the environment guide later actors
  • Best-of-N search · A strong baseline that runs N independent attempts and selects the best result for each endpoint
  • Held-out disturbance · A test condition not used during construction, applied afterward to measure robustness

Original abstract (English)

Collective intelligence can emerge when individuals coordinate through a shared environment, allowing local actions to accumulate into durable social organization. Language-model agents offer a new substrate for this process, yet most multi-agent systems rely on direct conversation, predefined roles, or centralized workflows. It remains unclear whether decentralized agents can build functional technologies and outperform independent search. Here, initially homogeneous LLM agents in SwarmWorld self-organize without assigned roles or recipes into evolving technological societies. Agents explore a spatial environment, process resources, test materials, construct persistent artifacts, and write executable controllers evaluated by a deterministic simulator under unseen disturbances after the agents are removed. SwarmWorld splits cognition from consequence: agents propose architectures and controllers within fixed action and material schemas, while the simulated world determines function. Shared societies develop broader, more resilient technological portfolios than a strong best-of-N isolated-search baseline, although isolated search remains competitive for the strongest artifact. Agents differentiate into exploration, construction, maintenance, and coordination behaviors, transitioning as the world matures. Technologies accumulate through collaborative construction, executable inheritance, and persistent agent-artifact networks, with most reuse beginning through physical observation rather than communication. Explicit cultural mechanisms amplify collaboration and organization, but functional benefits depend on outcome and timescale. Physical stigmergy alone supports capable societies, while interaction drives persistent technological ecologies rather than universally superior individual inventions.

Authors · Pal, Subhadeep, Wang, Fiona Y., Buehler, Markus J.

Read on arXiv

Latest papers

All papers →

Latest from METAL LAB

Figures: Pal, Subhadeep et al., arXiv:2608.26081, cc-by-nc-nd-4.0