I should note that there was a 2016 paper that argued otherwise, claiming that optimized matrix-multiplication libraries already use such buffers internally—at least in the context of libflame and BLIS—and that the same buffers can be used for Strassen.
So, it may be that there are some practical BLIS-based linear-algebra libraries that currently use Strassen for sufficiently large sizes, e.g. ffpack and tblis, and these may be fruitful to update to use the new AlphaTensor-discovered algorithms.