• bitcoinBitcoin(BTC)$64,164.00-0.50%
  • ethereumEthereum(ETH)$1,898.34-0.20%
  • tetherTether(USDT)$1.000.00%
  • binancecoinBNB(BNB)$591.08-0.50%
  • usd-coinUSDC(USDC)$1.000.00%
  • rippleXRP(XRP)$1.03-2.50%
  • solanaSolana(SOL)$72.38-1.90%
  • tronTRON(TRX)$0.326918-0.10%
  • Figure HelocFigure Heloc(FIGR_HELOC)$1.02-3.00%
  • HyperliquidHyperliquid(HYPE)$56.00-1.00%
  • dogecoinDogecoin(DOGE)$0.068856-1.50%
  • USDSUSDS(USDS)$1.000.00%
  • RainRain(RAIN)$0.012547-0.10%
  • leo-tokenLEO Token(LEO)$9.760.00%
  • zcashZcash(ZEC)$496.28-4.20%
  • cardanoCardano(ADA)$0.2003945.60%
  • moneroMonero(XMR)$368.721.00%
  • whitebitWhiteBIT Coin(WBT)$55.59-0.50%
  • chainlinkChainlink(LINK)$8.170.50%
  • stellarStellar(XLM)$0.160987-2.70%
  • daiDai(DAI)$1.000.00%
  • bitcoin-cashBitcoin Cash(BCH)$212.36-0.80%
  • USD1USD1(USD1)$1.000.00%
  • Ethena USDeEthena USDe(USDE)$1.000.00%
  • the-open-networkGram (prev. Toncoin)(GRAM)$1.37-2.10%
  • CantonCanton(CC)$0.091514-12.20%
  • litecoinLitecoin(LTC)$45.390.50%
  • Global DollarGlobal Dollar(USDG)$1.000.00%
  • Circle USYCCircle USYC(USYC)$1.130.00%
  • hedera-hashgraphHedera(HBAR)$0.068134-1.00%
  • avalanche-2Avalanche(AVAX)$6.42-2.90%
  • paypal-usdPayPal USD(PYUSD)$1.000.00%
  • shiba-inuShiba Inu(SHIB)$0.000005-4.50%
  • suiSui(SUI)$0.67-2.30%
  • BlackRock USD Institutional Digital Liquidity FundBlackRock USD Institutional Digital Liquidity Fund(BUIDL)$1.000.00%
  • tether-goldTether Gold(XAUT)$4,227.98-0.20%
  • crypto-com-chainCronos(CRO)$0.053330-1.30%
  • uniswapUniswap(UNI)$4.00-1.90%
  • nearNEAR Protocol(NEAR)$1.66-1.90%
  • Ondo US Dollar YieldOndo US Dollar Yield(USDY)$1.140.20%
  • pax-goldPAX Gold(PAXG)$4,240.28-0.20%
  • BittensorBittensor(TAO)$191.69-1.90%
  • okbOKB(OKB)$85.28-0.40%
  • OndoOndo(ONDO)$0.358035-3.80%
  • World Liberty FinancialWorld Liberty Financial(WLFI)$0.052642-1.70%
  • HTX DAOHTX DAO(HTX)$0.000002-0.20%
  • AsterAster(ASTER)$0.60-0.90%
  • Ripple USDRipple USD(RLUSD)$1.000.00%
  • usddUSDD(USDD)$1.000.10%
  • MemeCoreMemeCore(M)$1.14-6.90%
TradePoint.io
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop
No Result
View All Result
TradePoint.io
No Result
View All Result

Microsoft’s SkillOpt Shows Optimized Agent Skill Artifacts Transfer Across Model Scales and Between Codex and Claude Code Harnesses

August 6, 2026
in AI & Technology
Reading Time: 13 mins read
A A
Microsoft’s SkillOpt Shows Optimized Agent Skill Artifacts Transfer Across Model Scales and Between Codex and Claude Code Harnesses
ShareShareShareShareShare

SkillOpt is a text-space optimizer developed by a team of researchers from Microsoft, Shanghai Jiao Tong University, Tongji University, and Fudan University.

SkillOpt trains a single natural-language skill document while the target model stays frozen. An optimizer model reads scored rollouts and proposes bounded add/delete/replace edits. A held-out selection split accepts an edit only when the score strictly improves. The exported artifact is one file, best_skill.md.

The transfer tables report three columns. Baseline is the target’s no-skill score. Direct is SkillOpt trained in-domain on that exact target. Transferred applies a skill trained elsewhere, with no further optimization.

