---
title: "Microsoft Just Open-Sourced a Cheat Code for AI Agents (SkillOpt) #microsoft #ai #aiagents"
url: https://daily.dev/posts/microsoft-just-open-sourced-a-cheat-code-for-ai-agents-skillopt-microsoft-ai-aiagents-ftbbj40eh
source_url: https://www.youtube.com/watch?v=jjze-8Wia38
type: video:youtube
source: "YouTube"
published: 2026-07-08T02:52:57.944Z
updated: 2026-07-08T02:53:18.875Z
tags: ["llm", "ai-agents"]
reading_time: 2
upvotes: 1
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Microsoft Just Open-Sourced a Cheat Code for AI Agents (SkillOpt) #microsoft #ai #aiagents

**[YouTube](https://daily.dev/sources/youtube)** · 2 min read · 1 upvotes · 0 comments

## Summary

Microsoft Research has open-sourced SkillOpt, a tool that improves AI agent performance by treating the agent's skill document (a markdown file) as a trainable artifact rather than fine-tuning model weights or manually tweaking prompts. SkillOpt runs a training-loop-like process: the agent executes tasks with its current skill file (rollout), an optimizer model analyzes successes and failures to extract reusable patterns (reflection), then proposes edits under a strict budget analogous to a learning rate. Edits must pass a held-out validation set before being accepted, and rejected edits are stored so the optimizer avoids repeating mistakes. Tested across 7 models, 6 benchmarks, and 2 execution harnesses (Codex and Claude Code), SkillOpt achieved best or tied-best results in all 52 settings. Notably, skill files are portable across models — a skill trained in Codex transferred to Claude Code with a 31.8-point gain on spreadsheet tasks, and skills from larger models boosted smaller ones by 15 points without retraining.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=jjze-8Wia38>

## Similar posts on daily.dev

- [OpenAI are quietly adopting skills, now available in ChatGPT and Codex CLI](https://daily.dev/posts/openai-are-quietly-adopting-skills-now-available-in-chatgpt-and-codex-cli-v4gaxyg7q) · Simon Willison · 19 upvotes · 0 comments

---

Tags: [#llm](https://daily.dev/tags/llm), [#ai-agents](https://daily.dev/tags/ai-agents)

[View this post on daily.dev](https://daily.dev/posts/microsoft-just-open-sourced-a-cheat-code-for-ai-agents-skillopt-microsoft-ai-aiagents-ftbbj40eh)
