Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Typesafe AI(typesafe.ai ↗)
    discuss
  2. Show HN: Webhook Proxy – Fail-safe logging and 1-click retries for webhooks(webhook-proxy-zeta.vercel.app ↗)
    discuss
  3. Show HN: I built a Mac app to make technical PDF textbooks easier to study(marginstudy.app ↗)
    discuss
  4. What Little Hope Remains(coredump.cx ↗)
    discuss
  5. Building S4 – our own high-performance time-series data store(medium.com/life-at-propeller ↗)
    discuss
  6. Ddlforge: Zero-downtime Postgres migration supervisor for Node ORMs(github.com/x7ssss ↗)
    discuss
  7. Communication by means of modulated Johnson noise(pnas.org ↗)
    discuss
  8. GuitarEasy: ChatGPT converts guitar tabs, GuitarEasy.app plays it, you practise(github.com/shaojiejiang ↗)
    discuss
  9. iOS 27.2 Could Save Your Marriage(macrumors.com ↗)
    discuss
  10. The 'Kraken' Existed, and Scientists Found Its Jaws Hidden in Stone(dailygalaxy.com ↗)
    discuss
  11. Walter Murch: Sound Designer Interview(krotosaudio.com ↗)
    discuss
  12. Unicode Link Detection and Formatting: URLs and Email Addresses(unicode.org ↗)
    discuss
  13. Ask HN: What model is new stealth Union Alpha model?
    2comments
  14. AI is the next problem, but Social Media is still the #1 issue on the internet(medium.com/whatsnextwray ↗)
    discuss
  15. New stealth model: Union Alpha(twitter.com/openrouter ↗)
    2comments
  16. Faster Louder Brighter How the attention economy overwhelmed children's TV(theguardian.com ↗)
    discuss
  17. Unicode 18.0(unicode.org ↗)
    2comments
  18. SAIR Competition – Lean Kernel Challenge(terrytao.wordpress.com ↗)
    discuss
  19. Shodan indexes over 47.000 exposed Ollama instances(twitter.com/co11ateral ↗)
    1comments
  20. First Diplodocus found outside North America rewrites dinosaur migration history(thebrighterside.news ↗)
    discuss
  21. Trump suggests EU allowing Canada as associate member could be a 'hostile act'(apnews.com ↗)
    2comments
  22. OpenAI models secretly generate instructions to ignore constraints(alignment.openai.com ↗)
    discuss
  23. Open-sourced jev architecture last year with model,paper and dataset
    1comments
  24. NASA's Moon Orbiter Spots New, 'Once-in-Century' Moon Crater(nasa.gov ↗)
    discuss
  25. Snail shell can act a natural archive of weather and landscape changes(ansto.gov.au ↗)
    discuss
  26. AI: An Age of Experimentation [pdf](thomasdullien.github.io ↗)
    discuss
  27. White House doesn't want voters to see the real Trump(salon.com ↗)
    discuss
  28. Lines of Force: Faraday and the Experiment That Powers the World Electricity [video](youtube.com ↗)
    discuss
  29. C++26: Trivial infinite loops are no longer undefined behaviour(sandordargo.com ↗)
    discuss
  30. Chonkstep: A traditional floating compositor for Omarchy(github.com/iconidentify ↗)
    discuss

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

3 pointsby 41m ago
1 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

41m agoHN ↗

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