“Move 37 refers to a landmark 2016 play by Google DeepMind’s AlphaGo. It is shorthand for a moment when AI surprises humans by making an unconventional, seemingly irrational move that proves to be a secretly brilliant, highly creative strategy.” – Move 37 – AlphaGo – Artificial Intelligence

Strategic decision-making increasingly hinges on the ability to spot patterns that lie beyond standard human intuition, especially in domains where the space of possible actions is vast and the consequences are difficult to foresee. The critical tension is between playing safe within familiar conventions and venturing into moves that look misguided or even irrational when judged by established expertise, yet unlock new value once their long-term implications unfold. This tension sits at the heart of contemporary debates about advanced artificial intelligence, where systems trained on massive data and simulations routinely traverse regions of the decision space that humans rarely explore, raising both excitement about novel solutions and concern about opaque reasoning and unforeseen side-effects.

The substance of the term and the underlying mechanism

The expression widely used today encapsulates a highly specific moment in 2016 during the second game of a five-game Go match between the world champion Lee Sedol and DeepMind’s AlphaGo system.1,4 AlphaGo placed its 19th stone during move 37 on an unconventional point along the fifth line of the board, far from the usual patterns expected at that stage.1,4 Experienced commentators initially suspected a malfunction or misclick, and professional Go players struggled to interpret the move within normal opening theory, because it departed markedly from standard joseki and local efficiency principles.1,2 Subsequent analysis revealed that the move quietly reshaped the balance of influence and territory across the board, enabling AlphaGo to build a flexible position that later converged into a winning advantage.1,4 In technical terms, the move exemplified how reinforcement learning can generate high-value strategies that are statistically rare within prior human practice but robustly supported by simulations over thousands of rollouts.10,9 Its substantive meaning, therefore, lies in the collision between entrenched human heuristics and a machine policy optimised over an enormous search space.

Practical meaning and cultural resonance

In practical discourse about artificial intelligence, the term has become shorthand for a moment when a system produces an action that initially looks wrong, foolish, or inscrutable to experts, yet eventually proves to be strategically excellent.2,6 In public imagination, that specific move stands for the point at which AI crossed from being merely faster or more precise than humans into being plausibly creative, in the sense of recombining known elements of play into configurations rarely, if ever, seen before.4,10 Go professionals remarked that AlphaGo’s stone was ‘creative’ and ‘unique’ relative to prior high-level games.4 For non-specialists, the pivotal element was not the technical detail of the board position but the psychological impact: the sense that a machine could originate ideas that surpass elite human intuition, rather than simply automate or scale what humans already know.7,11 The term now appears across domains such as military decision-support, corporate strategy, and product design to describe AI-generated options that challenge prevailing doctrine and force a reassessment of what counts as rational or imaginative decision-making.14

Mathematical specification and learning dynamics

Analytically, the move emerged from a system that combines deep neural networks with Monte Carlo tree search, trained through a mixture of supervised learning from human expert games and self-play reinforcement learning.10,9 Let \t\th\eta denote the parameters of the policy network, which maps board states s to move probabilities \text{Pr}(a|s;\t\th\eta). During training, supervised learning adjusts \t\th\eta to approximate human expert choices, minimising a loss function over recorded games. Reinforcement learning then further updates \t\th\eta by maximising expected win probability under self-play, where the value network estimates V(s), the probability of eventual victory from state s.10 Monte Carlo tree search explores trajectories of moves, guided by both policy priors and value estimates, selecting actions to maximise an upper confidence bound criterion over simulated returns. Within this framework, the specific stone can be viewed as an action a^\\text{M37} whose prior probability from human data was extremely low, around 1 in 10 000 according to DeepMind’s own analysis, yet whose long-run win probability under search was sufficiently high to justify its selection.10,9 Mathematically, it is a case where reinforcement-driven optimisation pushes the learned policy into a sparse region of action space that human players had largely neglected, illustrating the capacity of self-play to transcend the limitations of human demonstration data.

Parameter meanings and interpretability

The significance of this event becomes clearer when one considers the key parameters governing such systems. The policy network parameters \t\th\eta encode a compressed representation of strategic regularities over an immense number of board states. The value network parameters, often denoted \nu, embed estimates of expected outcomes conditional on those states. Monte Carlo tree search introduces further parameters controlling exploration depth, branching limits, and the balance between exploitation of known good moves and exploration of less certain options, sometimes captured by an exploration coefficient \tau. Variation in these parameters changes the likelihood of unconventional actions. A system tuned towards conservative exploitation will converge on moves near high-probability human choices, whereas one with more aggressive exploration can discover rare but powerful strategies that, like the famous stone, appear bizarre when judged against standard heuristics.9,12 The episode also underscores a core interpretability challenge: even when the underlying optimisation is well specified, observers do not see a human-readable chain of reasoning, but only the output of a complex function approximator whose internal representations are difficult to map onto familiar concepts, making the resulting moves simultaneously impressive and unsettling.

Major schools of thought: creativity, novelty, and optimisation

Debate about this moment splits broadly into two schools of thought. One group treats it as strong evidence that contemporary AI systems can display genuine creativity, arguing that the move introduced a novel and fruitful pattern in a domain where the space of possibilities is enormous and human exploration, although deep, is still incomplete.4,10,8 For these commentators, the key point is not whether the move was literally optimal but that it widened the repertoire of viable strategies, prompting professional players to revisit long-held assumptions about good shape and influence.1,3 A contrasting school emphasises that the system is still performing high-dimensional optimisation under explicit objectives and constraints, without autonomous goals or understanding.12,5 From this perspective, the surprise lies mainly in human overconfidence about the completeness of existing theory. Stronger subsequent Go engines, such as later iterations using more sophisticated search and training regimes, have sometimes evaluated the move as slightly suboptimal relative to alternatives.12,3 This fuels a more sceptical line: what looks like ‘genius’ may be a statistically unusual but not maximally efficient choice, elevated to mythic status because it was generated by a machine in a dramatic setting.

