The most interesting model released in April 2026 didn't come from OpenAI, Anthropic, or Google. MiniMax, the Chinese AI lab best known for multimodal models and video generation, open-sourced M2.7 on April 12 — a 230-billion-parameter Mixture-of-Experts agent model with a capability that no production model has shipped before: it participated actively in its own development cycle. During training, M2.7 was given write access to its own memory and skill library, used those tools to optimize its own training infrastructure, and achieved a documented 30% performance improvement through self-driven iteration. That is not a metaphor or a marketing claim. It is a shipped model with weights on Hugging Face, a technical blog post documenting the process, and benchmark scores that match GPT-5.3-Codex on SWE-bench Pro. Here is what developers need to know.
What "Self-Evolving" Actually Means in Practice
The term "self-evolving AI" has appeared in research papers about reinforcement learning from self-play, automated neural architecture search, and meta-learning for years. MiniMax M2.7 is the first production model to document a concrete self-improvement loop running inside an agentic training harness — and the mechanism is worth understanding in detail because it explains both why the approach worked and why it matters for the direction of AI development.








