Did Codex Reset
GitHub

Microsoft paper reports a 16.6-point average gain for CASD prompt optimization

DAIR.AI

DAIR.AI describes a Microsoft paper on coding agents as prompt optimizers. Its method, CASD, gives an off-the-shelf coding agent the full set of agent logs and has it write the analysis code, instead of running a search loop over small batches of trajectories. The agent computes statistics over the whole trajectory corpus, finds recurring failure modes, reads representative episodes, and writes those findings as rules in one prompt. It needs no environment access and no validation data.

Across ALFWorld, tau2-bench retail and telecom, and Spreadsheet Bench-Verified, one CASD pass improved the unoptimized baseline by 16.6 points on average. GEPA improved it by 10.9 points and SkillOpt by 5.3. Each optimized prompt costs about $1.60, more than 22 times cheaper than validation-gated search.