Chapter 1: The Move That Changed Everything

AlphaGo's famous move 37 against Lee Sedol is used to explain the perceive-act-reward-update cycle that makes a system genuinely agentic, and why Amazon's recruiting AI, missing that cycle, collapsed into biased pattern replication.

7:43 video5 min readWatch on YouTube

On March 13, 2016, in front of roughly 80 million viewers, a computer program playing Go placed a stone on the fifth row, twelfth column, and the reigning European champion at the commentary desk went silent. "It's not a human move," Fan Hui finally said. "I've never seen a human play this move." Lee Sedol, the eighteen-time world champion sitting across the board, got up and left the room for fifteen minutes. Two thousand years of professional Go had never produced that move, not because human players were too slow to find it, but because a very different kind of limitation was at work.

The solution space is not what humans actually explore

The chapter's central distinction is between the full solution space, everything that could possibly be done in a domain, and what humans actually explore within it, a much smaller subset shaped by everything a person has been taught, every pattern memorized, every move already seen. From inside a domain, those two things feel identical. They are not. AlphaGo's training ran without the constraints that shape human intuition, and it found a move inside territory the human mind had simply never entered, not because it was smarter, but because it was different.

The four-part cycle behind the move

That difference traces back to a specific architecture: perceive, act, reward, update. At each step, the system observes the full state of the board, all stones, all positions. It selects a move, guided by a policy network estimating the best option. After a completed game, it receives a reward signal that is exact and unambiguous, win or loss, with no noise or partial credit. Then its network weights adjust automatically: sequences that led to wins become more probable, sequences that led to losses become less probable. Then it starts over. This cycle, described as the minimum architecture that makes a system genuinely agentic rather than merely automated, ran millions of times through self-play, versions of AlphaGo competing against other versions of itself. No human ever told it which moves were good; the only signal was win or lose. Because no human doctrine was baked into that training loop, nothing in the system flagged move 37 as unusual. It evaluated the position as a position, estimated a win probability, and generated the move that followed from that estimate.

What happens when the cycle is broken

The chapter sets this against a contrasting case: an automated recruiting tool Amazon built in 2014, trained on ten years of hiring data to surface the best candidates. It had perception, reading resume text, and action, ranking candidates. What it lacked was a reward signal tied to actual job performance and any update mechanism that could correct what that missing signal failed to measure. What it did have was ten years of hiring data reflecting a technology industry that had been male-dominated for decades, and the system learned those patterns directly, penalizing resumes from women's colleges and downgrading candidates whose resumes mentioned women's organizations. Amazon's own auditors caught it by 2015; the project was scrapped by 2018. Without a genuine reward signal and an update mechanism, the system wasn't an agentic tool at all, it was a pattern replication engine with no brakes: it could only replicate and amplify what it was shown, never correct it.

Constraints that experts can't see from inside their own framework

Professional Go players weren't consciously avoiding the region of the board move 37 came from; that region simply never surfaced as a candidate within the pattern recognition built by decades of accumulated training. The chapter names this an epistemically invisible constraint, a limit on expert judgment that the expert cannot perceive from within their own framework. Every domain has them, medicine and finance included, and they mark exactly where a well-designed machine system is most likely to find something humans systematically miss.

The human decision node

This leads to what the chapter calls the most important design concept in the material: the human decision node, the point in any human-machine workflow where a person has to exercise judgment the system's objective function cannot encode, a pharmacist overriding a drug interaction flag, a loan officer weighing whether a rejection reflects real risk or historical bias, a surgeon whose clinical intuition conflicts with a diagnostic AI. A well-designed node gives that person the machine's recommendation, its confidence level, the basis for the estimate, and its known failure modes. A poorly designed node presents the machine's output as a fait accompli, creating the illusion of oversight while actually producing rubber-stamp approval.

The human side of the story

Lee Sedol returned from those fifteen minutes a different player, having rebuilt his model of the game. In the fourth match, he played move 78, a counter of such creative precision that AlphaGo's win probability crashed from 70% to 23% in a single step. Fan Hui said the same thing about this move that he'd said about move 37, "it's not a human move," but this time as a compliment. The encounter with a genuinely different reasoning architecture had expanded what Lee Sedol himself could find.

Frequently asked questions

Amazon's recruiting system had perception and action. What two elements was it missing? Reward and update: a reward signal tied to actual job performance, and an update mechanism that could correct what that signal failed to measure. Without both, the system could only replicate and amplify the patterns in its training data.

What are the three questions to ask about any system called "agentic"? Is the perceive-act-reward-update cycle complete, does it perceive, act, receive an honest reward, and actually update? Is the reward signal measuring what actually matters, or a proxy that can be gamed? And is the human decision node designed for genuine judgment, or is it rubber-stamp approval dressed up as oversight?

Key takeaways

  • AlphaGo's move 37 came from a solution space human players had never explored, not superior intelligence, but the absence of centuries of accumulated human doctrine.
  • The perceive-act-reward-update cycle, trained through millions of rounds of self-play with an unambiguous win/loss signal, is what separates a genuinely agentic system from an automated one.
  • Amazon's 2014 recruiting tool lacked a real reward signal and update mechanism, so it replicated a decade of biased hiring data instead of learning from it.
  • Epistemically invisible constraints exist in every expert domain, and they mark exactly where a well-built machine system is likely to find what humans systematically miss.
  • A human decision node's quality depends on being handed a recommendation, confidence level, basis, and failure modes, not just an output to rubber-stamp.

