{"id":1568,"date":"2025-05-14T17:15:10","date_gmt":"2025-05-14T17:15:10","guid":{"rendered":"https:\/\/violethoward.com\/new\/meet-alphaevolve-the-google-ai-that-writes-its-own-code-and-just-saved-millions-in-computing-costs\/"},"modified":"2025-05-14T17:15:10","modified_gmt":"2025-05-14T17:15:10","slug":"meet-alphaevolve-the-google-ai-that-writes-its-own-code-and-just-saved-millions-in-computing-costs","status":"publish","type":"post","link":"https:\/\/violethoward.com\/new\/meet-alphaevolve-the-google-ai-that-writes-its-own-code-and-just-saved-millions-in-computing-costs\/","title":{"rendered":"Meet AlphaEvolve, the Google AI that writes its own code\u2014and just saved millions in computing costs"},"content":{"rendered":" \r\n<br><div>\n\t\t\t\t<div id=\"boilerplate_2682874\" class=\"post-boilerplate boilerplate-before\">\n<p><em>Join our daily and weekly newsletters for the latest updates and exclusive content on industry-leading AI coverage. Learn More<\/em><\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"\/>\n<\/div><p>Google DeepMind today pulled the curtain back on AlphaEvolve, an artificial-intelligence agent that can invent brand-new computer algorithms \u2014 then put them straight to work inside the company\u2019s vast computing empire.<\/p>\n\n\n\n<p>AlphaEvolve pairs Google\u2019s Gemini large language models with an evolutionary approach that tests, refines, and improves algorithms automatically. The system has already been deployed across Google\u2019s data centers, chip designs, and AI training systems \u2014 boosting efficiency and solving mathematical problems that have stumped researchers for decades.<\/p>\n\n\n\n<p>\u201cAlphaEvolve is a Gemini-powered AI coding agent that is able to make new discoveries in computing and mathematics,\u201d explained Matej Balog, a researcher at Google DeepMind, in an interview with VentureBeat. \u201cIt can discover algorithms of remarkable complexity \u2014 spanning hundreds of lines of code with sophisticated logical structures that go far beyond simple functions.\u201d<\/p>\n\n\n\n<p>The system dramatically expands upon Google\u2019s previous work with FunSearch by evolving entire codebases rather than single functions. It represents a major leap in AI\u2019s ability to develop sophisticated algorithms for both scientific challenges and everyday computing problems.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-inside-google-s-0-7-efficiency-boost-how-ai-crafted-algorithms-run-the-company-s-data-centers\">Inside Google\u2019s 0.7% efficiency boost: How AI-crafted algorithms run the company\u2019s data centers<\/h2>\n\n\n\n<p>AlphaEvolve has been quietly at work inside Google for over a year. The results are already significant.<\/p>\n\n\n\n<p>One algorithm it discovered has been powering Borg, Google\u2019s massive cluster management system. This scheduling heuristic recovers an average of 0.7% of Google\u2019s worldwide computing resources continuously \u2014 a staggering efficiency gain at Google\u2019s scale.<\/p>\n\n\n\n<p>The discovery directly targets \u201cstranded resources\u201d \u2014 machines that have run out of one resource type (like memory) while still having others (like CPU) available. AlphaEvolve\u2019s solution is especially valuable because it produces simple, human-readable code that engineers can easily interpret, debug, and deploy.<\/p>\n\n\n\n<p>The AI agent hasn\u2019t stopped at data centers. It rewrote part of Google\u2019s hardware design, finding a way to eliminate unnecessary bits in a crucial arithmetic circuit for Tensor Processing Units (TPUs). TPU designers validated the change for correctness, and it\u2019s now headed into an upcoming chip design.<\/p>\n\n\n\n<p>Perhaps most impressively, AlphaEvolve improved the very systems that power itself. It optimized a matrix multiplication kernel used to train Gemini models, achieving a 23% speedup for that operation and cutting overall training time by 1%. For AI systems that train on massive computational grids, this efficiency gain translates to substantial energy and resource savings.<\/p>\n\n\n\n<p>\u201cWe try to identify critical pieces that can be accelerated and have as much impact as possible,\u201d said Alexander Novikov, another DeepMind researcher, in an interview with VentureBeat. \u201cWe were able to optimize the practical running time of [a vital kernel] by 23%, which translated into 1% end-to-end savings on the entire Gemini training card.\u201d<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-breaking-strassen-s-56-year-old-matrix-multiplication-record-ai-solves-what-humans-couldn-t\">Breaking Strassen\u2019s 56-year-old matrix multiplication record: AI solves what humans couldn\u2019t<\/h2>\n\n\n\n<p>AlphaEvolve solves mathematical problems that stumped human experts for decades while advancing existing systems.<\/p>\n\n\n\n<p>The system designed a novel gradient-based optimization procedure that discovered multiple new matrix multiplication algorithms. One discovery toppled a mathematical record that had stood for 56 years.<\/p>\n\n\n\n<p>\u201cWhat we found, to our surprise, to be honest, is that AlphaEvolve, despite being a more general technology, obtained even better results than AlphaTensor,\u201d said Balog, referring to DeepMind\u2019s previous specialized matrix multiplication system. \u201cFor these four by four matrices, AlphaEvolve found an algorithm that surpasses Strassen\u2019s algorithm from 1969 for the first time in that setting.\u201d<\/p>\n\n\n\n<p>The breakthrough allows two 4\u00d74 complex-valued matrices to be multiplied using 48 scalar multiplications instead of 49 \u2014 a discovery that had eluded mathematicians since Volker Strassen\u2019s landmark work. According to the research paper, AlphaEvolve \u201cimproves the state of the art for 14 matrix multiplication algorithms.\u201d<\/p>\n\n\n\n<p>The system\u2019s mathematical reach extends far beyond matrix multiplication. When tested against over 50 open problems in mathematical analysis, geometry, combinatorics, and number theory, AlphaEvolve matched state-of-the-art solutions in about 75% of cases. In approximately 20% of cases, it improved upon the best known solutions.<\/p>\n\n\n\n<p>One victory came in the \u201ckissing number problem\u201d \u2014 a centuries-old geometric challenge to determine how many non-overlapping unit spheres can simultaneously touch a central sphere. In 11 dimensions, AlphaEvolve found a configuration with 593 spheres, breaking the previous record of 592.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-it-works-gemini-language-models-plus-evolution-create-a-digital-algorithm-factory\">How it works: Gemini language models plus evolution create a digital algorithm factory<\/h2>\n\n\n\n<p>What makes AlphaEvolve different from other AI coding systems is its evolutionary approach.<\/p>\n\n\n\n<p>The system deploys both Gemini Flash (for speed) and Gemini Pro (for depth) to propose changes to existing code. These changes get tested by automated evaluators that score each variation. The most successful algorithms then guide the next round of evolution.<\/p>\n\n\n\n<p>AlphaEvolve doesn\u2019t just generate code from its training data. It actively explores the solution space, discovers novel approaches, and refines them through an automated evaluation process \u2014 creating solutions humans might never have conceived.<\/p>\n\n\n\n<p>\u201cOne critical idea in our approach is that we focus on problems with clear evaluators. For any proposed solution or piece of code, we can automatically verify its validity and measure its quality,\u201d Novikov explained. \u201cThis allows us to establish fast and reliable feedback loops to improve the system.\u201d<\/p>\n\n\n\n<p>This approach is particularly valuable because the system can work on any problem with a clear evaluation metric \u2014 whether it\u2019s energy efficiency in a data center or the elegance of a mathematical proof.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-from-cloud-computing-to-drug-discovery-where-google-s-algorithm-inventing-ai-goes-next\">From cloud computing to drug discovery: Where Google\u2019s algorithm-inventing AI goes next<\/h2>\n\n\n\n<p>While currently deployed within Google\u2019s infrastructure and mathematical research, AlphaEvolve\u2019s potential reaches much further. Google DeepMind envisions applications in material sciences, drug discovery, and other fields requiring complex algorithmic solutions.<\/p>\n\n\n\n<p>\u201cThe best human-AI collaboration can help solve open scientific challenges and also apply them at Google scale,\u201d said Novikov, highlighting the system\u2019s collaborative potential.<\/p>\n\n\n\n<p>Google DeepMind is now developing a user interface with its People + AI Research team and plans to launch an Early Access Program for selected academic researchers. The company is also exploring broader availability.<\/p>\n\n\n\n<p>The system\u2019s flexibility marks a significant advantage. Balog noted that \u201cat least previously, when I worked in machine learning research, it wasn\u2019t my experience that you could build a scientific tool and immediately see real-world impact at this scale. This is quite unusual.\u201d<\/p>\n\n\n\n<p>As large language models advance, AlphaEvolve\u2019s capabilities will grow alongside them. The system demonstrates an intriguing evolution in AI itself \u2014 starting within the digital confines of Google\u2019s servers, optimizing the very hardware and software that gives it life, and now reaching outward to solve problems that have challenged human intellect for decades or centuries.<\/p>\n<div id=\"boilerplate_2660155\" class=\"post-boilerplate boilerplate-after\"><div class=\"Boilerplate__newsletter-container vb\">\n<div class=\"Boilerplate__newsletter-main\">\n<p><strong>Daily insights on business use cases with VB Daily<\/strong><\/p>\n<p class=\"copy\">If you want to impress your boss, VB Daily has you covered. We give you the inside scoop on what companies are doing with generative AI, from regulatory shifts to practical deployments, so you can share insights for maximum ROI.<\/p>\n<p class=\"Form__newsletter-legal\">Read our Privacy Policy<\/p>\n<p class=\"Form__success\" id=\"boilerplateNewsletterConfirmation\">\n\t\t\t\t\tThanks for subscribing. Check out more VB newsletters here.\n\t\t\t\t<\/p>\n<p class=\"Form__error\">An error occured.<\/p>\n<\/p><\/div>\n<div class=\"image-container\">\n\t\t\t\t\t<img decoding=\"async\" src=\"https:\/\/venturebeat.com\/wp-content\/themes\/vb-news\/brand\/img\/vb-daily-phone.png\" alt=\"\"\/>\n\t\t\t\t<\/div>\n<\/p><\/div>\n<\/div>\t\t\t<\/div>\r\n<br>\r\n<br><a href=\"https:\/\/venturebeat.com\/ai\/meet-alphaevolve-the-google-ai-that-writes-its-own-code-and-just-saved-millions-in-computing-costs\/\">Source link <\/a>","protected":false},"excerpt":{"rendered":"<p>Join our daily and weekly newsletters for the latest updates and exclusive content on industry-leading AI coverage. Learn More Google DeepMind today pulled the curtain back on AlphaEvolve, an artificial-intelligence agent that can invent brand-new computer algorithms \u2014 then put them straight to work inside the company\u2019s vast computing empire. AlphaEvolve pairs Google\u2019s Gemini large [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1569,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[33],"tags":[],"class_list":["post-1568","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ai-automation"],"aioseo_notices":[],"jetpack_featured_media_url":"https:\/\/violethoward.com\/new\/wp-content\/uploads\/2025\/05\/nuneybits_Vector_art_of_evolving_code_tree_in_Google_colors_2e392766-16da-4fbf-b4da-2c23cfbd7cb4.web.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/posts\/1568","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/comments?post=1568"}],"version-history":[{"count":0,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/posts\/1568\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/media\/1569"}],"wp:attachment":[{"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/media?parent=1568"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/categories?post=1568"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/violethoward.com\/new\/wp-json\/wp\/v2\/tags?post=1568"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}<!-- This website is optimized by Airlift. Learn more: https://airlift.net. Template:. Learn more: https://airlift.net. Template: 69e302c146fa5c92dc28ac12. Config Timestamp: 2026-04-18 04:04:16 UTC, Cached Timestamp: 2026-04-29 05:51:15 UTC -->