Biography:Jeff Dean
Jeff Dean | |
|---|---|
Dean in 2025 | |
| Born | July 23, 1968 Hawaii |
| Alma mater | University of Minnesota, B.S. Computer Science and Engineering (1990) University of Washington, Ph.D. Computer Science (1996) |
| Known for | MapReduce, Bigtable, Spanner, TensorFlow |
| Scientific career | |
| Fields | Computer science |
| Institutions | Google, Digital Equipment Corporation |
| Thesis | Whole-program optimization of object-oriented languages (1996) |
| Doctoral advisor | Craig Chambers |
Jeffrey Adgate Dean (born July 23, 1968) is an American computer scientist and software engineer. Since 2018, he has been the lead of Google AI.[1] He was appointed Google's chief scientist in 2023 after the merger of DeepMind and Google Brain into Google DeepMind.[2]
Early life and education
Jeff Dean was born to a family of a tropical disease researcher and a medical anthropologist, who moved the family frequently. However, from the fifth to tenth grade, Dean attended schools in the Twin Cities.[3]
Dean received a B.S., summa cum laude, from the University of Minnesota in computer science and economics in 1990.[4] His undergraduate thesis was on neural networks in C programming, advised by Vipin Kumar.[5][6] During freshman year, Dean met his future wife, Heidi Hopper, who graduated from the same university in 1990.[3]
He received a Ph.D. in computer science from the University of Washington in 1996, working under Craig Chambers on compilers[7] and whole-program optimization techniques for object-oriented programming languages.[8]
Career
Early career
Before graduate school, Dean worked at the World Health Organization's Global Programme on AIDS, developing software for statistical modeling and forecasting of the HIV/AIDS pandemic.[9]
After graduate school, Dean worked at DEC/Compaq's Western Research Laboratory,[10] on profiling tools, microprocessor architecture and information retrieval.[9] Much of his work was completed in close collaboration with Sanjay Ghemawat.[10][7] In early 1999 he briefly worked at comparison-shopping startup mySimon as a senior member of technical staff, designing and implementing a distributed system for web crawling, caching, and full-text indexing of product information to improve the scalability of its shopping search service, before leaving later that year to join Google.
Career at Google
Dean joined Google in mid-1999.[4] He was Google's 30th employee.[11] As of 2018, Dean and Sanjay Ghemawat are the only two employees at Google to hold the title of Senior Fellow, the highest technical level at the company.[7] ==== Systems design ==== In collaboration with Sanjay Ghemawat, Dean designed and implemented portions of Google's advertising, crawling, indexing and query serving systems, along with components of the distributed computing infrastructure that underlies most of Google's products.[7] He has also worked on improving search quality, statistical machine translation (Google translate) and internal software development tools and has had significant involvement in the engineering hiring process.
Dean and Ghemawat led the original design of Protocol Buffers, an open-source data interchange format that provides language-neutral and platform-neutral mechanisms for serializing structured data.[12] Protocol Buffers are used extensively across Google for remote procedure call (RPC) protocols and for storing structured information in persistent storage systems, offering advantages in efficiency and extensibility compared to alternatives like XML.[13]
The pair also developed MapReduce, a programming model and implementation for processing and generating large datasets that became foundational for applications.[7] MapReduce abstracts away the complexities of distributed computing (including data partitioning, inter-machine communication, and fault handling) allowing programmers without specialized distributed systems knowledge to leverage clusters of thousands of commodity machines for data processing tasks. The system's success at Google subsequently inspired open-source implementations including Apache Hadoop, which democratized large-scale data processing.
Bigtable, co-designed by Dean and Ghemawat alongside other Google engineers including Fay Chang and Mike Burrows, represents a large-scale semi-structured storage system designed to handle the petabyte-scale data requirements of Google's products.[7] Bigtable is engineered to store sparsely populated tables that scale to billions of rows and thousands of columns while maintaining low-latency, high-throughput read and write operations, and it integrates seamlessly with MapReduce for batch processing.[14] The system's architecture and design influenced the NoSQL database movement, with multiple open-source projects adopting similar approaches.
Spanner represents Dean and Ghemawat's contribution to globally distributed database systems, delivering a horizontally scalable, multi-version database that can replicate data synchronously across geographically distributed datacenters while maintaining strong consistency guarantees.[15] Spanner's architecture enables applications to specify fine-grained replication constraints, control data locality to minimize latency, and transparently migrate data between datacenters for load balancing, supporting SQL-based queries and ACID transactions across potentially millions of machines and trillions of rows.
Dean and Ghemawat developed LevelDB, an open-source on-disk key-value store released in 2011 that drew inspiration from Bigtable's design principles while minimizing external dependencies to enable broader adoption.[16] LevelDB stores sorted key-value pairs, supports atomic batch writes, forward and backward iteration, and compression via Google's Snappy library, subsequently becoming the backend storage engine for Google Chrome's IndexedDB as well as other applications including Bitcoin Core and Minecraft Bedrock Edition.[17]
Artificial intelligence
Dean joined Google X in 2011 to investigate deep neural networks, which had just resurged in popularity. This ended with "the cat neuron paper", a deep belief network trained by unsupervised learning on YouTube videos.[18] This project morphed into Google Brain, a team that studies large-scale artificial neural networks, also formed in 2011.[7] Jeff Dean became its leader in 2012.
Dean worked on DistBelief, a proprietary machine-learning system for distributed training of deep neural networks, whose name reflects the possibility to train deep belief networks. DistBelief was eventually refactored into TensorFlow, an open-source machine-learning software library, for which he was among the designers and implementers of the initial release.[13][7] The DistBelief system was used to train the network in "the cat neuron paper".[18][19] TensorFlow initially dominated the machine-learning research landscape, but by 2023 accounted for only 8% of exclusive models on Hugging Face compared to 92% for PyTorch, which was also used in 80% of academic papers utilizing deep learning frameworks.[20]
Dean also worked on Pathways, an asynchronous distributed dataflow system for neural networks.[21][13] It was used in PaLM.[22]

