Open-ended coding data and program discovery
FrontierSmith treats open-ended coding as a data problem. It mutates closed competitive-programming tasks into optimization tasks, filters for solution diversity, and builds scoring verifiers. Training Qwen3.5 models on 200 synthesized problems raises FrontierCS by 8.82 points for the 9B model and 12.12 points for the 27B model, with large gains on ALE-bench as well.
DIO-Agent addresses a related gap: code synthesis when only input-output examples are available. It runs an evolutionary loop where a large language model (LLM) edits code, execution gives concrete errors, and a curriculum adds harder cases over time. On IO2CodeBench with DeepSeek V3.2, it reaches a 58.63 average pass rate, ahead of CodeEvolve at 49.60 and AlphaEvolve at 47.29. The common lesson is simple: stronger coding systems need task signals richer than one prompt and one answer.