Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Robocop is Here: The Two Sides of AI Policing

    22 July 2023

    Discover the Easy Way I Make an Extra $500 Per Month With This Survey Website

    14 June 2023

    This Ancient Tree Leaf Transformed My Health and Beauty – The Results Shocked My Doctor

    14 June 2023
    Facebook Twitter Instagram YouTube
    TrendingHubTrendingHub
    Subscribe
    • Home
    • Contact
    • Technology

      Is the Hyperloop Doomed? What Elon Musk’s Latest Setback Really Means

      10 March 2022

      The Best Early Black Friday Deals on Gaming Laptops and Accessories

      10 March 2022

      Apple Watch’s ECG Can Help Diagnose Heart Problem: Research

      19 January 2021

      Simple Tips and Tricks to Take Care of Your Expensive DSLR Camera

      16 January 2021

      Tech Study Reveals Effects of Mobile Technology on Professionals

      15 January 2021
    • Phones
      1. Technology
      2. Gaming
      3. Gadgets
      4. View All

      Is the Hyperloop Doomed? What Elon Musk’s Latest Setback Really Means

      10 March 2022

      The Best Early Black Friday Deals on Gaming Laptops and Accessories

      10 March 2022

      Apple Watch’s ECG Can Help Diagnose Heart Problem: Research

      19 January 2021

      Simple Tips and Tricks to Take Care of Your Expensive DSLR Camera

      16 January 2021

      Game Development This Week: Save On Essential Tools and More

      19 November 2022

      Riot Games Acquires a Wargaming Studio to Help With Live Game Development

      10 March 2022

      Keep Talking and Nobody Explodes: A Boomer Gaming in VR

      12 March 2021

      Hologate Announces New Plans for First Large Format World VR Arcade

      16 January 2021
      8.9

      DJI Avata Review: Immersive FPV Flying For Drone Enthusiasts

      15 January 2021
      8.9

      Bose QuietComfort Earbuds II: Noise-Cancellation Kings Reviewed

      15 January 2021

      Thousands Of PC Games Discounted In New Black Friday Sale

      15 January 2021

      Could Solar-Powered Headphones Be The Next Must-Have?

      15 January 2021

      Will Using a VPN on Phone Helps Protect You from Ransomware?

      14 January 2021

      Popular New Xbox Game Pass Game Being Review Bombed With “0s”

      14 January 2021

      Google Says Surveillance Vendor Targeted Samsung Phones

      14 January 2021

      Why Are iPhones More Expensive Than Android Phones?

      14 January 2021
    TrendingHubTrendingHub
    Home»News»Google DeepMind’s Game-Changing AI: A New Era of Faster Code
    News

    Google DeepMind’s Game-Changing AI: A New Era of Faster Code

    14 June 20236 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    In the realm of artificial intelligence, Google DeepMind has been a trailblazer, consistently pushing the boundaries of what’s possible. Recently, the company has made significant strides in improving the speed of crucial algorithms, a development that could revolutionize the world of software development. This article delves into the details of this groundbreaking achievement, exploring how DeepMind’s game-playing AI, AlphaDev, has discovered ways to make code run faster.

    The Power of AlphaDev

    AlphaDev, a new version of the renowned AlphaZero, has been instrumental in DeepMind’s latest achievements. The AI model, originally trained to master games like Go and chess, has been repurposed to tackle a different kind of game: the quest for faster algorithms. By treating this problem as a game, DeepMind has managed to train its AI to win, resulting in algorithms that are not only functional but also significantly faster.

    How Does AlphaDev Work?

    AlphaDev operates by adding new assembly instructions to the algorithm it’s building. Initially, it adds instructions at random, resulting in algorithms that won’t run. However, over time, it learns to make winning moves, adding instructions that lead to algorithms that are both correct and fast.

    Focusing on Short Algorithms

    DeepMind’s focus has been on algorithms for sorting short lists of three to five items. These algorithms are frequently called in programs that sort longer lists, so any speed-ups in these short algorithms have a cumulative effect. Despite being studied and optimized by humans for decades, AlphaDev managed to find ways to sort these short lists faster.

    Breaking Records with AlphaDev

    In a surprising turn of events, AlphaDev managed to sort a list of three items in 17 instructions instead of the usual 18. It also outperformed the best human version for sorting a list of five items, reducing the number of instructions from 46 to 42. This reduction in instructions translates to a significant speed-up in the execution of these algorithms.

    Impact on the C++ Programming Language

    DeepMind’s new sorting algorithms were submitted to the organization that manages C++, one of the most widely used programming languages in the world. After two months of rigorous independent vetting, AlphaDev’s algorithms were added to the language. This marked the first change to C++’s sorting algorithms in over a decade and the first update ever to involve an algorithm discovered using AI.

    The Future of AlphaDev

    DeepMind plans to adapt AlphaDev to work with C++ instructions instead of assembly for longer algorithms. The team also plans to combine AlphaDev with the best human-devised methods, allowing the AI to build on human intuition rather than starting from scratch.

    Conclusion

    Google DeepMind’s AlphaDev represents a significant leap forward in the realm of artificial intelligence and software development. By treating the problem of finding faster algorithms as a game, DeepMind has trained its AI to create algorithms that are not only correct but also significantly faster. This development has far-reaching implications, from changes in popular programming languages like C++ to potential energy savings and cost reductions in the software industry. As DeepMind continues to refine and expand the capabilities of AlphaDev, we can expect to see even more groundbreaking advancements in the future.

    SEO Meta Description: Explore how Google DeepMind’s game-playing AI, AlphaDev, is revolutionizing software development by discovering ways to make code run faster. Learn about the impact on the C++ programming language and the future plans for this groundbreaking AI.

    1. What is Google DeepMind’s AlphaDev?

    AlphaDev is a new version of Google DeepMind’s game-playing AI, AlphaZero. It has been trained to find faster algorithms, treating the problem as a game.

    1. How does Google DeepMind’s AlphaDev improve algorithm speed?

    AlphaDev improves algorithm speed by adding new assembly instructions to the algorithm it’s building. Over time, it learns to add instructions that lead to algorithms that are both correct and fast.

    1. What kind of algorithms has Google DeepMind’s AlphaDev focused on?

    AlphaDev has focused on algorithms for sorting short lists of three to five items. Improvements in these short algorithms can have a cumulative effect when they are called repeatedly in programs that sort longer lists.

    1. How has Google DeepMind’s AlphaDev impacted the C++ programming language?

    AlphaDev’s algorithms were added to the C++ programming language after rigorous independent vetting. This was the first update to C++’s sorting algorithms in over a decade and the first update ever to involve an algorithm discovered using AI.

    1. What are Google DeepMind’s future plans for AlphaDev?

    Google DeepMind plans to adapt AlphaDev to work with C++ instructions instead of assembly for longer algorithms. They also plan to combine AlphaDev with the best human-devised methods, allowing the AI to build on human intuition rather than starting from scratch.

    1. How significant are the improvements made by Google DeepMind’s AlphaDev?

    The improvements made by AlphaDev are significant. For instance, it managed to sort a list of three items in 17 instructions instead of 18, and it beat the best human version for sorting a list of five items, reducing the number of instructions from 46 to 42. These reductions in instructions translate to significant speed-ups in the execution of these algorithms.

    1. What is the potential impact of Google DeepMind’s AlphaDev on the software industry?

    The advancements made by AlphaDev could lead to significant energy savings and cost reductions in the software industry. By creating faster algorithms, software can run more efficiently, which could have far-reaching implications for the industry.

    1. How does Google DeepMind’s AlphaDev compare to other AI in the field?

    AlphaDev represents a significant leap forward in the realm of artificial intelligence and software development. By treating the problem of finding faster algorithms as a game, DeepMind has trained its AI to create algorithms that are not only correct but also significantly faster.

    1. What was the first algorithm discovered using AI that was added to the C++ programming language?

    The first algorithm discovered using AI that was added to the C++ programming language was created by Google DeepMind’s AlphaDev. This marked the first change to C++’s sorting algorithms in over a decade.

    1. What is the potential future of AI like Google DeepMind’s AlphaDev in software development?

    As DeepMind continues to refine and expand the capabilities of AlphaDev, we can expect to see even more groundbreaking advancements in the future. The potential future of AI in software development could involve AI discovering new, more efficient algorithms, leading to faster and more efficient software.

    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleChatGPT: The A.I. That Can Imitate Humans So Well It’s Scary
    Next Article Google’s A.I. Just Did Something No Human Programmer Could – You Won’t Believe What Happened

    Related Posts

    News

    Google’s A.I. Just Did Something No Human Programmer Could – You Won’t Believe What Happened

    14 June 2023
    Global

    ChatGPT: The A.I. That Can Imitate Humans So Well It’s Scary

    14 June 2023
    Global

    I Tried Apple’s Futuristic New Headset – This Is How It Will Change Your Life

    14 June 2023
    News

    Apple WWDC 2023: Apple Vision Pro VR Headset: The Future of Spatial Computing

    6 June 2023
    News

    KSI vs Joe Fournier – Controversy: KSI’s Brutal Elbow Knockout on Joe Fournier!

    14 May 2023
    Blog

    What is ChatGPT and Why It Matters: A Comprehensive Guide

    12 May 2023
    Add A Comment

    Leave A Reply Cancel Reply

    Demo
    Top Posts

    Robocop is Here: The Two Sides of AI Policing

    22 July 202310 Views

    Mother’s Day 2023: The Importance of Daily Love and Care for Parents

    14 May 20236 Views

    ChatGPT: The A.I. That Can Imitate Humans So Well It’s Scary

    14 June 20235 Views
    Stay In Touch
    • Facebook
    • YouTube
    • TikTok
    • WhatsApp
    • Twitter
    • Instagram
    Latest Reviews
    85
    Featured Reviews

    Pico 4 Review: Should You Actually Buy One Instead Of Quest 2?

    15 January 2021
    8.1
    Uncategorised

    A Review of the Venus Optics Argus 18mm f/0.95 MFT APO Lens

    15 January 2021
    8.9
    Featured Reviews

    DJI Avata Review: Immersive FPV Flying For Drone Enthusiasts

    15 January 2021

    Subscribe to Updates

    Get the latest tech news from FooBar about tech, design and biz.

    Demo
    Most Popular

    Robocop is Here: The Two Sides of AI Policing

    22 July 202310 Views

    Mother’s Day 2023: The Importance of Daily Love and Care for Parents

    14 May 20236 Views

    ChatGPT: The A.I. That Can Imitate Humans So Well It’s Scary

    14 June 20235 Views
    Our Picks

    Robocop is Here: The Two Sides of AI Policing

    22 July 2023

    Discover the Easy Way I Make an Extra $500 Per Month With This Survey Website

    14 June 2023

    This Ancient Tree Leaf Transformed My Health and Beauty – The Results Shocked My Doctor

    14 June 2023

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Facebook Twitter Instagram Pinterest
    • About Us
    • Contact Us
    • Privacy
    © 2023 TrendingCentralHQ. All Rights Reserved.

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