Abhishek S.
Shipping in public. Listening in private.

Abhishek

I lead women’s Indo-Western & Premium at Max Fashion. I also wrote the AI that runs the buying floor.

Rare profile. Category operator who ships production code.

Senior Buying Leader · Max Fashion Women’s Indo-Western & Premium · 530+ India stores NIFT ’12 · Twelve years on the floor

abhishek@bengaluru ~ %
>role: senior buying lead
>dept: women’s indo-western + premium
>floor: 530+ stores india

Swarm Intelligence — Computation Without a Programmer

An ant has about 250,000 neurons, roughly cockroach-grade hardware. A colony of 500,000 ants builds climate-regulated mounds with directional ventilation, farms fungus on chosen substrates, and finds shortest paths through changing terrain faster than the routing algorithm in your phone. No ant holds the blueprint. The colony's intelligence is not stored anywhere; it is what 500,000 local rules compute when run in parallel against a shared environment.

This is swarm intelligence: complex global behavior from simple agents following local rules, with no central controller and no global view. Engineering by selection, not by design.

How it works — the four ingredients

Four properties, in combination, produce a swarm. Remove one and the system collapses into either chaos or rigid hierarchy.

  1. Decentralization. No agent holds the global state.
  2. Local interaction. Agents respond only to nearby neighbors or local environment.
  3. Positive feedback. Successful behaviors reinforce themselves: pheromone deposits, waggle-dance intensity, edge-strengthening in slime-mold tubes.
  4. Negative feedback. Failed behaviors damp out: pheromone evaporates, dances shorten, tubes retract. This is what prevents the system from locking into a bad early answer.

The coordination mechanism is stigmergy: agents communicate by modifying the shared environment, not each other. A foraging ant lays pheromone on its return; the next ant follows stronger pheromone; shorter paths are traversed more often per unit time, so they accumulate more pheromone per unit time, so they win. No ant chose them.

Where it shows up

What's contested

Three open questions, all live.

The criticality claim is the most exciting and the most disputed. Some physicists argue that "edge of chaos" has become a folk hypothesis that overfits the data: every interesting biological collective gets labeled critical because the math is flexible enough to fit. Mora & Bialek (J. Stat. Phys., 2011) gave the hypothesis serious footing; Beggs & Timme (Frontiers in Physiology, 2012) catalogued the statistical traps in distinguishing true criticality from systems with merely heavy-tailed correlations.

How much of human cognition is swarm-like is unresolved. The "neural criticality" hypothesis — conscious brains operating near a phase transition — has attractive evidence (avalanche distributions in cortical recordings) and serious critics (state-dependence and surrogate-data confounds). It is not yet settled science.

Swarm AI engineering still under-delivers relative to the biological original. Drone-swarm demos impress, but no engineered swarm matches an ant colony's robustness to individual loss or environmental change. The 1992 ACO algorithm remains close to the state of the art for the problems it was designed for, meaning the field has not, in 34 years, found a fundamentally better way to use stigmergy.

Why this has to do with other realms

The murmuration is a physics object before it is a biology object. The same criticality mathematics — power-law correlations, scale-free response — appears in concept turbulence, in concept phase transitions near a critical point, in neural avalanche distributions in mammalian cortex, and (more speculatively) in the holographic error-correcting codes that may underlie spacetime itself. A flock of starlings and a brain at the moment of insight may be running the same computation in the same mathematical regime: ordered enough to preserve signal, disordered enough to integrate it.

Parisi noticed this because he had spent thirty years on spin glasses, disordered magnetic systems that share the same statistical structure. The 2021 Nobel citation read "discovery of the interplay of disorder and fluctuations in physical systems from atomic to planetary scales." Starlings were, quietly, one of those planetary-scale systems.

An open question

If criticality is the regime in which a flock, a brain, and a cooling fluid all maximize information processing, can it be engineered deliberately — built into a fleet of drones, a neural network, a market — or does it only emerge from evolution's slow tuning? As of 2026, no one has built a critical artificial swarm at scale and shown it stays critical under stress. The biological versions still win.

Key sources

Further reading

See Also