Open Source

Hexo Labs Open-Sources SIA: A Self-Improving Agent That Updates Both the Harness and the Model Weights

· May 29, 2026
Hexo Labs Open-Sources SIA: A Self-Improving Agent That Updates Both the Harness and the Model Weights

What changed

Hexo Labs released SIA, an open-source self-improving agent framework under the MIT license. Unlike typical self-improving loops that only adjust the scaffold or program harness, SIA integrates a feedback agent that reviews the trajectory of each run and triggers two types of updates. It can rewrite the scaffold itself or apply a LoRA fine-tuning update to the underlying model weights of gpt-oss-120b. This dual update lever expands the scope of self-improvement beyond code modifications into actual model adaptation.

Why builders should care

For developers building autonomous AI agents, SIA’s approach challenges the common limitation of fixed model weights during iterative improvement. The ability to update both the scaffold controlling execution and the model weights that drive decision making creates a more robust self-refinement loop. Testing showed this gave better results on complex tasks like LawBench benchmarking, GPU kernel optimization with TriMul, and biological data denoising in single-cell RNA sequencing. This suggests SIA’s combined updates improve practical performance where neither scaffold-only iteration nor static weights suffice.

The practical takeaway

This open-source release means builders can now experiment with self-improving agents that handle both software and model adaptation automatically without needing proprietary tools. The MIT license allows integration into larger projects or workflows. Operators building agents that must evolve in complex environments or those aiming to improve domain-specific performance at multiple levels can adopt SIA’s framework. This lowers the barrier for continuous AI system tuning and could accelerate development cycles in research or product settings.

What to watch next

Look for adoption of SIA-style dual-update agents across other open-source and commercial AI labs. The impact of simultaneously fine-tuning model weights while adjusting scaffolding could pressure workflows that treat models as static components. Follow improvements in how feedback agents assess execution trajectories to trigger updates more efficiently. Longer term, this method might become a foundation for AI systems that sustain meaningful performance growth without manual retraining or redesign.

AI Quick Briefs Editorial Desk

Stay ahead of AI Get the most important AI news delivered to your inbox — free.