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

Distributed Cognition — Intelligence Without a Center

A severed octopus arm, disconnected from any brain, will still reach toward food and recoil from a pinprick for about an hour. The arm is not twitching reflexively. It is computing. Roughly two-thirds of the octopus's ~500 million neurons sit outside its central brain, and they keep doing their job after the wiring to headquarters is cut.

This is the cleanest demonstration that the "central processor receives input, decides, sends output" model of intelligence is a design choice, not a law. Slime molds, fungal networks, ant colonies, and increasingly large AI systems all run on a different blueprint: many semi-autonomous nodes, no global plan, coherent behavior anyway.

At a glance

Cognition is not confined to one skull. Mind ↔ body ↔ tools ↔ others ↔ institutions form one loop.

How it works

The trick is keeping local decisions local. A node only needs enough information to act on its piece of the problem. Coordination happens through a few cheap mechanisms — chemical gradients, message passing, shared context — rather than a central conductor issuing per-step commands.

Four properties recur across biological and engineered examples:

The trade-off: distributed systems are slow to change strategy. A vertebrate can flip from forage-mode to flee-mode in 200 ms because one structure (the amygdala-cortex loop) sets policy for the whole body. An octopus or an ant colony shifts global state more slowly, through hormones, pheromones, or shared signals.

Where it shows up

Octopus. ~60% of neurons live in the arms, organized as 30–40 repeating processing modules per arm — one per sucker — connected by oblique inter-arm tracts identified in a 2024 Current Biology molecular atlas. The central brain sets context (hunt, hide, mate). Arms handle execution. See concept octopus intelligence.

Slime mold. Physarum polycephalum is a single multinucleate cell with no neurons. Atsushi Tero and colleagues at Hokkaido (Tero et al., Science, 2010) placed oat flakes on a wet surface in the geometry of Tokyo's commuter cities; the mold grew a network whose efficiency and fault tolerance matched the real Tokyo rail system. Optimization without cognition in any conventional sense.

Fungal networks. Mycorrhizal mycelium ferries carbon, nitrogen, and chemical alarm signals between trees across forest soils. Suzanne Simard's isotope-tracer work in 1990s British Columbia first demonstrated directional carbon transfer. How much of the "wood wide web" narrative survives careful methodology is now openly contested (see Karst, Jones & Hoeksema, Nature Ecology & Evolution, 2023).

Insect swarms. Honeybee scouts pick a new hive site through a quorum-sensing dance described by Thomas Seeley. No bee has the full ranking; the colony does. Ant foraging trails self-optimize through pheromone evaporation, a mechanism that became the basis of Marco Dorigo's Ant Colony Optimization algorithms (1992).

Engineered systems. Edge computing pushes inference to the device; neuromorphic chips like Intel Loihi 2 (2021) and IBM NorthPole (2023) replace one fast clock with many event-driven cores. A 2025 Science Robotics paper demonstrated an octopus-inspired suction cup that senses texture, measures adhesion, and grips — all without a central controller. The cup is the controller for its own action.

Modern multi-agent LLM deployments are the same shape: specialized agents handling retrieval, code execution, and synthesis with loose coordination, no single agent holding the whole plan. See tech neuromorphic computing.

What's contested

Three live arguments:

  1. Is the octopus really "decentralized," or just modular? The arms receive descending input from the brain and likely exchange more information through the oblique tracts than older lesion studies suggested. "Distributed" may be a useful caricature of a system that is actually hierarchical with strong local processing.

  2. What does the slime mold actually compute? Its networks are good but not provably optimal — they sometimes converge on Steiner-tree-like solutions and sometimes don't. Whether Physarum "solves" the shortest-path problem or just grows in a way that often looks like it does remains a definitional argument as much as an empirical one.

  3. Does unified consciousness require unified architecture? If the octopus is conscious, what is the subject of its experience — the central brain, each arm, or some emergent whole? Global Workspace theorists (Bernard Baars, Stanislas Dehaene) treat broadcast-to-a-center as constitutive of awareness. Integrated Information Theory (Giulio Tononi) lets distributed systems be conscious if their integration measure φ is high enough. The octopus is the awkward case both sides cite. See concept hard problem consciousness.

Why this has to do with other realms

The shape of this argument keeps reappearing far from biology. Markets aggregate dispersed private information without any planner — Hayek's 1945 case in The Use of Knowledge in Society is structurally the same argument as defending swarm intelligence against central planning of ant colonies. Distributed ledgers replace a trusted center with many semi-trusting nodes. Even SETI's concept fermi paradox gets weirder if you allow that an advanced civilization might not be a localized "thing" radiating from a planet but a distributed substrate whose signal we would not recognize as a sender.

The unifying claim is uncomfortable: many problems we think need a smart center actually need a dumb topology and patient feedback.

An open question

If consciousness can be genuinely distributed, what experiment would distinguish "one octopus having one experience across nine processors" from "nine experiences that happen to share a body"? Nobody has proposed a clean answer, and the question may be where philosophy of mind has to break next.

Key sources

Further reading

Abhishek's take

I see the same pattern on the buying floor when a QR tag, a planner's edit, and a supplier photo change the buy before any weekly review happens. The useful intelligence is not inside my head or inside the tools I wrote; it sits in the loop between the range, the vendor sample, and the person who has to commit units. When I centralize that loop, decisions get tidy and late; when each node carries its own small signal, the range moves before the season closes.

See Also