Execution checks are moving earlier and getting more concrete
Execution-backed coding is the clearest signal in this period. SolidCoder replaces model self-checks with sandbox runs and property-based assertions, then keeps every failing test it finds during repair. The gains are concrete: on GPT-4o, pass@1 reaches 77.0% on CodeContests, up from 72.7% for CodeSIM, and 26.7% on APPS versus 23.3%. The strongest ablation drop comes from edge-case planning before code generation, which cuts CodeContests performance from 77.0% to 53.3% when removed. The cost is higher inference work, so this line of work looks strong where correctness matters more than token budget.