Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Android 17 is the first since 3.x to add new APIs without releasing to the AOSP(grapheneos.social ↗)
    329comments
  2. San Francisco Onion Futures Company(onionfutures.com ↗)
    5comments
  3. Science Is Open Software(jepedersen.dk ↗)
    15comments
  4. SDCC – Small Device C Compiler(sourceforge.net ↗)
    7comments
  5. Cloudflare Quick Tunnels(cloudflare.com ↗)
    266comments
  6. How OpenAI Used Its Own LLMs to Design Its Jalapeño Chip(ieee.org ↗)
    68comments
  7. Saving another 100TB of RAM(cloudflare.com ↗)
    58comments
  8. How to Write with an LLM(sockpuppet.org ↗)
    299comments
  9. Typesafe-computer-use drives a Mac toward a goal for 1/50th of a cent per step(github.com/awlevin ↗)
    1comments
  10. Why building a Rust LSP is hard(rust-glancer.github.io ↗)
    11comments
  11. Xcode 27.1 Beta Release Notes(developer.apple.com ↗)
    75comments
  12. Harm Laundering in GPT Models: Gender Discrimination Transformed Rather Than(arxiv.org ↗)
    discuss
  13. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    79comments
  14. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    81comments
  15. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    61comments
  16. OpenJev(openjev.com ↗)
    250comments
  17. The Farnese letter(simonklee.dk ↗)
    5comments
  18. Cache-to-Cache: Direct Semantic Communication Between LLMs (2025)(arxiv.org ↗)
    12comments
  19. Goroutine Leak Profiles(go.dev ↗)
    1comments
  20. LispBM is a concurrent Lisp for microcontrollers with message passing(lispbm.com ↗)
    3comments
  21. Cyclomatic Complexity in C#(ndepend.com ↗)
    16comments
  22. Claude Code now reads AGENTS.md if there is no Claude.md(claude.com ↗)
    208comments
  23. Minimal Phone 2(minimalcompany.com ↗)
    199comments
  24. Show HN: LiveWorld – Every 24/7 YouTube live camera on one globe(liveworld.info ↗)
    32comments
  25. Alibaba open-sources AI model that can detect cancer and nearly 150 conditions(scmp.com ↗)
    9comments
  26. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    39comments
  27. Flock Offers Employees Buyouts as Customers Flee(wired.com ↗)
    3comments
  28. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    94comments
  29. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    55comments
  30. Two parallel neural ectoderm progenitors contribute to the developing brain(newscientist.com ↗)
    60comments

Mathematicians Build Long-Awaited Graph Sandwich

74 pointsby 14h agoquantamagazine.org
19 comments
12h agoHN ↗

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

11h agoHN ↗

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

10h agoHN ↗

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

10h agoHN ↗

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

11h 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?

10h agoHN ↗

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

9h 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?

8h 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.

10h 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?

5h agoHN ↗

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

8h 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!

5h 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?