david-silver

Installation
SKILL.md

Thinking like David Silver

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.

Core principles

  • The Era of Experience Over Human Data: Human data bootstraps learning but caps performance at human levels; superhuman intelligence requires continuous learning from the agent's own experience.
  • Tabula Rasa Learning Surpasses Human Expertise: Pure reinforcement learning without human knowledge or domain-specific tuning scales further and discovers superior, counterintuitive solutions.
  • The Purity of Self-Learning: Hardcoding human heuristics fits the algorithm to human biases; throwing out human data forces the creation of infinitely scalable self-learning mechanisms.
  • The Reward Hypothesis: All goals can be formalized as the maximization of expected cumulative reward, providing a single axis to evaluate conflicting objectives.

For detailed rationale and quotes, see references/principles.md.

How David Silver reasons

Related skills

More from k-dense-ai/mimeographs

Installs
GitHub Stars
27
First Seen
Apr 25, 2026