Exploring DeepMind's #AlphaDev sorting algorithms, I initially ported them to #nim_lang. Sadly, the C code generator couldn't produce the same branchless assembly as the paper. But thanks to the emit pragma, it did by directly emitting C code.

planetis_m's tweet image. Exploring DeepMind's #AlphaDev sorting algorithms, I initially ported them to #nim_lang. Sadly, the C code generator couldn't produce the same branchless assembly as the paper. But thanks to the emit pragma, it did by directly emitting C code.
planetis_m's tweet image. Exploring DeepMind's #AlphaDev sorting algorithms, I initially ported them to #nim_lang. Sadly, the C code generator couldn't produce the same branchless assembly as the paper. But thanks to the emit pragma, it did by directly emitting C code.
planetis_m's tweet image. Exploring DeepMind's #AlphaDev sorting algorithms, I initially ported them to #nim_lang. Sadly, the C code generator couldn't produce the same branchless assembly as the paper. But thanks to the emit pragma, it did by directly emitting C code.

AlphaDev just cracked the code. DeepMind’s AI discovered sorting algorithms up to 70% faster than what humans brewed, now powering real C++ apps. Are we edging into the era of self-evolving software? Would you trust code written by #AI? #AlphaDev 🚀

KryptonAi's tweet image. AlphaDev just cracked the code. 

DeepMind’s AI discovered sorting algorithms up to 70% faster than what humans brewed, now powering real C++ apps. 

Are we edging into the era of self-evolving software? Would you trust code written by #AI? #AlphaDev 🚀

Deep reinforcement learning agent #AlphaDev of ⁦@DeepMind⁩ is trained to discover sorting algorithms. ⁦@Nature⁩ publication, nature.com/articles/s4158…

SabriPllana's tweet image. Deep reinforcement learning agent #AlphaDev of ⁦@DeepMind⁩ is trained to discover sorting algorithms.

⁦@Nature⁩ publication,
nature.com/articles/s4158…

Seems like a clear skip upon analysing. Quite intriguing with why humans wasn't able to observe this out. @GoogleDeepMind #AlphaDev

szubieee's tweet image. Seems like a clear skip upon analysing. Quite intriguing with why humans wasn't able to observe this out.
@GoogleDeepMind #AlphaDev

Dive into the captivating realm of AI and coding through #AlphaDev! Embark on a journey into the future of #programming as we explore the groundbreaking potential of this revolutionary technology from DeepMind. Uncover more at the Master List A.I. website: masterlistai.com


DeepMind’s AI system, AlphaDev, is redefining code writing, making notable improvements to fundamental C++ algorithms. A noteworthy step towards AI mastering coding tasks across a variety of disciplines. #AI #DeepMind #AlphaDev #CodingInnovation wired.com/story/deepmind…

hubertusbecker's tweet image. DeepMind’s AI system, AlphaDev, is redefining code writing, making notable improvements to fundamental C++ algorithms. A noteworthy step towards AI mastering coding tasks across a variety of disciplines. #AI #DeepMind #AlphaDev #CodingInnovation wired.com/story/deepmind…

Our latest work in @Nature today: #AlphaDev discovered a new faster sorting algorithm that we open sourced to the main C++ library for all developers to use. This is just the beginning of AI being used to find many more efficiencies in code in future dpmd.ai/alphadev-tw


#ITByte: DeepMind #AlphaDev is an artificial intelligence (#AI) system that uses reinforcement learning to discover enhanced computer science algorithms. Recently it has discovered a faster #Sorting algorithms knowledgezone.co.in/trends/explore…

KnowledgeZoneIn's tweet image. #ITByte: DeepMind #AlphaDev is an artificial intelligence (#AI) system that uses reinforcement learning to discover enhanced computer science algorithms.

Recently it has discovered a faster #Sorting algorithms

knowledgezone.co.in/trends/explore…

Great progress with #Alphadev from Google Deepmind!

Our latest work in @Nature today: #AlphaDev discovered a new faster sorting algorithm that we open sourced to the main C++ library for all developers to use. This is just the beginning of AI being used to find many more efficiencies in code in future dpmd.ai/alphadev-tw



💥 NEW Alpha member #AlphaDev into Alpha family, after #AlphaGo, #AlphaFold, #AlphaZero. This time it's using AI algorithms to optimize the sorting algorithms. #ai #artificialintelligence #digitalsociety #computerscience

aianalyticsinc's tweet image. 💥 NEW Alpha member #AlphaDev into Alpha family, after #AlphaGo, #AlphaFold, #AlphaZero. This time it's using AI algorithms to optimize the sorting algorithms.

#ai #artificialintelligence #digitalsociety #computerscience

Cutting-edge tech isn't something I follow. It's something I create. #InnovateOrDie #AlphaDev


