
Playbook
Tasteful Skills
“Tasteful Skills” argues that the best agent skills are not documentation or best-practice lists.
Go is about territory, not just captures — the explainer starts with the core mechanic: black moves first, stones live on intersections, and you win by controlling territory plus surviving stones, not by greedily taking every piece.
Capturing in Go works by cutting off all four orthogonal neighbors — Dwarkesh is walked through the idea that stones die when they lose their “oxygen,” with the teacher explicitly correcting him that diagonals do not matter, only the cross-shaped connections do.
A local loss can still be the right move if it wins you the board — the clip lands on Go’s signature idea that you can “lose the battle but win the war,” as small groups get sacrificed for larger strategic advantages elsewhere.
Rule sets matter more than casual players realize — the speaker contrasts Chinese and Japanese rules with Tromp-Taylor rules, noting that Tromp-Taylor is fully unambiguous and is what Go AIs train and score against.
Human scoring and AI scoring diverge in edge cases — humans settle dead groups by mutual agreement (“I think the game is done”), while Tromp-Taylor counts stones and empty intersections algorithmically, even in positions a human would treat as already lost.
This wasn’t just a game lesson — it was setup for talking about neural nets — the speaker says explicitly that how humans resolve ambiguous endgames “will actually map later to how we think about the deep neural network,” framing the Go lesson as groundwork for AI discussion.
The clip opens with the most stripped-down explanation of Go: black goes first, players place black and white stones on intersections, and the goal is to control as much territory as possible. The teacher uses a vivid metaphor — a surrounded stone is “cut off from oxygen” — to make captures intuitive instead of abstract.
As they play a few sample moves, Dwarkesh tries to infer the logic and guesses diagonals might determine whether a stone is trapped. He gets a clean correction: not diagonals, but the cross-section — the four orthogonal neighbors — which makes the whole capture mechanic click.
The teacher compares a threatened stone to “a check in chess,” because sometimes you must respond immediately or lose it on the next move. That turns into a short tactical sequence where Dwarkesh realizes a little block of stones is basically doomed, and the teacher confirms it: yes, you should just assume that group is gone.
From there, the lesson zooms out from tactics to strategy. The teacher says this is what makes Go beautiful: you can let your opponent capture some stones if it gives you better position elsewhere, a classic “lose the battle but win the war” dynamic that gets even richer on larger boards.
Then the clip pivots to a concrete board formation that recently exposed a bug in the speaker’s code. Looking at a surrounded white group, Dwarkesh naturally assumes white controls the interior, but the teacher explains that black actually owns that area because white is enclosed and has no realistic path to life.
This leads into a surprisingly human description of scoring: players more or less agree that the game is done, then agree which stones are alive or dead, and if they disagree, they keep playing. The speaker even frames that agreement as both humans’ “value function” reaching consensus, which is a very AI-flavored way to describe an old board-game ritual.
Finally, the speaker explains why AIs use Tromp-Taylor rules: they’re completely unambiguous and can be resolved algorithmically. Under Tromp-Taylor, you count controlled stones and empty intersections not touched by the opponent, which can produce results that feel odd to humans — for example, white may still get points in an area a person would say is obviously doomed — and the game ends only by resignation or two consecutive passes.
Share
Keep Reading
The Weekly Echo. The inbox-shaped summary of what mattered.
New editorials announced here.

Playbook
“Tasteful Skills” argues that the best agent skills are not documentation or best-practice lists.

Playbook
Learn how tasteful prompting helps you move beyond generic AI output by shaping context, style, and judgment from the start.

Playbook
OpenAI shipped /goal for the Codex CLI. It turns a prompt into a persisted, self-continuing contract.