Miguel Afonso Caetano · @remixtures
580 followers · 2311 posts · Server tldr.nettime.org

: "DeepMind published its results in Nature today. But the techniques that AlphaDev discovered are already being used by millions of software developers. In January 2022, DeepMind submitted its new sorting algorithms to the organization that manages C++, one of the most popular programming languages in the world, and after two months of rigorous independent vetting, AlphaDev’s algorithms were added to the language. This was the first change to C++’s sorting algorithms in more than a decade and the first update ever to involve an algorithm discovered using AI.

DeepMind added its other new algorithms to Abseil, an open-source collection of prewritten C++ algorithms that can be used by anybody coding with C++. These cryptography algorithms compute numbers called hashes that can be used as unique IDs for any kind of data. DeepMind estimates that its new algorithms are now being used trillions of times a day."

technologyreview.com/2023/06/0

#ai #aialgorithms #algorithms #deepmind #alphadev #computerscience #sortingalgorithms

Last updated 1 year ago

Keith Wilson · @keithwilson
1109 followers · 2680 posts · Server fediphilosophy.org

seems not to have discovered a new sort algorithm, which would be quite something, but rather optimised sort implementation to run a bit faster. Essentially tasked the algorithm with optimising assembly language and it delivered some modest improvements (such as a smart compiled might do) that could be back-ported into the C++ implementation. Impressive, but hardly revolutionary. deepmind.com/blog/alphadev-dis

#alphadev #deepmind #ai #aihype

Last updated 1 year ago

Knowledge Zone · @kzoneind
220 followers · 1280 posts · Server mstdn.social

: DeepMind is an artificial intelligence () system that uses reinforcement learning to discover enhanced computer science algorithms.

Recently it has discovered a faster algorithms

knowledgezone.co.in/trends/exp

#sorting #AI #alphadev #itbyte

Last updated 1 year ago

Andy · @andy
26 followers · 375 posts · Server tux.social
PR ☮ ♥ ♬ 🧑‍💻 · @peterrenshaw
354 followers · 1549 posts · Server ioc.exchange

“Using a new version of AlphaZero called AlphaDev, the UK-based firm (recently renamed Google DeepMind after a merge with its sister company’s AI lab in April) has discovered a way to sort items in a list up to 70% faster than the best existing method.”

/ / / <technologyreview.com/2023/06/0>

#ai #alphadev #algorythms #sort

Last updated 1 year ago

AlphaDev: La IA que optimiza la implementación de los algoritmos mejor que los humanos

"Nos hemos abstraído, pasando de pensar y codificar algoritmos de forma eficiente, a utilizar objetos, luego componentes, después APIs, y por último I.A, a la que le decimos qué queremos que haga pero no nos importa mucho cómo lo haga con las estrategias de NoCode o LowCode. Lo que es casi anatema con la eficiencia algorítmica."

elladodelmal.com/2023/06/alpha

#alphadev #programacion #ia

Last updated 1 year ago

Chema Alonso :verified: · @chemaalonso
932 followers · 289 posts · Server ioc.exchange
José A. Alonso · @Jose_A_Alonso
744 followers · 1399 posts · Server mathstodon.xyz

DeepMind acaba de crear un algoritmo de ordenación que es un 70% más rápido que todos los que existían. ~ Javier Pastor (@javipas). xataka.com/robotica-e-ia/deepm

#programacion #alphadev #ia

Last updated 1 year ago

José A. Alonso · @Jose_A_Alonso
744 followers · 1398 posts · Server mathstodon.xyz

Faster sorting algorithms discovered using deep reinforcement learning. ~ Daniel J. Mankowitz et als. nature.com/articles/s41586-023

#programming #alphadev #ai

Last updated 1 year ago

José A. Alonso · @Jose_A_Alonso
744 followers · 1397 posts · Server mathstodon.xyz

AlphaDev discovers faster sorting algorithms. ~ Daniel J. Mankowitz, Andrea Michi. deepmind.com/blog/alphadev-dis

#programming #alphadev #ai

Last updated 1 year ago

José A. Alonso · @Jose_A_Alonso
744 followers · 1396 posts · Server mathstodon.xyz

AI system devises first optimizations to sorting code in over a decade (Writing efficient code was turned into a game, and the AI played to win). ~ John Timmer. arstechnica.com/science/2023/0

#programming #alphadev #ai

Last updated 1 year ago

Philipp Claßen · @philippclassen
16 followers · 54 posts · Server muenchen.social

AlphaDev (based on AlphaZero) found optimizations to sorting small arrays:

deepmind.com/blog/alphadev-dis

> AlphaDev uncovered new sorting algorithms that led to improvements in the LLVM libc++ sorting library that were up to 70% faster for shorter sequences and about 1.7% faster for sequences exceeding 250,000 elements.

I think, it is a novel approach (modelling the code as a game and using reinforcement learning); but it reminds me of superoptimization:

en.wikipedia.org/wiki/Superopt

#alphadev #llvm

Last updated 1 year ago

(using old-school genetic AI) discovered a novel shortcut in sorting and hashing.

deepmind.com/blog/alphadev-dis

#alphadev #deepmind #ai

Last updated 1 year ago