Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Merge Claude Code desktop sessions across accounts (macOS) (github.com/saikiran-rs)
    —discuss
  2. Meta's Muse agent is attacking one of the economy's most profitable weak spots (cnbc.com)
    —discuss
  3. Touch-tone digits produced zero output in the STT pipeline I tested (github.com/iagentic-llc)
    —discuss
  4. Show HN: Kosh – Give your bookmarks a shape worth keeping (addons.mozilla.org)
    —discuss
  5. Linux Server Hardening Best Practices: Essential Steps to Secure Your Server (mobilestuff2026.blogspot.com)
    —discuss
  6. Show HN: I started surfing and ended up building forecasts for 50k beaches (ariasurf.com)
    1comments
  7. FAA investigates software glitch in 737 MAX during aborted landings (cbsnews.com)
    —discuss
  8. The India shock: exporting workers to the world (ft.com)
    1comments
  9. An OpenAI Engineer and His Friends Debate the Future (newyorker.com)
    —discuss
  10. Show HN: Asimov's 4 Laws for AI Contexts (github.com/davidsonff)
    —discuss
  11. Moon Illusion (wikipedia.org)
    —discuss
  12. Show HN: Lofi Cities – Pixel-art city nights with browser-generated lofi (loficities.com)
    1comments
  13. Lockheed Martin and Saildrone Demonstrate Launch from USV Platform (lockheedmartin.com)
    —discuss
  14. Israeli Settlers Can Get Away with Murder [video] (youtube.com)
    2comments
  15. He's Terrified of AI–and He's About to Make Billions Off It (wsj.com)
    —discuss
  16. Some of Anthropic's first employees are eyeing remote land to escape to (madrobot.blog)
    —discuss
  17. Show HN: Orglet, an open source desktop app for your own team of cute AI workers (codepawl.com)
    —discuss
  18. Anthropic/OpenAI sound alarm on AI safety and seek to shape how to control it (apnews.com)
    2comments
  19. Nobody likes spoilers, especially agents (github.com/lukstei)
    2comments
  20. Textbooks That Run (kcsrk.info)
    —discuss
  21. Minimal Neighborhoods for Evaluating Jittered Voronoi Grids (boristhebrave.com)
    —discuss
  22. Digital Audio on the ZX Spectrum's 1-Bit Beeper (bumbershootsoft.wordpress.com)
    —discuss
  23. How (and why) to be an effective meat proxy (vivekhaldar.com)
    —discuss
  24. My Six Favorite YouTube IDs (greg.technology)
    —discuss
  25. X Files – Ghost in the Machine (imdb.com)
    —discuss
  26. Almost nobody gets XML sitemaps right (joost.blog)
    —discuss
  27. Ex-CIA officer's novel alleges grave dysfunction in deep-cover operations (washingtonpost.com)
    —discuss
  28. Duke Builder: An experimental level editor for Duke Nukem 3D (github.com/aheck)
    1comments
  29. Screw Is Needed for Missiles and Planes. Buying One Can Take Years (nytimes.com)
    1comments
  30. Generate realistic Postgres test data from DDL, without a database (weavori.com)
    —discuss

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

5 pointsby 2h ago
6 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

2h agoHN ↗

You're allowed to be excited about new technology.

1h agoHN ↗

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

1h agoHN ↗

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

1h 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.

1h 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?

6m 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