explainx.ainewsletter3.5k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

custom AI agents

[email protected]

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource librarydemofor LLMs

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

More from us

InfloqInfluencer marketingBgBlurPrivacy-first blurOlly SocialSocial AI copilotCeptoryVideo intelligenceBgRemoverBackground removal

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportprivacytermsdata rightssubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR — what people ask after the headline
  • Who is Mind Lab, and why the pedigree matters
  • The four continual learning approaches, per Chen
  • Macaron-V1: Venti and Tall
  • Benchmark results and the Kimi K2 claim
  • MinT: the infrastructure behind per-use-case LoRA
  • How Macaron-V1 compares to other continual learning approaches
  • Limitations and open questions
  • What to watch next
  • Related reading
  • Primary source
← Back to blog

explainx / blog

Mind Lab Macaron-V1: Continual Learning via LoRA, Not Fine-Tuning

Mind Lab's Macaron-V1 ships two models — 748B Venti on frozen GLM-5.2 and 50B Tall on Qwen 3.6 — that learn via LoRA adapters instead of full fine-tuning. SOTA on 6 of 12 benchmarks, $10M ARR in two weeks.

Aug 5, 2026·9 min read·Yash Thakker
Continual LearningLoRAMind LabChinese AIFine-TuningAI Agents
go deep
Mind Lab Macaron-V1: Continual Learning via LoRA, Not Fine-Tuning

Mind Lab wants to settle an argument that has quietly split the agent world: does an LLM actually need to update its weights to "learn," or is context, memory, and better prompting enough? The startup's answer, shipped July 21, 2026 as Macaron-V1, is unambiguous — freeze the base model, train lightweight LoRA adapters per use case, and call the result continual learning. Founder Andrew Chen laid out the reasoning in a KrASIA interview, and the claims are aggressive enough to warrant a close read: state-of-the-art on half its benchmark suite, a preview that hit $10M ARR in two weeks, and LoRA-based reinforcement learning on a trillion-parameter model using a tenth of the usual compute.

This sits at the same fork explainx.ai covered when Microsoft's EvoLib argued the opposite — that useful continual learning can happen entirely without touching weights. Macaron-V1 is the weight-modification camp's most concrete production entry to date.

TL;DR — what people ask after the headline

QuestionDirect answer
What shipped?Two models, July 21, 2026 — Venti (748B) and Tall (50B)
Base models?Venti = frozen GLM-5.2 + 4B LoRA; Tall = Qwen 3.6
Context window?2 million tokens on both
How does it "learn"?LoRA adapters trained per use case, base weights frozen
Benchmarks?SOTA on 6 of 12 tests reported by Mind Lab
Revenue signal?Preview version reportedly hit $10M ARR in two weeks
Who's behind it?Andrew Chen (FireAct co-author), founded Mind Lab Oct. 2025
Funding?Parent Mindverse raised $60M total, incl. $50M Series A led by Meituan's investment arm
Infra?MinT platform manages 1M+ LoRA adapters, ~10x faster loading
Independently verified?Not yet — benchmark and revenue numbers are vendor-reported
Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.

Who is Mind Lab, and why the pedigree matters

Mind Lab was founded in October 2025 by Andrew Chen, co-author of the FireAct paper alongside Shunyu Yao — a lineage that matters because FireAct was early, influential work on fine-tuning LLMs specifically for agentic tool use, not just chat. The team has grown to 30+ employees pulled from xAI, DeepMind, DeepSeek, ByteDance Seed, MIT, and Tsinghua University — a mix of frontier-lab post-training experience and academic research background.

The parent company, Mindverse, has raised $60 million total, including a $50 million Series A in early 2026 led by Meituan's investment arm. That funding signal matters for how seriously to take the roadmap: this isn't a research demo, it's a funded infrastructure bet, similar in spirit to how Adaption Labs' AutoScientist treats automated training as a product category rather than a one-off experiment.

The four continual learning approaches, per Chen

In the KrASIA interview, Chen frames the "how do LLMs learn after deployment" question as a choice among four mechanisms:

  1. Conversational context — information persists only within a session; it resets every new chat.
  2. External memory / RAG — facts are stored and retrieved at inference time, the model itself never changes. This is the approach behind systems like TencentDB Agent Memory v2 and Karpathy-style LLM wikis.
  3. Harnesses and prompt engineering — behavior is steered through instructions, agent skills, and system prompts, without weight or memory-store changes.
  4. Direct parameter modification via LoRA — the model's weights genuinely change, just in a small, isolated adapter rather than across the full network.

