The “JVG algorithm” only wins on tiny numbers
jhalderm
48 points
25 comments
March 10, 2026
Related Discussions
Found 5 related stories in 78.1ms across 8,303 title embeddings via pgvector HNSW
- The JVG algorithm could break RSA-2048 encryption with fewer than 5k qubits giuliomagnifico · 12 pts · March 04, 2026 · 57% similar
- AI coding is gambling speckx · 321 pts · March 18, 2026 · 46% similar
- Is math big or small? robinhouston · 25 pts · April 12, 2026 · 46% similar
- Do you want the US to "win" AI? mefengl · 52 pts · April 23, 2026 · 43% similar
- Galactic Algorithm tmtvl · 28 pts · April 13, 2026 · 42% similar
Discussion Highlights (5 comments)
MathMonkeyMan
The title of this post changed as I was reading it. "It looks like the 'JVG algorithm' only wins on tiny numbers" is a charitable description. The article is Scott Aaronson lambasting the paper and shaming its authors as intellectual hooligans.
RcouF1uZ4gsC
Scott References the top comment on this previous HN discussion https://news.ycombinator.com/item?id=47246295
kmeisthax
I mean, considering that no quantum computer has ever actually factored a number, a speedup on tiny numbers is still impressive :P
guy4261
> (yes, the authors named it after themselves) The same way the AVL tree is named after its inventors - Georgy Adelson-Velsky and Evgenii Landis... Nothing peculiar about this imh
kittikitti
While I think the idea that claiming one can "precompute the xr mod N’s on a classical computer" sounds impractical there are a subset of problems where this might be valid. According to computational complexity theory, there's a class of algorithms called BQP (bounded-error quantum polynomial time). Shor's algorithm is part of BQP. Is the JVC algorithm part of BQP, even though it utilizes classical components? I think so. I believe that the precomputational step is the leading factor in the algorithm's time complexity, so it isn't technically a lower complexity than Shor's. If I had to speculate, there will be another class in quantum computational complexity theory that accommodates precomputation utilizing classical computing. I welcome the work, and after a quick scroll through the original paper, I think there is a great amount of additional research that could be done in this computational complexity class.