|
@@ -20,6 +20,7 @@ Inspired by [Karpathy's autoresearch](https://github.com/karpathy/autoresearch).
|
|
|
[](#whats-new-in-20)
|
|
[](#whats-new-in-20)
|
|
|
[](https://skills.sh)
|
|
[](https://skills.sh)
|
|
|
[](https://skills.sh)
|
|
[](https://skills.sh)
|
|
|
|
|
+[](https://github.com/microsoft/SkillOpt)
|
|
|
|
|
|
|
|
```
|
|
```
|
|
|
npx skills add alchaincyf/darwin-skill
|
|
npx skills add alchaincyf/darwin-skill
|
|
@@ -29,6 +30,14 @@ npx skills add alchaincyf/darwin-skill
|
|
|
|
|
|
|
|
---
|
|
---
|
|
|
|
|
|
|
|
|
|
+> [!NOTE]
|
|
|
|
|
+> **🤝 Microsoft Research lists darwin-skill as an official SkillOpt integration.**
|
|
|
|
|
+> On 2026-06-03, the [SkillOpt repo](https://github.com/microsoft/SkillOpt) noted:
|
|
|
|
|
+> *"gbrain, gbrain-evals, and **darwin-skill** have all integrated SkillOpt."*
|
|
|
|
|
+> We absorbed its validation-gated framework; it added darwin to its integration list. A two-way nod. 👉 [Visit the SkillOpt repo](https://github.com/microsoft/SkillOpt)
|
|
|
|
|
+
|
|
|
|
|
+---
|
|
|
|
|
+
|
|
|
## What's New in 2.0
|
|
## What's New in 2.0
|
|
|
|
|
|
|
|
v2.0 is not a patch release. It's a structural upgrade absorbing two Microsoft Research papers published on 2026-05-22. Five concrete changes:
|
|
v2.0 is not a patch release. It's a structural upgrade absorbing two Microsoft Research papers published on 2026-05-22. Five concrete changes:
|
|
@@ -201,10 +210,11 @@ v2.0's design directly builds on the following academic work. Recommended readin
|
|
|
|
|
|
|
|
> Microsoft Research. *SkillOpt: Executive Strategy for Self-Evolving Agent Skills.* arXiv:2605.23904, 2026.
|
|
> Microsoft Research. *SkillOpt: Executive Strategy for Self-Evolving Agent Skills.* arXiv:2605.23904, 2026.
|
|
|
|
|
|
|
|
-- Paper: https://arxiv.org/abs/2605.23904
|
|
|
|
|
|
|
+- 🔗 **Code repo**: [github.com/microsoft/SkillOpt](https://github.com/microsoft/SkillOpt) (`pip install skillopt`, v0.1.0 on PyPI)
|
|
|
- Project page: https://microsoft.github.io/SkillOpt/
|
|
- Project page: https://microsoft.github.io/SkillOpt/
|
|
|
-- Code: https://github.com/microsoft/SkillOpt
|
|
|
|
|
|
|
+- Paper: https://arxiv.org/abs/2605.23904
|
|
|
- **Contribution**: The formal framework of validation-gated edits. Treats a skill as the "external trainable state" of a frozen model: every edit must pass independent validation to be kept. darwin.skill v2.0's multi-judge independent review, non-reuse of judges, early stopping, and dry-run ratio control all align with this framework.
|
|
- **Contribution**: The formal framework of validation-gated edits. Treats a skill as the "external trainable state" of a frozen model: every edit must pass independent validation to be kept. darwin.skill v2.0's multi-judge independent review, non-reuse of judges, early stopping, and dry-run ratio control all align with this framework.
|
|
|
|
|
+- 🤝 **Mutual recognition**: On 2026-06-03, the official SkillOpt repo listed darwin-skill as an integration: *"gbrain, gbrain-evals, and darwin-skill have all integrated SkillOpt."* They give us the framework; we give it real-world validation.
|
|
|
|
|
|
|
|
### autoresearch
|
|
### autoresearch
|
|
|
|
|
|