2x2 matrix multiplication by Ciro Santilli 37 Updated +Created
Commutative matrix multiplication algorithm by Ciro Santilli 37 Updated +Created
A "commutative matrix multiplication algorithm" is a matrix multiplication algorithm that requires the ring to be commutative. Such algorithms are inferior because you cannot use them to create more efficient algorithms for general matrix matrix multiplication by decomposing the bigger matrix into smaller ones.
For example, the Strassen algorithm is based on reduction to non-commutative 2x2 matrix multiplication optimized to be done in 7 multiplications rather than 8 as in the native algorithm.
For 3x3 matrix multiplication, the best algorithms as of 2025 are:and beating the Strassen algorithm using 3x3 matrices would require a non-commutative algorithm with 21 multiplications.
Borg (cluster manager) by Ciro Santilli 37 Updated +Created
Software developed by Google by Ciro Santilli 37 Updated +Created
Strassen algorithm by Ciro Santilli 37 Updated +Created
Polanyi's paradox by Ciro Santilli 37 Updated +Created
AlphaEvolve by Ciro Santilli 37 Updated +Created
Basically they require users to hand-code a metric and provide a program skeleton with some parts of the code marked to be replaced, and then the system focuses on modifying the code regions in question to optimize the metric.
All the novel results they announced were in constraint satisfaction problems or optimization problem. Their results are still awesome, but it's not very different from AlphaGo style things.
Star Wars meme by Ciro Santilli 37 Updated +Created
Figure 1.
That's not my lightsaber Star Wars meme
. Source.
Multiplication of matrices of specific size by Ciro Santilli 37 Updated +Created
DeepMind likes coming up with new improved algorithms for these more specific cases, e.g. it was announced in 2025 that AlphaEvolve found a novel 4x4 complex valued algorithm that uses 48 multiplications.
Bibliography:
Apple II by Ciro Santilli 37 Updated +Created
Apple I by Ciro Santilli 37 Updated +Created
Video 1.
Steve Jobs' Apple-1 sells for $945k
. Source.
Constraint satisfaction problem by Ciro Santilli 37 Updated +Created
Saint Eligius by Ciro Santilli 37 Updated +Created
Figure 1.
Saint Eligius by Petrus Christus
. Source. Eligius pool is named after Saint Eligius, patron of goldsmiths and miners[ref]
Magic: The Gathering is Turing complete by Ciro Santilli 37 Updated +Created
Video 1.
I Built a COMPUTER in Magic: The Gathering by Because Science (2019)
Source. Shows an explicit Turing complete Magic The Gathering setup with real cards in a standard "extremely lucky" 2 player game.
Exploration-exploitation dilemma by Ciro Santilli 37 Updated +Created
Dimensionality reduction by Ciro Santilli 37 Updated +Created
I can't believe I had missed that meme until now, and I couldn't resist the temptation to translate it
Video 1.
Xi Jinping saying those against raise their hands (2017)
Source.
Video 2.
Xi Jinping saying those against raise their hands (2022)
Source.
Video 3.
Those against raise their hands Xi Jinping remix by Ciro Santilli
. Source. I also couldn't resist a Kdenlive exercise in voice sampling. It was remarkably easy to do, not bad.
Video 4.
Al Capone hits a homerun scene from the film The Untouchables
. Source.
Video 5.
Committee meeting scene from the film The Death of Stalin
. Source.
Updates / Understanding the state of 3x3 matrix multiplication by Ciro Santilli 37 Updated +Created
After yet another awesome announcement by DeepMind that it had improved theoretical 4x4 matrix multiplication reducing the number of scalar multiplications with its AlphaEvolve system, I decided to have a look at the smallest open size 3x3 to understand what was going on in there.

Unlisted articles are being shown, click here to show only listed articles.