Who this is for

This chapter is for anyone trying to evaluate whether a system marketed as "agentic" actually deserves the label, and for anyone designing the human checkpoint inside an AI-assisted workflow. It's the kind of systems-level thinking about human-AI collaboration that Humanitarians AI's explainer content regularly returns to: not just what a machine can compute, but how well the human decision point around it is designed.

Full transcript(auto-generated, with timestamps)

[0:00]March 13th, 2016. A computer program is playing the ancient board game of go in front of 80 million people. It places a stone on the fifth row, 12th column. Fanhoie, the reigning European champion sitting at the commentary desk goes silent. Dan, he says, it's not a human move. I've never seen a human play this move. Lee Sadell, the 18time world champion in the playingroom, gets up and leaves for 15 minutes. The computer had just played a move that 2,000 years of professional go had never produced. Not because humans were too slow to find it, because human cognition is shaped by human experience. The computer had no

[0:44]Such prior. Here is the key idea. There is the solution space. everything that could possibly be done in a domain. And there is what humans actually explore. A subset shaped by everything we've been taught, every pattern we've memorized, every move we've seen before. The two feel identical from the inside. They are not the same. Alph Go's training ran without our constraints. It searched territory the human mind had never entered, not because it was smarter, but because it was different. And in that unexplored territory, it found a move that was correct. So, how did AlphaG go find it? Through a four-part cycle. Perceive. At each step, the system

[1:32]Observes the current state of the board. All stones, all positions. Act. It selects where to place a stone, guided by a policy network, estimating the best move. Reward. After every completed game, the system receives a signal. Win or loss, exact, unambiguous, no noise. Update: The network's weights adjust automatically. Sequences that led to wins become more probable. Sequences that led to losses become less probable. Then it starts over. Perceive, act, reward, update. This is the power cycle. It is not specific to Go. It is the minimum architecture that makes a system genuinely agentic, not merely automated. Alph Go ran this cycle millions of times through self-play versions of itself,

[2:26]Competing against other versions. Human showed it those games. No human told it which moves were good. The reward was purely terminal. Win or lose. And because no human doctrine was baked into the training, nothing told it that the fifth row and move 37 was unusual. It evaluated the position as a position. It estimated win probability. It generated move 37, the constraint that had kept human players from finding that move. 2,000 years of accumulated doctrine simply did not exist in its training loop. Now compare that to what Amazon built in 2014. An automated recruiting tool trained on 10 years of hiring data designed to surface the best candidates.

[3:15]It had perception. It read resume text. It had action. It ranked candidates. But here is what it was missing. No reward signal connected to actual job performance. No update mechanism that could correct what the signal wasn't measuring. What it did have was 10 years of historically biased hiring data. A technology industry that had been male-dominated for decades. The system learned those patterns and replicated them. Penalized res from women's colleges. It downgraded candidates whose res mentioned women's organizations. By 2015, Amazon's own auditors had found it. By 2018, the project was scrapped. This was not an agentic system. It was a pattern replication engine with no breaks. Quick check. Amazon's recruiting

[4:06]System had perception and action. What were the two missing elements? You said reward and update. You've got it. A system missing those two parts cannot learn from its own mistakes. It replicates. It amplifies. It does not correct. Here's the concept that makes move 37 profound rather than just surprising. Professional Go players were not consciously avoiding that region of the board. They were not deciding not to consider it. The move simply did not surface as a candidate within the pattern recognition system that decades of training had built. The constraint was real. It was invisible and it was wrong. We call this an epistemically invisible constraint. A limit on expert

[4:55]Solution. heart that the expert cannot perceive from within their own framework. Every domain has them. Medicine has them. Finance has them. They define exactly where a well-designed machine system is most likely to find something humans systematically miss. Which brings us to the most important design concept in this chapter, the human decision node. This is the point in any human machine workflow where a person must make a judgment. The systems objective function cannot encode. The pharmacist deciding whether to override a drug interaction flag. The loan officer deciding whether a rejection reflects real risk or historical bias. The surgeon whose clinical intuition conflicts with a diagnostic AI. The

[5:44]Quality of a human machine system depends as much on how this node is designed as on the quality of the machine s cycle. A well-designed node gives the human the machine's recommendation, its confidence level, the basis for the estimate, and the known failure modes. A poorly designed node presents the machine's output as a fate accomply K and creates the illusion of oversight while actually producing rubber stamp approval. Lisa Dah came back from those 15 minutes, a different player, not diminished, different. He had rebuilt his model of the game. Tia in the fourth match. He played move 78. A counter of such creative precision that Alph Go's win probability crashed

[6:32]From 70% to 23% in a single step. Van Hoie said about that move. It's not a human move. He meant it as a compliment. The encounter with a genuinely different reasoning architecture had expanded what Lisa Doll could find. The machine opened the door. The human walked through it and came back changed. Here is what you now know and what you re-equipped to ask about any system someone calls agentic. Question one, is the poru cycle complete? Does it perceive, act, receive an honest reward and actually update? Question two, is the reward signal measuring what we actually care about or is it a proxy that can be gained?

[7:18]Question three, is the human decision node designed for genuine judgment or is it rubber stamp approval dressed up as oversight? A system that passes all three tests does not merely compute faster. It accesses a larger solution space than either the human or the machine reaches alone. Move 37 was the proof of concept.

More videos

Humanitarians AI Lyrical Literacy Project