Fetching from the wire…
Top 5 · 2026-06-01 · source-backed
Microsoft Research dropped a paper that should change how every builder thinks about their agent configuration files. SkillOpt (arXiv 2605.23904) treats a Markdown document as an external parameter of a frozen LLM and applies learning rate, batch, and momentum concepts in text space. Not metaphorically. Literally. They train your skill file.
The results are absurd. Across 6 benchmarks, 7 models, and 3 execution harnesses (direct chat, Codex, Claude Code), SkillOpt wins or ties on all 52 evaluated cells. On GPT-5.5: +23.5 points in direct chat, +24.8 in Codex, +19.1 in Claude Code. Those aren't marginal improvements. That's the difference between a mediocre agent and a good one.
I maintain a CLAUDE.md file for every project I work on. Most builders I know do the same. We've been treating prompt engineering as intuition, taste, trial and error. SkillOpt says: no, this is an optimization problem with a tractable solution. You can systematically search the space of possible skill file configurations and find ones that measurably improve your model's task performance.
The mechanism: SkillOpt iteratively edits sections of the Markdown skill file, evaluates performance on a held-out task set, and applies something analogous to gradient descent in text space. The "learning rate" controls how aggressively edits are made. The "momentum" preserves successful patterns across iterations. It's MIT licensed and open source.
This connects directly to the cost story. If Copilot is now charging you per token, and SkillOpt can get you better results in fewer attempts (because the model understands your intent more precisely on the first try), then optimized skill files aren't just about quality. They're about economics. Better skills = fewer wasted tokens = lower bills.
What builders should do: if you maintain CLAUDE.md, AGENTS.md, .cursor/rules, or any agent skill files, this is worth running against your actual task distribution. The assumption that "prompt engineering is art not science" just took a hit. It's still art. But now there's a gradient.
Each link below shares sources, entities, or timing with this story.
Forrest Chang's andrej-karpathy-skills repo is a single CLAUDE.md file distilling Karpathy's observations on LLM coding pitfalls. It topped GitHub trending with +44K weekly stars. Then the ecosystem detonated. Ten-plus related repos trended simultaneously with 70K+ combined st...
Runta published FrontierHarness on September 2 and it's the most directly useful benchmark I've read this quarter, because it controls the one variable everyone conflates. Nine agent harnesses (Codex, Claude Code, OpenCode, Pi, Oh My Pi, DeepSeek Harness, Kimi Code, Exo Harnes...
Here's the experiment: a team of cooperating agents rebuilds SQLite in Rust from scratch, using only the 835-page manual. No source code. No test suites. No internet. Then it has to pass a held-out sqllogictest suite. It worked. Cursor published the research (Wilson Lin, July...
$3,054 against $38,370. Same benchmark, better score. Praxist (arXiv 2608.25955, submitted August 26) replaces per-attempt agent memory with a typed evidence graph of findings, plus lane-structured frontiers and agendas, so later attempts inherit validated mechanisms rather th...
Y Combinator CEO Garry Tan open-sourced GStack and the repo hit 10,000 GitHub stars in 48 hours. That makes it one of the fastest-growing dev tools of 2026. GStack is a 23-tool MIT-licensed toolkit that turns Claude Code into role-based agents: CEO, Designer, QA, Release Manag...
wanshuiyin/HERO-Anti-OverDefense went from creation to 68 stars in a single day. HERO is Hashing, Edge cases, Rubrics, Overbuild, and the claim is that agent over-engineering isn't diffuse but falls into four recognizable shapes suppressible with a portable prompt contract acr...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.