Close Menu
  • Home
  • AI Models
    • DeepSeek
    • xAI
    • OpenAI
    • Meta AI Llama
    • Google DeepMind
    • Amazon AWS AI
    • Microsoft AI
    • Anthropic (Claude)
    • NVIDIA AI
    • IBM WatsonX Granite 3.1
    • Adobe Sensi
    • Hugging Face
    • Alibaba Cloud (Qwen)
    • Baidu (ERNIE)
    • C3 AI
    • DataRobot
    • Mistral AI
    • Moonshot AI (Kimi)
    • Google Gemma
    • xAI
    • Stability AI
    • H20.ai
  • AI Research
    • Allen Institue for AI
    • arXiv AI
    • Berkeley AI Research
    • CMU AI
    • Google Research
    • Microsoft Research
    • Meta AI Research
    • OpenAI Research
    • Stanford HAI
    • MIT CSAIL
    • Harvard AI
  • AI Funding & Startups
    • AI Funding Database
    • CBInsights AI
    • Crunchbase AI
    • Data Robot Blog
    • TechCrunch AI
    • VentureBeat AI
    • The Information AI
    • Sifted AI
    • WIRED AI
    • Fortune AI
    • PitchBook
    • TechRepublic
    • SiliconANGLE – Big Data
    • MIT News
    • Data Robot Blog
  • Expert Insights & Videos
    • Google DeepMind
    • Lex Fridman
    • Matt Wolfe AI
    • Yannic Kilcher
    • Two Minute Papers
    • AI Explained
    • TheAIEdge
    • Matt Wolfe AI
    • The TechLead
    • Andrew Ng
    • OpenAI
  • Expert Blogs
    • François Chollet
    • Gary Marcus
    • IBM
    • Jack Clark
    • Jeremy Howard
    • Melanie Mitchell
    • Andrew Ng
    • Andrej Karpathy
    • Sebastian Ruder
    • Rachel Thomas
    • IBM
  • AI Policy & Ethics
    • ACLU AI
    • AI Now Institute
    • Center for AI Safety
    • EFF AI
    • European Commission AI
    • Partnership on AI
    • Stanford HAI Policy
    • Mozilla Foundation AI
    • Future of Life Institute
    • Center for AI Safety
    • World Economic Forum AI
  • AI Tools & Product Releases
    • AI Assistants
    • AI for Recruitment
    • AI Search
    • Coding Assistants
    • Customer Service AI
    • Image Generation
    • Video Generation
    • Writing Tools
    • AI for Recruitment
    • Voice/Audio Generation
  • Industry Applications
    • Finance AI
    • Healthcare AI
    • Legal AI
    • Manufacturing AI
    • Media & Entertainment
    • Transportation AI
    • Education AI
    • Retail AI
    • Agriculture AI
    • Energy AI
  • AI Art & Entertainment
    • AI Art News Blog
    • Artvy Blog » AI Art Blog
    • Weird Wonderful AI Art Blog
    • The Chainsaw » AI Art
    • Artvy Blog » AI Art Blog
What's Hot

C3 AI Stock Surges 24% On $450 Million Defense Deal

Nvidia Faces $8B Hit as U.S. Halts H20 AI Chip Exports to China

Paper page – UniTEX: Universal High Fidelity Generative Texturing for 3D Shapes