🌍In our digital society, there is an increasing need for compute. #AlphaDev optimizes an important aspect of the computing stack but more work is needed. A thread. 🧵


More on #AlphaDev coming up with a better sorting algorithm than humans and expectations that #AI can be used to improve the efficiency of many other types of algorithms.

Our latest work in @Nature today: #AlphaDev discovered a new faster sorting algorithm that we open sourced to the main C++ library for all developers to use. This is just the beginning of AI being used to find many more efficiencies in code in future dpmd.ai/alphadev-tw



Google's DeepMind unveils AlphaDev, an optimized AI boosting code execution.  It enhances sorting by 70%, and cryptography by 30% and integrates with C++ & the open-source Abseil library for widespread use.  Be in the know. Follow for more. #DeepMind #AlphaDev #AIInnovation

AI_accelerator_'s tweet image. Google's DeepMind unveils AlphaDev, an optimized AI boosting code execution. 

It enhances sorting by 70%, and cryptography by 30% and integrates with C++ & the open-source Abseil library for widespread use. 

Be in the know. Follow for more.

#DeepMind #AlphaDev #AIInnovation

"The system, #AlphaDev, is described in a paper in Nature, and has invented faster algorithms that are already part of two standard C++ coding libraries, so are being used trillions of times per day by programmers around the world." #Deepmind nature.com/articles/d4158…

nature.com

DeepMind AI creates algorithms that sort data faster than those built by people

Nature - The technology developed by DeepMind that plays Go and chess can also help to write code.


Our @Nature work on using #AlphaDev, an extension of AlphaZero, to improve the efficiency of fundamental algorithms such as sorting and hashing is out today! See @DeepMind post at dpmd.ai/alphadev-tw, and a few things I found interesting about it in 🧵


(4/8) 2023: AlphaDev cracks the sorting maze! Found a 17-instruction shortcut for sorting 5 elements—faster than human tweaks. Integrated into LLVM libc++ library, benefiting developers worldwide! 💻 #AlphaDev

David6LIANG8's tweet image. (4/8) 2023: AlphaDev cracks the sorting maze! Found a 17-instruction shortcut for sorting 5 elements—faster than human tweaks. Integrated into LLVM libc++ library, benefiting developers worldwide! 💻
#AlphaDev

DeepMind’s AlphaDev just invented a faster sorting algorithm by evolving billions of code variations—shaving microseconds off one of computing’s oldest problems. This isn’t AI writing apps—it’s AI rewriting the building blocks of software itself. #AI #DeepMind #AlphaDev


AlphaDev just cracked the code. DeepMind’s AI discovered sorting algorithms up to 70% faster than what humans brewed, now powering real C++ apps. Are we edging into the era of self-evolving software? Would you trust code written by #AI? #AlphaDev 🚀

KryptonAi's tweet image. AlphaDev just cracked the code. 

DeepMind’s AI discovered sorting algorithms up to 70% faster than what humans brewed, now powering real C++ apps. 

Are we edging into the era of self-evolving software? Would you trust code written by #AI? #AlphaDev 🚀

2/3. The @TheoriqAI AiFi Starter Kit is a game-changer! Build AI agents that execute onchain transactions, analyze real-time data, & make smart decisions. Think swarm logic: solo agents are sharp, but together? Unstoppable. Start creating now! #AlphaDev #AiFi


In a world of black-box AI, Theoriq’s AlphaDev dares to dream of a transparent, community-driven future-where AI agents don’t just think, but act onchain, collaboratively reshaping the landscape of decentralized finance. 🌐 @TheoriqAI 🤖 #TheoriqAI #AlphaDev

DO YOU KNOW ABOUT @TheoriqAI DEVELOPER PROGRAM?? What You Should Know About the @TheoriqAI Developer Program If you’re genuinely interested in the intersection of AI and Web3, the AlphaDev program by Theoriq is something you need to have on your radar. It’s not just another…

Adellbah's tweet image. DO YOU KNOW ABOUT @TheoriqAI  DEVELOPER PROGRAM??

What You Should Know About the @TheoriqAI Developer Program

If you’re genuinely interested in the intersection of AI and Web3, the AlphaDev program by Theoriq is something you need to have on your radar. It’s not just another…


Awesome update! Trading just got way more convenient. #alphadev


🟡 @TheoriqAI 의 AlphaDev: ETHDenver 2025에서 Web3 AI 에이전트 혁신 🚀 Theoriq는 AI와 탈중앙화 기술이 만나는 지점에서 AlphaDev 개발자 경험 프로그램을 통해 온체인 AI 에이전트의 미래를 개척합니다. 👉 자세히 보기: bit.ly/3DallmZ #Theoriq #DeFAI #AlphaDev #ETHDenver2025

TheoriqAI_Korea's tweet image. 🟡 @TheoriqAI 의 AlphaDev: ETHDenver 2025에서 Web3 AI 에이전트 혁신 🚀

