📑 Table of Contents

Mindverse Raises $50M for Persistent AI Agents

📅 · 📁 Industry · 👁 9 views · ⏱️ 10 min read
💡 Mindverse secures $50M led by Meituan to build continuously learning AI agents using LoRA, challenging prompt-based approaches.

Mindverse has secured a significant $50 million Series A funding round, signaling strong investor confidence in its approach to autonomous AI agents. The round was led by Meituan, with participation from Yuanhe Puhua, Shokz, Variable Capital, and existing investors including Ant Group and Sequoia China.

This capital injection aims to accelerate the development of persistent learning agents that retain memory and skills over time. Unlike traditional models that rely on static prompts, Mindverse focuses on continuous training to enhance agent capabilities.

Key Takeaways

  • Major Funding Round: Mindverse raised nearly $50 million in Series A funding, led by Meituan.
  • Core Technology: The company uses LoRA (Low-Rank Adaptation) to attach lightweight 'skill packs' to large language models.
  • Open Source Strategy: Mindverse plans to open-source a 750B parameter agent model optimized for complex tasks.
  • User Traction: Their platform, Macaron, already serves over 2 million users with more than 100,000 daily active users.
  • Technical Edge: The team emphasizes training over prompt engineering for long-horizon task execution.
  • Privacy Focus: The architecture utilizes simulated environments to train models while prioritizing user data privacy.

Redefining Agent Architecture Through Training

The prevailing narrative in the AI industry often centers on sophisticated prompt engineering and framework stitching. Many developers believe that chaining together various tools and carefully crafting prompts is the key to building effective AI agents. Mindverse challenges this status quo directly. They argue that true agent capability must stem from rigorous training rather than superficial structural adjustments.

This philosophical shift drives their technical roadmap. By focusing on post-training, Mindverse enables agents to accumulate specific memories and abilities for individual users or scenarios. This approach avoids the prohibitive costs associated with retraining massive foundational models from scratch. Instead, they leverage lightweight adaptations that are both efficient and scalable.

The Role of LoRA Technology

At the heart of Mindverse’s strategy is the strategic use of LoRA technology. This technique allows the company to hang lightweight 'skill packs' onto general-purpose large language models. These skill packs act as modular enhancements, enabling the model to learn new tasks without altering the core weights of the base model.

This method significantly reduces computational overhead. It allows for rapid iteration and deployment of new capabilities. For Western enterprises struggling with the high costs of custom model fine-tuning, this approach offers a viable alternative. It democratizes access to specialized AI agents that can adapt to unique business contexts.

Strategic Backing and Industry Validation

The composition of Mindverse’s investor list underscores the market’s appetite for robust agent solutions. Meituan’s leadership in this round suggests potential integration opportunities within its vast ecosystem of services. Other notable backers include Yuanhe Puhua and Variable Capital, indicating broad support across different investment themes.

Historical investors such as Ant Group, Sequoia China, and ZhenFund have also continued their support. This consistency reflects confidence in the founding team’s vision. The involvement of GaoGong Capital as the exclusive financial advisor further highlights the deal’s strategic importance in the current tech landscape.

A Team Built for Deep Tech

Mindverse boasts a compact but highly skilled core R&D team of approximately 20 members. Despite their small size, these engineers and researchers possess deep academic and industrial backgrounds. Their collective expertise is evidenced by over 200 papers published in top-tier conferences.

Founder Chen Kaijie and his team bring valuable entrepreneurial experience to the table. Their previous ventures reinforced the belief that long-term tasks require inherent model capabilities. This insight drives their focus on building agents that can reason and execute complex workflows autonomously.

Open Sourcing the Future of Agents

In a move likely to disrupt the competitive landscape, Mindverse is preparing to open-source a massive 750B parameter agent model. This initiative marks a significant milestone as the first reinforcement learning post-training achievement built on the GLM 5.1 architecture. The model supports a mixture of LoRA techniques, optimizing it specifically for agent-centric scenarios.

The open-source release aims to foster community innovation. Developers will be able to leverage this powerful foundation for various applications. These include generative UI coding, advanced chat interfaces, long-chain reasoning, and complex tool calling.

Macaron: The Practical Application

While the underlying technology is complex, Mindverse ensures accessibility through its product, Macaron. This platform serves as an 'agent harness,' creating a bidirectional cycle between model training and product iteration. Users interact with the agent, providing feedback that implicitly improves the system.

Macaron currently boasts impressive traction metrics. With over 2 million registered users and more than 100,000 daily active users, it demonstrates real-world demand. The platform emphasizes user privacy, utilizing simulated environments to train models without exposing sensitive personal data.

Industry Context and Competitive Landscape

The global race to develop autonomous AI agents is intensifying. Major players like OpenAI, Anthropic, and Microsoft are investing heavily in similar technologies. However, most current solutions still rely heavily on reactive prompt-based interactions. Mindverse’s proactive training approach offers a distinct differentiation point.

Western companies often face higher infrastructure costs for model training. Mindverse’s cost-effective LoRA methodology could provide a blueprint for efficient scaling. This is particularly relevant for startups and mid-sized enterprises looking to integrate AI without breaking the bank.

What This Means for Developers

For software engineers, Mindverse’s developments signal a shift towards modular AI design. The ability to plug in lightweight skill packs means less reliance on monolithic model updates. This modularity allows for faster customization and deployment cycles.

Developers should monitor the upcoming open-source release closely. Access to a 750B model optimized for agents via GLM 5.1 could accelerate local development efforts. It provides a robust baseline for building specialized applications without starting from zero.

Looking Ahead

Mindverse plans to expand its research into more complex reasoning tasks. The next phase will likely involve deeper integration of reinforcement learning from human feedback (RLHF). This will further refine the agent’s ability to handle nuanced user instructions.

The company also aims to broaden its enterprise offerings. As Macaron matures, expect more B2B features focused on workflow automation. This expansion could position Mindverse as a key player in the enterprise AI space.

Gogo's Take

  • 🔥 Why This Matters: Mindverse’s $50M raise validates the shift from static LLMs to dynamic, learning agents. By proving that LoRA-based adaptation can scale effectively, they offer a cost-efficient path for businesses to deploy personalized AI without the exorbitant costs of full model retraining.
  • ⚠️ Limitations & Risks: While LoRA reduces costs, managing thousands of unique 'skill packs' introduces complexity in version control and security. There is also the risk of 'catastrophic forgetting' if the base model is not carefully maintained alongside these lightweight adaptations.
  • 💡 Actionable Advice: Developers should experiment with the upcoming open-source 750B model once released. Start prototyping with Macaron to understand how persistent memory impacts user experience compared to standard chat interfaces. Watch for integration patterns that combine LoRA modules with existing enterprise data pipelines.