Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      June 2025: All AI updates from the past month

      June 30, 2025

      Building a culture that will drive platform engineering success

      June 30, 2025

      Gartner: More than 40% of agentic AI projects will be canceled in the next few years

      June 30, 2025

      Never Stop Exploring (July 2025 Wallpapers Edition)

      June 30, 2025

      I never thought I’d praise a kickstand power bank – until I tried this one

      June 30, 2025

      I replaced my work PC with this Alienware laptop – now I’m wondering why I hadn’t done this sooner

      June 30, 2025

      How to set up Alexa to receive notifications on Prime Day deals you want

      June 30, 2025

      How proxy servers actually work, and why they’re so valuable

      June 30, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Top 6 MySQL Database Management Struggles for Laravel Developers (And Smart Fixes)

      June 30, 2025
      Recent

      Top 6 MySQL Database Management Struggles for Laravel Developers (And Smart Fixes)

      June 30, 2025

      What’s the difference between named functions and arrow functions in JavaScript?

      June 30, 2025

      Spring Boot + Swagger: A Complete Guide to API Documentation

      June 30, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Relive the Golden Era: 5 Tools to Get Retro Feel on Linux

      June 30, 2025
      Recent

      Relive the Golden Era: 5 Tools to Get Retro Feel on Linux

      June 30, 2025

      mpvc – mpc-like CLI tool for mpv

      June 30, 2025

      sherpa-onnx is speech-to-text and text-to-speech software

      June 30, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Machine Learning»Google DeepMind Introduces AlphaEvolve: A Gemini-Powered Coding AI Agent for Algorithm Discovery and Scientific Optimization

    Google DeepMind Introduces AlphaEvolve: A Gemini-Powered Coding AI Agent for Algorithm Discovery and Scientific Optimization

    May 14, 2025

    Algorithm design and scientific discovery often demand a meticulous cycle of exploration, hypothesis testing, refinement, and validation. Traditionally, these processes rely heavily on expert intuition and manual iteration, particularly for problems rooted in combinatorics, optimization, and mathematical construction. While large language models (LLMs) have recently demonstrated promise in accelerating code generation and problem solving, their ability to autonomously generate provably correct and computationally superior algorithms remains limited—especially when solutions must generalize across diverse use cases or deliver production-grade performance.

    Google DeepMind Introduces AlphaEvolve

    To address these limitations, Google DeepMind has unveiled AlphaEvolve, a next-generation coding agent powered by Gemini 2.0 LLMs. AlphaEvolve is designed to automate the process of algorithm discovery using a novel fusion of large-scale language models, automated program evaluation, and evolutionary computation. Unlike conventional code assistants, AlphaEvolve autonomously rewrites and improves algorithmic code by learning from a structured feedback loop—iteratively proposing, evaluating, and evolving new candidate solutions over time.

    AlphaEvolve orchestrates a pipeline where LLMs generate program mutations informed by previous high-performing solutions, while automated evaluators assign performance scores. These scores drive a continual refinement process. AlphaEvolve builds on prior systems like FunSearch but extends their scope dramatically—handling full codebases in multiple languages and optimizing for multiple objectives simultaneously.

    System Architecture and Technical Advantages

    The architecture of AlphaEvolve combines multiple components into an asynchronous and distributed system:

    • Prompt Construction: A sampler assembles prompts using previous high-scoring solutions, mathematical context, or code structure.
    • LLM Ensemble: A hybrid of Gemini 2.0 Pro and Gemini 2.0 Flash enables a balance between high-quality insight and rapid idea exploration.
    • Evaluation Framework: Custom scoring functions are used to systematically assess algorithmic performance based on predefined metrics, enabling transparent and scalable comparison.
    • Evolutionary Loop: AlphaEvolve maintains a database of prior programs and performance data, which it uses to inform new generations of code, balancing exploration and exploitation.

    A key technical strength lies in AlphaEvolve’s flexibility. It can evolve complete programs, support multi-objective optimization, and adapt to different problem abstractions—whether evolving constructor functions, search heuristics, or entire optimization pipelines. This capability is particularly useful for problems where progress is machine-measurable, such as matrix multiplication or data center scheduling.

    Results and Real-World Applications

    AlphaEvolve has demonstrated robust performance across theoretical and applied domains:

    • Matrix Multiplication: AlphaEvolve discovered 14 new low-rank algorithms for matrix multiplication. Most notably, it found a method to multiply 4×4 complex matrices using 48 scalar multiplications—surpassing the long-standing 49-multiplication bound set by Strassen’s algorithm in 1969.
    • Mathematical Discovery: Applied to over 50 mathematical problems—including the Erdős minimum overlap problem and the kissing number problem in 11 dimensions—AlphaEvolve matched existing state-of-the-art constructions in ~75% of cases and outperformed them in ~20%, all while requiring minimal expert handcrafting.
    • Infrastructure Optimization at Google:
      • Data Center Scheduling: AlphaEvolve generated a scheduling heuristic that improved resource efficiency across Google’s global compute fleet, reclaiming 0.7% of stranded compute capacity—equivalent to hundreds of thousands of machines.
      • Kernel Engineering for Gemini: Optimized tiling heuristics yielded a 23% speedup for matrix multiplication kernels, reducing overall Gemini training time by 1%.
      • Hardware Design: AlphaEvolve proposed Verilog-level optimizations to TPU arithmetic circuits, contributing to area and power reductions without compromising correctness.
      • Compiler-Level Optimization: By modifying compiler-generated XLA intermediate representations for attention kernels, AlphaEvolve delivered a 32% performance improvement in FlashAttention execution.

    These results underscore AlphaEvolve’s generality and impact—successfully discovering novel algorithms and deploying them in production-grade environments.

    Conclusion

    AlphaEvolve represents a significant leap forward in AI-assisted scientific and algorithmic discovery. By integrating Gemini-powered LLMs with evolutionary search and automated evaluation, AlphaEvolve transcends the limitations of prior systems—offering a scalable, general-purpose engine capable of uncovering high-performing, verifiably correct algorithms across diverse domains.

    Its deployment within Google’s infrastructure—and its ability to improve upon both theoretical bounds and real-world systems—suggests a future where AI agents do not merely assist in software development but actively contribute to scientific advancement and system optimization.


    Check out the Paper and Official Release. All credit for this research goes to the researchers of this project. Also, feel free to follow us on Twitter and don’t forget to join our 90k+ ML SubReddit.

    The post Google DeepMind Introduces AlphaEvolve: A Gemini-Powered Coding AI Agent for Algorithm Discovery and Scientific Optimization appeared first on MarkTechPost.

    Source: Read More 

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleCoding Agents See 75% Surge: SimilarWeb’s AI Usage Report Highlights the Sectors Winning and Losing in 2025’s Generative AI Boom
    Next Article Rime Introduces Arcana and Rimecaster (Open Source): Practical Voice AI Tools Built on Real-World Speech

    Related Posts

    Machine Learning

    How to Evaluate Jailbreak Methods: A Case Study with the StrongREJECT Benchmark

    June 30, 2025
    Machine Learning

    Instruction-Following Pruning for Large Language Models

    June 30, 2025
    Leave A Reply Cancel Reply

    For security, use of Google's reCAPTCHA service is required which is subject to the Google Privacy Policy and Terms of Use.

    Continue Reading

    CVE-2025-46249 – Elementor Simple Calendar CSRF

    Common Vulnerabilities and Exposures (CVEs)

    Google AI Unveils 601 Real-World Generative AI Use Cases Across Industries

    Machine Learning

    CVE-2025-46840 – Adobe Experience Manager Privilege Escalation Improper Authorization

    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-4695 – PHPGurukul Cyber Cafe Management System SQL Injection

    Common Vulnerabilities and Exposures (CVEs)

    Highlights

    CVE-2025-4560 – Netvision ISOinsight Missing Authentication Bypass Vulnerability

    May 12, 2025

    CVE ID : CVE-2025-4560

    Published : May 12, 2025, 7:15 a.m. | 1 hour, 17 minutes ago

    Description : The ISOinsight from Netvision has a Missing Authentication vulnerability, allowing unauthenticated remote attackers to access certain system functions. These functions include viewing the administrator list, viewing and editing IP settings, and uploading files.

    Severity: 6.5 | MEDIUM

    Visit the link for more details, such as CVSS details, affected products, timeline, and more…

    OpenAI is pushing for industry-specific AI benchmarks – why that matters

    April 10, 2025

    CVE-2025-29621 – RosarioSIS Content Spoofing Vulnerability

    April 22, 2025

    Vision Foundation Models: Implementation and Business Applications

    May 3, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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