Earlier quoted context omitted.
There are tells all over the page: > Redefining AI efficiency with extreme compression "Redefine" is a favorite word of AI. Honestly no need to read further. > the key-value cache, a high-speed "digital cheat sheet" that stores frequently used information under simple labels No competent engineer would describe a cache as a "cheat sheet". Cheat sheets are static, but caches dynamically update during execution. Studen…
Looks like Google canned all their tech writers just to pivot the budget into H100s for training these very same writers
TurboQuant: Redefining AI efficiency with extreme compression
151–160 of 202 posts
Re: TurboQuant: Redefining AI efficiency with extreme compression
#152This is the worst lay-people explanation of an AI component I have seen in a long time. It doesn't even seem AI generated.
Re: TurboQuant: Redefining AI efficiency with extreme compression
#153Someone implementing it on llamacpp already https://github.com/mudler/llama.cpp/commit/dee102db1bfd723c9...
He even attempts to improve on the paper by replacing the random rotation operation which is O(d^2), by a Subsampled Randomized Hadamard Transform which can be computed in O(d*log d). Hopefully Johnson–Lindenstrauss lemma applies in the same way for SRHTransformed vectors as they do for randomly rotated vectors and the independence of the distribution laws of the coordinates remains and therefore the quantization of…
Re: TurboQuant: Redefining AI efficiency with extreme compression
#154Re: TurboQuant: Redefining AI efficiency with extreme compression
#155Earlier quoted context omitted.
https://mesuvash.github.io/blog/2026/turboquant-interactive/ has a little visualisation
Is there an error in the visualization? It shows that every vector is rotated the same amount. My understanding was that they are randomized with different values, which results in a predictable distribution, which is easier to quantize.
That said, I don't believe the visualization is correct. The grid for one doesn't seem to match what's described in the paper.
Also it's entirely possible I've misunderstood or neglected to notice key details.
Re: TurboQuant: Redefining AI efficiency with extreme compression
#156Earlier quoted context omitted.
https://mesuvash.github.io/blog/2026/turboquant-interactive/ has a little visualisation
Good post but link at the end is broken. “”” For the full technical explanation with equations, proofs, and PyTorch pseudocode, see the companion post: TurboQuant: Near-Optimal Vector Quantization Without Looking at Your Data.“
Re: TurboQuant: Redefining AI efficiency with extreme compression
#157Earlier quoted context omitted.
https://mesuvash.github.io/blog/2026/turboquant-interactive/ has a little visualisation
I like the visualization, but I don’t understand the grid quantization. If every point is on the unit circle aren’t all the center grid cords unused?
I've updated the visualization. The grid is actually not uniformly spaced. Each coordinate is quantized independently using optimal centroids for the known coordinate distribution. In 2D, unit-circle coordinates follow the arcsine distribution (concentrating near ±1), so the centroids cluster at the edges, not the center.
Re: TurboQuant: Redefining AI efficiency with extreme compression
#158Earlier quoted context omitted.
https://mesuvash.github.io/blog/2026/turboquant-interactive/ has a little visualisation
Is there an error in the visualization? It shows that every vector is rotated the same amount. My understanding was that they are randomized with different values, which results in a predictable distribution, which is easier to quantize.
Re: TurboQuant: Redefining AI efficiency with extreme compression
#159This blog post sucks. It does not make me want to read the papers. Look at this figure: https://storage.googleapis.com/gweb-research2023-media/image... The speedup labels on the vertical axis are 0, 2, 2, 4, 6, 8... Why is 2 repeated? Did they just have nano-banana make them some charts? Can they not be bothered to use matplotlib or bokeh and directly render a graph? I don't know, maybe there is some legitimate reaso…
Re: TurboQuant: Redefining AI efficiency with extreme compression
#160Earlier quoted context omitted.
If they didn't cite your paper that's bullshit. But if they read your paper enough that they invited you to a talk, that probably means they were far enough along to independently inventing it they were going to do so anyway, and wanted to chat with someone who was also doing the thing they were already doing. Good ideas tend to reveal themselves to anyone who is aware of the problem.
That's rationalizing like crazy. If they knew about it they should have cited it.
But if they invited a talk, and published a paper and cited it, it might be a little off, but not horrible.