Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Options Trading – Formula better than the Black-Scholes model(zenodo.org ↗)
    discuss
  2. Launched a JEV directory with 100 uses cases(madewithjev.com ↗)
    discuss
  3. Show HN: NotchBuddy – Your MacBook's Notch Can Do All This(notchbuddy.com ↗)
    discuss
  4. Wonder how smart Jev is? Ask him directly(ouijev.com ↗)
    discuss
  5. OwnNotes: Private AI Notebook(apps.apple.com ↗)
    discuss
  6. Nonprofit that tracks meteors taken down by "critical blow" from a cyberattack(arstechnica.com ↗)
    discuss
  7. RoboHarm: Do Frontier Robot Policies Refuse Unsafe Instructions?(robocurve.org ↗)
    discuss
  8. AnyFilter: Hide anything you don't want to see on any site(github.com/anyfilter ↗)
    discuss
  9. TimeCodeSecurity – Deterministic AST SAST and Auto-Remediation for Python
    discuss
  10. Show HN: NSLibrary – a self-hosted library for your Switch games and homebrew(github.com/tuckerwales ↗)
    discuss
  11. Guest to host: escaping Docker's hypervisor(accomplish.ai ↗)
    discuss
  12. First principles of UI composition for your coding agents(eflx.top ↗)
    discuss
  13. Anthropic sets up biology lab as it ramps AI drug program(reuters.com ↗)
    discuss
  14. Jev Playground(terrydjony.com ↗)
    discuss
  15. Windowshot(windowshot.app ↗)
    discuss
  16. Show HN: Sigabrt.dev – cronjob monitor with an SSH TUI(sigabrt.dev ↗)
    discuss
  17. Laya the open source version of Jev(convaiinnovations.com ↗)
    1comments
  18. Would you trade a 6-hour layover for 3 days in that city if it's cheaper?(uwillfly.net ↗)
    discuss
  19. Search Engine that de-ranks Bot Popup and Cookie Popup websites?
    1comments
  20. Leave the Class Path in the Rearview Mirror(netflixtechblog.com ↗)
    discuss
  21. What Happens If You Execute a Random File? [video](youtube.com ↗)
    discuss
  22. Claude Fable credit expiring one day earlier than stated(reddit.com ↗)
    discuss
  23. Goosebumps: A Paradigm Shift Is Occurring in Robotics(twitter.com/ken_goldberg ↗)
    discuss
  24. New evidence for hidden chambers beyond Tutankhamun's tomb(nature.com ↗)
    1comments
  25. DraftKings Uses A.I. To Target the Gamblers Likeliest to Lose(nytimes.com ↗)
    discuss
  26. California governor signs order to explore AI 'kill switch'(techxplore.com ↗)
    discuss
  27. The sort that can't have a best case(0xax.dev ↗)
    discuss
  28. How to Limit What Apple's New Siri AI Can Access in iOS 27(eff.org ↗)
    discuss
  29. What Are Sheaves? (2024)(quantamagazine.org ↗)
    discuss
  30. Cisco Identity Services Engine Authentication Bypass Vulnerability(cisco.com ↗)
    discuss

Building the fastest LLMs: why we're starting with diffusion

1 pointsby 57m agoceleris.ai
1 comments
42m agoHN ↗

"The evidence for each of these properties is already public. On raw speed, parallelism gives diffusion decoding headroom that serial generation cannot reach: Fast-dLLM, an NVIDIA-led study, showed that decoding many tokens per step delivers up to a 27.6× throughput improvement on open diffusion models with minimal accuracy loss - from training-free acceleration alone.

Bidirectional context also closes a significant capability gap. Autoregressive models suffer from the reversal curse: trained that "A is B", they fail to infer "B is A" - GPT-4 answers 79% of forward questions about celebrity relationships but only 33% of the reversed ones. LLaDA, an 8B diffusion model that attends to the whole sequence at every step, breaks the pattern, surpassing GPT-4o on reversal reasoning."

This is an interesting aspect of Autoregressive Vs. Diffusion models, that is, "can they get reversed reasoning correct?"

One aspect of this, of course, is the philosophical one... that is, if a cup is half empty, it is also (equal-and-oppositely!) half-full!

If a fact, fact A is related to another fact, fact B in some way, then there equal-and-oppositely must exist a reverse relationship (sometimes called an inverse relationship, sometimes called a reciprocal relationship, sometimes called a complementary relationship -- there are many names for it!) between fact B and fact A, when reasoning starting with fact B as the starting point.

Future AI's, if they are to truly understand the physical universe (reason absolutely correctly about it, all of the time, a must for subjects like Math and Physics), must understand reverse relationships.

That's why the above quote, from the above article, is interesting...

That's also why AI models based on Diffusion -- may be worth studying, or studying more about, as the case may be!