hearim: open-source gateway turns ordinary local LLMs into a Jev-compatible decision API

ziozzang0 · reddit · 2026-09-21

A developer released hearim, an open-source gateway arguing you don't need a specialized model for Jev-style decisions — ordinary local or hosted LLMs suffice.

How it works:

Core claim: pretrained models already learned a lot before instruction tuning/RLHF; if you only need a choice among clear alternatives, much of that capability may already exist in the probability distribution — "the model may already know. We just need to stop asking it to write an essay."

The author notes the underlying technique predates Jev's announcement (used privately for over a year); hearim is an independent reimplementation around the Jev API contract and makes no claims about reproducing Jev's architecture, training, calibration, or speed. Repo includes a paper, supported backends, limitations, and benchmarks. He's especially curious about results with smaller base models, not just instruction-tuned ones.

Original post →

More from coding & agent

coding & agent channel →