Most "self-evolving" pitches are architecture search with a marketing label. Here's the part we think actually matters.
Mid-pretraining, our model can propose four kinds of structural changes to itself: adding or removing a transformer block, resizing a block's width, or adding a routed MoE expert. Every candidate is backed by a statistical significance test against its own evaluation loss before it's even surfaced as a proposal — not after.
The architecture-search part is table stakes at this point. The part we spent the most engineering effort on is the layer around it:
Across multiple statistically significant proposed changes, zero were auto-applied. The approval gate held every time it was tested.
We're deliberately not calling this an autonomous system, because it isn't one, and the label would oversell it. What it actually is: a model that does the tedious part of architecture search — generating and statistically validating candidates — and hands a human a short, evidence-backed decision instead of a wall of raw metrics to interpret from scratch. That's a slower story to tell than "self-evolving AI," and a more accurate one.
Full technical detail is on the Evolving LLM research page. If you're building infrastructure where you need automation with a human still firmly in the loop on anything structural, that's exactly the kind of system we build — let's talk.
© 2026 Cybergeon Technologies. All numbers on this site are re-verified against real code before publishing.