The “JVG algorithm” only wins on tiny numbers
jhalderm
48 points
25 comments
March 10, 2026
Related Discussions
Found 5 related stories in 53.3ms across 3,471 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
- Better JIT for Postgres vladich · 143 pts · March 04, 2026 · 41% similar
- A Faster Alternative to Jq pistolario · 375 pts · March 27, 2026 · 41% similar
- Show HN: 1v1 coding game that LLMs struggle with levmiseri · 15 pts · March 06, 2026 · 40% 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.