Mind Lab's bet is squarely on option four. Chen's framing is that the first three approaches only simulate learning — the model itself never accumulates competence — while LoRA adapters let a model actually change in response to experience. He calls the result "experiential intelligence": models that get better at a specific use case the more they encounter it, the same way a person improves at a recurring task.

That is a stronger and more falsifiable claim than most "agent memory" pitches, which tend to conflate retrieval with learning. It also puts Macaron-V1 in direct tension with EvoLib's premise that skill libraries evolved at test time — without any weight update — can match or beat retrieval-based memory. Chen would presumably argue EvoLib is still option 2 or 3 in disguise: a fancier external store, not parameter change.

Macaron-V1: Venti and Tall

Released July 21, 2026, in two sizes:

ModelTotal paramsArchitectureContext
Venti748B744B frozen GLM-5.2 base + 4B new LoRA adapters2M tokens
Tall50BLightweight, based on Qwen 3.62M tokens

The architecture is telling: Venti's LoRA adapters are only ~0.5% of total parameters, yet Mind Lab attributes most of the model's differentiated behavior to that thin layer sitting on top of a frozen GLM-5.2 backbone. That is the practical case for LoRA as a continual-learning mechanism — you are not paying to retrain 744B parameters every time you want the model to specialize.

The preview version's traction numbers

Before Venti and Tall, Mind Lab shipped a June 2026 preview: five LoRA modules of roughly 1B parameters each, attached to GLM-5.1. Mind Lab reports that preview reached $10 million in annual recurring revenue within two weeks of launch — a number worth treating as a strong demand signal rather than a verified independent audit, since it comes from the company itself in a press interview rather than a filed disclosure.

Benchmark results and the Kimi K2 claim

Macaron-V1 scored state-of-the-art on 6 of 12 benchmarks Mind Lab evaluated, with competitive (if not top) results on the remainder. Separately, Chen says the June preview outperformed GPT-5.4 and Claude Opus 4.6 on Mind Lab's internal tests — a claim that, like the ARR figure, has not been independently reproduced in a published third-party evaluation as of this writing.

The more technically interesting data point is from December 2025: Mind Lab ran LoRA-based reinforcement learning on Kimi K2, a trillion-parameter open-weight model, using only 10% of the GPU resources full-parameter RL training would require. If that ratio holds across other large open-weight bases, it is a meaningful cost argument for LoRA-based post-training at frontier scale — comparable in ambition to how Qwen 3.6 and Kimi K3 pushed open-weight scale earlier in 2026, but targeting training efficiency instead of raw parameter count.

MinT: the infrastructure behind per-use-case LoRA

None of this works without infrastructure to manage adapters at scale. Mind Lab's MinT platform, launched January 2026, reportedly manages over 1 million LoRA models and improved adapter loading speed by roughly 10x during both training and deployment.

That number matters more than it looks. If Macaron genuinely trains a distinct LoRA adapter per meaningful use case, adapter-store scale becomes the real bottleneck — closer to a database and caching problem than a modeling problem. Chen's own framing supports this: "We only enable LoRA mode after determining a particular use case req[uires] additional learning" — implying MinT also has to decide, per request, whether the base model alone suffices or a specific adapter should be swapped in.

How Macaron-V1 compares to other continual learning approaches

ApproachWhat changesWeight updates?Compute costExample
Macaron-V1 (LoRA)Small adapter on frozen baseYes, adapter onlyLow relative to full fine-tuneMind Lab
Full fine-tuningMost/all model weightsYes, extensiveHigh — see fine-tuning guideTraditional SFT/RLHF
Test-time skill libraryEvolving external libraryNoLow, but grows context/retrieval loadMicrosoft EvoLib
Agent memory hubStored traces + retrievalNoLow, retrieval-boundTencentDB Agent Memory v2
Prompt/harness engineeringInstructions onlyNoNegligibleAgent skills

