Theme 1 – Optimism about a small, local AGI
Many commenters welcomed the idea that an AGI‑like model could run on modest hardware.
- “Seeing 'Mini-AGI' and '8GB VRAM' in the same sentence is a breath of fresh air. Maybe local AGI isn't so far‑fetched.” – hexley19
- “This is the first thing I see in my life that really looks like proto‑AGI, it deserves its name.” – bananaflag
Theme 2 – Skepticism due to lack of evidence and undertraining
A substantial portion of the thread questioned whether the model actually works, pointing to absent benchmarks and incoherent outputs.
- “It's an interesting idea, but it doesn't really do anything interesting yet… it is a far, far cry from intelligence. Worse than GPT‑2 as it stands.” – dinfinity
- “You can't claim it 'works' if it hasn't produced any coherent responses and is still early in your first training attempt.” – ilaksh
Theme 3 – Technical discussion of continual learning / architecture
Several users delved into the mechanistic details—expert swapping, learning‑rate tricks, MoE inefficiencies, and ideas for self‑similar or recursive designs.
- “There is no special algorithm, the finding is that slowing down the LR or the trunk, while keeping the LR of the experts is enough to eliminate most of the forgetting in the network.” – volotat
- “Have you thought about making the whole thing 'self‑similar'? … would it be possible to extend/adapt the architecture so that an expert can be a previously trained Mini‑AGI model?” – maaaaattttt
- “Making model to consists of many small modules is inefficient on GPU, especially as routing adds data dependencies…” – killerstorm