Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Why Retail Stores are closing across America in 2026 (youtube.com)
    —discuss
  2. George Hotz opinion on AI coding (twitter.com/__tinygrad__)
    —discuss
  3. Save Your Time with These Agentic RAG Patterns (medium.com/zikozero011)
    1comments
  4. Thieves steal Nvidia-labeled trailers – yields 20 tons of sand (tomshardware.com)
    —discuss
  5. AI Has Cracked the Most Diabolical Problems in Math. Why Can't It Solve Chess? (wsj.com)
    1comments
  6. Show HN: ShotCandy – Turn any screenshot into a beautiful share-ready image (github.com/btahir)
    —discuss
  7. Latency reduction for consumer facing AI applications
    —discuss
  8. Show HN: InkVec Studio – In-browser, SOTA, WASM based (rust) vectorizer (hf.space)
    —discuss
  9. Fundamentals still worth learning when AI writes the code (flaviocopes.com)
    —discuss
  10. A thesis isn't enough for a PhD (lemire.me)
    —discuss
  11. How fast can you fix a UTF-16 string in C#? (lemire.me)
    —discuss
  12. NAND-16: a computer built from 277,248 NAND gates (somethingbig.ai)
    —discuss
  13. T3rnel Browser – DevTools you can talk to, and a browser your AI can drive (t3ratech.github.io)
    —discuss
  14. Neo – Hugh Howey (hughhowey.com)
    1comments
  15. Show HN: Jev-Like Model Learns to Cook (rlafuente.com)
    —discuss
  16. A Programmable Programming Language (2018) (acm.org)
    1comments
  17. EV Sales Are Booming in Europe with Gasoline at $10 a Gallon (bloomberg.com)
    —discuss
  18. Did Anthropic's A.I. Really Make a Scientific Discovery on Its Own? (nytimes.com)
    —discuss
  19. Show HN: Minecraft PvP against DiffusionGemma-as-Jev, 24 ms per decision (alexzms.com)
    —discuss
  20. UFO-core multiplayer agentic environs (github.com/ufo-ai)
    —discuss
  21. Cognitive Sanctuaries Or: Manifesto of the Department Chair (terrytao.wordpress.com)
    —discuss
  22. Cloudflare fixes Containers cross-tenant flaw exposing customer data (bleepingcomputer.com)
    —discuss
  23. Lunar Terminator Paradox (secretsauce.net)
    —discuss
  24. Session Revocations at Scale (canva.dev)
    —discuss
  25. Banned from Reddit for my plugin that evades tracking and monetization
    2comments
  26. Solving a corn puzzle with CP-SAT (thill.me)
    —discuss
  27. Anthropic is a supply chain risk for all of us (building138.com)
    1comments
  28. App Store review allowed a Meta Muse copycat (lapcatsoftware.com)
    1comments
  29. Show HN: Jevdit – a social network moderated by Jev (jevdit.com)
    —discuss
  30. Haven: One Privacy App. Zero Compromise (havenmessenger.com)
    1comments

I was impressed by Jev, please explain why I shouldn't be

5 pointsby 4h ago
10 comments
I'm not a computer science guy, but I had a play with Jev and found it impressive. It allowed me to offer non-technical researchers the ability to classify arbitrary things their participants enter, without prior training or classification, at near instant speed, and negligible cost. My users may find that very helpful in the qualitative research world.

I showed them an innocuous working example of how they could classify thousands of participant entries as "mentioning Italian food" whether it mentioned "pasta", "penne", "rigatone", etc etc. Jev did this task with high confidence, and showed it could differentiate between the inverse, eg had very low confidence when I switch entry to mentioning "hamburgers". I find that a very useful tool to pass on to non-technical colleagues.

But on HN, there are lots of much more qualified people saying Jev is a con, a step backwards, or bonkers that people are impressed. Will one of them tell me plainly what software was doing this prior to Jev, and the like? I don't doubt it existed, but I never came across it. I'm interested to hear from people more expert than myself.

To be precise, software must be able to: - Classify thousands of entries with arbitrary themes or topics, even if entry doesn't mention that theme or topic directly, with high enough confidence to be useful. - Do it with thousands of entries in 0-3seconds. - Do it at negligible cost, eg sub 0.1cents

4h agoHN ↗

You're allowed to be excited about new technology.

4h agoHN ↗

What are you allowed to feel when it's old technology?

4h agoHN ↗

Anything you want. Do as you please, stop waiting for the internet to tell you how to feel about things.

2h agoHN ↗

Excited or not.

You don’t need permission to feel how you feel.

4h agoHN ↗

what software was doing this prior to Jev

BeRT, BART and FLAN-T5, for text classification. All of those models are ~half a decade old now, are based on the transformer model, and small enough to run locally. They're not perfectly SOTA, but perform quite well in embedded applications. Fine for low-stakes stuff, I think.

Image classifiers are a hugely competitive space. You've got BeiT, DeiT, MobileOne, ConvNext, FastViT and several more models that all support image classification pipelines.

4h agoHN ↗

Thanks for quick reply. I downloaded FLAN for comparison and you are quite right, gives similar results, with the benefit of privacy and self-sovereignty in serving the model.

So other than untestable claims of _how_ Jev generates responses, it's main feature right now is its API design?

2h agoHN ↗

A lot of the hate is in the same spirit of the infamous hacker news comment discounting Dropbox because you can just setup an FTP server to do the same thing[1]

In this case, its people who have built BERT classifiers for years, pointing out you can just fine-tune some model to classify. Of course that's true, and still have value, but its not exactly turnkey. And Jev is surprisingly high quality at what its built for.

1 - https://news.ycombinator.com/item?id=9224

1h agoHN ↗

I frequently have found myself saying, "People pay for that?! But xyz already exists," in the past, but overtime I've learned that (1) marketing is important and (2) if something reduces friction enough to get the wheels turning on something you're trying to achieve, there's always someone (actually a lot of people) out there willing to pay for it even if it's measurably worse than a self-scaffolded solution or even a really good solution that requires a lot of tinkering to get things rolling.

2h agoHN ↗

But on HN, there are lots of much more qualified people saying Jev is a con, a step backwards, or bonkers that people are impressed.

As William Gibson said, the future is already here, it’s just not evenly distributed.

So people get excited about existing technologies because they are new to them.

Wrapping an existing technology in a new package is a common way to introduce it to new people…there are many wrappers around ffmpeg, html2pdf, etc. that are marketed as products.

And they seem like magic…hell cassette tapes feel like magic to me even though I had a cassette player in 1973.

Often but not always, the best tool is the one in your hand or the one you know of because then you can just get to the work you are trying to do.

First make it work, then make it good. Good luck.