Execution-scored RL for engineering agents
Reinforcement learning is getting more usable because the training target is narrower and the environment is faster. Scaling Coding Agents via Atomic Skills breaks software work into five verifiable skills and reports an average 18.7% gain across ten tasks, including SWE-bench Verified at 0.585 from 0.507. SandMLE applies the same execution-first logic to machine learning engineering: synthetic tasks cut runtime from about 200 seconds to under 15 seconds, then improve Any Medal rate by 20.3% to 66.9% on MLE-bench-lite. The common pattern is simple: make each step cheap to run and easy to score, then scale on-policy RL.