Jayce: framework-free prototype memory lets local LLMs learn facts 1.6x-4x faster than backprop

kavanutz · reddit · 2026-09-22

Reddit user kavanutz open-sourced Jayce, an experimental project inspired by how toddlers learn words from a few examples and quick corrections.

The core idea is Adaptive Prototype Memory (APM): instead of touching model weights, it grabs the LLM's raw context vectors and drops them into a fixed pool of 4,096 prototype slots. When corrected, the closest prototype physically shifts toward the new data on the spot.

Reported benchmark results:

The whole thing is framework-free — pure NumPy plus native Java — with full benchmark data, a vector-shifting breakdown, and a terminal script to try the learning loop yourself. Repo: Loophole-LLC/Jayce.

Original post →

More from Research

Research channel →