{
  "name": "David Silver",
  "portrait": {
    "source_page": "https://davidstarsilver.wordpress.com/",
    "attribution": "Likeness reference: David Silver's official profile photograph. AI-generated watercolor interpretation."
  },
  "slug": "david-silver",
  "title_topics": [
    "reinforcement learning",
    "AlphaGo",
    "superintelligence"
  ],
  "wikidata": "Q25208036",
  "wikipedia": "https://en.wikipedia.org/wiki/David_Silver_%28computer_scientist%29",
  "profile_links": {
    "website": "https://www.davidsilver.uk/",
    "youtube": "https://www.youtube.com/watch?v=2pWv7GOvuf0",
    "youtube_label": "YouTube · RL lectures",
    "youtube_source": "https://davidstarsilver.wordpress.com/teaching/"
  },
  "role": "Founder and CEO of Ineffable Intelligence; Professor of Computer Science, UCL",
  "organization": "Ineffable Intelligence",
  "location": "London, UK",
  "born": 1976,
  "nationality": "British",
  "education": [
    {
      "degree": "PhD in Computing Science (reinforcement learning and simulation-based search in computer Go)",
      "institution": "University of Alberta",
      "year": 2009
    },
    {
      "degree": "BA in Computer Science",
      "institution": "Christ's College, University of Cambridge",
      "year": 1997
    }
  ],
  "tags": [
    "reinforcement learning",
    "self-play",
    "game AI",
    "planning",
    "superintelligence"
  ],
  "short_bio": "Led AlphaGo, AlphaZero and MuZero at DeepMind, co-wrote Reward is enough and The Era of Experience, and in 2026 founded Ineffable Intelligence to build a superintelligence that learns from its own experience.",
  "long_bio": "David Silver is the British computer scientist most associated with self-play reinforcement learning, the idea that a machine can become its own teacher. After five years programming video games at Elixir Studios, the company his Cambridge friend Demis Hassabis founded, he went to the University of Alberta in 2004 to study reinforcement learning under Richard Sutton and helped build MoGo, one of the first master-level 9x9 Go programs. He joined DeepMind full time in 2013 and led AlphaGo, which beat Lee Sedol in March 2016, then AlphaGo Zero and AlphaZero, which learned Go, chess and shogi from nothing but the rules, and MuZero, which did not even need the rules.\n\nHis UCL lecture course on reinforcement learning became the standard video introduction to the subject, and his 2021 paper Reward is enough, with Satinder Singh, Doina Precup and Sutton, put a name to his central hypothesis. He received the 2019 ACM Prize in Computing and was elected a Fellow of the Royal Society in 2021.\n\nIn April 2025 he and Sutton published Welcome to the Era of Experience, arguing that human data is running out as a source of new capability and that agents must learn from their own interaction with the world. He left Google DeepMind in January 2026 to run Ineffable Intelligence, a London lab that raised a $1.1 billion seed round at a $5.1 billion valuation in April 2026, and he has pledged all of his proceeds from the company to charity.\n",
  "biography": [
    {
      "heading": "Games first",
      "body": "David Silver was born on 26 September 1976 in Hanham, near Bristol, and read computer science at Christ's College, Cambridge, graduating in 1997 with the Addison-Wesley award. At Cambridge he got to know Demis Hassabis, and when Hassabis founded the London games developer Elixir Studios in July 1998, Silver became its chief technology officer and the lead programmer on Republic: The Revolution, a political strategy game that Elixir built under its three-game publishing deal with Eidos Interactive.\n\nHe later described the five years he spent programming games as his first job, and said he left because everything people were doing in games was short-term fixes rather than long-term vision. He wanted to work on intelligence itself. In 2004 he returned to academia and wrote to Richard Sutton, whose textbook he had read, asking whether Sutton would supervise a PhD on computer Go. Sutton, as Silver tells it, replied that if he was still alive he would be happy to.\n"
    },
    {
      "heading": "Alberta and the search for Go",
      "body": "At the University of Alberta, then the strongest reinforcement learning group in the world, Silver combined reinforcement learning with Monte Carlo tree search, the technique that samples thousands of random games to evaluate a position. With Sylvain Gelly he co-introduced the algorithms used in the first master-level 9x9 Go programs, and the idea that a learned value function could steer a simulation-based search ran through his 2009 thesis, Reinforcement Learning and Simulation-Based Search in Computer Go. The ACM later noted that Go had remained his continuing research interest ever since.\n\nIn 2011 he was awarded a Royal Society University Research Fellowship and became a lecturer at University College London. His 2015 UCL course, ten lectures from Markov decision processes to a case study of reinforcement learning in classic games, was recorded and posted online under a CC BY-NC licence, and it is still how many researchers first meet the field.\n"
    },
    {
      "heading": "DeepMind, Atari and AlphaGo",
      "body": "Silver consulted for DeepMind from its founding in 2010 and joined full time in 2013, going on to lead its reinforcement learning research group. His first major result there was the Deep Q-Network: a single network that learned to play Atari games from raw pixels and a score. The 2015 Nature paper describing it had been cited nearly 10,000 times by the time the ACM gave him its Prize in Computing in April 2020.\n\nHe then led AlphaGo. The program's neural networks were first trained on human expert games, then improved by reinforcement learning from self-play, and a tree search combined the two. In October 2015 it beat the European champion Fan Hui 5-0, a result the Nature paper called a feat previously thought to be at least a decade away. In March 2016, in a Seoul hotel with millions watching, it beat Lee Sedol 4-1. Move 37 of game two, a shoulder hit on the fifth line that commentators first took for a mistake, became the emblem of the match. Silver told Wired the next morning that AlphaGo had estimated a one-in-ten-thousand chance that a human would play it, and had played it anyway.\n"
    },
    {
      "heading": "Removing the human data",
      "body": "The next question was whether the human games had been necessary at all. AlphaGo Zero, published in Nature in October 2017, started from random play with no human data and no knowledge beyond the rules, and beat the version that had defeated Lee Sedol 100-0. AlphaZero, in Science in December 2018, applied the same algorithm to chess and shogi as well as Go and beat the strongest existing program in each, including the chess engine Stockfish. MuZero, in Nature in 2020, went a step further by learning its own model of the environment, so that it could plan without being told the rules, and it matched AlphaZero on board games while also mastering Atari. He co-led AlphaStar, which reached grandmaster level in StarCraft II in 2019, extending self-play to a real-time game with hidden information.\n\nNot everything he touched was a reinforcement learning problem. Asked in 2024 about his part in AlphaFold, he said one of his biggest contributions had been to encourage the team to stop viewing protein folding as a reinforcement learning problem and treat it as supervised learning. He was also an author on AlphaProof, which in 2024 became the first program to reach medal standard at the International Mathematical Olympiad, and on the 2023 Gemini technical report. In 2021, with Satinder Singh, Doina Precup and Sutton, he published Reward is enough in the journal Artificial Intelligence. The paper's claim, that intelligence and all its associated abilities can be understood as serving the maximisation of reward, drew a twelve-author rebuttal titled Scalar reward is not enough. After the pandemic he had long COVID and, by his own account, was not well for a year or two, which is why his conference output thinned in that period.\n"
    },
    {
      "heading": "The era of experience",
      "body": "In April 2025 Silver and Sutton published Welcome to the Era of Experience, a preprint of a chapter for the MIT Press book Designing an Intelligence. Its argument is that imitating humans can reproduce human competence but not exceed it, that the high-quality human data able to improve a strong model has largely been consumed in mathematics, coding and science, and that the next generation of agents will learn predominantly from streams of their own experience, with rewards grounded in the environment rather than in human judgement. On Google DeepMind's podcast that month, as vice president of reinforcement learning, he made the same case to Hannah Fry with AlphaGo and AlphaZero as the worked examples.\n\nIneffable Intelligence was incorporated in London in November 2025 while Silver was on sabbatical from Google DeepMind. He was appointed its director on 16 January 2026 and never formally returned to his DeepMind role; the company told staff of his departure that month, and a spokesperson said his contributions had been invaluable. A note he wrote for himself when deciding to leave, dated 15 January 2026 and posted on the company's site, says the world needs a place where the full ambition of the reinforcement learning paradigm can flourish, and calls the mission his life's work.\n"
    },
    {
      "heading": "Ineffable Intelligence",
      "body": "By 19 February 2026 Sutton was describing Ineffable as a $4 billion company. On 27 April 2026 it announced a $1.1 billion seed round at a $5.1 billion post-money valuation, co-led by Sequoia Capital and Lightspeed Venture Partners with Nvidia, DST Global, Index, Google, EQT Ventures, the Wellcome Trust, the British Business Bank and the UK's Sovereign AI Fund among the participants, the largest seed financing in Europe. The company's stated mission is to make first contact with superintelligence by building a superlearner that discovers all knowledge from its own experience, from elementary motor skills to profound intellectual breakthroughs, and it says superintelligence can be built within years rather than decades. Silver has committed, through Founders Pledge, to give away all of the money he makes from his Ineffable equity to charities that save the most lives.\n\nOn 16 June 2026 Ineffable named Google Cloud its infrastructure partner and said it would deploy one of the largest clusters of Nvidia Vera Rubin NVL72 systems on the platform. On 7 September 2026 Fortune reported that the company had added six cofounders, four of them former Google DeepMind colleagues, including Junhyuk Oh to run reinforcement learning and Wojciech Czarnecki to oversee the science team, along with Alexandre Laterre from InstaDeep and Heather Gorham from Flying Fish. Silver remains a professor at UCL.\n"
    }
  ],
  "timeline": [
    {
      "year": 1976,
      "month": 9,
      "title": "Born in Hanham, England",
      "kind": "personal",
      "detail": "Born 26 September 1976, near Bristol."
    },
    {
      "year": 1997,
      "month": 6,
      "title": "BA, Christ's College, Cambridge",
      "detail": "Graduated with the Addison-Wesley award; knew Demis Hassabis from university."
    },
    {
      "year": 1998,
      "month": 7,
      "title": "CTO of Elixir Studios",
      "detail": "Joined Hassabis's new London games studio as chief technology officer and lead programmer on Republic, The Revolution."
    },
    {
      "year": 2004,
      "month": 9,
      "title": "PhD student under Richard Sutton",
      "kind": "personal",
      "detail": "Left the games industry for the University of Alberta and worked on Monte Carlo tree search for Go with Sylvain Gelly."
    },
    {
      "year": 2009,
      "month": 6,
      "title": "PhD, University of Alberta",
      "kind": "personal",
      "detail": "Thesis: Reinforcement Learning and Simulation-Based Search in Computer Go."
    },
    {
      "year": 2011,
      "month": 10,
      "title": "Royal Society University Research Fellowship",
      "detail": "Took up the fellowship at UCL and became a lecturer; recorded his ten-lecture reinforcement learning course in 2015."
    },
    {
      "year": 2013,
      "month": 6,
      "title": "Joined DeepMind full time",
      "detail": "Had consulted for the company since its founding in 2010; later led its reinforcement learning research group."
    },
    {
      "year": 2015,
      "month": 2,
      "title": "Deep Q-Network in Nature",
      "detail": "One network learned dozens of Atari games from pixels; the paper had nearly 10,000 citations within five years."
    },
    {
      "year": 2016,
      "month": 1,
      "title": "AlphaGo in Nature",
      "detail": "Led the project; the Nature paper reported the 5-0 win over Fan Hui."
    },
    {
      "year": 2016,
      "month": 3,
      "title": "AlphaGo beats Lee Sedol 4-1",
      "detail": "The match in Seoul was the first defeat of a world champion Go player by a program."
    },
    {
      "year": 2017,
      "month": 10,
      "title": "AlphaGo Zero",
      "detail": "Learned Go from random play with no human data and beat the Lee Sedol version 100-0."
    },
    {
      "year": 2018,
      "month": 5,
      "title": "UCL inaugural lecture",
      "detail": "Gave his inaugural lecture as a UCL professor on AlphaZero."
    },
    {
      "year": 2018,
      "month": 12,
      "title": "AlphaZero in Science",
      "detail": "One algorithm mastered chess, shogi and Go by self-play."
    },
    {
      "year": 2019,
      "month": 10,
      "title": "AlphaStar",
      "detail": "Co-led the grandmaster-level StarCraft II agent."
    },
    {
      "year": 2020,
      "month": 4,
      "title": "ACM Prize in Computing",
      "detail": "Received the 2019 prize, with $250,000 from Infosys."
    },
    {
      "year": 2021,
      "month": 5,
      "title": "Fellow of the Royal Society",
      "detail": "Elected FRS for his contributions to Deep Q-Networks and AlphaGo."
    },
    {
      "year": 2021,
      "month": 10,
      "title": "Reward is enough",
      "detail": "Published the reward-is-enough hypothesis with Singh, Precup and Sutton, which drew a formal rebuttal."
    },
    {
      "year": 2025,
      "month": 4,
      "title": "Welcome to the Era of Experience",
      "detail": "Essay with Sutton on learning from experience rather than human data."
    },
    {
      "year": 2025,
      "month": 11,
      "title": "Ineffable Intelligence incorporated",
      "detail": "Incorporated in London while Silver was on sabbatical from Google DeepMind."
    },
    {
      "year": 2026,
      "month": 1,
      "title": "Left Google DeepMind",
      "detail": "Ended his Google DeepMind role to run Ineffable Intelligence."
    },
    {
      "year": 2026,
      "month": 4,
      "title": "Record seed round",
      "detail": "Ineffable Intelligence raised $1.1 billion at a $5.1 billion post-money valuation, co-led by Sequoia Capital and Lightspeed Venture Partners."
    },
    {
      "year": 2026,
      "month": 6,
      "title": "Google Cloud partnership",
      "detail": "Ineffable named Google Cloud its infrastructure partner."
    },
    {
      "year": 2026,
      "month": 9,
      "title": "Six cofounders added",
      "detail": "Ineffable Intelligence added six cofounders."
    }
  ],
  "key_contributions": [
    {
      "title": "AlphaGo",
      "detail": "Silver led the project that combined policy and value networks, trained first on human expert games and then by self-play, with Monte Carlo tree search. Its 5-0 win over Fan Hui in 2015 was the first defeat of a professional on a full-size board, and its 4-1 win over Lee Sedol in March 2016 made move 37 a byword for machine creativity.\n",
      "link": "https://www.nature.com/articles/nature16961"
    },
    {
      "title": "AlphaGo Zero and AlphaZero",
      "detail": "He showed the human data could be removed. AlphaGo Zero, starting tabula rasa and trained only to predict its own moves and its own game outcomes, beat the Lee Sedol version 100-0. AlphaZero generalised the recipe to chess and shogi and beat the strongest program in each, including Stockfish, which is why the ACM cited it as a demonstration of generality in game-playing methods.\n",
      "link": "https://arxiv.org/abs/1712.01815"
    },
    {
      "title": "Deep Q-Network",
      "detail": "With DeepMind colleagues he combined deep convolutional networks with Q-learning so that one agent could learn many Atari games from pixels and score alone. The 2015 Nature paper was the launch of deep reinforcement learning as a field and was cited nearly 10,000 times in five years.\n",
      "link": "https://www.nature.com/articles/nature14236"
    },
    {
      "title": "MuZero and AlphaStar",
      "detail": "MuZero learned a model of its environment and planned inside it, matching AlphaZero on board games without being told the rules and also mastering Atari. AlphaStar, which he co-led, reached grandmaster level in StarCraft II, a real-time game with hidden information and multiple agents.\n",
      "link": "https://www.nature.com/articles/s41586-020-03051-4"
    },
    {
      "title": "Monte Carlo tree search for Go",
      "detail": "His Alberta thesis joined reinforcement learning to simulation-based search, and with Sylvain Gelly he co-introduced the algorithms behind the first master-level 9x9 Go programs. AlphaGo's search was the descendant of this work.\n",
      "link": "https://www.ucl.ac.uk/engineering/events/2018/may/inaugural-lecture-david-silver"
    },
    {
      "title": "The reward-is-enough hypothesis",
      "detail": "With Singh, Precup and Sutton he argued in 2021 that intelligence and its associated abilities can be understood as subserving the maximisation of reward, and that powerful reinforcement learning agents could constitute a solution to artificial general intelligence. A twelve-author response argued that scalar reward cannot capture multi-objective behaviour and is unsafe as a basis for general intelligence.\n",
      "link": "https://doi.org/10.1016/j.artint.2021.103535"
    },
    {
      "title": "The era of experience",
      "detail": "His 2025 essay with Sutton argues that the knowledge extractable from human data is approaching a limit in mathematics, coding and science, and sets out four shifts for the next generation of agents: lifelong streams of experience, grounded actions, grounded rewards and non-human reasoning. It is the research charter of Ineffable Intelligence.\n",
      "link": "https://storage.googleapis.com/deepmind-media/Era-of-Experience%20/The%20Era%20of%20Experience%20Paper.pdf"
    },
    {
      "title": "Teaching reinforcement learning",
      "detail": "His ten UCL lectures, recorded in 2015 and released under a CC BY-NC licence, became the standard video introduction to reinforcement learning, and the accompanying Easy21 assignment is still set in courses elsewhere.\n",
      "link": "https://davidstarsilver.wordpress.com/teaching/"
    }
  ],
  "areas_of_focus": [
    "reinforcement learning",
    "self-play and search",
    "world models and planning",
    "learning from experience",
    "superintelligence"
  ],
  "notable_works": [
    {
      "title": "Human-level control through deep reinforcement learning",
      "type": "paper",
      "year": 2015,
      "link": "https://www.nature.com/articles/nature14236",
      "note": "The Deep Q-Network paper in Nature; cited nearly 10,000 times by April 2020."
    },
    {
      "title": "Reinforcement Learning lecture course, UCL",
      "type": "course",
      "year": 2015,
      "link": "https://davidstarsilver.wordpress.com/teaching/",
      "note": "Ten lectures from Markov decision processes to reinforcement learning in classic games, with the Easy21 assignment."
    },
    {
      "title": "Mastering the game of Go with deep neural networks and tree search",
      "type": "paper",
      "year": 2016,
      "link": "https://www.nature.com/articles/nature16961",
      "note": "The AlphaGo paper, Silver first author; reports the 5-0 win over Fan Hui."
    },
    {
      "title": "Mastering the game of Go without human knowledge",
      "type": "paper",
      "year": 2017,
      "link": "https://www.nature.com/articles/nature24270",
      "note": "AlphaGo Zero, which learned from self-play alone and beat the original 100-0."
    },
    {
      "title": "Mastering Chess and Shogi by Self-Play with a General Reinforcement Learning Algorithm",
      "type": "paper",
      "year": 2017,
      "link": "https://arxiv.org/abs/1712.01815",
      "note": "The AlphaZero preprint, December 2017; the peer-reviewed version appeared in Science in December 2018."
    },
    {
      "title": "Grandmaster level in StarCraft II using multi-agent reinforcement learning",
      "type": "paper",
      "year": 2019,
      "link": "https://www.nature.com/articles/s41586-019-1724-z",
      "note": "AlphaStar, which Silver co-led."
    },
    {
      "title": "David Silver: AlphaGo, AlphaZero, and Deep Reinforcement Learning (Lex Fridman Podcast #86)",
      "type": "podcast",
      "year": 2020,
      "link": "https://www.youtube.com/watch?v=uPUEq8d73JI",
      "note": "An hour and 48 minutes on self-play, creativity, reward and how he came to study with Sutton."
    },
    {
      "title": "Mastering Atari, Go, chess and shogi by planning with a learned model",
      "type": "paper",
      "year": 2020,
      "link": "https://www.nature.com/articles/s41586-020-03051-4",
      "note": "MuZero plans with a model it learned itself, without being told the rules."
    },
    {
      "title": "Reward is enough",
      "type": "paper",
      "year": 2021,
      "link": "https://doi.org/10.1016/j.artint.2021.103535",
      "note": "With Singh, Precup and Sutton in Artificial Intelligence, vol. 299."
    },
    {
      "title": "Welcome to the Era of Experience",
      "type": "essay",
      "year": 2025,
      "link": "https://storage.googleapis.com/deepmind-media/Era-of-Experience%20/The%20Era%20of%20Experience%20Paper.pdf",
      "note": "With Richard Sutton; a preprint of a chapter in the MIT Press book Designing an Intelligence."
    },
    {
      "title": "Is human data enough? (Google DeepMind: The Podcast)",
      "type": "podcast",
      "year": 2025,
      "link": "https://www.youtube.com/watch?v=zzXyPGEtseI",
      "note": "Fifty minutes with Hannah Fry, released 10 April 2025, on moving from human data to experience."
    },
    {
      "title": "Olympiad-level formal mathematical reasoning with reinforcement learning",
      "type": "paper",
      "year": 2025,
      "link": "https://www.nature.com/articles/s41586-025-09833-y",
      "note": "The AlphaProof paper in Nature, November 2025; Silver is among the authors, the project was led by Hubert, Mehta and Sartran."
    }
  ],
  "stances": [
    {
      "topic": "Limits of learning from human data",
      "position": "Argues that imitating human data can reproduce human competence but not exceed it, and that in mathematics, coding and science the useful human data has largely been consumed.",
      "quote": "A new generation of agents will acquire superhuman capabilities by learning predominantly from experience.",
      "source": "Welcome to the Era of Experience, with Richard Sutton",
      "source_url": "https://storage.googleapis.com/deepmind-media/Era-of-Experience%20/The%20Era%20of%20Experience%20Paper.pdf",
      "year": 2025,
      "evolution": "The direct descendant of the AlphaGo Zero result of 2017, when removing the human games made the program stronger, and of the 2021 reward-is-enough hypothesis.",
      "topic_ids": [
        "language-models"
      ]
    },
    {
      "topic": "Reinforcement learning as the path to general intelligence",
      "position": "Holds that reward maximisation by an agent acting in its environment is sufficient to account for intelligence, and that reinforcement learning will sit at the core of any general system.",
      "quote": "powerful reinforcement learning agents could constitute a solution to artificial general intelligence",
      "source": "Reward is enough, abstract",
      "source_url": "https://doi.org/10.1016/j.artint.2021.103535",
      "year": 2021,
      "evolution": "Said in 2020 that reinforcement learning would be at the core of any human-level system; formalised it as a hypothesis in 2021; by 2026 he was building a company on it.",
      "topic_ids": [
        "reinforcement-learning"
      ]
    },
    {
      "topic": "Large language models and superintelligence",
      "position": "Believes systems trained to imitate human knowledge cannot go beyond it, and that a different method is needed for superintelligence.",
      "quote": "We want to go beyond what humans know, and to do that we're going to need a different type of method",
      "source": "Fortune, quoting the Google DeepMind podcast",
      "source_url": "https://www.fortune.com/2026/01/30/google-deepmind-ai-researcher-david-silver-leaves-to-found-ai-startup-ineffable-intelligence",
      "year": 2026,
      "topic_ids": [
        "language-models"
      ]
    },
    {
      "topic": "When not to use reinforcement learning",
      "position": "Says reinforcement learning is not the right frame for every problem, and cites his own advice that AlphaFold be treated as supervised learning.",
      "quote": "not all problems are best suited to RL. You really have to find the problems which are natively better understood in a different way.",
      "source": "TalkRL interview at the Reinforcement Learning Conference, August 2024",
      "source_url": "https://www.talkrl.com/episodes/david-silver-rcl-2024/transcript",
      "year": 2024,
      "topic_ids": [
        "reinforcement-learning"
      ]
    },
    {
      "topic": "Self-play and creativity",
      "position": "Argues that a system learning by trial and error can discover things no human knew, and that self-play is the essence of machine creativity.",
      "quote": "creativity means discovering something which wasn't known before, something unexpected",
      "source": "Lex Fridman Podcast",
      "source_url": "https://podcasts.happyscribe.com/lex-fridman-podcast-artificial-intelligence-ai/86-david-silver-alphago-alphazero-and-deep-reinforcement-learning",
      "year": 2020,
      "topic_ids": [
        "reinforcement-learning"
      ]
    },
    {
      "topic": "AI safety",
      "position": "Accepts that agents learning from experience raise new safety risks needing research, but argues that an agent which observes and adapts to its environment can also be safer than a fixed system.",
      "quote": "further research is surely required to ensure a safe transition into the era of experience",
      "source": "Welcome to the Era of Experience, with Richard Sutton",
      "source_url": "https://storage.googleapis.com/deepmind-media/Era-of-Experience%20/The%20Era%20of%20Experience%20Paper.pdf",
      "year": 2025,
      "topic_ids": [
        "ai-risk"
      ]
    },
    {
      "topic": "Timelines",
      "position": "States as a company belief that superintelligence can be built within years, and that its knowledge will be too profound to describe in human language.",
      "quote": "Superintelligence can be built within years, not decades or centuries.",
      "source": "Ineffable Intelligence, Beliefs",
      "source_url": "https://www.ineffable.ai/",
      "year": 2026,
      "topic_ids": [
        "agi-timelines"
      ]
    },
    {
      "topic": "Who should benefit",
      "position": "Has pledged, through Founders Pledge, to give away all the money he makes from his Ineffable equity.",
      "quote": "Any money that I make from Ineffable will go to high-impact charities that save as many lives as possible.",
      "source": "TechCrunch",
      "source_url": "https://techcrunch.com/2026/04/27/deepminds-david-silver-just-raised-1-1b-to-build-an-ai-that-learns-without-human-data/",
      "year": 2026,
      "topic_ids": [
        "jobs"
      ]
    }
  ],
  "quotes": [
    {
      "text": "The reinforcement learning problem is to simply take actions over time so as to maximize that reward signal.",
      "source": "Lex Fridman Podcast",
      "source_url": "https://podcasts.happyscribe.com/lex-fridman-podcast-artificial-intelligence-ai/86-david-silver-alphago-alphazero-and-deep-reinforcement-learning",
      "year": 2020
    },
    {
      "text": "the only way to address them in any complex system is to give the system the ability to correct its own errors",
      "source": "Lex Fridman Podcast",
      "source_url": "https://podcasts.happyscribe.com/lex-fridman-podcast-artificial-intelligence-ai/86-david-silver-alphago-alphazero-and-deep-reinforcement-learning",
      "year": 2020
    },
    {
      "text": "AlphaGo learned to discover new strategies for itself, by playing millions of games between its neural networks, against themselves, and gradually improving",
      "source": "Wired, quoting Silver at AlphaGo's unveiling",
      "source_url": "https://www.wired.com/2016/03/two-moves-alphago-lee-sedol-redefined-future/",
      "year": 2016
    },
    {
      "text": "I try and choose problems where I believe that the chance of success is at most 50%.",
      "source": "TalkRL interview at the Reinforcement Learning Conference",
      "source_url": "https://www.talkrl.com/episodes/david-silver-rcl-2024/transcript",
      "year": 2024
    },
    {
      "text": "We stand on the threshold of a new era in artificial intelligence that promises to achieve an unprecedented level of ability.",
      "source": "Welcome to the Era of Experience, with Richard Sutton",
      "source_url": "https://storage.googleapis.com/deepmind-media/Era-of-Experience%20/The%20Era%20of%20Experience%20Paper.pdf",
      "year": 2025
    },
    {
      "text": "In key domains such as mathematics, coding, and science, the knowledge extracted from human data is rapidly approaching a limit.",
      "source": "Welcome to the Era of Experience, with Richard Sutton",
      "source_url": "https://storage.googleapis.com/deepmind-media/Era-of-Experience%20/The%20Era%20of%20Experience%20Paper.pdf",
      "year": 2025,
      "homepage_order": 1
    },
    {
      "text": "The world needs a place where the full ambition of the reinforcement learning paradigm can flourish.",
      "source": "A Note from Dave, 15 January 2026, on the Ineffable Intelligence site",
      "source_url": "https://www.ineffable.ai/",
      "year": 2026
    },
    {
      "text": "Our mission is to make first contact with superintelligence",
      "source": "Statement reported by CNBC",
      "source_url": "https://www.cnbc.com/2026/04/27/deepmind-ineffable-intelligence-record-seed-funding-nvidia-google.html",
      "year": 2026
    }
  ],
  "signature_ideas": [
    {
      "title": "Reward is enough",
      "detail": "The hypothesis, stated with Satinder Singh, Doina Precup and Richard Sutton in 2021, is that intelligence and all the abilities we associate with it, from perception and language to social intelligence and imitation, can be understood as serving the maximisation of a reward by an agent in a rich environment. On this view there is no need for a separate problem formulation for each ability; an agent that learns by trial and error to maximise reward will acquire whichever abilities the environment demands. The idea grew out of the games work: AlphaZero was given only a win-or-lose signal and developed opening theory, tactics and endgame technique on its own. The consequence Silver draws is that powerful reinforcement learning agents could be a solution to general intelligence, which is the bet behind Ineffable Intelligence. The claim is contested. Peter Vamplew and eleven co-authors argued in Scalar reward is not enough that a single number cannot represent the many competing objectives of biological or artificial agents, and that building general intelligence around scalar reward carries unacceptable risks of unsafe or unethical behaviour. Others note that the paper is a hypothesis about explanation rather than a demonstration that reward-maximising agents can be built for open-ended environments.\n",
      "link": "https://doi.org/10.1016/j.artint.2021.103535"
    },
    {
      "title": "Experience beats imitation",
      "detail": "Silver's most repeated lesson is that a system trained to imitate humans can at best match them, and that AlphaGo Zero, which learned with no human games, beat the human-trained AlphaGo 100-0. Welcome to the Era of Experience, written with Sutton in April 2025, turns that lesson into a forecast for the whole field: the high-quality human data able to improve a strong model is nearly used up in mathematics, coding and science, so the next gains must come from data the agent generates itself by acting in an environment, at a scale that will eventually dwarf human data. The essay lists four shifts that follow: agents that live in lifelong streams of experience rather than short chats, actions and observations grounded in the environment rather than in dialogue, rewards grounded in the environment rather than in human pre-judgement, and reasoning that need not be in human terms. AlphaProof is the worked example, having generated a hundred million formal proofs after starting from a hundred thousand human ones. The counter-argument, made by Yann LeCun among others, is that reinforcement learning is sample-inefficient and should be the last, thin layer on top of learning from observation, not the foundation.\n",
      "link": "https://storage.googleapis.com/deepmind-media/Era-of-Experience%20/The%20Era%20of%20Experience%20Paper.pdf"
    },
    {
      "title": "Search plus learning, with the system as its own teacher",
      "detail": "Every one of Silver's game programs pairs a learned evaluation with a lookahead search, and uses the search to improve the learner. In AlphaGo the tree search made the neural networks stronger at play time; in AlphaGo Zero the search results became the training targets, so that the network was trained to predict what the search would choose and who would win, and the improved network then made the search better in the next iteration. MuZero closed the loop by learning the model the search plans in, so that the same recipe worked on Atari, where the rules are not given. The origin is his Alberta thesis on simulation-based search, and the consequence is a general method that has since been reused, in modified forms, in mathematical theorem proving. Gary Marcus has objected that calling these systems tabula rasa overstates the case, because the rules, the search procedure and the network architecture are all built in.\n",
      "link": "https://www.nature.com/articles/nature24270"
    },
    {
      "title": "Creativity is discovery beyond human convention",
      "detail": "Silver defines creativity as discovering something not known before, something unexpected and outside our norms, and he argues that self-play is the essence of it, because a system playing against itself is not bound by what humans have done. His evidence is move 37 of AlphaGo's second game against Lee Sedol, which the program judged a human would play with probability one in ten thousand and which turned out to be strong. The stakes of the idea are large: if machines can be creative in this sense, then the scientific breakthroughs that lie beyond current human knowledge are reachable by learning from experience, which is the promise Ineffable's mission statement makes when it says its superlearner should rediscover and then transcend language, science and mathematics. Critics reply that Go is a closed world with a perfect simulator and a crisp reward, and that the open world offers neither.\n",
      "link": "https://www.wired.com/2016/03/two-moves-alphago-lee-sedol-redefined-future/"
    },
    {
      "title": "Choose problems you might fail at",
      "detail": "Asked how he picks research problems, Silver said he looks for ones just within range, where he believes the chance of success is at most fifty percent, and that too much of the field aims lower. The pattern runs from Go, which he chose as a PhD topic when programs were weak, to StarCraft, to protein folding, where his contribution was to argue against his own tools, to a company whose founding note accepts a significant risk of failure for a chance of spectacular success. The habit explains the shape of his career better than any single algorithm does.\n",
      "link": "https://www.talkrl.com/episodes/david-silver-rcl-2024/transcript"
    }
  ],
  "debates": [
    {
      "topic": "Is scalar reward enough?",
      "their_view": "A single reward signal, maximised by an agent in a sufficiently rich environment, is enough to explain and eventually to produce every ability associated with intelligence.",
      "critics_say": "Peter Vamplew, Benjamin Smith, Diederik Roijers, Richard Dazeley and eight co-authors argue that biological and artificial agents balance many objectives that no single scalar captures, that the hypothesis is unfalsifiable as stated, and that pursuing general intelligence through scalar reward maximisation risks unsafe or unethical behaviour when the reward is misspecified. Alignment researchers make the related point that reward misspecification is the central failure mode of reinforcement learning, not a detail.",
      "status": "Silver and Sutton's 2025 essay concedes that rewards for open-world agents cannot come from human data alone and proposes adapting the reward function through experience, which critics read as a partial retreat from a fixed scalar signal.",
      "source_url": "https://arxiv.org/abs/2112.15422"
    },
    {
      "topic": "Human data versus experience",
      "their_view": "Human data is a ceiling; superhuman ability in science and mathematics requires agents that generate their own data by acting in the world.",
      "critics_say": "Yann LeCun agrees that today's language models will not reach human-level intelligence, but has argued since 2016 that if intelligence is a cake, self-supervised learning from observation is the bulk of it and reinforcement learning is the cherry on top, too sample-inefficient to carry the load. Others note that the largest recent gains in reasoning came from reinforcement learning applied on top of language models pretrained on human text, which suggests the two eras are complementary rather than sequential.",
      "critics": [
        "yann-lecun"
      ],
      "status": "Silver's essay itself cites DeepSeek's reinforcement-learned reasoning as evidence the transition has begun inside language models; the disagreement is now about whether pretraining on human data remains the foundation or becomes a temporary scaffold.",
      "source_url": "https://arxiv.org/abs/2502.03038"
    },
    {
      "topic": "Should anyone build an agentic superintelligence?",
      "their_view": "An endlessly learning agent that discovers knowledge from experience is the goal, it can be built within years, and it can and must be built to benefit humanity.",
      "critics_say": "Yoshua Bengio and twelve co-authors argue that autonomous, goal-directed agents pose risks ranging from misuse to an irreversible loss of human control, and propose a non-agentic Scientist AI that explains and predicts without pursuing goals. On that view, an agent with grounded rewards and lifelong autonomy is the precise design safety researchers want to avoid, not a path to safety.",
      "critics": [
        "yoshua-bengio"
      ],
      "status": "Silver's essay acknowledges that experiential learning will increase certain safety risks and calls for research on a safe transition, while arguing that an agent which notices human distress and adapts is safer than a frozen model; the two camps have not converged.",
      "source_url": "https://arxiv.org/abs/2502.15657"
    },
    {
      "topic": "How much is really learned from scratch?",
      "their_view": "AlphaGo Zero and AlphaZero started tabula rasa, with no human data or domain knowledge beyond the rules, and reached superhuman play.",
      "critics_say": "Gary Marcus argued in 2018 that the claim is overstated, because the rules, the Monte Carlo tree search procedure, the convolutional architecture and the self-play curriculum are all innate structure supplied by the designers, and that the field should study what to build in rather than pretend nothing is. Sceptics add that perfect simulators and unambiguous rewards exist for board games and few real problems.",
      "critics": [
        "gary-marcus"
      ],
      "status": "Silver has not disputed that the algorithm and rules are given; the argument has shifted to whether the era-of-experience programme can supply grounded rewards and environments rich enough to stand in for the simulator.",
      "source_url": "https://arxiv.org/abs/1801.05667"
    }
  ],
  "reading_guide": [
    {
      "title": "Is human data enough? (Google DeepMind: The Podcast with Hannah Fry)",
      "type": "podcast",
      "link": "https://www.youtube.com/watch?v=zzXyPGEtseI",
      "why": "Fifty minutes in which Silver explains the whole argument in plain language, from AlphaGo Zero to the era of experience. Start here."
    },
    {
      "title": "Welcome to the Era of Experience",
      "type": "essay",
      "link": "https://storage.googleapis.com/deepmind-media/Era-of-Experience%20/The%20Era%20of%20Experience%20Paper.pdf",
      "why": "The written version of his current position, about a dozen pages including a section on safety; read it to see exactly what Ineffable Intelligence is trying to build."
    },
    {
      "title": "AlphaGo (documentary, 2017)",
      "type": "talk",
      "link": "https://www.youtube.com/watch?v=WXuK6gekU1Y",
      "why": "Ninety minutes inside the Lee Sedol match with Silver, Hassabis and Fan Hui on camera; the best account of what move 37 felt like in the room."
    },
    {
      "title": "Lex Fridman Podcast",
      "type": "podcast",
      "link": "https://www.youtube.com/watch?v=uPUEq8d73JI",
      "why": "Just under two hours covering his path from games to Alberta to DeepMind, with his definitions of self-play, creativity and reward."
    },
    {
      "title": "Reinforcement Learning lecture course, UCL",
      "type": "course",
      "link": "https://davidstarsilver.wordpress.com/teaching/",
      "why": "Ten lectures of roughly ninety minutes each; the standard way to learn the technical foundations his work rests on."
    },
    {
      "title": "Reward is enough",
      "type": "paper",
      "link": "https://doi.org/10.1016/j.artint.2021.103535",
      "why": "A readable position paper rather than a technical one; pair it with the Vamplew rebuttal to see the strongest objections."
    }
  ],
  "misconceptions": [
    {
      "claim": "AlphaGo learned to play Go without any human data.",
      "correction": "The AlphaGo that beat Lee Sedol was first trained by supervised learning on human expert games and then improved by self-play. The version that learned from nothing but the rules was AlphaGo Zero, published in October 2017.",
      "source_url": "https://www.nature.com/articles/nature24270"
    },
    {
      "claim": "Silver co-founded DeepMind.",
      "correction": "DeepMind was founded in 2010 by Demis Hassabis, Shane Legg and Mustafa Suleyman. Silver consulted for it from the start and joined full time in 2013.",
      "source_url": "https://www.ucl.ac.uk/engineering/events/2018/may/inaugural-lecture-david-silver"
    },
    {
      "claim": "Ineffable Intelligence is valued at $4 billion.",
      "correction": "The $4 billion figure was the pre-money valuation reported in February 2026 while the round was being raised. The $1.1 billion seed round announced on 27 April 2026 set a post-money valuation of $5.1 billion.",
      "source_url": "https://www.cnbc.com/2026/04/27/deepmind-ineffable-intelligence-record-seed-funding-nvidia-google.html"
    },
    {
      "claim": "Silver led AlphaProof.",
      "correction": "He is an author on the AlphaProof paper and cites it in the era-of-experience essay, but the project was led by Thomas Hubert, Rishi Mehta and Laurent Sartran.",
      "source_url": "https://www.nature.com/articles/s41586-025-09833-y"
    }
  ],
  "awards": [
    {
      "year": 2017,
      "title": "Royal Academy of Engineering Silver Medal"
    },
    {
      "year": 2017,
      "title": "Mensa Foundation Prize"
    },
    {
      "year": 2018,
      "title": "Marvin Minsky Medal (IJCAI)",
      "detail": "Awarded for the AlphaGo work."
    },
    {
      "year": 2019,
      "title": "ACM Prize in Computing",
      "detail": "For breakthrough advances in computer game-playing; announced 1 April 2020 with a $250,000 prize endowed by Infosys."
    },
    {
      "year": 2021,
      "title": "Fellow of the Royal Society (FRS)"
    },
    {
      "year": 2022,
      "title": "Fellow of the Association for the Advancement of Artificial Intelligence (AAAI)",
      "detail": "For significant contributions to machine learning and game theory, and the application of deep learning to game playing."
    }
  ],
  "affiliations": [
    "Ineffable Intelligence (Founder and CEO, 2026-present; incorporated November 2025)",
    "University College London (Professor of Computer Science; Royal Society University Research Fellow from 2011)",
    "Google DeepMind (consultant from 2010; full time 2013-2026; led the reinforcement learning research group, latterly as VP of Reinforcement Learning)",
    "Royal Society (Fellow, 2021)",
    "Academy for the Mathematical Sciences (Fellow, first cohort)",
    "AAAI (Fellow)",
    "University of Alberta (PhD under Richard Sutton, 2004-2009)",
    "Elixir Studios (CTO and lead programmer, 1998-2004)"
  ],
  "links": [
    {
      "label": "Homepage",
      "url": "https://www.davidsilver.uk/"
    },
    {
      "label": "Ineffable Intelligence",
      "url": "https://www.ineffable.ai/"
    },
    {
      "label": "Google Scholar",
      "url": "https://scholar.google.com/citations?user=-8DNE4UAAAAJ&hl=en"
    },
    {
      "label": "Royal Society profile",
      "url": "https://royalsociety.org/people/david-silver-35033/"
    },
    {
      "label": "UCL reinforcement learning course",
      "url": "https://davidstarsilver.wordpress.com/teaching/"
    }
  ],
  "social_links": {},
  "updated": "2026-09-19",
  "sources": [
    {
      "title": "David Silver (computer scientist) - Wikipedia",
      "url": "https://en.wikipedia.org/wiki/David_Silver_(computer_scientist)"
    },
    {
      "title": "Professor David Silver FRS - Royal Society",
      "url": "https://royalsociety.org/people/david-silver-35033/"
    },
    {
      "title": "ACM Prize in Computing awarded to AlphaGo developer - EurekAlert (ACM release, 1 April 2020)",
      "url": "https://www.eurekalert.org/news-releases/730838"
    },
    {
      "title": "Inaugural Lecture: David Silver, 23 May 2018 - UCL Engineering",
      "url": "https://www.ucl.ac.uk/engineering/events/2018/may/inaugural-lecture-david-silver"
    },
    {
      "title": "David Silver - Heidelberg Laureate Forum",
      "url": "https://www.heidelberg-laureate-forum.org/laureate/david-silver/"
    },
    {
      "title": "Professor David Silver FRS FAcadMathSci - Academy for the Mathematical Sciences",
      "url": "https://www.acadmathsci.org.uk/team/member/professor-david-silver-frs/"
    },
    {
      "title": "Elected AAAI Fellows - AAAI",
      "url": "https://aaai.org/about-aaai/aaai-awards/the-aaai-fellows-program/elected-aaai-fellows/"
    },
    {
      "title": "Elixir Studios - Wikipedia",
      "url": "https://en.wikipedia.org/wiki/Elixir_Studios"
    },
    {
      "title": "Mastering the game of Go with deep neural networks and tree search - Nature, 2016",
      "url": "https://www.nature.com/articles/nature16961"
    },
    {
      "title": "Mastering the game of Go without human knowledge - Nature, 2017",
      "url": "https://www.nature.com/articles/nature24270"
    },
    {
      "title": "Olympiad-level formal mathematical reasoning with reinforcement learning - Nature, November 2025",
      "url": "https://www.nature.com/articles/s41586-025-09833-y"
    },
    {
      "title": "Welcome to the Era of Experience - Silver and Sutton, April 2025 (PDF)",
      "url": "https://storage.googleapis.com/deepmind-media/Era-of-Experience%20/The%20Era%20of%20Experience%20Paper.pdf"
    },
    {
      "title": "Reward is enough - Artificial Intelligence, vol. 299, 2021 (DOI)",
      "url": "https://doi.org/10.1016/j.artint.2021.103535"
    },
    {
      "title": "Scalar reward is not enough: A response to Silver, Singh, Precup and Sutton (2021) - arXiv",
      "url": "https://arxiv.org/abs/2112.15422"
    },
    {
      "title": "Lex Fridman Podcast #86 transcript - HappyScribe",
      "url": "https://podcasts.happyscribe.com/lex-fridman-podcast-artificial-intelligence-ai/86-david-silver-alphago-alphazero-and-deep-reinforcement-learning"
    },
    {
      "title": "David Silver @ RCL 2024 transcript - TalkRL, 26 August 2024",
      "url": "https://www.talkrl.com/episodes/david-silver-rcl-2024/transcript"
    },
    {
      "title": "In Two Moves, AlphaGo and Lee Sedol Redefined the Future - Wired, March 2016",
      "url": "https://www.wired.com/2016/03/two-moves-alphago-lee-sedol-redefined-future/"
    },
    {
      "title": "Is human data enough? | David Silver - Google DeepMind on YouTube, 10 April 2025",
      "url": "https://www.youtube.com/watch?v=zzXyPGEtseI"
    },
    {
      "title": "Google DeepMind on X, 10 April 2025 - David Silver, VP of Reinforcement Learning, on the podcast",
      "url": "https://x.com/GoogleDeepMind/status/1910363683215008227"
    },
    {
      "title": "Longtime Google DeepMind researcher David Silver leaves to found his own AI startup - Fortune, 30 January 2026",
      "url": "https://www.fortune.com/2026/01/30/google-deepmind-ai-researcher-david-silver-leaves-to-found-ai-startup-ineffable-intelligence"
    },
    {
      "title": "Google DeepMind's David Silver departs to found AI startup - The Decoder, 31 January 2026",
      "url": "https://the-decoder.com/google-deepmind-pioneer-david-silver-departs-to-found-ai-startup-betting-llms-alone-wont-reach-superintelligence/"
    },
    {
      "title": "Richard Sutton on X, 19 February 2026 - on Ineffable Intelligence",
      "url": "https://x.com/RichardSSutton/status/2024291626420752437"
    },
    {
      "title": "Ineffable Intelligence - Mission, Beliefs and A Note from Dave",
      "url": "https://www.ineffable.ai/"
    },
    {
      "title": "Former Google DeepMind researcher's AI startup raises record $1.1 billion seed funding - CNBC, 27 April 2026",
      "url": "https://www.cnbc.com/2026/04/27/deepmind-ineffable-intelligence-record-seed-funding-nvidia-google.html"
    },
    {
      "title": "DeepMind's David Silver just raised $1.1B to build an AI that learns without human data - TechCrunch, 27 April 2026",
      "url": "https://techcrunch.com/2026/04/27/deepminds-david-silver-just-raised-1-1b-to-build-an-ai-that-learns-without-human-data/"
    },
    {
      "title": "Ineffable Intelligence launches with record-breaking $1.1B Seed round - Tech.eu, 27 April 2026",
      "url": "https://tech.eu/2026/04/27/ineffable-intelligence-launches-with-record-breaking-11b-seed-round/"
    },
    {
      "title": "Ineffable Intelligence Selects Google Cloud To Power Its Superintelligence Mission - Google Cloud, 16 June 2026",
      "url": "https://www.googlecloudpresscorner.com/2026-06-16-Ineffable-Intelligence-Selects-Google-Cloud-To-Power-Its-Superintelligence-Mission"
    },
    {
      "title": "Ineffable Intelligence adds six cofounders - Fortune, 7 September 2026",
      "url": "https://fortune.com/2026/09/07/ineffable-intelligence-hires-cofounders-hiring-google-deepmind-instadeep-flying-fish/"
    },
    {
      "title": "Innateness, AlphaZero, and Artificial Intelligence - Gary Marcus, arXiv, January 2018",
      "url": "https://arxiv.org/abs/1801.05667"
    },
    {
      "title": "Superintelligent Agents Pose Catastrophic Risks: Can Scientist AI Offer a Safer Path? - Bengio et al., arXiv, February 2025",
      "url": "https://arxiv.org/abs/2502.15657"
    },
    {
      "title": "The Cake that is Intelligence and Who Gets to Bake it - arXiv, February 2025 (documents LeCun's cake analogy)",
      "url": "https://arxiv.org/abs/2502.03038"
    }
  ],
  "topics": [
    "reinforcement-learning",
    "frontier-models-and-agi"
  ],
  "predictions": [
    {
      "id": "superintelligence-within-years",
      "claim": "Superintelligence can be built within years rather than decades, and it will come from agents learning from their own experience rather than from human data.",
      "quote": "Superintelligence can be built within years, not decades or centuries.",
      "made": {
        "year": 2026,
        "month": 4,
        "day": 27
      },
      "context": "Listed under \"Beliefs\" on the website of Ineffable Intelligence, the company Silver founded, which TechCrunch described as \"newly launched\" when the company announced its funding on April 27, 2026; the Internet Archive's first capture with this text is from May 1, 2026",
      "source_url": "https://www.ineffable.ai/",
      "status": "too-early",
      "verdict": "\"Within years\" sets no fixed date, so no resolution date is given; a reading of under ten years would put the test in the mid-2030s at the latest. As of September 2026 Ineffable had raised a 1.1 billion dollar seed round at a 5.1 billion dollar valuation (April 2026) and added six cofounders, four of them Silver's former Google DeepMind colleagues (September 2026), and had not published a system. The belief extends the April 2025 paper \"Welcome to the Era of Experience,\" written with Richard Sutton, which argued that knowledge from human data \"is rapidly approaching a limit\" in mathematics, coding and science and that \"the transition to the era of experience is imminent.\"\n",
      "verdict_sources": [
        {
          "title": "TechCrunch, DeepMind's David Silver just raised $1.1B to build an AI that learns without human data (April 27, 2026)",
          "url": "https://techcrunch.com/2026/04/27/deepminds-david-silver-just-raised-1-1b-to-build-an-ai-that-learns-without-human-data/"
        },
        {
          "title": "Fortune, Ineffable Intelligence adds six cofounders (September 7, 2026)",
          "url": "https://fortune.com/2026/09/07/ineffable-intelligence-hires-cofounders-hiring-google-deepmind-instadeep-flying-fish/"
        },
        {
          "title": "Silver and Sutton, Welcome to the Era of Experience (April 2025)",
          "url": "https://storage.googleapis.com/deepmind-media/Era-of-Experience%20/The%20Era%20of%20Experience%20Paper.pdf"
        },
        {
          "title": "Internet Archive capture of ineffable.ai (May 1, 2026)",
          "url": "https://web.archive.org/web/20260501070239/https://www.ineffable.ai/"
        }
      ],
      "topics": [
        "agi-timelines",
        "reinforcement-learning"
      ],
      "updated": "2026-09-22",
      "made_label": "Apr 2026",
      "resolves_label": null,
      "status_label": "Too early to tell"
    }
  ],
  "schema_version": "1.0",
  "profile_url": "https://frontierminds.ai/people/david-silver/",
  "markdown_url": "https://frontierminds.ai/people/david-silver/index.md",
  "json_url": "https://frontierminds.ai/people/david-silver/index.json",
  "last_verified": "2026-09-19",
  "content_notes": "Positions and narratives are editorial summaries. Quotes are attributed quotations. Source dates and profile verification dates are distinct. Missing positions mean not recorded, not agreement or neutrality.",
  "company": {
    "name": "Ineffable Intelligence",
    "slug": "ineffable-intelligence"
  },
  "organizations": [
    {
      "role": "Founder and CEO",
      "from": 2025,
      "current": true,
      "company": "ineffable-intelligence"
    },
    {
      "role": "Principal Research Scientist, then VP of Reinforcement Learning",
      "from": 2013,
      "to": 2026,
      "current": false,
      "company": "deepmind"
    }
  ],
  "related_people": [
    {
      "slug": "demis-hassabis",
      "relationship": "Cambridge contemporary who hired him at Elixir Studios in 1998 and brought him to DeepMind, where Silver led AlphaGo and the reinforcement learning group for more than a decade; co-author of the AlphaGo, AlphaGo Zero and MuZero papers.",
      "profile_url": "https://frontierminds.ai/people/demis-hassabis/"
    },
    {
      "slug": "yann-lecun",
      "relationship": "Agrees that scaling language models will not reach human-level intelligence, but has argued since 2016 that reinforcement learning is the cherry on the cake rather than the foundation Silver takes it to be.",
      "profile_url": "https://frontierminds.ai/people/yann-lecun/"
    },
    {
      "slug": "yoshua-bengio",
      "relationship": "Argues for a non-agentic Scientist AI as a safer alternative to exactly the kind of autonomous, goal-seeking superintelligence Ineffable Intelligence set out to build.",
      "profile_url": "https://frontierminds.ai/people/yoshua-bengio/"
    },
    {
      "slug": "ilya-sutskever",
      "relationship": "Co-author, from Google Brain, of the January 2016 AlphaGo paper in Nature on which Silver was lead author.",
      "profile_url": "https://frontierminds.ai/people/ilya-sutskever/"
    },
    {
      "slug": "gary-marcus",
      "relationship": "His January 2018 paper \"Innateness, AlphaZero, and Artificial Intelligence\" argued that the \"tabula rasa\" framing of AlphaGo Zero understated the search, architecture and rules built into it.",
      "profile_url": "https://frontierminds.ai/people/gary-marcus/"
    },
    {
      "slug": "mustafa-suleyman",
      "relationship": "DeepMind co-founder who ran the lab's product and applied work while Silver led the reinforcement learning research behind AlphaGo.",
      "profile_url": "https://frontierminds.ai/people/mustafa-suleyman/"
    }
  ],
  "portrait_image": "https://frontierminds.ai/assets/portraits/david-silver.jpg"
}
