SWISwarm Intelligence
SWIBiology atlas
Research snapshot ·

Ants / Shared memory

How can agents make progress without repeating the same research?

Linepithema humile · 6 linked studies · Sources checked: 06.09.2026

What happens in nature?

Route-choice experiments with Argentine ants demonstrated the contribution of local pheromone trails to collective shortcut selection. Ant System translated this inspiration into artificial trails reinforced by solution quality and probabilistic selection.

Transfer boundaryBiological route finding and text generation are different problems. Here, 'pheromone' is an aging utility record, not an agent's confidence rating or a chemical model.

From mechanism to protocol

123Shared trailVerifyUpdate · decay
  1. Independent researchers
  2. Sourced shared trail · update and decay
  3. Independent verification → feedback to memory
SWI adaptation · conceptual communication diagram
In biologyA counterpart to test in your agents
Pheromone trailShared finding with source and version
Trail reinforcementUtility increase after independent verification
EvaporationExpiry and revalidation of stale findings
ExplorationReserved budget for unexplored approaches

How can you use it in your swarm?

Reduce repeated research while retaining provenance and freshness.

  1. Partition the research

    Give each subquestion an ID and acceptance criteria. Claim it with a lease; make duplicate ownership visible.

  2. Record the trail

    Attach source URL, access date, scope, task_id and artifact_version. Separate source material from interpretation.

  3. Reinforce verified trails

    Increase utility only after external checking. Mark unavailable sources and refuted findings without silently erasing history.

  4. Age and explore again

    Recheck stale records in the next round. Reserve some budget for alternative sources; deliver a cited synthesis.

Configure the recipe with your task, agent count and budget

Start with an experiment

Solve 10 questions over the same source collection with one agent, independent parallel agents and a shared-memory swarm. Match aggregate token, tool and time budgets.

What happens if you remove the mechanism?
Disable aging; invalidate one source in the next round. Compare stale finding reuse and recovery.
Primary failure risk
An early false finding may gain visibility. Do not treat read counts as quality or copied sources as independent evidence.

Evidence and related studies

Read biological evidence and agent research separately. The engineering interpretations below are SWI synthesis.

1989 · Journal paperNaturwissenschaften 76, 579–581

Self-organized shortcuts in the Argentine ant

Argentine ants interacting through trail pheromone selected shorter routes in the experimental setup.

What can I use? Interpretation, limits and provenance

SWI engineering interpretation

Record verified utility and age in shared memory, alongside the output.

Limitation

Specific species and route setup; not a universal result for ants or LLM tasks.

Source record

S. Goss, S. Aron, J. L. Deneubourg, J. M. Pasteels
Publication: 1989 · exact day not verified
Publication record review · Checked: 2026-09-06

1999 · Historical reviewArtificial Life 5(2), 97–116

A Brief History of Stigmergy

Stigmergy describes coordination through environmental modifications that stimulate subsequent actions.

What can I use? Interpretation, limits and provenance

SWI engineering interpretation

Define the shared artifact agents read and modify before designing messaging.

Limitation

A historical review, not a performance experiment for a particular agent architecture.

Source record

Guy Theraulaz, Eric Bonabeau
Publication: 1999 · exact day not verified
Publication record review · Checked: 2026-09-06

1996 · Journal paperIEEE TSMC Part B 26(1), 29–41

Ant system: optimization by a colony of cooperating agents

Ant System combines positive feedback, distributed computation and heuristic selection for combinatorial optimization.

What can I use? Interpretation, limits and provenance

SWI engineering interpretation

Reinforce useful trails, reserve exploration and decay stale trail weights.

Limitation

Requires a defined objective function; text quality is not inherently a path length.

Source record

Marco Dorigo, Vittorio Maniezzo, Alberto Colorni
Publication: 1996 · exact day not verified
Abstract review · Checked: 2026-09-06

1998 · Journal paperJAIR 9, 317–365

AntNet: Distributed Stigmergetic Control for Communications Networks

Distributed mobile agents adapt routing tables through indirect, asynchronous information exchange mediated by the network.

What can I use? Interpretation, limits and provenance

SWI engineering interpretation

Update task routing from observed results rather than fixed role titles.

Limitation

Network packet costs are measurable; LLM correctness requires an additional external evaluator.

Source record

Gianni Di Caro, Marco Dorigo
Publication: 1998-12-01
Abstract review · Checked: 2026-09-06

2025 · arXiv versionarXiv:2510.10047v1

SwarmSys: Decentralized Swarm-Inspired Agents for Scalable and Adaptive Reasoning

SwarmSys combines explorer, worker and validator roles with adaptive matching and pheromone-inspired reinforcement.

What can I use? Interpretation, limits and provenance

SWI engineering interpretation

Tie trail strength to verified task outcomes rather than an agent's self-reported confidence.

Limitation

Preprint results belong to the authors' experiments; this app has not reproduced that performance.

Source record

Ruohao Li et al.
Publication: 2025-10-11
Abstract review · Checked: 2026-09-06

2025 · arXiv versionarXiv:2503.13657v3

Why Do Multi-Agent LLM Systems Fail?

Version 3 presents a dataset of over 1,600 traces and 14 failure modes grouped into design, inter-agent misalignment and verification.

What can I use? Interpretation, limits and provenance

SWI engineering interpretation

Log failure causes such as wrong tasks, broken handoffs and premature termination alongside outcomes.

Limitation

The taxonomy is a substantial starting point, not a claim to cover every failure in all systems.

Source record

Mert Cemri et al.
Publication: 2025-03-17
Reviewed revision: 2025-10-26
Abstract review · Checked: 2026-09-06