Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Grok 4.7 Scores 46 on AI Intelligence Index, Puts SpaceXAI in Top 4 Labs(artificialanalysis.ai)
    discuss
  2. There's a high chance of devices being sold with GrapheneOS preinstalled in 2027(grapheneos.social)
    discuss
  3. Moving from cash to credit cards, PayPal, etc. is an ongoing privacy disaster(grapheneos.social)
    discuss
  4. In 200-Page Report, Cornell Confronts the Crisis in American Higher Education(wsj.com)
    discuss
  5. Shall We Repeal the Laws of Economics – Part III(oaktreecapital.com)
    discuss
  6. Alzheimer's Is No Longer an Untreatable Disease(sciencealert.com)
    discuss
  7. A golden opportunity: Seattle's surveillance pricing ban(thenexusofprivacy.net)
    discuss
  8. ASML Executive Says It Has No Sales in Europe(bloomberg.com)
    discuss
  9. Bugcrowd is currently fundamentally broken(leonbecker.de)
    discuss
  10. Why is social media so humourless?(baldurbjarnason.com)
    discuss
  11. Ask HN: How do your teams share and distribute agent skills?
    discuss
  12. What drives BigQuery costs, and what doesn't(erathos.com)
    1comments
  13. Should TypeScript support runtime types instead of relying on Zod?(twitter.com/mykhailen)
    1comments
  14. We are the last generation of human psychiatrists(cambridge.org)
    discuss
  15. Grok bot is now in Tesla(twitter.com/elonmusk)
    1comments
  16. Implementing the Camera Mechanic from Viewfinder(ishamf.dev)
    discuss
  17. Show HN: Ttmux, a Modern and Fast Tmux(github.com/statico)
    1comments
  18. Anthropic launches Claude Opus 5.5 with stricter safeguards for cybersecurity(theverge.com)
    discuss
  19. Claude Opus 5.5 for code review: More catches, different misses(coderabbit.ai)
    discuss
  20. Claude Opus 5.5(claude.com)
    discuss
  21. Anthropic now offering limit resets like Codex(twitter.com/claudedevs)
    discuss
  22. Roundtables: The Deadly Failures of the Virtual Border Wall(technologyreview.com)
    discuss
  23. The Myth of AI Doom, with Cal Newport(youtube.com)
    discuss
  24. I open-sourced a small library for drawing SVGs progressively(npmjs.com)
    discuss
  25. I run a production AI app for €60 a month. Here is the actual bill.(tailstory-app.com)
    discuss
  26. Show HN: WebMCP Registry of Websites That Agents Can Use(wmcp.ai)
    discuss
  27. Show HN: Groupicorn directory of IOP group therapy programs
    discuss
  28. Ancient DNA reveals pervasive directional selection across West Eurasia(nature.com)
    discuss
  29. Code similarity detection using Tree-sitter(github.com/dsummersl)
    1comments
  30. ES Archive – a new memory system for AI, running natively on Mac(github.com/apocryphx)
    discuss

Jev – A curation of Jev demos on X, tools, skills, and integrations

80 pointsby 2h agogithub.com
25 comments
2h agoHN ↗

https://x.com/dWeaths/status/2102415625301717065 - Here's my use case of jev, being able to accurately detect nouns (with adverbs, adjectives etc.) in realtime as the user is typing it, genuinely feels like it's running locally with how fast it comes back. I've sent over 1000 requests to Jev and its cost me $0.01 (probably rounded up!).

17m agoHN ↗

I'm curious why you didn't use a spaCy for this. It would probably be faster, and you'd avoid a third party API dependency.

4m agoHN ↗

I mean now with modern LLMs a lot of good packages and tools get forgotten about. When you have hammer everything looks like a nail. Even if said "old" tools are actually orders of magnitude faster, and sometimes better too for that specific task. (And I remember spacy being basically SOTA for generalist NLP tasks not that long ago, like 2020/2021).

1h agoHN ↗

Did anyone do prompt injection detection?

1h agoHN ↗

I had an idea for a 'write without space, basicallylikethis' and Jev (given how cheap it is) just being asked after every key press where inserting spaces (or making typo correction) would make sense.

The demo is here: https://levmiseri.com/nospace

1h agoHN ↗

This one is cool as hell

And so, I typed "Thisoneiscoolashell", and got "This one is cool a shell" hahaha

Great idea, and it's really quick

