MindLab open-sources Macaron-V1, a GLM-5.2 family built on continual learning
机器之心 · wechat · 2026-07-24
MindLab has open-sourced Macaron-V1, a GLM-5.2-based model family built around continual learning and multi-LoRA collaboration.
- The flagship Venti variant combines a frozen 744B GLM-5.2 base with four 1B LoRA experts for chat, agent work, coding, and generative UI.
- MindLab argues that post-training should not end when parameters freeze: the model should keep learning from deployment-time experience.
- Its Mixture-of-LoRA design treats LoRA adapters as persistent, writable local state rather than just cheap fine-tuning patches.
- The article cites scaling results showing LoRA RL can be cheaper than full-parameter RL while still improving performance on large MoE models.
- On the systems side, MindLab pairs the model with MinT, MindForge, HCP, and LongStraw to align training, serving, long-context RL, and agent harnesses.
- The release also includes open weights for Macaron-V1-Venti, Macaron-V1-Coding-Venti, and Macaron-V1-Tall on Hugging Face.
Related event: MindLab Open-Sources Macaron-V1, Betting on Continual Learning(4 posts)→
More from coding & agent
- A chess autoresearch agent claims a PhD in modern LLM fine-tuning — amasad · 2026-07-24
- Internal leaderboard shows how teams actually use an AI coding system — charlieholtz · 2026-07-24
- Sqemo MCP turns ER naming rules into deterministic outputs for schema agents — Aggressive-Video-508 · 2026-07-24
- Codex for Linux fork adds ChatGPT Work Realtime voice support — jxnlco · 2026-07-24
- Long-running agents fail less from prompts and more from harnesses, says a Reddit engineer — Confident_Analysis89 · 2026-07-24
- Creator shares a Claude → Lovable MCP → OpenAI stack for building products — MyCreativeOwls · 2026-07-24