Theoriq는 AI와 탈중앙화 기술이 만나는 지점에서 AlphaDev 개발자 경험 프로그램을 통해 온체인 AI 에이전트의 미래를 개척합니다. 

👉 자세히 보기: bit.ly/3DallmZ

#Theoriq #DeFAI #AlphaDev #ETHDenver2025

🚀 Theoriq’s AlphaDev: The Future of AI x Web3 Starts Now! Bridging AI & Web3 with $25K+ in prizes, exclusive APIs, and hands-on support at ETHDenver! A bold step toward AI-powered DApps. Is this just the beginning of something bigger? 👀🔥 #AlphaDev #AI #Web3 #ETHDenver


Scientific progress accelerates even further, thanks to #AI. In 2022, AI began to advance scientific discovery. 2023, however, saw the launch of even more significant science-related AI applications - from #AlphaDev, which makes algorithmic sorting more efficient, to #GNoME,…


Cutting-edge tech isn't something I follow. It's something I create. #InnovateOrDie #AlphaDev


#AI has accelerated scientific progress, exemplified by innovations like #AlphaDev for algorithm efficiency and #GNoME for materials discovery​ - HAI_AI-Index-Report-2024


2023 saw the launch of more significant science-related AI applications— from #AlphaDev, which makes algorithmic sorting more efficient, to #GNoME, which facilitates the process of materials discovery- research


AlphaDev discovers faster sorting algorithms #algorithms #AlphaDev #discovers #Faster #sorting New algorithms will transform the fo... aipressroom.com/alphadev-disco…


Breaking boundaries in Drug Discovery: DeepMind’s AlphaFold 3 and AlphaDev AI Revolution #AlphaDev #AlphaFold #DrugDiscovery #GoogleDeepMind asia.businessupturn.com/breaking-bound…


Seems like a clear skip upon analysing. Quite intriguing with why humans wasn't able to observe this out. @GoogleDeepMind #AlphaDev

szubieee's tweet image. Seems like a clear skip upon analysing. Quite intriguing with why humans wasn't able to observe this out.
@GoogleDeepMind #AlphaDev

Interested in this WorldPay api presentation for alpha anywhere payment transacting. #alphadev

joeymoeller's tweet image. Interested in this WorldPay api presentation for alpha anywhere payment transacting. #alphadev

Check out our filters from this past week! #AlphaDev #Snapchat

alpha__dev's tweet image. Check out our filters from this past week! #AlphaDev #Snapchat
alpha__dev's tweet image. Check out our filters from this past week! #AlphaDev #Snapchat
alpha__dev's tweet image. Check out our filters from this past week! #AlphaDev #Snapchat

Day 5; the code has already demystify HTML5 next stop CSS #100DaysOfCode #AlphaDev. #Gombe

kwasako's tweet image. Day 5; the code has already demystify HTML5 next stop CSS 
#100DaysOfCode 
#AlphaDev.
#Gombe

#alphadev conference is kicking off with an attendance of 150.

BenSacheri's tweet image. #alphadev conference is kicking off with an attendance of 150.

The #AlphaDev starts! Boring picture but exciting event!

giantrobot411's tweet image. The #AlphaDev starts!  Boring picture but exciting event!

Exploring DeepMind's #AlphaDev sorting algorithms, I initially ported them to #nim_lang. Sadly, the C code generator couldn't produce the same branchless assembly as the paper. But thanks to the emit pragma, it did by directly emitting C code.

planetis_m's tweet image. Exploring DeepMind's #AlphaDev sorting algorithms, I initially ported them to #nim_lang. Sadly, the C code generator couldn't produce the same branchless assembly as the paper. But thanks to the emit pragma, it did by directly emitting C code.
planetis_m's tweet image. Exploring DeepMind's #AlphaDev sorting algorithms, I initially ported them to #nim_lang. Sadly, the C code generator couldn't produce the same branchless assembly as the paper. But thanks to the emit pragma, it did by directly emitting C code.
planetis_m's tweet image. Exploring DeepMind's #AlphaDev sorting algorithms, I initially ported them to #nim_lang. Sadly, the C code generator couldn't produce the same branchless assembly as the paper. But thanks to the emit pragma, it did by directly emitting C code.

Listening to @140dev & @140elect explain the value of Twitter to #alphadev attendees

DanB's tweet image. Listening to @140dev & @140elect explain the value of Twitter to #alphadev attendees

#StupidThingsIUsedToDo have parties without #AlphaDev custom #snapchat filters...


Home from #alphadev and Suddenly Cat. Still waiting on mealtime... HAMs.

TheSmitchell's tweet image. Home from #alphadev and Suddenly Cat. Still waiting on mealtime... HAMs.

Loading...

Something went wrong.


Something went wrong.


United States Trends