Five of six listed researchers are confirmed to have left Google DeepMind in June 2026 for Meta, OpenAI, or Anthropic, triggered by compute resource reallocation, aggressive poaching, and frustration with Google's res... Denny Zhou's three reasoning techniques form a progressive stack: Chain of Thought adds intermed...
Research answer

Create a landscape editorial hero image for this Studio Global article: Search & fact-check with cited sources for What prompted six senior AI researchers — including Denny Zhou (founder of Google Brain's reasoni. Article summary: Here is a fact-checked breakdown of what is known and what remains unclear about these departures and Zhou's techniques.. Topic tags: general, news, general web, user generated, education. Style: premium digital editorial illustration, source-backed research mood, clean composition, high detail, modern web publication hero. Use reference image context only for broad subject, composition, and topical grounding; do not copy the exact image. Avoid: logos, brand marks, copyrighted characters, real person likenesses, fake screenshots, UI text, readable text, watermarks, charts with fake numbers, clickbait thumbnails, icons, and tiny thumbnail layouts. Make it useful
In June 2026, Google DeepMind suffered one of the most concentrated talent losses in AI history. Across a single week, at least five senior researchers announced departures to Meta, OpenAI, and Anthropic. The exits wiped roughly $270 billion from Alphabet's market cap and raised serious questions about Google's ability to retain the researchers who built its most important AI systems .
This article provides a fact-checked, researcher-by-researcher account of who left, where they went, and what drove them out — followed by a clear explanation of the three prompting techniques developed by the departing "Reasoning King," Denny Zhou.
Only five of the six names commonly listed in connection with this exodus can be confirmed as having left Google DeepMind in this period. The sixth — Dawn Song — does not appear in any news reports covering the June 2026 wave and appears to be an error. Song's background is in security and AI (University of California, Berkeley), and no evidence was found that she was at Google DeepMind or departed during this window .
Shazeer was a co-inventor of the Transformer architecture, co-lead of Google's Gemini models, and one of the most consequential AI researchers of the decade. His departure was reportedly triggered by an internal reallocation of computing resources — Google redirected his team's compute to DeepMind's London pretraining team, shelving his Transformer variant project . This was especially striking because Google had only brought Shazeer back in 2024 through a $2.7 billion aquihire of his startup Character.AI .
Jumper, who shared the 2024 Nobel Prize in Chemistry for co-creating AlphaFold, announced on X that he was leaving after "nearly 9 years" . His final stretch at Google had been focused on AI coding tools, not the scientific work that won him the Nobel . His exit, combined with Shazeer's, erased roughly $270 billion from Alphabet's market cap in a single trading session .
Adler was viewed internally as a key contributor to Gemini and Google's AI coding effort. People familiar with the move cited a desire to work at a more agile AI startup .
Pritzel worked on Gemini pretraining and AlphaFold. His departure was reported alongside Adler's, with the same context of seeking faster-paced environments .
Zhou, known as DeepMind's "Reasoning King" and founder of Google Brain's reasoning research group, left quietly. He made no public farewell — the move was reported by HTX after he updated his LinkedIn to show he had already been working at Meta for four months . No explanation was given by Zhou or Meta.
Multiple sources describe a broader talent drain at DeepMind throughout 2026, driven by three factors :
Denny Zhou and his collaborators developed three foundational prompting techniques that have become central to how large language models reason. They form a progressive stack, each building on the last.
What it does: Instead of prompting an LLM to output an answer directly (input → output), CoT prompts the model to generate a sequence of intermediate natural-language reasoning steps before arriving at the final answer (input → reasoning steps → output).
Key benefit: Dramatically improves performance on arithmetic, commonsense, and symbolic reasoning tasks. It also enables interpretability — you can read the model's "thought process." Combined with large models like PaLM-540B, CoT achieved state-of-the-art results using as little as 0.1% of annotated examples .
What it does: A decoding strategy that improves upon CoT. Instead of taking a single chain of reasoning, the model generates multiple independent CoT reasoning paths (via sampling with higher temperature), then selects the most consistent answer across all paths by majority vote .
Key benefit: Mitigates the variance of a single reasoning chain. A single CoT path might be wrong due to one flawed step; self-consistency averages over diversity and is significantly more robust on math and reasoning benchmarks . Denny Zhou has emphasized that self-consistency should not be interpreted superficially as mere majority voting — it is an empirical implementation of marginalization .
What it does: A two-stage prompting strategy designed for problems harder than the examples in the prompt. First, the model decomposes the original hard problem into a list of simpler sub-problems. Then, it sequentially solves those sub-problems, using the answer of each earlier sub-problem as context for the next one .
Key benefit: Enables easy-to-hard generalization — the model can solve problems that are strictly harder than any example it was shown. It has been demonstrated on symbolic manipulation, compositional generalization benchmarks (like SCAN and CFQ), and math reasoning tasks . Zhou describes it as "Planning + Reasoning" .
Five of the six researchers listed are confirmed to have left DeepMind for Meta, OpenAI, or Anthropic in June 2026, driven by competitor poaching, compute allocation disputes, and a desire for faster-paced environments. Dawn Song's departure could not be verified and does not belong to this wave. Zhou's three prompting techniques — Chain-of-Thought, Self-Consistency, and Least-to-Most — form a progressive stack: CoT adds reasoning steps, Self-Consistency adds voting across multiple reasoning paths, and Least-to-Most adds problem decomposition and sequential solving for harder problems.
Studio Global AI
This page includes a source-backed answer you can continue inside Studio Global.
Five of six listed researchers are confirmed to have left Google DeepMind in June 2026 for Meta, OpenAI, or Anthropic, triggered by compute resource reallocation, aggressive poaching, and frustration with Google's res...
Five of six listed researchers are confirmed to have left Google DeepMind in June 2026 for Meta, OpenAI, or Anthropic, triggered by compute resource reallocation, aggressive poaching, and frustration with Google's res... Denny Zhou's three reasoning techniques form a progressive stack: Chain of Thought adds intermediate reasoning steps, Self Consistency adds majority voting across multiple reasoning paths, and Least to Most adds probl...