Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Claude Code now reads AGENTS.md if there is no Claude.md(claude.com ↗)
    163comments
  2. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    209comments
  3. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    21comments
  4. Saving another 100TB of RAM(cloudflare.com ↗)
    36comments
  5. Cloudflare Quick Tunnels(cloudflare.com ↗)
    237comments
  6. Xcode 27.1 Beta Release Notes(developer.apple.com ↗)
    63comments
  7. A 1542 papal cipher cracked with simulated annealing(simonklee.dk ↗)
    1comments
  8. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    11comments
  9. How to Write with an LLM(sockpuppet.org ↗)
    258comments
  10. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    49comments
  11. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    74comments
  12. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    48comments
  13. OpenJev(openjev.com ↗)
    240comments
  14. Cyclomatic Complexity in C#(ndepend.com ↗)
    12comments
  15. US troop deaths during Iran war exceed Pentagon count by at least four(reuters.com ↗)
    72comments
  16. Two parallel neural ectoderm progenitors contribute to the developing brain(newscientist.com ↗)
    51comments
  17. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    17comments
  18. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    173comments
  19. Minimal Phone 2(minimalcompany.com ↗)
    161comments
  20. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    14comments
  21. Size-Specialized Memory Allocation(go.dev ↗)
    3comments
  22. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    89comments
  23. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    28comments
  24. A search-and-inference database from scratch in pure Zig(antfly.io ↗)
    16comments
  25. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    180comments
  26. From Geometry to Algebra and Back Again: 4000 Years of Papers (2023) [video](youtube.com ↗)
    discuss
  27. US Military had close call after using AI for hallucinated intelligence report(cnn.com ↗)
    291comments
  28. Korea raises data breach fines to 10% of revenue(koreajoongangdaily.com ↗)
    78comments
  29. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  30. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    18comments

Mathematicians Build Long-Awaited Graph Sandwich

67 pointsby 9h agoquantamagazine.org
18 comments
7h agoHN ↗

Seems like this would have strong implications for distillation and/or smaller types of transformers!

7h agoHN ↗

How? I don't see it. (I'm familiar with the ML side, not the combinatorics side.)

5h agoHN ↗

No, this is pure graph theory, and is quite far away from anything machine learning.

5h agoHN ↗

Isn't it actually the bread? The meat is given, if I understand correctly.

6h agoHN ↗

I am not a mathematician but are most papers now accompanied by a lean proof?

Is there a central repository of lean proofs shared by mathematicians like an npm repository of JavaScript packages?

Does it all depend on a stupid is-odd package in the end?

5h agoHN ↗

No, almost none (except for in certain fields, such as HoTT) have formalized proofs.

4h agoHN ↗

Why not? It seems like this should sort of be the standard now? Or is it hard to make lean proofs in all fields?

3h agoHN ↗

i think there are a few reasons.

- lean proofs are hard, and a lot of the time there is so much mathematical machinery that folks are working on that you would need to not only prove your result, but also all of the machinery that your subfield it is built on. it would be infeasible for many authors to do all of this work (this might be a major part of multiple careers, and when there are 5 folks in your entire subfield, the payoff is not really worth it)

- human proofs are readable, and can illustrate concepts better than lean proofs. human proofs give insights into how to think about a type of problem, and this is often the most valuable part of a proof/result.

- lean proofs are often very difficult to read; while they give you a "verified" check mark, they do not necessarily improve the bounds of human understanding if that makes sense.

5h agoHN ↗

Wondering: if the process for the upper part of the sandwich is the complement of the process for the lower part, why was it so much more difficult? What would go wrong if you took one of the earlier lower-sandwich processes, and complemented it in a similar way? I have to assume it's something, but what?

42m agoHN ↗

my guess is that they also had to prove that the complement process was mathematically sound

4h agoHN ↗

Hilarious - a mathematical result that afaict has nothing whatsoever to do with AI, and 75% of the comments are about AI, including this one!

28m agoHN ↗

Given how much surrounding machinery the graph sandwich proof depends on, would it even be feasible to formalize it in Lean without first formalizing large chunks of random graph theory? And if not, does that mean results like this will stay out of reach for formal verification for the foreseeable future?