The useful comparison is not transferred versus direct. It is how much of the in-domain gain survives the move.

Cross-model transfer: within-family, mixed retention

Skills were trained on GPT-5.4 and deployed on smaller variants.

SpreadsheetBench GPT-5.4-mini 36.1 47.5 45.5 +9.4 82%
SpreadsheetBench GPT-5.4-nano 23.5 42.5 26.5 +3.0 16%
LiveMath GPT-5.4-mini 14.7 32.8 19.2 +4.5 25%
LiveMath GPT-5.4-nano 23.2 27.2 28.8 +5.6 140%

Two rows deserve attention. SpreadsheetBench on GPT-5.4-mini keeps 82% of the in-domain gain. That is close to free reuse. The LiveMath row on GPT-5.4-nano is stranger: the transferred skill scores 28.8 against an in-domain SkillOpt result of 27.2. The paper reads this as evidence that some learned procedures are target-model agnostic.

The GPT-5.4-nano SpreadsheetBench row is the weak one at 16%. Retention is not uniform, and the paper does not claim it is. Its stated bound is narrower: no row falls below the target’s no-skill baseline.

YOU MAY ALSO LIKE

OpenAI’s Ring-Shaped Smart Speaker Will Reportedly Cost Between $300 And $400

Cloudflare Introduces Kitesurf: An Agent-First Web Browser That Runs Entirely in V8 Isolates on Cloudflare Workers

Note the scope. All four rows stay inside one GPT family. Cross-family transfer, such as GPT to Qwen, is not tested.

Cross-harness transfer: the strongest result

This is the section that matters most for deployment. All rows use GPT-5.5.

Benchmark Source → Target Baseline Direct Transferred Gain Share of in-domain gain
SpreadsheetBench Codex → Claude Code 22.1 80.4 81.8 +59.7 102%
SpreadsheetBench Claude Code → Codex 27.5 85.0 71.1 +43.6 76%
LiveMath Claude Code → Codex 35.2 78.4 48.0 +12.8 30%
LiveMath Codex → Claude Code 40.8 56.5 42.4 +1.6 10%

The first row is the headline. A skill optimized inside Codex lifted Claude Code from 22.1 to 81.8. That slightly exceeds the 80.4 Claude Code reached by training its own skill from scratch.

The two harnesses expose different tool and file APIs and different command surfaces. A skill that survives that shift is not encoding command recipes. The research paper attributes SpreadsheetBench’s portability to workbook-level procedures: structure-first inspection, formula-aware verification, and static-value materialization. Those hold regardless of which CLI runs the Python.

LiveMath tells the opposite story. Codex → Claude Code retains only 10% of the in-domain gain. The asymmetry is worth sitting with. Procedural skills — how to inspect, verify, and format — appear to be the portable class. Reasoning-heavy skills appear more tied to their training environment.

Cross-benchmark transfer: real but small

Source → Target Model Baseline Transferred Gain
OlympiadBench → Omni-MATH GPT-5.4 56.6 60.3 +3.7
OlympiadBench → Omni-MATH GPT-5.4-mini 34.8 36.6 +1.8
OlympiadBench → Omni-MATH GPT-5.4-nano 38.8 40.1 +1.3

There is no Direct column here. No in-domain SkillOpt run on Omni-MATH is reported, so the comparison is against no-skill only. Gains are positive across all three model scales but small. The research paper’s reading is that the skill retained reusable mathematical procedure after both the test instances and the answer-format conventions changed.

Why the artifact moves at all

The mechanism is stated plainly in the research paper. All three execution modes: direct chat, Codex, Claude Code – consume the same best_skill.md file format. That shared contract is what makes the cross-harness experiment possible in the first place.

The Codex harness renders the current skill to a per-task SKILL.md alongside task files, then reads back a compact execution trace. The Claude Code harness mirrors the same workspace contract through the claude CLI. Neither harness gets a bespoke skill format.

The artifact’s shape supports portability too. Final skills run 379 to 1,995 tokens across the six benchmarks, with a median near 920. They are assembled from 1 to 4 accepted edits. The paper’s Figure 4 samples one learned rule per benchmark, and all are procedural rather than instance-specific. The SpreadsheetBench rule, verbatim: inspect workbook structure and formulas, then write evaluated static values across the full requested target range instead of relying on Excel recalculation.

What this implies for portability

Training cost is paid once, offline, and measured. The research paper reports 0.6M to 46.4M training tokens per absolute test point, depending on benchmark. SpreadsheetBench sits at 0.6M per point; DocVQA at 46.4M. The optimizer model runs only during training and adds zero inference-time calls at deployment.

