Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: MealMacroAI – Reverse food portion calculator for meal prep macros(mealmacroai.com ↗)
    discuss
  2. VC-Attention: Faster Low-Bit Attention Without Retraining(nunchux.ai ↗)
    discuss
  3. Scientists create mice with part-human brains(theguardian.com ↗)
    discuss
  4. Jev Ultrafast: A browser agent with a dynamic, indexed action space(github.com/browser-use ↗)
    discuss
  5. Show HN: Quiet Field – Offline ambient sound mixing for Windows(github.com/gary06868 ↗)
    discuss
  6. Tesla on Autopilot stopped before deadly Mesa crash: Here's what filing says(azfamily.com ↗)
    discuss
  7. Keys Not Included: recovering the signing keys for US driver's license barcodes(ryan.science ↗)
    discuss
  8. Pangram AI Detection API(pangram.com ↗)
    discuss
  9. House advances bill to rein in AI data center utility costs(cnbc.com ↗)
    discuss
  10. Huawei says its new smartphone chip is free of any US-made components(techradar.com ↗)
    discuss
  11. DayOne Is Building a Biological Data Centre(datacentremagazine.com ↗)
    discuss
  12. How to remotely access Home Assistant(dhttp.net ↗)
    discuss
  13. 1.1.1.1 now supports post-quantum DNSSEC, all 2,420 bytes of it(cloudflare.com ↗)
    discuss
  14. Holy Grail of Rocketry(spacex.com ↗)
    discuss
  15. Ḽava AI Bitcoin Talk Article(bitcointalk.org ↗)
    discuss
  16. Ask HN: How many runs before you trust a coding agent's result?
    1comments
  17. iCloud+ Now Includes Apple TV and Apple Arcade(icloud.com ↗)
    1comments
  18. Ex-MS engineer reveals the story behind the infamous 'FCKGW' Windows XP key(pcgamer.com ↗)
    1comments
  19. Distributed System Illustrated(codedump.info ↗)
    1comments
  20. Integer Palindromes – 2026 AIME I Problems/Problem 2(github.com/norvig ↗)
    discuss
  21. AI models chatting in 'surreal' dialect mixing poetic language and techbrojargon(theguardian.com ↗)
    discuss
  22. The Future of Consumer AI(zero2data.substack.com ↗)
    discuss
  23. Interview with Big Data engineer in 2026 [video](youtube.com ↗)
    discuss
  24. Show HN: Echodot – Local-first AI that writes replies in your tone(github.com/ohkariku-boop ↗)
    discuss
  25. Blast Radius 1.0(dpdns.org ↗)
    discuss
  26. Show HN: BiNeuron – Local, open-source alternative to ChatGPT Codex(github.com/just-not-google ↗)
    discuss
  27. Everybody's Lost Their Minds(netmeister.org ↗)
    discuss
  28. Build your own Devin in one prompt(github.com/cayu-dev ↗)
    discuss
  29. Monsanto's Cruel, and Dangerous, Monopolization on American Farming (2008)(vanityfair.com ↗)
    1comments
  30. California may gut state net neutrality law to comply with Trump admin demand(arstechnica.com ↗)
    discuss

Reverse-engineered Jev-like model

89 pointsby 8h agogithub.com
13 comments
4h agoHN ↗

No question OSS is amazing, but this video is a satire at best. It doesn't take much attention to see the results on right vs. left side are significantly different.

Jev is not interesting if it's not "smart", a 1B param model is most definitely not smart.

1h agoHN ↗

Jev has a 32k context window. I doubt it's a large model.

4h agoHN ↗

I like it! I suspect Jev may have more going on under the hood, but I like the idea of efficient universal transformers

3h agoHN ↗

Any diffusion model is potentially a Jev in disguise: https://github.com/vllm-project/vllm/pull/57250

Runs ~0.2s per decision on my DGX Spark.

  10/10 programming language detection
  9/10 human language detection
  10/12 unit magnitude comparison

All incorrect answers are marked with low-P.

It (DiffusionGemma with the Jev mode) can also solve an ASCII maze.

2h agoHN ↗

Out of curiosity and semi unrelated — why do so many of these projects with customized encoder-decoder setups use earlier Qwen versions like 2.5 and 3 and not the smallest 3.5? Purely the few 100m params, or something else in the latter’s arch or pretraining?

1h agoHN ↗

In my experience if you tell Claude to port LLM-like stuff without explicit steering for versioning, it will default to the most popular thing for this in its training window to reduce errors. 3.5 is outside its training data.

1h agoHN ↗

My guess would be qwen 2.5 predates linear attention which would be more complex to use.

51m agoHN ↗

I came across this recently. I was scanning for tiny models from HF using their search API. The script was generated by an agent. When I ran it, Qwen 3.5 did not make it at the top. Turns out, models generally prefer older content (training) but that the scanner also did not give any importance to recency.