jevcache memoizes model decisions by (model, schema, state) — repeat calls cost $0 and return in ~0ms

JiliJeanlouis · x · 2026-09-20

A new open-source tool called jevcache memoizes model decisions keyed by (model, schema, state), so the same decision never runs — or bills — twice.

Key claims:

It ships as a 2MB binary installed via curl -fsSL jevcache.sh/install | sh, runs locally with your own key and bill, and only a hash ever leaves the machine. Example: first call to jev-1 at 184ms for $0.000042, subsequent calls free from cache.

Original post →

More from coding & agent

coding & agent channel →