Real Continual Learning Model (Prototype)

Reddit r/ArtificialInteligence Models

Summary

A developer claims to have built a real continual learning model prototype using LoRA to give Qwen4B instant, generalizable memory without retraining, and is inviting independent researchers to validate the mechanism.

https://preview.redd.it/os5x6dlot6jh1.png?width=1247&format=png&auto=webp&s=0cb57a933b32e2bccea65464a168a72b5d70c260 I got absolutely destroyed for claiming this over in LLMDevs so i've uploaded evidence and welcome anyone to check it. https://clm.compsmart.cloud/ https://compsmart-realclm.hf.space https://github.com/compsmart/compsmart-clm It's an early prototype, i only discovered the mechanism yesterday and spent today proving its real...I expect things to accelerate now. I could have a model that can teach itself soon... Anyway - I welcome people to try it out, and message me if you want more details. I need a credible independant researcher to validate it. NOTE: i've used lora to to allow Qwen4B to have memory (it's instantly updated and generalises on new facts without retraining). It can be used to build full new models but I think bolting it onto existing models makes it even more useful...
Original Article

Similar Articles

Scaling Self-Evolving Agents via Parametric Memory

arXiv cs.AI

Researchers from Alibaba/Qwen and Peking University introduce TMEM, a self-evolving parametric memory framework that uses online LoRA weight updates to let LLM agents genuinely learn from experience within a single episode, rather than relying solely on prompt-space memory. TMEM outperforms summary-based and retrieval-based baselines across multiple benchmarks including LoCoMo, LongMemEval-S, and CL-Bench.