Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Can gzip be a language model?(nathan.rs)
    40comments
  2. MiMo v2.6(xiaomi.com)
    396comments
  3. I said no and Apple said yes(dbushell.com)
    9comments
  4. Spymarks, Not Watermarks(brand.io)
    108comments
  5. Study: Young users (9 to 18Y) ditch Google for AI, with unknown consequences(norwegianscitechnews.com)
    discuss
  6. Transformers Explained Visually(poloclub.github.io)
    64comments
  7. Tell HN: Claude Code just accepted and signed a contract for me. Without asking
    29comments
  8. Attention is all you have(alicegg.tech)
    236comments
  9. MiMo-v2.6-Pro: Intelligence, Performance and Price Analysis(artificialanalysis.ai)
    15comments
  10. What Sun got wrong(dtrace.org)
    333comments
  11. I don't want to read what you didn't write(colinbreck.com)
    262comments
  12. AI coding has made CI a bottleneck, so we reworked ours to keep up(linear.app)
    263comments
  13. Looking forward to Git 2.56 – and 3.0(lwn.net)
    51comments
  14. NASA’s Mars Sample Return mission is dead(science.org)
    323comments
  15. Divide by depth for instant 3D(gabrieloc.com)
    25comments
  16. Engineering Memory: On learning to memorize first 100 digits of pi (2024)(gregorygundersen.com)
    8comments
  17. World Wide Words(worldwidewords.org)
    1comments
  18. A font that reads what you wrote(rohanadwankar.github.io)
    1comments
  19. Claude Status – Elevated errors for multiple models(claude.com)
    78comments
  20. Used ThinkPad Buyer's Guide (2019)(bobble.tech)
    2comments
  21. What It's Like to Work in One of America's Data Centers(wsj.com)
    2comments
  22. PDF Forgeries Are Surprisingly Rare (2022)(gwern.net)
    29comments
  23. The Advisory Group on Mathematics and Artificial Intelligence(terrytao.wordpress.com)
    66comments
  24. Socrates vs. the Written Word (2011)(wondermark.com)
    20comments
  25. How do traffic signals work? (2019)(practical.engineering)
    62comments
  26. Python Workers are now generally available(cloudflare.com)
    38comments
  27. HERMES radio enables voice and data communication over vast distances(ieee.org)
    59comments
  28. Apple Copland D11E4 Booting in the Browser(pagetable.com)
    39comments
  29. Frontier AI on Your Own Hardware(timdettmers.com)
    78comments
  30. Grok 4.7(x.ai)
    483comments

Can gzip be a language model?

15 pointsby 3mo agonathan.rs
2 comments
3mo agoHN ↗

LLMs are very good at lossless compression via arithmetic coding. But I didn't know that it was possible to go the reverse direction (do language modeling via a compressor). It's not super great quality, but I'm surprised it worked! Other compression algorithms (like PPMd) use variable n-grams under the hood, and should be much better (although less interesting due to already containing basic language models internally).