1h agoHN ↗

Thanks! Made some updates to it to strengthen the corrections/splits. Should work substantially better now.

1h agoHN ↗

Honestly just getting it integrated into mobile phone swipe keyboards would be a godsend. If I type "We need to get going " and then swipe the word "now", I really do not think "mower" should be the word it chooses. Present a set of swipe-based likely words and the preceding text message to Jev, or similar model, and pick its highest prob word.

1h agoHN ↗

"has_happened": { "type": "noul", "noul": 0.96 }

1h agoHN ↗

i built wellposed as a plugin/skill which works with any agent (https://github.com/suraj-phanindra/wellposed) to ensure your agent understands how to choose the right kind of jev request and format it correctly not just for syntax but for completeness and correctness. it is well-documented in the "jagged-ness" docs (https://docs.typesafe.ai/model-jaggedness/jev-1.13) that typesafe include on their docs page that the absence of essential options can cause jev to choose the wrong option with high confidence (it cannot choose what it cannot see in the request) - so the responsibility to ensure whatever the intent behind your jev request is - it is captured correctly with the right states and options for jev to pick from falls on the user. wellposed should ideally make your agent better at converting NL intent into jev requests. please try and give me feedback. appreciate it!

1h agoHN ↗

Don't want to be a conspiracy theorist, but these past two weeks have seen what looks to be a coordinated campaign to boost Jev. Am I out of the loop or is this so revolutionary it warrants getting so much coverage on HN and other professional sites?

54m agoHN ↗

It's definitely revolutionary, considering AI news is ~50% of the front page at any given time, and the frontier models are all pretty much doing the same thing and just getting slightly better. This is a whole different technology, it's cheap and fast, and it's usefulness at different tasks is still being established. Amazing for hackers!

49m agoHN ↗

JEV directly addresses many of the most common issues with LLMs for certain applications. It seems IMO to be overhyped right now but I think it may, like the broader llm ecosystem, be here to stay.

46m agoHN ↗

There's definitely a level of inauthenticity in the hype, but that's a function of the times we're in.

Revolutionary? With an appropriate harness could could do the same thing with the vast majority of modern large language models.

It's just so much faster and so much cheaper that it feels qualitatively different.

I also think it represents a bit of validation for folks looking for ways to bake models into hardware. Sometimes it's perfectly appropriate to sacrifice good for fast and cheap. I haven't asked Jev to do anything that GPT-3.5 would have likely done worse with.

The fly brain thing on the other hand.

55m agoHN ↗

Initial personal use case (on my side project https://mealplannr.io/lists) is lists have a "smart categorise" button to group items into 20 or so preset lists.

Previously this took up to ~30-60 seconds using deepseek v4 flash (even with a medium list size) - Jev is <1 second @ same cost with typesafe guarantee

As a bonus I can also instantly categorise new items - rather than sending them into an "unknown" category (and waiting for user to have to click "categorise" again)

52m agoHN ↗

At this point, I am finding it extremely hard to believe that Jev team is not on a massive astroturfing campaign. This is happening all over reddit too. All LLM subreddits are getting flooded by Jev posts, many of which are made by new accounts that only talk about Jev, many obviously advertising in guise of sharing knowledge (e.g. https://www.reddit.com/r/LocalLLaMA/comments/1wn4cni/removed...)

Multiple posts on HN, including this one, are from accounts that only ever talked about Jev. Each get unusually high number of upvotes early on, enough to put them on frontpage. A multitude of commenters on such posts also seem to talk about only 1 topic.

Can all this happen organically? Yes but with vanishingly low probability, from my vantage point.

48m agoHN ↗

At this point, I am finding it extremely hard to believe that Jev team is not on a massive astroturfing campaign.

If it's an astroturfing campaign it's very likely jev powered.

Which, comes to think of it, if true, is self-reinforcing once discovered.

46m agoHN ↗

Same thing on Twitter, I noticed last night. Making extraordinary, categorical claims too.

40m agoHN ↗

"A compelling clip often leaves the useful questions unanswered: what did Jev decide, where is the implementation, and what can I reuse?"

Oh my god for the love of god and all that's precious please stop using Claude. Just reading this makes me want to set up a swarm of rogue agents to break into anthropic and fix this writing. I hope this changes!

27m agoHN ↗

Can someone ELI5 me why Jev class models matter?

Note: Not the technical side, but as an end user of LLM APIs.