Updates

Scaling PEFT Towards Brain Foundation Models
Scaling PEFT for brain encoding: adapt one large shared multimodal backbone with small neural adapters, taking first place on CNeuroMod/Algonauts 2025 with ~5% of the trainable parameters and 100x faster training.
Read
Muon vs AdamW for LoRA: When the optimizer changes, where should the learning rate move?
Swapping AdamW for Muon in LoRA usually shifts the best learning rate upward, but the rank-to-learning-rate transfer pattern is more stable than the absolute scale.
Read
Serving Macaron-V1 at Scale: Page-Level 2D KV Resharding
Page-level 2D KV resharding that keeps Prefill CP layer-split and Decode DCP page sharding consistent during cross-node KV transfer.
Read
Introducing Macaron-V1
Macaron-V1 is Mind Lab's agent model in 748B Venti and 35B Tall variants, built on Mixture-of-LoRA and model-harness co-design.
Read
UI4A: A Component-Native Harness for Generative UI
UI4A combines frontend-code expressiveness with an auditable, cross-framework runtime designed around how agents naturally build interfaces.
Read
Efficient LLM Agents with REPL Harnesses: Executable Composition and Validated Reuse
A controlled study of how action substrates change agent success, turns, token cost, and the value of validated executable reuse.
Read
Macaron-V1-Preview: 749B MoL Agent Model post-trained from GLM5.1
Macaron-V1-Preview
Read
MinT Cookbook: From Reproducible Baselines to Continuous Autoresearch
MinT Cookbook turns autoresearch into a standardized experiment practice, letting AI agents reproduce baselines, optimize methods, and scale continuous research loops on MinT infrastructure.
Read
Macaron-A2UI: A Model for Generative UI in Personal Agent
Macaron-A2UI trains Personal Agents to produce protocol-grounded Generative UI with short prompts and measurable rendered quality.
Read
Support GLM5 and GLM5.1 in MinT: LoRA training for DSA and MTP
Bringing GLM5 and GLM5.1 into MinT turned out to be a full-stack effort across training, inference, and checkpoint conversion rather than a routine model bring-up.
Read
0.03% Parameters, 100% Potential: Reflexivity of Compute Optimal Rank Scaling
LoRA rank in reasoning RL is not a bigger-is-better scaling knob: low rank already shows promise, mid rank is the most reliable operating region, and high rank adds cost without improving the performance frontier.
Read
OpenClaw Skill Security: Intent-Capability-Behavior Consistency as a New Framework
A new framework for OpenClaw skill security, showing why traditional scanners miss language-driven risk and why ICB matters.
Read
Triquetra for LoRA's entangled knobs: When LoRA rank changes, how should learning rate move?
Why LoRA learning-rate transfer across ranks is not universal? The key factor is how alpha scales with rank: different scaling rules lead to different rank-to-learning-rate behaviors.
Read
MindClaw: Fine-Tuning OpenClaw for Personalized Long-Term Memory
MindClaw is Mind Lab's online system for turning OpenClaw skills into parametric memory with MetaClaw, MinT, and LoRA RL for personal agents.
Read
From Context Engineering to Context Learning
Exploring the paradigm shift from Context Engineering to Context Learning, where transient test-time gains become permanent model capabilities.
Read
Router Replay R3: Why It Failed and How We Fixed It
We fixed Router Replay R3 in vLLM and veRL to eliminate training-inference mismatch in MoE models without discarding samples.
Read
Streaming Memory Benchmark: Diagnosing Memory with Evidence-Grounded Episodes
Streaming Memory Benchmark: evidence-grounded streaming episodes for stage-level diagnosis (formation, retrieval, application), measuring accuracy, latency, and token cost to expose inference masking and evaluate deployable long-term memory systems.
Read
MinT: RL Infrastructure for Experiential Intelligence
MinT: managed RL & post‑training turning real product experience into better open models; supports Qwen, DeepSeek, Kimi, multimodal/robotics, LoRA; bridges training to inference.
Read
From Words to Worlds: How World Models Unlock Scalable Agentic RL
Can LLMs serve as world models for agentic learning? We study scaling laws, fidelity, and agent utility across five text environments—showing how world models enable reasoning, adaptation, and safer RL.
Read
Exploring Agentic Memory beyond Reasoning and Tool-Use
Memory Diffusion is a Mask–Allocate–Refill framework that makes AI agent memory dynamic, enabling intelligent forgetting and efficient long-context reasoning.
Read
How We Build Trillion Parameter Reasoning RL with 10% GPUs
Mind Lab shows how to run efficient LoRA reinforcement learning on trillion-parameter MoE reasoning models, matching full RL with only 10% of the GPUs.
Read
Introducing Mind Lab: Building AI that Learns from Real Experience
Mind Lab builds AI minds that learn from real-world experience, using experiential intelligence and agentic RL to turn static models into adaptive products.
Read