In April 2018, Dean was appointed the head of Google's artificial intelligence division, after John Giannandrea left to lead Apple's AI projects.[23][24]
In December 2020, Google’s Ethical AI team co-lead Timnit Gebru was terminated after a draft paper she co-authored on the risks and ethical implications of large language models didn't receive publication approval. The incident received significant attention in the media, and in the aftermath, Dean addressed an email to staff acknowledging that the episode had “surfaced large, important issues” around research culture, bias, and inclusion within Google’s AI organization.[25][26][27][28] In an open letter, critics demanded that members of Google's senior leadership, including Dean, "explain the process by which the paper was unilaterally rejected by leadership."[29] Later, Margaret Mitchell, then co-lead of the Ethical AI team and an outspoken supporter of Gebru, was fired on February 19, 2021 for "reportedly using automated scripts to find examples of mistreatment of Dr. Timnit Gebru."[30] On the same day Mitchell was fired, Dean issued an internal memo acknowledging Google "could have and should have handled this situation with more sensitivity" and said he "regrets that it led to some employees questioning whether they belong at Google."[31]
In June 2021, Dean was a senior author on a Nature paper introducing a reinforcement-learning approach to chip floorplanning. Dean and co-authors claimed the method outperformed prior approaches.[32] Google engineer Satrajit Chatterjee raised concerns about the results to Dean.[33][34] Google denied Chatterjee permission to publish his critique and terminated him.[35][34] The Satrajit Chatterjee v. Google LLC lawsuit named Dean and alleged fraud, retaliation for Chatterjee's critique, and wrongful termination.[34] A California court denied Google's motion to dismiss Chatterjee's lawsuit.[36] Academic researchers raised criticisms of the Nature paper's results and disclosure of methods.[33][35][37] In 2023, Professor Andrew Kahng and UCSD collaborators reported that replication studies on public benchmarks found simulated annealing and commercial EDA software to outperform the Nature method.[38][39] A peer-reviewed publication in Communications of ACM identified questionable research practices in the Nature paper and concluded that the paper's integrity was undermined by errors.[40] Independent experts have called for Google to provide results on public benchmarks to definitively settle the dispute.[41][42]
In April 2023, Alphabet announced that Google Brain was being combined with DeepMind to form a unified AI research unit, Google DeepMind, headed by DeepMind's CEO Demis Hassabis.[43] As part of this reorganization, Google Brain ceased to exist as a separate entity and Dean became Google's chief scientist.[13] Dean proposed the name Gemini for the chatbot developed by Google DeepMind, "because it's like twins coming together".[11]
Dean is also known as an angel investor, having invested in dozens of AI startups including Perplexity, Roboflow, Sakana AI and World Labs.[44]
Philanthropy
Dean and his wife, Heidi Hopper, started the Hopper-Dean Foundation and began making philanthropic grants in 2011. In 2016, the foundation gave $2 million each to UC Berkeley, Massachusetts Institute of Technology, University of Washington, Stanford University and Carnegie Mellon University to support programs that promote diversity in science, technology, engineering and mathematics (STEM).[45] The Menlo Park-based foundation gave $22.1 million to a variety of universities and non-profits in 2023 and ended the year with $54.4 million in assets, according to its Form 990.[46]
In 2025, Dean joined the board of Laude Institute, steering the organization with David Patterson, Joelle Pineau, and Andy Konwinski.[47]
Awards and honors
- Elected to the National Academy of Engineering (2009)[48]
- Fellow of the Association for Computing Machinery (2009)[49]
- ACM SIGOPS Mark Weiser Award (2012)[50]
- ACM Prize in Computing (2012)[49]
- Fellow of the American Academy of Arts and Sciences (2016)[51]
- Recipient of the IEEE John von Neumann Medal (2021)[52]
Publications
Selected papers
- Jeffrey Dean and Sanjay Ghemawat. 2004. MapReduce: Simplified Data Processing on Large Clusters. OSDI'04: Sixth Symposium on Operating System Design and Implementation (December 2004)
- Fay Chang, Jeff Dean, Sanjay Ghemawat, Wilson C. Hsieh, Deborah A. Wallach, Mike Burrows, Tushar Chandra, Andrew Fikes, and Robert E. Gruber. 2006. Bigtable: A Distributed Storage System for Structured Data. OSDI'06: 7th Symposium on Operating System Design and Implementation (October 2006)
Personal life
Dean is married and has two daughters.[7]
He is the subject of an Internet meme for "Jeff Dean facts". Similar to Chuck Norris facts, the Jeff Dean facts exaggerate his programming powers.[53] For example:[54]
Once, in early 2002, when the index servers went down, Jeff Dean answered user queries manually for two hours. Evals showed a quality improvement of 5 points.
See also
References
- ↑ Vincent, James (2018-04-03). "Google veteran Jeff Dean takes over as company's AI chief" (in en). https://www.theverge.com/2018/4/3/17191944/google-ai-head-jeff-dean-reshuffle-john-giannandrea.
- ↑ Elias, Jennifer (2023-04-20). "Read the internal memo Alphabet sent in merging A.I.-focused groups DeepMind and Google Brain" (in en). https://www.cnbc.com/2023/04/20/alphabet-merges-ai-focused-groups-deepmind-and-google-research.html.
- ↑ 3.0 3.1 Gehler, Chris (2013). "Jeff Dean: Google's unsung hero". College of Science and Engineering (University of Minnesota). https://cse.umn.edu/college/feature-stories/jeff-dean-googles-unsung-hero. Retrieved 6 December 2025.
- ↑ 4.0 4.1 "Jeff Dean". https://research.google/people/jeff/.
- ↑ Dean, Jeffrey (1990). Parallel implementations of neural network training: Two back-propagation approaches (Thesis). University of Minnesota.
- ↑ @jeffdean. "[... Kudos to University of Minnesota (@UMNews) Honors Program. Earlier this year, I asked Prof. Vipin Kumar, my advisor for this work, if he still had a copy, since I had lost my copy. He didn't, but checked with the Honors Program [...]"]. https://twitter.com/jeffdean/status/1033874204548984833. Missing or empty |date= (help)
- ↑ 7.0 7.1 7.2 7.3 7.4 7.5 7.6 7.7 7.8 Somers, James (2018-12-03). "The Friendship That Made Google Huge" (in en-US). The New Yorker. ISSN 0028-792X. https://www.newyorker.com/magazine/2018/12/10/the-friendship-that-made-google-huge. Retrieved 2025-09-28.
- ↑ "STANFORD TALKS; Jeff Dean: TensorFlow Overview and Future Directions". Stanford University. 21 January 2016. https://talks.stanford.edu/jeff-dean-tensorflow-overview-and-future-directions/.
- ↑ 9.0 9.1 "Jeff Dean". https://speakerpedia.com/speakers/jeff-dean.
- ↑ 10.0 10.1 Metz, Cade (2012-08-08). "If Xerox PARC Invented the PC, Google Invented the Internet" (in en-US). Wired. https://www.wired.com/2012/08/google-as-xerox-parc/. Retrieved 2017-12-16.
- ↑ 11.0 11.1 "Time100 AI 2025 | Jeffrey Dean". Time. 2025. https://time.com/collections/time100-ai-2025/7305831/jeffrey-dean/.
- ↑ "Google shares more of its secret sauce: Protocol buffers". ZDNET. 2008-07-08. https://www.zdnet.com/article/google-shares-more-of-its-secret-sauce-protocol-buffers/. Retrieved 2025-11-25.
- ↑ 13.0 13.1 13.2 13.3 "Jeffrey Dean" (in en). https://research.google/people/jeff/?type=google.
- ↑ "Bigtable overview". Google Cloud. https://docs.cloud.google.com/bigtable/docs/overview.
- ↑ "Spanner: Google's Globally-Distributed Database". 2022-12-31. https://research.google.com/pubs/spanner-googles-globally-distributed-database-2/.
- ↑ "Google Open Source Blog: LevelDB: A Fast Persistent Key-Value Store". Google, Inc. http://google-opensource.blogspot.com/2011/07/leveldb-fast-persistent-key-value-store.html.
- ↑ "google/leveldb". https://github.com/google/leveldb.
- ↑ 18.0 18.1 Le, Quoc V. (May 2013). "Building high-level features using large scale unsupervised learning". 2013 IEEE International Conference on Acoustics, Speech and Signal Processing. IEEE. pp. 8595–8598. doi:10.1109/icassp.2013.6639343. ISBN 978-1-4799-0356-6. http://dx.doi.org/10.1109/icassp.2013.6639343.
- ↑ Markoff, John (June 25, 2012). "How Many Computers to Identify a Cat? 16,000". The New York Times. https://www.nytimes.com/2012/06/26/technology/in-a-big-network-of-computers-evidence-of-machine-learning.html.
- ↑ "PyTorch vs TensorFlow in 2023". AssemblyAI. https://www.assemblyai.com/blog/pytorch-vs-tensorflow-in-2023. Retrieved 2025-12-06.
- ↑ "Google to build more efficient, multi-capability AI systems" (in en). The Register. 2022-03-31. https://www.theregister.com/2022/03/31/google_tpu_ai/.
- ↑ "PaLM: Scaling Language Modeling with Pathways". JMLR. 2023. https://www.jmlr.org/papers/volume24/22-1144/22-1144.pdf.
- ↑ Simonite, Tom. "Google's New AI Head Is So Smart He Doesn't Need AI" (in en-US). Wired. ISSN 1059-1028. https://www.wired.com/story/googles-new-ai-head-is-so-smart-he-doesnt-need-ai/. Retrieved 2024-11-29.
- ↑ D'Onfro, Jillian (2018-04-02). "Google is splitting A.I. into its own business unit and shaking up its search leadership". CNBC. https://www.cnbc.com/2018/04/02/google-exec-john-giannandrea-steps-down-jeff-dean-takes-over-ai.html.
- ↑ Hao, Karen (2020-12-04). "Google pushed out an AI ethics researcher days after she published a paper on risks of language models". https://www.technologyreview.com/2020/12/04/1013294/google-ai-ethics-research-paper-forced-out-timnit-gebru/. Retrieved 2025-10-01.
- ↑ Garrahan, Matthew (2020-12-04). "Google's AI ethics investigator Timnit Gebru was forced out after a paper on big tech risks". https://www.vox.com/recode/2020/12/4/22153786/google-timnit-gebru-ethical-ai-jeff-dean-controversy-fired. Retrieved 2025-10-01.
- ↑ Banjo, Shelly; Bergen, Mark (2020-12-10). "The withering email that got an ethical AI researcher fired at Google". https://www.platformer.news/the-withering-email-that-got-an-ethical/. Retrieved 2025-10-01.
- ↑ Langley, Hannah (2020-12-15). "Google's AI chief canceled a year-end gathering in light of the backlash over researcher Timnit Gebru's exit: 'A celebration doesn't seem appropriate at this time'". https://www.businessinsider.com/leaked-memo-google-chief-cancels-group-all-hands-ai-ethicist-2020-12. Retrieved 2025-10-01.
- ↑ Allyn, Bobby; Metz, Rachel (16 December 2020). "Google workers demand apology and reinstatement for ousted AI researcher Timnit Gebru". https://www.theguardian.com/technology/2020/dec/16/google-timnit-gebru-fired-letter-reinstated-diversity.
- ↑ Dickey, Megan Rose (February 19, 2021). "Google fires top AI ethics researcher Margaret". https://techcrunch.com/2021/02/19/google-fires-top-ai-ethics-researcher-margaret-mitchell/.
- ↑ Rachel Metz (March 11, 2021). "How one employee's exit shook Google and the AI industry". https://www.cnn.com/2021/03/11/tech/google-ai-ethics-future.
- ↑ Mirhoseini, Azalia; Goldie, Anna; Yazgan, Mustafa; Jiang, Joe Wenjie; Songhori, Ebrahim; Wang, Shen; Lee, Young-Joon; Johnson, Eric et al. (2021). "A graph placement methodology for fast chip design". Nature 594 (7862): 207–212. doi:10.1038/s41586-021-03544-w. PMID 34108699. Bibcode: 2021Natur.594..207M.
- ↑ 33.0 33.1 Dave, Paresh (2022-05-03). "Google faces internal battle over research on AI to speed chip design". Reuters. https://www.reuters.com/technology/google-faces-internal-battle-over-research-ai-speed-chip-design-2022-05-03/.
- ↑ 34.0 34.1 34.2 Satrajit Chatterjee v. Google, LLC (Case no. 22CV398683) (Superior Court of California, County of Santa Clara 21 February 2023) ("The full complaint as filed in Santa Clara County, detailing Chatterjee’s whistleblower allegations and claims against Google."). Text
- ↑ 35.0 35.1 Wakabayashi, Daisuke; Metz, Cade (May 2, 2022). "Another firing among Google's A.I. brain trust, and more discord". The New York Times. https://www.nytimes.com/2022/05/02/technology/google-fires-ai-researchers.html. Retrieved 2025-12-26.
- ↑ Burnson, Robert. "Fired Google AI Engineer's Whistleblower Lawsuit Moves Ahead". https://news.bloomberglaw.com/daily-labor-report/fired-google-ai-engineers-whistleblower-lawsuit-moves-ahead.
- ↑ Goth, Gregory (2023-03-29). "More Details, but Not Enough". Communications of the ACM. https://cacm.acm.org/news/more-details-but-not-enough/.
- ↑ "Google's claims of super-human AI chip layout in dispute". The Register. March 27, 2023. https://www.theregister.com/2023/03/27/google_ai_chip_paper_nature/.
- ↑ Cheng, Chung-Kuan; Kahng, Andrew B.; Kundu, Sayak; Wang, Yucheng; Wang, Zhiang (2023). "Assessment of Reinforcement Learning for Macro Placement". ACM. pp. 158–166. doi:10.1145/3569052.3578926.
- ↑ Markov, Igor L. (2024). "Reevaluating Google's Reinforcement Learning for IC Macro Placement". Communications of the ACM 67 (12): 54–71. doi:10.1145/3703000.
- ↑ Jeremy Hsu (2024-10-14). "Google says its AI designs chips better than humans – experts disagree". New Scientist. https://www.newscientist.com/article/2450402-google-says-its-ai-designs-chips-better-than-humans-experts-disagree/.
- ↑ "Updates Spark Uproar". Communications of the ACM. 4 November 2024. https://cacm.acm.org/news/updates-spark-uproar/. "Google's AlphaChip "updates" reignite criticisms the company is overstating the benefits of its AI-based chip design method."
- ↑ "Google consolidates its DeepMind and Research teams amid AI push". Reuters. 18 Apr 2024. https://www.reuters.com/technology/google-consolidates-its-deepmind-research-teams-amid-ai-push-2024-04-18/.
- ↑ Goldman, Sharon. "Jeff Dean is still Google's chief scientist. But he's also one of AI's most prolific angel investors" (in en). https://fortune.com/2025/07/22/jeff-dean-googles-chief-scientist-is-quietly-betting-on-the-next-wave-of-ai-startups/.
- ↑ "$1M Hopper-Dean Foundation Gift for Diversity in CS". UC Berkeley. https://eecs.berkeley.edu/about/diversity/hopper-dean.
- Williams, Tate (10 August 2016). "One of Google's Top Programmers Has Made STEM Diversity a Philanthropic Cause". http://www.insidephilanthropy.com/home/2016/8/10/one-of-googles-top-programmers-has-made-stem-diversity-a-phi.html.
- "$1 million gift to support diversity in STEM education". Massachusetts Institute of Technology. http://news.mit.edu/2016/gift-will-support-diversity-in-stem-education-0801. - ↑ "HOPPER-DEAN FOUNDATION C/O CATALYST FAMILY OFFICE LLC — 2023 990PF". https://irs-efile-renderer.instrumentl.com/render?object_id=202413169349102956.
- ↑ Sullivan, Mark (23 June 2025). "This Perplexity cofounder wants to help AI breakthroughs graduate from university labs". https://www.fastcompany.com/91356712/databricks-cofounder-andy-konwinski-laude-institute-bet-on-future-of-ai.
- ↑ "Jeff Dean elected to National Academy of Engineering". University of Washington. 5 February 2009. https://news.cs.washington.edu/2009/02/05/jeff-dean-elected-to-national-academy-of-engineering/.
- "Jeffrey A Dean - Award Winner". Association for Computing Machinery. http://awards.acm.org/award_winners/dean_2879385.cfm. - ↑ 49.0 49.1 "Jeffrey A Dean". https://awards.acm.org/award_winners/dean_2879385.
- ↑ "The Mark Weiser Award". ACM SIGOPS. https://www.sigops.org/awards/mw/.
- ↑ Newly Elected Members, American Academy of Arts and Sciences, April 2016, https://www.amacad.org/content/members/newFellows.aspx?s=c, retrieved 2016-04-20
- ↑ "IEEE John Von Neumann Recipients". https://corporate-awards.ieee.org/wp-content/uploads/von-neumann-rl.pdf.
- ↑ Carlson, Nicholas. "Astounding 'Facts' About Google's Most Badass Engineer, Jeff Dean" (in en-US). https://www.businessinsider.com/astounding-facts-about-googles-most-badass-engineer-jeff-dean-2012-1.
- ↑ Ritzdorf, Lucas (2024-10-23), LRitzdorf/TheJeffDeanFacts, https://github.com/LRitzdorf/TheJeffDeanFacts, retrieved 2024-11-29
External links
