🔬 An Oscar, Two Asteroids, and the Algorithm in Your sklearn: John Platt on AI for Science Google researcher John Platt and his team developed Empirical Research Assistance (ERA), an AI system that uses Gemini and a Monte Carlo Tree Search-style algorithm to automate scientific discovery by mutating experiment notebooks selected via the Upper Confidence Bound rule. ERA solved enough outstanding problems to produce at least ten papers, including climate change research, with Platt noting a step change in capability between Gemini 2.0 and 2.5 that took the system "from just not working to working great." Platt, who holds an Academy Award, two named asteroids, and an Erdős–Bacon number of 6, described the system as "almost like having a hyper-eager grad student who doesn't sleep. How often do you get to talk to a guest who has both an Academy Award and who invented textbook machine learning algorithms? John Platt has an Oscar https://www.atogt.com/askoscar/display-person.php?id=78091&var=0 , two textbook https://en.wikipedia.org/wiki/Platt scaling algorithms https://en.wikipedia.org/wiki/Sequential minimal optimization , two named asteroids, and an Erdos-Bacon number https://en.wikipedia.org/wiki/Erd%C5%91s%E2%80%93Bacon number of 6. This was easily the most fun bio of all the guests we’ve read to date. And the result was an epic and fun chat covering Google’s Empirical Research Assistance https://research.google/blog/empirical-research-assistance-era-from-nature-publication-to-catalyzing-computational-discovery/ ERA , how AI can help battle climate change, and tons of great stories about the co-evolution of science and AI. John’s colleague Dave Bacon likes to tease John that his career has been defined by being twenty years early to the next big thing. This may be convolutional neural networks some credit him with coining the term , fusion research, quantum computing. John and Google have been working on solving some of humanity’s hardest problems with AI and computation for well over a decade now. Recently John and his team set their sights on using AI to solve any scientific problem that can be written down as a score. Google’s Empirical Research Assistance ERA John’s team has taken on many hard scientific problems over the years. In solving these, they noticed a pattern, many scientific problems can be reduced to what John calls a “scoreable task”. Once you have the score function, the goal is to find some code that maximizes the score. The hard part is in formulating the score, but once you have the score finding the maximizer can still be quite a lot of effort. John’s team set out to automate solutions to this general problem. This came out of the idea of an “auto-Kaggle” AI, which can solve any Kaggle problem you can throw at it. Kaggle is owned by Google, so all the data was ready and easily available to them The result is Google’s Empirical Research Assistance or ERA paper https://www.nature.com/articles/s41586-026-10658-6 , github https://github.com/google-research/era/tree/main/era applications , blog https://research.google/blog/accelerating-scientific-discovery-with-ai-powered-empirical-software/ . 1 footnote-1 ERA is surprisingly simple conceptually. Gemini or your LLM of choice keeps a running tree of past experiments notebooks and where they’re going. It’s a close cousin of Monte Carlo Tree Search https://en.wikipedia.org/wiki/Monte Carlo tree search : at each iteration the Upper Confidence Bound