Microsoft open-sources SkillOpt, a framework for self-evolving agent skills
blaizedsouza · x · 2026-07-21
Microsoft open-sources SkillOpt, a self-evolving agent-skill framework
The post says Microsoft has open-sourced SkillOpt, a system for training agent skills the way you train a model, but without changing model weights.
What it claims:
- A base model performs the task.
- A separate optimizer evaluates the output and rewrites the skill instructions automatically.
- The system isolates successful paths, rejects edits that do not beat a benchmark, and transfers across different models.
- The attached README screenshot describes it as "Executive Strategy for Self-Evolving Agent Skills" and says it uses epochs, batch size, learning rates, validation gates, and bounded edit operations.
The pitch is that skill documents become the trainable state of a frozen agent, enabling reproducible improvement with zero inference-time model calls at deployment.
Related event: Microsoft Open-Sources SkillOpt for Self-Evolving Agent Skills(2 posts)→
More from coding & agent
- Claude Code skill uses 10 Markdown rules to make outputs ADHD-friendly — alex_verem · 2026-07-22
- A better path to agent autonomy is running waves, finding friction, and iterating — JnBrymn · 2026-07-22
- Coding agents are heading toward an AI-writes, AI-reviews, human-approves workflow — aftahi_ai · 2026-07-22
- oMLX 0.5.2 adds Mac menu-bar stats, low-bit decode kernels, and faster downloads — awnihannun · 2026-07-22
- GitHub review bot hits its PR limit and forces a 39-minute cooldown — DanielLockyer · 2026-07-22
- Max reasoning effort appears to be mobile-only in Codex Remote, not desktop — GabGarrett · 2026-07-22