Facebook X (Twitter) Instagram
Advanced AI News
  • Home
  • AI Models
    • Adobe Sensi
    • Aleph Alpha
    • Alibaba Cloud (Qwen)
    • Amazon AWS AI
    • Anthropic (Claude)
    • Apple Core ML
    • Baidu (ERNIE)
    • ByteDance Doubao
    • C3 AI
    • Cohere
    • DataRobot
    • DeepSeek
  • AI Research & Breakthroughs
    • Allen Institue for AI
    • arXiv AI
    • Berkeley AI Research
    • CMU AI
    • Google Research
    • Meta AI Research
    • Microsoft Research
    • OpenAI Research
    • Stanford HAI
    • MIT CSAIL
    • Harvard AI
  • AI Funding & Startups
    • AI Funding Database
    • CBInsights AI
    • Crunchbase AI
    • Data Robot Blog
    • TechCrunch AI
    • VentureBeat AI
    • The Information AI
    • Sifted AI
    • WIRED AI
    • Fortune AI
    • PitchBook
    • TechRepublic
    • SiliconANGLE – Big Data
    • MIT News
    • Data Robot Blog
  • Expert Insights & Videos
    • Google DeepMind
    • Lex Fridman
    • Meta AI Llama
    • Yannic Kilcher
    • Two Minute Papers
    • AI Explained
    • TheAIEdge
    • Matt Wolfe AI
    • The TechLead
    • Andrew Ng
    • OpenAI
  • Expert Blogs
    • François Chollet
    • Gary Marcus
    • IBM
    • Jack Clark
    • Jeremy Howard
    • Melanie Mitchell
    • Andrew Ng
    • Andrej Karpathy
    • Sebastian Ruder
    • Rachel Thomas
    • IBM
  • AI Policy & Ethics
    • ACLU AI
    • AI Now Institute
    • Center for AI Safety
    • EFF AI
    • European Commission AI
    • Partnership on AI
    • Stanford HAI Policy
    • Mozilla Foundation AI
    • Future of Life Institute
    • Center for AI Safety
    • World Economic Forum AI
  • AI Tools & Product Releases
    • AI Assistants
    • AI for Recruitment
    • AI Search
    • Coding Assistants
    • Customer Service AI
    • Image Generation
    • Video Generation
    • Writing Tools
    • AI for Recruitment
    • Voice/Audio Generation
  • Industry Applications
    • Education AI
    • Energy AI
    • Finance AI
    • Healthcare AI
    • Legal AI
    • Media & Entertainment
    • Transportation AI
    • Manufacturing AI
    • Retail AI
    • Agriculture AI
  • AI Art & Entertainment
    • AI Art News Blog
    • Artvy Blog » AI Art Blog
    • Weird Wonderful AI Art Blog
    • The Chainsaw » AI Art
    • Artvy Blog » AI Art Blog
Advanced AI News
Home » Google DeepMind Unveils AI Coding Agent AlphaEvolve
Google DeepMind

Google DeepMind Unveils AI Coding Agent AlphaEvolve

Advanced AI BotBy Advanced AI BotMay 27, 2025No Comments3 Mins Read
Share Facebook Twitter Pinterest Copy Link Telegram LinkedIn Tumblr Email
Share
Facebook Twitter LinkedIn Pinterest Email


Google DeepMind published a paper describing their AlphaEvolve coding agent. AlphaEvolve uses LLMs to discover and optimize algorithms across a range of domains, including hardware design, data center operations, and AI training.

AlphaEvolve uses an ensemble of LLMs, including both Gemini Flash and Gemini Pro, to generate and evolve programs that solve a user-defined problem; specifically, the user must specify an evaluation function that returns a set of scalar metrics. Google has applied AlphaEvolve to several problems in mathematics, engineering, and computer science with good results. One example is that AlphaEvolve discovered a more efficient algorithm for multiplying 4×4 matrices. Google also applied it to more than 50 problems in mathematics; AlphaEvolve re-discovered the state-of-the-art solution for 75% and found even better solutions for 20% of them. According to Google, 

While AlphaEvolve is currently being applied across math and computing, its general nature means it can be applied to any problem whose solution can be described as an algorithm, and automatically verified. We believe AlphaEvolve could be transformative across many more areas such as material science, drug discovery, sustainability and wider technological and business applications.

The key idea in AlphaEvolve is to use LLMs for generating and evolving code. The system maintains a database of candidate programs that it has generated, and it uses them as context input to an LLM, along with prompts describing how to evolve the programs. Generated programs which have good results from the evaluation are stored in the database, and this loop continues until the best solution is found.

