Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Great Plains Shelterbelt (1934 geoengineering project)(wikipedia.org ↗)
    discuss
  2. Show HN: Ear Training Exercise(clarena.app ↗)
    discuss
  3. Thinking Hard Above AI(bmbumpus.com ↗)
    discuss
  4. We Urgently Need a New Major Search Engine(vincentschmalbach.com ↗)
    discuss
  5. Shakespeare Skill: Make agents sound like William Shakespeare(github.com/cookiengineer ↗)
    1comments
  6. My Chinese Internet Is Talking About AI Doom(yinwei.substack.com ↗)
    1comments
  7. OpenAI reveals six more safety issues and unveils plan to disclose incidents(bbc.co.uk ↗)
    1comments
  8. Arch-Based Omarchy 4.0.4 Makes Its Custom Linux Kernel the Default(linuxiac.com ↗)
    discuss
  9. Using Blender with coding agents on macOS(simonwillison.net ↗)
    discuss
  10. Linux Finally Reached My Desk(vinny.dev ↗)
    discuss
  11. Show HN: Puffdoro – A squishy 3D focus companion built with WebGL and Web Audio(200404200.xyz ↗)
    discuss
  12. The story Scientific American wouldn't let me tell(whatsitlike.me ↗)
    discuss
  13. Roof ushered in a new era for full-text helmet(roof.fr ↗)
    1comments
  14. The Farnese Letter(simonklee.dk ↗)
    discuss
  15. Can AI Create PLC Attacks? Yes, but It's Not That Easy Yet(forescout.com ↗)
    discuss
  16. Müller-Lyer Illusion(wikipedia.org ↗)
    discuss
  17. Union Alpha Stealth Model(cloudflare.com ↗)
    discuss
  18. I'm excited about Maps and built an gamified news app around it
    2comments
  19. AI agents can modify themselves without humans telling them to do so(theregister.com ↗)
    discuss
  20. PC ports of old console games are the new AI vibe coding battleground(pcgamer.com ↗)
    discuss
  21. Typesafe AI(typesafe.ai ↗)
    discuss
  22. Show HN: Webhook Proxy – Fail-safe logging and 1-click retries for webhooks(webhook-proxy-zeta.vercel.app ↗)
    1comments
  23. Show HN: I built a Mac app to make technical PDF textbooks easier to study(marginstudy.app ↗)
    discuss
  24. What Little Hope Remains(coredump.cx ↗)
    discuss
  25. Building S4 – our own high-performance time-series data store(medium.com/life-at-propeller ↗)
    discuss
  26. Ddlforge: Zero-downtime Postgres migration supervisor for Node ORMs(github.com/x7ssss ↗)
    discuss
  27. Communication by means of modulated Johnson noise(pnas.org ↗)
    discuss
  28. GuitarEasy: ChatGPT converts guitar tabs, GuitarEasy.app plays it, you practise(github.com/shaojiejiang ↗)
    discuss
  29. iOS 27.2 Could Save Your Marriage(macrumors.com ↗)
    discuss
  30. The 'Kraken' Existed, and Scientists Found Its Jaws Hidden in Stone(dailygalaxy.com ↗)
    discuss

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

4 pointsby 1h ago
2 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

1h agoHN ↗

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

42m 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).