None of these approaches are strictly superior across every axis. LoRA-based continual learning changes the model's actual behavior distribution — useful when a task needs consistent, low-latency specialization without a long system prompt. Memory and skill-library approaches stay cheaper to update and audit, since nothing about the model's weights needs review — only the stored text does. Teams picking between them should weigh the same trade-offs explainx.ai covers in fine-tuning vs. RAG vs. prompting: how often does the target behavior change, how auditable does it need to be, and how much does per-adapter compute cost at your request volume.

Limitations and open questions

  • Vendor-reported numbers. The $10M ARR figure, the 6-of-12 SOTA claim, and the GPT-5.4/Opus 4.6 comparison all come from Mind Lab's own account in a press interview — none are independently reproduced benchmarks with public methodology as of publication.
  • Adapter sprawl and governance. Managing "over 1 million LoRA models" raises the same review questions as any large skill or plugin registry — which adapters are trusted, how are regressions caught, who owns adapter lifecycle.
  • Frozen base as a ceiling. LoRA adapters can specialize behavior but cannot inject capability the frozen base model fundamentally lacks — the same ceiling that applies to standard fine-tuning.
  • GLM-5.2 dependency for Venti. Venti's ceiling is partly inherited from Zhipu's GLM-5.2 — worth tracking GLM's own trajectory separately from Mind Lab's adapter layer.
  • No public leaderboard yet. Unlike open-weight releases that land directly on Hugging Face with reproducible eval harnesses, Macaron-V1's benchmark claims are not yet independently checkable the way Kimi K3 or DeepSeek V4 releases were.

What to watch next

Three things will determine whether Macaron-V1's bet on LoRA-based continual learning generalizes beyond Mind Lab's own numbers: independent benchmark replication, whether MinT's adapter-management approach gets adopted or forked elsewhere, and whether the $10M-ARR-in-two-weeks trajectory holds up as the preview's early adopters convert to sustained usage rather than a launch-week spike. Mind Lab sits in the same wave of Chinese AI startups building infrastructure around open-weight bases (GLM, Qwen) rather than training frontier models from scratch — a pattern worth tracking alongside Zhipu, Moonshot, and the rest of the "Six Tigers" cohort.

Related reading

  • What is fine-tuning an LLM? LoRA, QLoRA, SFT, RLHF explained
  • Microsoft EvoLib: test-time learning without weight updates
  • TencentDB Agent Memory v2: team memory hub
  • Karpathy's LLM wiki pattern for agent memory
  • Top Chinese AI companies and startups in 2026
  • GLM-5.2: Zhipu's response in the China AI race
  • Qwen 3.8 Max: open-weight coding and agent frontier
  • Adaption Labs AutoScientist: automated model training

Primary source

  • KrASIA — Mind Lab puts continual learning to the test with Macaron-V1

Figures, benchmark claims, and revenue numbers in this post reflect Mind Lab's own statements as reported by KrASIA and are accurate as of August 5, 2026. None of the performance or revenue claims have independent third-party verification at time of publication — treat them as vendor-reported until an independent benchmark or audit is published.

Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Jul 20, 2026

Bojie Li's AI Agent Book: Open-Source Textbook, 10 Chapters, and Runnable Code

李博杰 (Bojie Li) open-sourced 《深入理解 AI Agent》 with 10 chapters, PDFs in four languages, and chapter-matched demos. This guide answers the questions GitHub Trending readers ask: cost, English lag, first runnable projects, and how it connects to explainx.ai's MCP, skills, and harness coverage.

Aug 5, 2026

From ReAct Loop to Production Harness: DAG Planning, Tiered Memory, Budget Pressure

A basic agent loop is one pilot flying one jet. A production harness is an air campaign — mission planners, parallel sorties, fuel budgets, flight recorders. Data For Science's "Building an Advanced Agentic Harness" walks through the concrete upgrade: typed tools, a plan DAG, tiered memory, a two-tier verifier, and a budget-pressure scalar that drives graceful degradation. Here is what it teaches, what the HN thread pushed back on, and where it still falls short of production.

Aug 5, 2026

Cloudflare OS: An Open-Source Platform for Agents, Apps, and Work

Cloudflare open-sourced Cloudflare OS on August 5, 2026 — an agent workspace where every agent and app starts with access to nothing, apps run as isolated "Gadgets," and Kenton Varda calls it a rebuild of his own 2015 Sandstorm.io "with AI." Here is what it actually does, what Varda said on Hacker News that the blog post left out, and what's still unproven.