Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Cloudflare Quick Tunnels(cloudflare.com ↗)
    140comments
  2. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    11comments
  3. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    29comments
  4. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    90comments
  5. OpenJev(openjev.com ↗)
    215comments
  6. US Military had close call after using AI for hallucinated intelligence report(cnn.com ↗)
    25comments
  7. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    114comments
  8. Systemd is a suite of basic building blocks(systemd.io ↗)
    6comments
  9. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    122comments
  10. Show HN: Ax-check.com – Can agents use your product?(ax-check.com ↗)
    discuss
  11. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    184comments
  12. Grok Voice Transcribe 2.0(x.ai ↗)
    1comments
  13. I don't like passkeys(hawksley.dev ↗)
    575comments
  14. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    6comments
  15. Jemalloc 5.4.0(github.com/jemalloc ↗)
    76comments
  16. NATS publishes preliminary report on technical incident of 8 September(nats.aero ↗)
    24comments
  17. The scourge of x86 emulation(fex-emu.com ↗)
    69comments
  18. GrassLobster: AI Agentic Generation of Parametric Geometry Workflows(miro.vision ↗)
    4comments
  19. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  20. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    10comments
  21. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    165comments
  22. Show HN: Scry, programmable internet search w/ congestion pricing(scry.io ↗)
    4comments
  23. BeanShell3 in Development(beanshell.github.io ↗)
    15comments
  24. Replacing Pull Requests with Delta(zed.dev ↗)
    74comments
  25. AI chatbots are becoming experts at changing people's minds(science.org ↗)
    81comments
  26. An empirical study of harness design for coding agents(arxiv.org ↗)
    43comments
  27. Build Faster Feedback Loops Using Qualitative User Research(nseldeib.com ↗)
    2comments
  28. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    62comments
  29. Second Circuit Allows Government to Search Electronic Devices at the Border(knightcolumbia.org ↗)
    57comments
  30. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    669comments

Open-sourced jev architecture last year with model,paper and dataset

43 pointsby 1d ago
10 comments
Everyone now talks about the architecture that's not auto regressive and does lightning fast probability prediction with a json schema. I worked on this literally one year back in March 2025, published an arxiv paper, pushed the model to huggingface along with the pypi package and training dataset. And then one year later, a frontier lab came, proposing the same idea like literal breakthrough without technical papers, open weights and no open dataset. For anyones information the main guiding model is RL not embedding model or LLM

Paper: https://arxiv.org/abs/2503.23303

Model: https://huggingface.co/DeepMostInnovations/sales-conversion-model-reinf-learning

Dataset: https://huggingface.co/datasets/DeepMostInnovations/saas-sales-conversations

Also the second work published in September 2025 was exactly the same one jev proposed now

Paper: https://arxiv.org/abs/2510.01237

My model uses PPO over sequence embeddings to output turn-by-turn conversion trajectories (probabilities from 0.0 to 1.0).

Jev uses parallel sampling (trained via RLCD) to output confidence distributions and schema choices.

It's incredibly frustrating that the thing that you made with months of hard work, sweat and sleepless night is architecturally similar with the vertical use case and don't get the support you deserve because frontier lab build something horizontal. The open-source story in general

1d agoHN ↗

Feeling that open-source community do not get the recognition they deserve

1d agoHN ↗

The world's heavily about marketing, resources, connections, and signaling, unfortunately. You probably needed to market it in a bigger forum with shinier claims to attract attention (I don't think a paper on Arxiv is enough).

1d agoHN ↗

Put it on your CV

"I can come up with revolutionary ideas one year earlier than entire billion dollar organizations"

"I inventet Jev a year earlier"

1d agoHN ↗

Pity because without the frustration it would’ve been a good post. Catch is you’ve got intuition, but looking around instead of forward. Do it again, open-source it, either you’d quietly bring down few companies, or, when you’re close, you’d get offers from them. The who’s done what is a dying paradigm.

1d agoHN ↗

We are human , frustration is something we feel when same kinda architecture is closed sourced and we celebrate it

18h agoHN ↗

We are human , frustration is something we feel

Absolutely. Besides, when we see injustice we shouldn't be silent about it because that would encourage more of it.

when same kinda architecture is closed sourced and we celebrate it

I saw the post about Jev and the lack of basic information felt wrong and bizarre, I now see the most likely reason for it.

The best thing to do now, is to develop your open source project further and beat the Jev-ers, that story is very motivational and I'm interested.

1d agoHN ↗

Can you (or someone) provide some context for this post? What's Jev? What's the innovation here that was duplicated by the frontier lab?

1h agoHN ↗

From what I can tell these are classifiers trained for a single task. What excites people about Jev is that it can do zero-shot structured responses for arbitrary prompts. Now, this isn't new either; models like GLiNER have been around for a while. But Jev appears significantly more flexible and polished while still being cheap and fast.