Macaron-V1: Towards Open Continual Learning with Self-Improvement and Mixture-of-LoRA
Macaron-V1 employs Mixture-of-LoRA architecture with recursive self-improvement, achieving continuous learning and outperforming benchmarks.
Key Findings
Methodology
This work introduces the Mixture-of-LoRA (MoL) framework, which freezes a large base model and dynamically composes specialized LoRA adapters via a Proxy-mediated routing mechanism. The approach integrates model-harness co-design with recursive self-improvement, leveraging components like UI4A generative UI, a stateful action substrate, versioned HCP contracts, and the MindForge RL framework. Infrastructure includes the MinT platform for model versioning, LongStraw for long-context RL, and stability techniques for sparse MoE and DSA models. Experiments demonstrate superior performance on personal intelligence, GenUI, and general benchmarks, validating the system’s efficacy.
Key Results
- The Macaron-V1-Venti (744B) model achieved over 15% cumulative improvement in multi-task benchmarks through recursive self-improvement, outperforming static counterparts.
- MiL architecture enables flexible composition of frozen models with multiple specialized LoRA adapters, reducing fine-tuning costs by approximately 80% while maintaining high adaptability.
- In personal intelligence and UI tasks, the system exhibited enhanced memory retention and conversational coherence, with long-context response capabilities exceeding millions of tokens, validated by LongStraw.
Significance
This research addresses fundamental limitations of static pre-trained models by enabling models to learn from deployment experiences continuously. The innovative architecture facilitates efficient multi-task collaboration and adaptation, paving the way for autonomous AI systems capable of ongoing self-improvement. It significantly advances the field by providing a scalable, modular framework that supports collective intelligence and lifelong learning, with broad implications for industry and academia.
Technical Contribution
The paper’s core contributions include the design of the Mixture-of-LoRA architecture, which decouples model specialization from the base, and the integration of model-harness co-design with recursive self-improvement algorithms. The infrastructure innovations—MinT, LongStraw, and stability techniques—support large-scale deployment and long-term adaptation. These innovations collectively enable a new paradigm of self-evolving AI systems that can incorporate new knowledge and skills without retraining the entire model.
Novelty
This work is the first to propose a modular, frozen-base model architecture with dynamic LoRA adapter composition driven by a routing mechanism that is entirely determined by the model’s own reasoning. It combines lifelong learning with multi-task collaboration, setting a new standard for scalable, self-improving AI systems. Unlike prior work focusing on fine-tuning or static architectures, this approach supports continuous, auditable updates and cross-ownership sharing of adapters.
Limitations
- The system’s robustness in highly noisy or adversarial environments remains limited, especially when faced with distribution shifts outside training scenarios.
- Deployment costs are high due to the large model size and multiple adapters, restricting accessibility for resource-constrained settings.
- The long-term effects of recursive self-improvement cycles are not fully validated, requiring further research into stability and convergence guarantees.
Future Work
Future efforts will focus on improving robustness and efficiency, exploring multi-modal extensions, and refining the recursive self-improvement algorithms. Enhancing hardware efficiency and reducing costs will be prioritized to enable broader deployment. Additionally, integrating multi-agent collaboration and expanding the framework to robotics and real-world control tasks are promising directions.
AI Executive Summary
The rapid growth of large pre-trained models has revolutionized AI capabilities, yet their static nature limits ongoing adaptation and self-improvement. Traditional fine-tuning approaches are costly and inflexible, often unable to keep pace with evolving environments and user needs. To address these challenges, Macaron-V1 introduces a novel framework that combines a frozen large base model with specialized, dynamically composable LoRA adapters, orchestrated through a Proxy-mediated routing mechanism.
This architecture enables models to learn from deployment experiences without retraining the core, supporting continuous, auditable updates. The system integrates model-harness co-design principles, leveraging components like UI4A for generative interfaces and MindForge RL for recursive optimization. Infrastructure innovations such as the MinT platform and LongStraw long-context RL facilitate scalable, stable deployment.
Experimental results demonstrate that Macaron-V1 surpasses existing models on multiple benchmarks, achieving over 15% cumulative improvements through recursive self-improvement. Its modular design allows for efficient multi-task collaboration, memory retention, and long-context reasoning, making it suitable for personalized assistants, enterprise AI, and complex UI tasks.
Despite these advances, challenges remain in robustness, deployment costs, and theoretical guarantees of recursive cycles. Future research will focus on enhancing stability, efficiency, and multi-modal capabilities, aiming to realize autonomous, lifelong learning AI systems that adapt seamlessly to real-world complexities. Overall, Macaron-V1 marks a significant step toward truly experiential, self-evolving artificial intelligence.
Deep Analysis
Background
Recent progress in large-scale pre-trained models like GPT, T5, and GLM has demonstrated remarkable capabilities across NLP tasks. However, these models are predominantly static, trained offline on fixed datasets, and lack mechanisms for continual learning post-deployment. While techniques such as LoRA, MoE, and incremental fine-tuning have been proposed to improve adaptability, they often involve retraining or complex parameter updates, limiting scalability and efficiency. The need for models that can learn from real-world interactions, incorporate new knowledge dynamically, and collaborate across multiple specialized modules has become urgent. Prior efforts have addressed some aspects but lack a unified framework that supports lifelong, experiential learning in practical settings. This work builds on these foundations, aiming to create a scalable, modular system capable of ongoing self-improvement and collective intelligence.
Core Problem
The core challenge is enabling models to adapt continuously after deployment without retraining the entire network, which is computationally expensive and prone to catastrophic forgetting. Existing methods either update parameters incrementally, risking interference, or rely on external memory modules that are hard to scale. Additionally, integrating multiple specialized skills in a cohesive manner remains difficult, especially when aiming for real-time responsiveness and robustness in diverse environments. Achieving a system that can evaluate its own performance, identify areas for improvement, and incorporate new capabilities autonomously is a complex, multi-faceted problem that requires innovative architecture, algorithms, and infrastructure.
Innovation
The key innovations include: 1) Mixture-of-LoRA (MoL) architecture, which allows the base model to remain frozen while dynamically composing specialized adapters, reducing retraining costs and enabling multi-task collaboration; 2) model-harness co-design, integrating environment-aware components like UI4A and versioned protocols for seamless interaction; 3) recursive self-improvement algorithms that evaluate and generate new model-adapter configurations based on external feedback; 4) infrastructure components like MinT and LongStraw, supporting scalable, long-context, and stable deployment. These innovations collectively enable a self-evolving AI capable of lifelong learning, continuous adaptation, and collective intelligence.
Methodology
- �� Develop a large, frozen base model (e.g., GLM-5.2, Qwen3.6) as the core.
- �� Layer multiple specialized LoRA adapters targeting distinct tasks (chat, agent, coding, UI), each trained independently.
- �� Implement a Proxy-mediated routing loop where, at each user turn, the model classifies the request into one of the adapters based on a constrained decoding process.
- �� Use the entry adapter (L0) to classify requests, select the appropriate specialist, and generate responses within a three-stage cycle: route, answer, and summary.
- �� Integrate model-harness co-design, where environment feedback, user interactions, and versioning protocols guide iterative improvements.
- �� Employ recursive self-improvement: evaluate performance, generate new adapter configurations, and update the system based on external contracts.
- �� Infrastructure supports version control (MinT), long-context responses (LongStraw), and stability techniques for large sparse models.
- �� Validate system performance through benchmarks on personal intelligence, UI, and general tasks, comparing against state-of-the-art models.
Experiments
Experiments involve benchmarking Macaron-V1 variants on datasets like Macaron ChatBench, LivingBench, and general capability suites. Metrics include accuracy, coherence, memory retention, and response quality. The models are tested across different configurations—varying LoRA ranks, adapter counts, and routing strategies. Ablation studies analyze the contribution of each component, especially the recursive self-improvement loop and infrastructure modules. Results show that recursive updates lead to cumulative performance gains, with over 15% improvement in multi-task benchmarks. The experiments also assess the efficiency of the routing mechanism, with accuracy exceeding 97% in adapter classification, and evaluate long-context reasoning capabilities, handling sequences over a million tokens.
Results
The Macaron-V1-Venti model achieved a 15%+ cumulative improvement in multi-task benchmarks through recursive self-improvement, outperforming static models. The MiL architecture enables flexible, cost-effective multi-task collaboration, reducing fine-tuning costs by 80%. Long-context response evaluation demonstrated the model’s ability to handle sequences exceeding one million tokens with high coherence. The system’s ability to continually incorporate deployment experience resulted in steady performance gains over multiple iterations, validating the effectiveness of the recursive self-improvement mechanism. These results highlight the potential for scalable, self-evolving AI systems in real-world applications.
Applications
This framework is suited for personalized virtual assistants, enterprise AI solutions, and complex interactive UI systems. It enables continuous learning from user interactions, reducing the need for retraining. The modular design allows integration of diverse skills and knowledge bases, supporting multi-user and multi-task scenarios. Future applications include robotics, autonomous vehicles, and adaptive control systems, where ongoing self-improvement and environment adaptation are critical. The approach also facilitates collaborative AI development, where different teams can contribute specialized adapters, enhancing collective intelligence.
Limitations & Outlook
Despite promising results, the system faces challenges in robustness under adversarial or highly noisy conditions. Deployment costs remain high due to large model sizes and multiple adapters, limiting accessibility. The long-term stability of recursive self-improvement cycles is not fully validated, requiring further theoretical and empirical analysis. Additionally, the current infrastructure may not yet support real-time adaptation in resource-constrained environments. Future work must address these issues to enable broader, more reliable deployment in diverse real-world settings.
Plain Language Accessible to non-experts
想象你在一家厨房里做饭。每次你做菜,都用不同的食材和方法,但你希望每次都能做得更好。传统的方法是每次都从头学起,花费很多时间。而现在,有一种神奇的厨房助手,它可以记住你之前的做法,还能根据你遇到的问题,帮你改进菜谱。这个助手里有很多小工具(就像模型里的LoRA适配器),每个专门负责一种菜,比如炒菜、煲汤或做甜点。它们都藏在一个大厨(基础模型)下面,可以随时组合使用。每次你做完菜后,它会总结经验,下次帮你做得更好。这样,厨房里的厨师(模型)变得越来越聪明,能不断学习新菜式,满足你不断变化的口味。这就像一个会自己学习、不断变强的超级厨师,帮你做出最棒的饭菜。
ELI14 Explained like you're 14
想象你有一个超级聪明的朋友,他总是在你学习新东西时帮你变得更厉害!比如你在学校学数学、画画和运动,每次学完,他都会记住你的强项和弱点,然后帮你下一次变得更棒。以前,你得自己反复练习,花很多时间才能进步,但这个朋友能在你学习时给你建议,让你更快掌握技能。这个朋友就像Macaron-V1里的那些小工具(LoRA适配器),它们专门帮模型做不同的事情,比如聊天、写代码或设计界面。它们都藏在一个大脑(基础模型)下面,保持不变,但可以随时组合使用。每次你完成任务后,它会总结经验,帮你变得更聪明。这样,你就能不断学习新东西,变得越来越厉害,无论遇到什么新挑战,都能应付得游刃有余。这就像拥有一个永远在学习、不断变强的超级助手!
Abstract
Macaron-V1 is an open agent-model family for experiential intelligence: learning from experience in real environments and continuing to learn after deployment. It is organized around two system goals. Adaptation is pursued through recursive improvement of versioned model-harness pairs, where experience from one configuration is evaluated under an external contract and used to construct its successor. Collaboration is pursued via the Mixture-of-LoRA (MoL) architecture that freezes a base model, composes specialist LoRA adapters, and selects one LoRA per user turn. The flagship Macaron-V1-Venti combines a 744B GLM-5.2 base with four LoRAs for chat, agent, coding, and GenUI; the Qwen3.6-based Macaron-V1-Tall (50B) uses the same design for local deployment. This report presents Macaron-V1 as a co-designed system spanning architecture, algorithms, and infrastructure. The MoL architecture supports continual learning through extensible LoRA specialists. The algorithm combines Model-Harness Co-design and recursive self-improvement loop, including the UI4A component-native GenUI harness, a stateful action substrate, versioned HCP contract, and the agentic RL framework MindForge. The supporting infrastructure includes the post-training platform MinT, the long-context RL method LongStraw, and stability techniques for sparse MoE and DSA base models. We evaluate Macaron-V1 on Personal Intelligence, GenUI, and general capability benchmarks against frontier baselines. Our results validate the current system, while compounding gains from continual learning and collective intelligence remain open questions.