Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Twenty-Five Years After 9/11(hassanali110.substack.com ↗)
    discuss
  2. When Yemen and Saudi Arabia Come to Pakistan(hassanali110.substack.com ↗)
    discuss
  3. There is no model called taste-1(safzan.dev ↗)
    discuss
  4. Show HN: Fentaris, an open-source proxy for managing multiple MCP servers(github.com/fentaris ↗)
    discuss
  5. kev: Jev-like model built on Qwen2.5-0.5B(github.com/jaredpalmer ↗)
    discuss
  6. AI coding agents' 0-click RCE flaw could hand attackers keys to the kingdom(theregister.com ↗)
    discuss
  7. Vale, code-like linting for prose(vale.sh ↗)
    discuss
  8. Can the AI arms race be stopped?(economist.com ↗)
    discuss
  9. Is ChatGPT Dead
    1comments
  10. How to be a wise optimist about science and technology? (2024)(michaelnotebook.com ↗)
    discuss
  11. The Math of Clothing Design(stanford.edu ↗)
    discuss
  12. A local Jev backed by DiffusionGemma(github.com/githubnext ↗)
    discuss
  13. SafeSeal: Certifiable Watermarking for LLM Deployments(technologypublisher.com ↗)
    discuss
  14. Why I'm (sort of) not worried about AI – Jack Conte - SXSW [video](youtube.com ↗)
    discuss
  15. Onyx: An interchange format for personal food diaries(github.com/dsemakin ↗)
    discuss
  16. We found defects in 37 of DeepSWE's 113 tasks(scrimdata.com ↗)
    discuss
  17. Show HN: Htmldoc – A pastebin that renders the HTML your coding agent writes(htmldoc.space ↗)
    discuss
  18. Democrats try to ride data center backlash to election victory rural US Midwest(reuters.com ↗)
    discuss
  19. Jaguar XJ220 Jail Broken(theautopian.com ↗)
    discuss
  20. Show HN: I asked Claude Code to teach my son about the phases of the moon(ricardoborges.github.io ↗)
    discuss
  21. Yoshua Bengio's non-profit LawZero to build safe AI(theglobeandmail.com ↗)
    discuss
  22. Type Systems You Might Not Know (But Will Love)(wearedevelopers.com ↗)
    discuss
  23. What failed when I trained an object detector on synthetic images only(datasint.tech ↗)
    2comments
  24. How to add comments to a static site using GitHub Pull Requests(2023)(nateeagle.com ↗)
    discuss
  25. When "Review" Becomes Permission: A Prompt Injection Lab(rsec.uk ↗)
    discuss
  26. Hunting the Wild Vibrotruck(hackaday.com ↗)
    discuss
  27. AI kill switch, explained: 'It's not too little, but it's probably too late'(cnbc.com ↗)
    discuss
  28. Show HN: ParentPackIt – a mobile checklist app designed for parents and kids(apps.apple.com ↗)
    discuss
  29. Hackers breach OpenAI using Claude tools, gaining access to employee accounts(tomshardware.com ↗)
    discuss
  30. Is startpage.com mining Bitcoin when you open it?
    1comments

Laya the open source version of Jev

112 pointsby 2h agolaya.convaiinnovations.com
18 comments
2h agoHN ↗

This project was built on the exact research on jev architecture research one year ago

1h agoHN ↗

I don't understand this sentence, can you try again please? Are you saying Laya was built on research done by the Jev team?

1h agoHN ↗

Jev was built using the same architecture Laya's author proposed[1] in March 2025. Laya is an open-source system based on that research from a year ago. Whether Jev is also based on the OP's materials or independently invented is hard to say.

[1] https://arxiv.org/abs/2503.23303

1h agoHN ↗

No, OP thinks they independently discovered Jev's architecture a year ago and published a paper. I am not an expert but I don't think Typesafe has published Jev's architecture so OP's claims cannot be taken at face value.

56m agoHN ↗

It’s the other way around for me. OP has published everything in the open, so I can take him at face value. A PR media release on the other hand, I can accept with some reservations. The objective and non-conspiratorial reading I could offer is, this is most probably two independent discoveries of the same idea, maybe with different implementation. I still think the Jev team should look at prior art before going so hard on the marketing.