If a skill trained in one harness holds up in another, that one-time cost spreads across environments. The Codex → Claude Code SpreadsheetBench result is the existence proof. It also implies you can optimize where tooling is cheapest and deploy where the product lives.

The audit angle is separate and underrated. The deployed artifact is a text file a domain practitioner can read in minutes. Every change to it is traceable: each step records an edit_apply_report.json with per-edit accept and skip status. Portability plus inspectability is a different operational posture than shipping fine-tuned weights.

Key Takeaways

  • Evidence covers one GPT family and two benchmarks per axis, so portability is demonstrated, not yet generalized.
  • A Codex-trained SpreadsheetBench skill scored 81.8 inside Claude Code, above that harness’s own 80.4 in-domain result.
  • All 4 cross-model, 4 cross-harness, and 3 cross-benchmark transfer rows land above the target’s no-skill baseline.
  • Transfer strength tracks task type: procedural spreadsheet skills move well, math-reasoning skills move weakly.
  • The portable unit is one best_skill.md of 379 to 1,995 tokens, built from 1 to 4 accepted edits.

Resources: Paper, GitHub, Project page, Docs, PyPI and Demo video

Baselines referenced: GEPA, TextGrad, EvoSkill and Trace2Skill

Benchmarks referenced: SearchQA, SpreadsheetBench, DocVQA, LiveMathematicianBench and ALFWorld


Asif Razzaq is the CEO of Marktechpost Media Inc.. As a visionary entrepreneur and engineer, Asif is committed to harnessing the potential of Artificial Intelligence for social good. His most recent endeavor is the launch of an Artificial Intelligence Media Platform, Marktechpost, which stands out for its in-depth coverage of machine learning and deep learning news that is both technically sound and easily understandable by a wide audience. The platform boasts of over 2 million monthly views, illustrating its popularity among audiences.

Credit: Source link

ShareTweetSendSharePin

Related Posts

OpenAI’s Ring-Shaped Smart Speaker Will Reportedly Cost Between 0 And 0
AI & Technology

OpenAI’s Ring-Shaped Smart Speaker Will Reportedly Cost Between $300 And $400

August 6, 2026
Cloudflare Introduces Kitesurf: An Agent-First Web Browser That Runs Entirely in V8 Isolates on Cloudflare Workers
AI & Technology

Cloudflare Introduces Kitesurf: An Agent-First Web Browser That Runs Entirely in V8 Isolates on Cloudflare Workers

August 6, 2026
Suno Is Adding Audio Watermarks So AI-Generated Songs Are More Easily Identifiable
AI & Technology

Suno Is Adding Audio Watermarks So AI-Generated Songs Are More Easily Identifiable

August 6, 2026
OpenAI Gives Free ChatGPT Users Unlimited Text Chats on GPT-5.6 Luna – Unite.AI
AI & Technology

OpenAI Gives Free ChatGPT Users Unlimited Text Chats on GPT-5.6 Luna – Unite.AI

August 6, 2026
Next Post
Trading is Not About Being Right Every Time

Trading is Not About Being Right Every Time

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Search

No Result
View All Result
Don’t Panic When The Market Goes Down

Don’t Panic When The Market Goes Down

August 2, 2026
Ben Crump to represent family of Nolan Wells

Ben Crump to represent family of Nolan Wells

July 31, 2026
Am I Losing My Mind?

Am I Losing My Mind?

August 2, 2026

About

Learn more

Our Services

Legal

Privacy Policy

Terms of Use

Bloggers

Learn more

Article Links

Contact

Advertise

Ask us anything

©2020- TradePoint.io - All rights reserved!

Tradepoint.io, being just a publishing and technology platform, is not a registered broker-dealer or investment adviser. So we do not provide investment advice. Rather, brokerage services are provided to clients of Tradepoint.io by independent SEC-registered broker-dealers and members of FINRA/SIPC. Every form of investing carries some risk and past performance is not a guarantee of future results. “Tradepoint.io“, “Instant Investing” and “My Trading Tools” are registered trademarks of Apperbuild, LLC.

This website is operated by Apperbuild, LLC. We have no link to any brokerage firm and we do not provide investment advice. Every information and resource we provide is solely for the education of our readers. © 2020 Apperbuild, LLC. All rights reserved.

No Result
View All Result
  • Main
  • AI & Technology
  • Stock Charts
  • Market & News
  • Business
  • Finance Tips
  • Trade Tube
  • Blog
  • Shop

© 2023 - TradePoint.io - All Rights Reserved!