Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Cloudflare Quick Tunnels(cloudflare.com ↗)
    170comments
  2. Photon-Emission-Guided Laser Fault Injection Enables RP2350 Secure Debug(ledger.com ↗)
    23comments
  3. Show HN: Cactus Needle 3: 8-29MB automation models can match DeepSeek V4 Flash(cactuscompute.com ↗)
    45comments
  4. North Korean nuclear test sets off years of earthquakes(science.org ↗)
    105comments
  5. US Military had close call after using AI for hallucinated intelligence report(cnn.com ↗)
    93comments
  6. OpenJev(openjev.com ↗)
    226comments
  7. Systemd is a suite of basic building blocks(systemd.io ↗)
    24comments
  8. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    129comments
  9. The Implications of Linguistic Illegibility for LLM Security(arxiv.org ↗)
    discuss
  10. Show HN: Ax-check.com – Can agents use your product?(ax-check.com ↗)
    12comments
  11. Cache-to-Cache: Direct Semantic Communication Between Large Language Models(arxiv.org ↗)
    discuss
  12. I vibed a proof of Conway's conjecture(overreacted.io ↗)
    136comments
  13. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    190comments
  14. Inside ZCode: Silently uploading your Git history to the cloud(ferstar.org ↗)
    80comments
  15. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    10comments
  16. Minimal Phone 2(minimalcompany.com ↗)
    62comments
  17. The first new cat species discovered in 100 years(nationalgeographic.com ↗)
    5comments
  18. How SpaceX streamlined the Raptor engine(construction-physics.com ↗)
    3comments
  19. Warez: The Infrastructure and Aesthetics of Piracy (2021)(archive.org ↗)
    4comments
  20. Jemalloc 5.4.0(github.com/jemalloc ↗)
    77comments
  21. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  22. I don't like passkeys(hawksley.dev ↗)
    617comments
  23. Border agents can search cellphones without a warrant or reasonable suspicion(lawandcrime.com ↗)
    15comments
  24. The scourge of x86 emulation(fex-emu.com ↗)
    71comments
  25. NATS publishes preliminary report on technical incident of 8 September(nats.aero ↗)
    24comments
  26. Show HN: Scry, programmable internet search w/ congestion pricing(scry.io ↗)
    8comments
  27. AI chatbots are becoming experts at changing people's minds(science.org ↗)
    85comments
  28. The Shadows Lurking in the Equations – Underwater Islands(gods.art ↗)
    13comments
  29. GrassLobster: AI Agentic Generation of Parametric Geometry Workflows(miro.vision ↗)
    5comments
  30. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    176comments

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

19h 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?

2h 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.