12m agoHN ↗

Jev is only on people's mouths because they made friends with venture capitalists and used the publicity blowhorns that come with that.

Whereas the other guy went through the unglorious but formerly respectable path of publishing software and papers for other professionals to look at. A year ago.

We're in a bad place where the latter looks less reliable than the former.

36m agoHN ↗

I'm reading your year old Reddit post and Typesafe's description, and while they probabably say that they can do what you do the main point is that it's different things really as far as I can tell?

Laya seems to be focused on sales/conversations?

Reading quickly about TypeSafe, it seems to be about creating _type-safe_ outputs from AI tools for downstream systems to consume, we actually have a system in production that's probably a glove-fit for that, it's for scanning receipts to be ingested into a system and we also have other systems in a sales-pipe that isn't too far off Laya but still sounds more pertient to TypeSafe.

You did a special case well, but just because they cover (perhaps badly) that case doesn't mean that it's the same thing.

1h agoHN ↗

I've been deeply impressed with Jev as it made a bunch of workloads we had on Luna or Gemini 10x cheaper and 2x faster (previously used non reasoning version for latency reasons).

Now Laya promises another speed up and it's open source. Tbh if it can't run on a CPU I anyway want to buy it from an inference provider. Managing gpus in production is a non trivial problem.

What I also wondered about Jev is how different it is from something like tabular foundation models. They seem to overlap in use cases. Which then leads to the question, what is actually learned? A lot of people in machine learning spend time to making things explainable and always struggled to move beyond data induced biases.

Having it open source is awesome as fine tuning might give additional performance on the task we care about.

50m agoHN ↗

Love it. I was really surprised to see the traction typesafe got in the first place. I had built something similar a year ago for a client and thought it was nothing groundbreaking. The client bought it, still uses it and that was it. I had also spent considerable time training and fine tuning zero shot NLI classifiers. Anyway, after typesafe was launched I decided to start building this open source library - https://github.com/deepanwadhwa/OpenDecision . The context length for the underlying model is 8k.

49m agoHN ↗

I played around with Jev last night and did it for classification tasks that I used Gemini 2.5 flash lite with.

It’s a bit faster and bit cheaper, but this is compared to LLM. The consistency was nice to see, BUT, as someone who trained NLP models prior to LLMs, it’s just BERT with more data. I can see why people would want ready made one shot classifier, and I can see the value of sending multiple classifier in one call, but I wouldn’t call it breakthrough. And I believe many labs will replicate it in no time and might have it as part of their harness.

I see it as a wake up call for the tech community to go back to basics for most tasks instead of relying solely on generic LLMs.

30m agoHN ↗

I've come to the same conclusions as you.

I see it as a wake up call for the tech community to go back to basics for most tasks instead of relying solely on generic LLMs.

I always say the cheapest LLM request is no request at all.

10m agoHN ↗

Anyone who has worked in ML for 10+ years would already know that the usage of LLMs for everything is lazy, wasteful and a high degree of marketing on it.

3m agoHN ↗

It would be amazing to have big BERTha with per-token pricing on GCP or AWS.

48m agoHN ↗

Quickly reading the article, one notable limitation seems to be that these checkpoints are 512-1024 tokens context size models, while Jev is seemingly 32k.

That's a pretty big limitation, I would argue, unless I'm misunderstanding and it can be worked around easily somehow? I'm surprised it isn't surfaced more prominently in the comparison.

24m agoHN ↗

Jev has 64k total token request budget and I do wonder how it will handle highly specialised inputs.

This Jev waitlist that Typesafe AI are utilising is surely going to raise questions pretty soon - it's hard to sell this to bosses when it looks like a pop-up restaurant

28m agoHN ↗

“Codex, build a novel frontier model and post it on HackerNews —”

“Claude, roast this noob, tell him that his model isn’t novel or frontier —”

both in unison “— and make no mistakes!”

It’s all so tiresome

10m agoHN ↗

I'll just say that even though I was poor and without a job and living on unemployment insurance for a year...

The implosion of hype after the .com crash was actually kind of a ... relief.

7m agoHN ↗

Loved the idea, but I don’t think it would be able to handle real-world data effectively. There are a lot of nuances that actually require a reasoning model to think through, connect the dots, and make sense of the broader context.