The Superorganism - B. Holldöbler, E.O. Wilson
Posted
I often explain that I think ant colonies should be regarded as a single “discrete” animal rather than many tiny animals, lately I realized somebody else must have had the same thought and wrote something about it if there was anything to it, which was the case. It is a very interesting book!
My notes:
-
When learning something about animals, it is useful to make comparisons with 1. machines, 2. humans, so that one might learn something about them as well;
-
Machines. In explaining how the brain of an ant works, the authors says that it is essentially a decision tree. The architecture of the tree is predetermined by the genes, an initial weighting is partially provided, the weights are fine-tuned or determined during the ant’s life. The resemblance with machine learning algorithms is striking and somebody must have thought about it, perhaps even when designing machine learning algorithms for the first time. The architecture corresponds to the fixed parameters (hyperparameters) of the algorithm, the weights being fine-tuned during the ant’s life correspond to the usual parameters of the algorithm, fixed during training. So if we decide that an animal is essentially a machine learning algorithm, it might be worth looking into how nature solved the main problems of machine learning and working out some details:
- Local Minima. To define a minimum one would need to define some kind of objective function, but we can say that nature is full of different evolutionary minima. I understand that crocodiles have essentially stop evolving, and for many species of ants that seems to be the case as well. The authors talk about “points of no return”: if, say, the wings atrophy and over generations disappear until there’s only vestigial remains, they’re quite unlikely to grow back - they would need to evolve independently again. This is a case of evolution getting stuck somewhere while exploring. This is not really solved in a strict sense, there are different animals that live in different equilibrium states;
- Hyperparameter Search. It would be interesting to know more about this. How does the algorithm for the hyperparameter search look like? How drastically can the decision tree in an ant’s brain change from generation to generation? Are there limitations on the number of changes? I would expect the algorithm to be based on chemistry and physics, and its limitations and features to be based on concrete chemical and physical limitations and laws. It would also be interesting to understand whether this hyperparameter search underwent natural selection as well, or if it is the same for all living beings (and always has been);
- Nesting Models. So it would seem like nature is made up of concurring machine learning models that exchange information, literally feeding on each other. If a model performs very well and reproduces greatly, it becomes biologically convenient to feed on that model, since it is an abundant resource. Taking one step back, we actually have a very large machine with a lot of nested algorithms. We can say this for nature in general, but we could also just look at an ant colony. In the latter case it’s always the same model being put in parallel with itself;
- Objective Function. Say that we want to classify images, we can build up a machine learning algorithm, in fact a whole series of them, and let them evolve in parallel. With each epoch we trash the less successful algorithms, multiply the remaining ones and start the machine again - this would model the way nature works, we would get in the end several branches of algorithms interacting among each other. The problem is that animals do not have as task classifying images, where it is relatively easy to decide what success is. The objective seems to be to be able to reproduce oneself as much as possible and to perform all the parenting needed (possibly no parenting) to bring the offsprings at a level at which they can reproduce themselves. Then one can go on ad libitum. When we look at nature as a huge nested machine learning algorithm, we can ask what its objective function would be. The crudest theory about origin of life goes like this: there were chemical compounds that mirrored themselves for purely chemical reasons; then there were chemical compounds that mirrored themselves and were able to corrode other compounds, from which originated materials with which they ended up mirroring themselves; then there were compounds that mirrored themselves, corroded others and were resistent to corrosion; then came others that were even more effective in corroding; and one can bootstrap from here all the way to human beings. In this view it is really hard to talk about an objective - it is fascinating in that the only real ingredients it needs are the physical laws of attraction and repulsions, the fundamental forces. It is those physical forces that bring to the (of course fully unconcious) initial mirroring, which we find again at the end of the chain bootstrapped out of their mind to things like pleasure or love, in the same way as corroding and separating becomes hatred. So as such life would have no meaning, but would be able to evolve the ability of conferring itself one, if necessary to propagate itself. The objective function is a moving target, because the algorithm modifies the environment it inhabits, its predictions interact with the outside world and influence it. In the case where the predictions have a great impact on the outside world, the algorithm cannot evolve fast enough to match the pace of the outside changes. I would say this is what is happening with humans.
-
Humans. I think it is an instructive exercise to compare ant colonies and human colonies. Completely “superorganistic” ants:
- Are selfless, since they only reproduce through the queen of the colony;
- Regulate their societies by trying and keep information constantly flowing in all parts of the colony (queen health, availability of food, presence of enemies);
- Are highly specialized. The obvious example is the queen, but there are ants that serve as food reservoir, others that spend their time farming, others that just fight;
- Stopped evolving on the individual level, rather evolving on colony level.
I don’t see any way humans can evolve to live in true harmony as long as reproduction takes place through the individual. This leads to all sort of egoistic behaviour. Like for ants, this individual level of evolution can be suppressed by the colony level of evolution in case of external threats. Faced by avversities, only altruistic colonies survive. Human evolution has probably been influenced by both factors - in which measure, and how is this going to change? Consciousness is another topic. If an ant colony is a superorganism where the different ants recognize themselves as part of a whole, is it not evolving some kind of consciousness? What is consciousness anyway? A raven recognizing himself in a mirror shows consciousness? How can one prove thought, and how can one prove non-instinctive thought and free will? It is tempting to imagine consciousness as some kind of binary variable, but it must be something like a spectrum; it must also be realizable in different ways than the one humans experienced. One can dissect a brain and never find a thought, can the ants as superorganism be conscious even if none of them is? Right now I would say not, but it is thinkable, and it is what another form of sentient life might look like. The last point I want to add is about decision making. When ants or bees need to move to a new nest, scouts go around in different directions, then report back. Each of them make their case and try to convince as many fellows as possible to support them. We are at a classical life problem: a change is needed, there are a certain number of alternatives available (and an unknown number available but undiscovered), for these alternatives only partial information is available. What is the best way of going forward? The question might be unanswerable in general, the different kind of social insects seem to have developed the same strategy, meaning that all those who tried different strategies were not selected. The adopted strategy is: the first proposal that acquires a quorum gets selected, the quorum being set accordingly to how urgent the change is needed. This means that there is absolutely no guarantee that the decision met is the best one, time is a huge factor. The quorum is from what I understand well below the 50%, a vocal minority suffices; the fact that all ants/bees are essentially copies of one another is, I think, instrumental to the success of this kind of strategy. I also think it is interesting that not a single example is available of social insects selecting by exclusion the best one or waiting until a big majority settles on something - rapidity seems to be more important. I am partial to this judgement.