conv.

All stories
AIQuiet 3d · day 6

Developer releases mini-AGI, a continual learning model trainable on 8GB consumer GPU

A new open-source language model lets users train and continuously improve their own AI on modest hardware without forgetting previous knowledge.

What to know

  • mini-AGI enables training and continuous learning of language models on consumer GPUs (8GB VRAM) without catastrophic forgetting—a capability absent from existing commercial models.
  • The model stores weights on disk and pages them to GPU as needed, making parameter count limited by disk space rather than VRAM, bringing full training within reach of individual users.
  • Creator describes it as a toy-level proof-of-concept, not frontier capability, demonstrating that continual learning without catastrophic forgetting is feasible on modest hardware with accessible tooling.

volotat Developer, mini-AGI creator

Developer releases mini-AGI, a continual learning model trainable on 8GB consumer GPU
github.com

How it unfolded 1 development · click the chart to see its coverage articlesposts

Peak 3 pieces in two hours at Sep 21, 12 AM; 19 pieces over 6 days (2 articles · 4 posts · 13 comments) Sep 21, 12 AM — 3 pieces · 2 articles · 1 post — Newswires 2, Hacker News 1Sep 21, 2 AM — 3 pieces · 1 post · 2 comments — Hacker News 2, Mastodon 1Sep 21, 4 AM — 1 piece · 1 comment — Hacker News 1Sep 21, 6 AM — 3 pieces · 3 comments — Hacker News 3Sep 21, 8 AM — quietSep 21, 10 AM — 2 pieces · 1 post · 1 comment — Hacker News 1, Mastodon 1Sep 21, 12 PM — 1 piece · 1 post — Lobsters 1Sep 21, 2 PM — 1 piece · 1 comment — Hacker News 1Sep 21, 4 PM — quietSep 21, 6 PM — quietSep 21, 8 PM — quietSep 21, 10 PM — quietSep 22, 12 AM — quietSep 22, 2 AM — quietSep 22, 4 AM — 1 piece · 1 comment — Hacker News 1Sep 22, 6 AM — 1 piece · 1 comment — Hacker News 1Sep 22, 8 AM — 1 piece · 1 comment — Hacker News 1Sep 22, 10 AM — quietSep 22, 12 PM — quietSep 22, 2 PM — quietSep 22, 4 PM — 1 piece · 1 comment — Hacker News 1Sep 22, 6 PM — quietSep 22, 8 PM — quietSep 22, 10 PM — quietSep 23, 12 AM — quietSep 23, 2 AM — quietSep 23, 4 AM — quietSep 23, 6 AM — quietSep 23, 8 AM — quietSep 23, 10 AM — 1 piece · 1 comment — Hacker News 1Sep 23, 12 PM — quietSep 23, 2 PM — quietSep 23, 4 PM — quietSep 23, 6 PM — quietSep 23, 8 PM — quietSep 23, 10 PM — quietSep 24, 12 AM — quietSep 24, 2 AM — quietSep 24, 4 AM — quietSep 24, 6 AM — quietSep 24, 8 AM — quietSep 24, 10 AM — quietSep 24, 12 PM — quietSep 24, 2 PM — quietSep 24, 4 PM — quietSep 24, 6 PM — quietSep 24, 8 PM — quietSep 24, 10 PM — quietYesterday, 12 AM — quietYesterday, 2 AM — quietYesterday, 4 AM — quietYesterday, 6 AM — quietYesterday, 8 AM — quietYesterday, 10 AM — quietYesterday, 12 PM — quietYesterday, 2 PM — quietYesterday, 4 PM — quietYesterday, 6 PM — quietYesterday, 8 PM — quietYesterday, 10 PM — quietToday, 12 AM — quietToday, 2 AM — quietToday, 4 AM — quietToday, 6 AM — quietToday, 8 AM — quietToday, 10 AM — quietToday, 12 PM — quiet ◂ 1 earlier
Sep 22Sep 23Sep 24yesterdaynow · 1:25 PM ET
  1. 1

    Creator positions mini-AGI as alternative to frozen commercial models

    volotat articulates the core problem mini-AGI addresses: existing language models are frozen after training, cannot be trained from scratch on personal hardware, and forget previously learned knowledge when fine-tuned on new data. Mini-AGI's architecture enables continuous learning from a stream of data without catastrophic forgetting on modest hardware.

    “Every language model you can actually own today is a model somebody else trained and then froze… The moment you try, it forgets what it knew before.”
    — volotat
    1. first by HN Best, 5d ago · also HN Frontpage

      1 more headline
    • I am not sure about eventually, but it learns on the steady paste so far. The main thing to keep in mind is that it learns on the single STREAM of data. Not randomized batched samples. Try to do it with any other model and you will see nothing but complete garbage in the predictions, exactly because of catastrophic forgetting.And here are the…

      volotatHacker News4d agoview on Hacker News ↗
    2 more of the top 3 · 13 posts in this stretch
    • I built a smaller scale replication. Most of your claims prove out but the lever is essentially Biderman et als "learn less forget less". My first pass actually made this mistake initially and the findings didn't replicate. After controlling for step density I replicated your findings. Here is a write…

      jmatthewsHacker News3d agoview on Hacker News ↗
    • I have not looked carefully but it seems like this is over-promising on avoiding catastrophic forgetting.The "trunk learning rate" is set at 0.1x the learning rate for the experts, so learning on different subjects disproportionately happens in the experts, and the trunk portion is comparatively more stable. But the population of experts can grow…

      abeppuHacker News5d agoview on Hacker News ↗
    all of them →
  2. background

    Developer volotat releases mini-AGI on GitHub — volotat publishes mini-AGI, a continual learning byte-level language model designed to train from scratch on a single 8GB VRAM GPU. The model stores weights on disk, pages them onto the card as needed, and dynamically grows or prunes capacity during training. It is currently in early stages with weights not yet published while the initial training run continues through its first pass over the corpus.

What people are saying 9 voices from 1 site · best of 13 · verbatim