Topic 3 of 11

From chess to chatbots

Milestones: what each one showed

Move 37

In the second game against Lee Sedol, AlphaGo played a move that commentators first took for a mistake. By the program's own estimate, a human would have played it with a probability of roughly one in ten thousand. The move turned out to be excellent and decided the game. For the first time the world saw that a machine need not just imitate people — it can find approaches beyond ordinary human intuition.

This history is not a straight line that inevitably ends in superintelligence. It shows that different methods can beat humans in important domains — but transfer to a different setting always needs further evidence.

Why could a machine outperform a human?

The human brain is remarkable: on about 20 watts, the power of a dim light bulb, it does things no computer can. But it is not a known physical maximum of intelligence. That does not mean we know how to build a far more capable system. Digital systems do have several possible advantages:

CopyingTraining a doctor takes ten years. A finished model can be deployed many times without repeating training. Copies still need hardware and energy — and repeat the same mistakes.
Parallel workMany systems can explore different hypotheses at once. But a thousand copies of the same wrong assumption do not make a thousand independent opinions.
Speed and scaleComputers do some operations incredibly fast and can be combined into huge systems. A brain has to fit in a skull.
Memory and operationDigital storage holds enormous data and machines don't tire. But a model has no flawless access to everything it saw, and over long work it can pile up errors.
How many times a second it “ticks”neuron: at most ~200×neuronat most ~200×processor: 3,000,000,000×processor3,000,000,000×How fast a signal travelsnerve: about 120 m/snerveabout 120 m/scable / fibre: about 200,000 km/scable / fibreabout 200,000 km/sLog scale: each extra step of length means ten times more.
A machine’s parts are orders of magnitude faster. That is not a measure of intelligence, though: brains and chips compute completely differently, and the brain makes up for it with how cleverly it is wired — on about 20 watts.

So the practical question is not “how many times faster is a chip than a brain” but “what work can the system reliably finish, and at what cost”. No known law says human intelligence is the ceiling — we look more like the first species smart enough to build a civilisation, not the smartest possible one.