Hacker News

New stories

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

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.

52m 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.