AlphaEvolve Architecture

AlphaEvolve Architecture. Image Source: AlphaEvolve Whitepaper

Besides solving mathematical problems, Google has used AlphaEvolve to improve its own datacenter operations. It developed a new heuristic function used by Google’s Borg task orchestrator. AlphaEvolve’s solution was better than one discovered by deep reinforcement learning, and Google was able to recover 0.7% of its worldwide compute resources. AlphaEvolve also improved kernel tiling and FlashAttention operations in its AI training processes, resulting in 23% and 32% speedup respectively.

Users in a Hacker News discussion thread were generally positive about AlphaEvolve and brought up Google’s recent AI track record:

People often forget that Google was behind Mu Zero, which IMO is the most important AI paper of the decade, not the Transformer one, because they effectively showed how models can learn how to search.

Writing on X, Simon Frieder, an AI researcher at the University of Oxford, chided DeepMind for its pattern of not fully open-sourcing their code:

DeepMind, even though they make sure all their releases are interesting scientifically, has a slightly spotty history of releasing full public code. For example, AlphaFold2 was released, but without training scripts. AlphaGeometry turned out to contain bugs. In both cases, open-source replacements were devised: OpenFold in the first case, and Newclid in the second…Because of this history, it could be that hidden bugs may be contained in AlphaEvolve, which do not make me trust the results it gives. In some cases, it will probably be easy to verify that the result it outputs is correct, but not in all cases. Note that this is different from LLM hallucinations, as here we have an automatic evaluator on which AlphaEvolve relies.

Although the model is not publicly available, academic researchers can apply for early access to AlphaEvolve.



Source link

Follow on Google News Follow on Flipboard
Share. Facebook Twitter Pinterest LinkedIn Tumblr Email Copy Link
Previous ArticleOpenAI’s $6.5 Billion Hardware Acquisition And HealthBench Work Will Accelerate Healthcare AI Capabilities
Next Article Anthropic’s New Claude AI Raises the Bar for Code Generation—And Red Flags for Security
Advanced AI Bot
  • Website

Related Posts

Google DeepMind announces SignGemma: AI for Sign Language

May 30, 2025

‘AI could transform learning, coding, and even medicine’: Google DeepMind CEO Demis Hassabis | Technology News

May 30, 2025

‘AI could transform learning, coding, and even medicine’: Google DeepMind CEO Demis Hassabis | Technology News

May 30, 2025
Leave A Reply Cancel Reply

Latest Posts

J.K. Rowling Is A Billionaire—Again

The Kooks Luke Pritchard On New Music, Fatherhood And More

James Rondeau Returns as Director of Art Institute of Chicago

Centre Pompidou to Open New Brazil Satellite

Latest Posts

C3 AI Stock Surges 24% On $450 Million Defense Deal

May 30, 2025

Nvidia Faces $8B Hit as U.S. Halts H20 AI Chip Exports to China

May 30, 2025

Paper page – UniTEX: Universal High Fidelity Generative Texturing for 3D Shapes

May 30, 2025

Subscribe to News

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

Welcome to Advanced AI News—your ultimate destination for the latest advancements, insights, and breakthroughs in artificial intelligence.

At Advanced AI News, we are passionate about keeping you informed on the cutting edge of AI technology, from groundbreaking research to emerging startups, expert insights, and real-world applications. Our mission is to deliver high-quality, up-to-date, and insightful content that empowers AI enthusiasts, professionals, and businesses to stay ahead in this fast-evolving field.

Subscribe to Updates

Subscribe to our newsletter and never miss our latest news

Subscribe my Newsletter for New Posts & tips Let's stay updated!

YouTube LinkedIn
  • Home
  • About Us
  • Advertise With Us
  • Contact Us
  • DMCA
  • Privacy Policy
  • Terms & Conditions
© 2025 advancedainews. Designed by advancedainews.

Type above and press Enter to search. Press Esc to cancel.