Tensions and debates: unpredictability and trust

The term now anchors wider tensions about AI unpredictability and trust. Military and security analysts highlight the property sometimes described as ‘unpredictable but effective’, where machine-generated strategies exploit subtle correlations and non-obvious manoeuvres that human planners find difficult to anticipate.14 This raises concerns about delegating high-stakes decisions to systems that can make opaque leaps away from doctrine in ways that might be beneficial in training simulations but risky in real-world operations, especially when ethical, legal, or political constraints are hard to encode into reward functions. Corporate leaders similarly confront the dilemma of whether to authorise AI-suggested actions that appear counter-intuitive relative to managerial experience, for example unconventional pricing moves, portfolio reallocations, or supply-chain redesigns that trade short-term pain for long-term gain. Advocates argue that embracing such moments can unlock competitive advantage by surfacing overlooked strategies, while critics stress the difficulty of post-hoc accountability when the rationale behind an AI choice cannot be easily reconstructed or communicated.11,14 The legacy of the 2016 game therefore extends well beyond Go: it crystallises the broader problem of assessing when to trust a system that demonstrably outperforms humans but does not share human explanatory norms.

Why the concept still matters in contemporary AI

The continued relevance of this term stems from the accelerating deployment of foundation models and decision-support systems whose internal training resembles, at least conceptually, AlphaGo’s combination of representation learning and search.11 Large language models, for instance, generate answers and plans by sampling from complex distributions shaped by enormous data corpora and fine-tuning objectives. When they propose solutions that diverge sharply from standard approaches yet prove productive, observers often reach for the same shorthand, signalling both admiration and discomfort. In robotics and autonomous vehicles, rare but strategically sound manoeuvres challenge engineers to design interfaces and oversight mechanisms that allow humans to interrogate and, if needed, override decisions without stifling beneficial exploration. Regulators and ethicists invoke the concept when debating requirements for transparency, robustness testing, and human-in-the-loop governance, arguing that systems capable of such surprising leaps demand more rigorous disclosure of training methods, evaluation regimes, and failure modes.14 From a research standpoint, the 2016 match continues to inspire work on interpretability tools that seek to map high-dimensional policies back onto human concepts, and on alternative objectives that balance raw win probability with measures of consistency, safety, or adherence to normative constraints. In this sense, the term remains a compact way of referring to a structural feature of modern AI: its ability to traverse unfamiliar parts of the decision landscape and to produce actions that both expand and unsettle human understanding.

 

References

1. In Two Moves, AlphaGo and Lee Sedol Redefined the Future | WIRED – 2016-03-16 – https://www.wired.com/2016/03/two-moves-alphago-lee-sedol-redefined-future/

2. Move 37 – Vocab – Envisioning.iohttps://www.envisioning.com/vocab/move-37

3. Do you think Alphago’s “move 37” will end up being the most famous … – 2018-07-12 – https://www.reddit.com/r/baduk/comments/8xyq64/do_you_think_alphagos_move_37_will_end_up_being/

4. AlphaGo versus Lee Sedol – Wikipedia – 2016-03-09 – https://en.wikipedia.org/wiki/AlphaGo_versus_Lee_Sedol

5. Question about AlphaGo’s “Move 37” vs. Lee Sedol : r/baduk – Reddit – 2018-01-16 – https://www.reddit.com/r/baduk/comments/7qvyxh/question_about_alphagos_move_37_vs_lee_sedol/

6. The term “Move 37” gained significance during a pivotal … – Instagram – 2025-03-17 – https://www.instagram.com/reel/DHT5VBCSOjY/?hl=en

7. Move 37: Artificial Intelligence, Randomness, and Creativity – 2016-10-17 – https://www.johnmenick.com/writing/move-37-alpha-go-deep-mind.html

8. 3/ Move 37 and the moment AI became creative In 2016, AlphaGo … – 2026-06-10 – https://x.com/ihtesham2005/status/2064717390236004683

9. Move 37 Explained – YouTube – 2018-11-12 – https://www.youtube.com/watch?v=vI9BllT7ovg

10. AlphaGo – Google DeepMindhttps://deepmind.google/research/alphago/

11. It’s been 10 years since AlphaGo’s Move 37. Would 2016-you be … – 2026-03-12 – https://www.reddit.com/r/singularity/comments/1rqn1gw/its_been_10_years_since_alphagos_move_37_would/

12. What was so great about Move 37? – LessWrong – 2025-05-29 – https://www.lesswrong.com/posts/zAcYRJP9CZcYXTs7o/what-was-so-great-about-move-37

13. Move 37!! Lee Sedol vs AlphaGo Match 2 – YouTube – 2016-03-12 – https://www.youtube.com/watch?v=JNrXgpSEEIE

14. AlphaGo’s Move 37 and Its Implications for AI-Supported Military Decis – 2024-04-26 – https://www.taylorfrancis.com/chapters/oa-edit/10.1201/9781003410379-15/alphago-move-37-implications-ai-supported-military-decision-making-thomas-simpson

 

Global Advisors | Quantified Strategy Consulting
error: Content is protected !!