← All research

findings

Training AI on office work made it better at coding

+5.8 points on SWE-Bench Pro from training on office work

Two meters, office work and coding; a training arrow feeds only the first while both needles rise

Environment training transfers across domains. On August 3, Surge reported that a model post-trained on non-coding office tasks gained 5.8 points on SWE-Bench Pro, a coding benchmark the model was never trained on. The gain is transferable goal-directed execution, not domain knowledge. This changes what labs are buying: environments aren’t domain tutors, they train execution. The result rhymes with AfterQuery’s expert-data uplifts on other benchmarks, and it raises the stakes on contamination controls, the topic for next week.

Key Takeaways

  • A model post-trained on document work, scheduling, and admin workflows, zero coding tasks, gained 5.8 points on SWE-Bench Pro anyway.
  • The mechanism is documented in the research: RL post-training generalizes out-of-distribution where supervised fine-tuning memorizes.
  • If environments train execution rather than domain knowledge, labs should buy the hardest execution challenges available, and domain overlap stops being the shopping criterion.

What did Surge report?

Cross-domain transfer: office-work post-training lifts a coding benchmark

The post-training mix was professional document work, scheduling, communication, and similar administrative workflows. No coding tasks. The model gained 5.8 points on SWE-Bench Pro anyway. The gain came from the environment, not from domain-specific data.

Surge’s read is that the gain is transferable goal-directed execution: the ability to plan, execute multi-step workflows, recover from errors, and produce a verifiable output. These are execution skills, not coding skills. Training them in one domain improves performance in another because the underlying competency is the same.

The mechanism has research behind it. SFT Memorizes, RL Generalizes showed RL post-training holding up out-of-distribution where supervised fine-tuning collapses into memorization, and a 20-model study of reasoning transfer found the same asymmetry in the other direction: RL-tuned math models carried their gains to general tasks while SFT-tuned ones drifted and forgot (Huan et al., 2025). Office work to coding is the same claim with a more commercial wardrobe.

What did earlier work show?

Surge’s earlier cross-benchmark generalization work, published May 28, showed agentic-environment training transferring to Toolathlon, τ²-Bench, and BFCL-V4, benchmarks spanning tool use, multi-turn agent interactions, and function calling. The pattern is consistent: environment training that produces goal-directed execution transfers to any benchmark that requires it.

AfterQuery’s results rhyme. Expert-data uplifts on τ²-Bench and a +21.4% GDPval gain via on-policy distillation. Different vendor, different method, same shape. The shared finding: expert-generated signal, whether rubrics or environments, improves frontier-model performance on benchmarks the expert data was not built for.

What does this mean for buyers?

If environments train execution rather than domain knowledge, the value of an environment is not measured by domain overlap with the target benchmark. An office-work environment improves coding performance. A finance environment might improve legal performance. Labs are buying general execution capability, not domain-specific tutoring.

This is the strongest version of the case that the constraint has shifted to environments:

  • If environments were domain tutors, a lab would need one environment per domain.
  • If environments train execution, a lab needs the hardest, most realistic execution challenges, and the domain is secondary.
  • The 31-to-1 benchmark-to-environment ratio understates the leverage, because one good environment can improve performance across many benchmarks.

What this means

Environment training transfers across domains. That makes environments more valuable than domain-specific data and raises the stakes on contamination controls. If an environment leaks test structure, the transfer carries the cheat, not the competence.

FAQ

What is SWE-Bench Pro?

SWE-Bench Pro is Scale AI’s contamination-resistant, long-horizon successor to SWE-bench: 1,865 enterprise-grade software engineering problems across 41 repositories. Surge’s August 3 result showed a model post-trained on non-coding office work gaining 5.8 points on it, evidence that environment training transfers across domains.

What is goal-directed execution?

Goal-directed execution is the ability to plan, execute multi-step workflows, recover from errors, and produce a verifiable output. It’s domain-general: the same execution skills that resolve an office-work task also resolve a coding task. Environment training improves execution, which transfers.

Why does this raise contamination concerns?

If an environment leaks test structure, for example if the training environment contains patterns that also appear in the evaluation benchmark, the transfer carries the leak, not the competence. A model that appears to improve on SWE-Bench Pro may have memorized structure from a contaminated office-work environment. Contamination controls are what separate real transfer from leakage.