Equational theories project Created 2025-05-21 Updated 2025-07-16
This project initiated by Terence Tao aims to find the relations between various statements in abstract algebra by using a combination of automated theorem proving and human effort. As mentioned by Terence himself, this is a bit similar to the idea of the Busy Beaver Challenge:
3x3 matrix multiplication Created 2025-05-21 Updated 2025-07-16
2x2 matrix multiplication Created 2025-05-21 Updated 2025-07-16
Commutative matrix multiplication algorithm Created 2025-05-21 Updated 2025-07-16
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.
- commutative: 21 multiplications
- non-commutative: 23 multiplications
Borg (cluster manager) Created 2025-05-21 Updated 2025-07-16
Software developed by Google Created 2025-05-21 Updated 2025-07-16
Strassen algorithm Created 2025-05-21 Updated 2025-07-16
Polanyi's paradox Created 2025-05-21 Updated 2025-07-16
AlphaEvolve Created 2025-05-21 Updated 2025-07-16
Blog post: deepmind.google/discover/blog/alphaevolve-a-gemini-powered-coding-agent-for-designing-advanced-algorithms/
Whitepaper: storage.googleapis.com/deepmind-media/DeepMind.com/Blog/alphaevolve-a-gemini-powered-coding-agent-for-designing-advanced-algorithms/AlphaEvolve.pdf
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 Created 2025-05-21 Updated 2025-07-16
Multiplication of matrices of specific size Created 2025-05-21 Updated 2025-07-16
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:
- fmm.univ-lille.fr/ attempts to keep an up-to-date list for various sizes
Apple II Created 2025-05-21 Updated 2025-07-16
Apple I Created 2025-05-21 Updated 2025-07-16
Steve Jobs' Apple-1 sells for $945k
. Source. Semiconductor device fabrication bibliography Created 2025-05-21 Updated 2025-07-16
Constraint satisfaction problem Created 2025-05-21 Updated 2025-07-16
Saint Eligius Created 2025-05-21 Updated 2025-07-16
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 Created 2025-05-21 Updated 2025-07-16
Related: Antihydra in Magic: The Gathering.
Exploration-exploitation dilemma Created 2025-05-21 Updated 2025-07-16
Dimensionality reduction Created 2025-05-21 Updated 2025-07-16
Updates Translation of Xi Jinping saying those against raise their hands Created 2025-05-21 Updated 2025-07-16
Unlisted articles are being shown, click here to show only listed articles.