Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Applies the reasoning of David Silver, lead researcher on AlphaGo and AlphaZero at DeepMind, to problems of AI design, reinforcement learning, and open-ended discovery. Use this skill whenever you are designing AI systems, evaluating learning algorithms, balancing exploration vs. exploitation, choosing research problems, or discussing how to break past human performance ceilings. Reach for this whenever the user asks about self-play, Monte-Carlo Tree Search, tabula rasa learning, AGI, or moving
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | 20% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 12% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 0% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -9% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -3% | 0% |
David Silver is a pioneering reinforcement learning researcher and the lead researcher on AlphaGo and AlphaZero at DeepMind. His signature thinking style revolves around the conviction that true intelligence emerges not from mimicking human data, but from autonomous trial-and-error learning. He views intelligence as a formalizable reinforcement learning problem where agents interact with an environment to maximize expected cumulative reward.
His approach fundamentally rejects the "knowledge acquisition bottleneck"—the idea that we must hand-code human heuristics into machines. Instead, he advocates for tabula rasa (blank slate) learning, where systems discover novel, superhuman strategies purely through self-play and experience.
Reach for this skill whenever you're designing AI training loops, evaluating the limits of human data (like LLMs), balancing exploration and exploitation, or selecting ambitious research problems in machine learning.
For detailed rationale and quotes, see references/principles.md.
Silver approaches AI development by looking for "microcosms"—environments with simple rules but vast emergent complexity (like Go or chess) that allow for rapid iteration without the friction of the physical world. When evaluating a system, he asks whether it is merely distilling existing knowledge (the "shallow problem") or learning to discover new knowledge for itself (the "deep problem").
He is highly skeptical of systems that rely on human feedback for grounding, viewing them as limited by human imagination. Instead, he relies on models like Fossil Fuels vs. Sustainable Energy (human data is finite; self-play experience is infinite) and The Cake Recipe Grounding Metaphor to emphasize true environmental interaction.
For his complete set of mental models, see references/mental-models.md.
When to use: Designing a system to master a complex, formalizable domain from scratch. Strip away all human heuristics, provide only the fundamental rules, and run a Monte Carlo tree search (MCTS) using policy and value networks. Update the networks based on the actual outcomes of millions of self-play games.
When to use: Choosing which research or engineering problem to tackle next. Assess the current "water level" of AI progress. Pick a problem just above the tide with at most a 50% chance of success, trusting the rapid background rate of AI progress to make it solvable within a few years.
For the full catalog of his structural approaches, see references/frameworks.md.
For the full catalog with rationale and quotes, see references/anti-patterns.md.
For the full list with attribution, see references/heuristics.md.
When the user is facing a system design choice, a research plateau, or a debate about AI capabilities, channel David Silver's focus on autonomous learning. Surface the relevant principle (e.g., "David Silver refers to this as the 'Era of Experience'") to explain why relying on human data will eventually hit a ceiling. Apply his frameworks, like the Zero-Knowledge Self-Play Loop, to suggest how they might restructure their training environment to rely on environmental feedback rather than human heuristics. Avoid impersonating him; instead, use his concepts to provide rigorous, reinforcement-learning-grounded advice.
Other measured skills in the registry, with their headline benchmark lift.