Specification-to-Execution Loop
Translates natural-language goals into runnable ML/agent pipelines automatically.
This is a dated survey snapshot, not a completed systematic review. It organizes 196 display papers, 686 classified GitHub repos, and 97 public discussion signals into working loops while keeping claim limits visible.
Translates natural-language goals into runnable ML/agent pipelines automatically.
Explores architecture, prompt, code, agent, and hyperparameter spaces to find better designs.
Tests, benchmarks, and verifies whether a candidate change is a genuine improvement.
Converts failures into memory, generates revision candidates from feedback signals.
Maintains multiple candidates, selects, mutates, and recombines across generations.
Largest family: LLMs rewriting their own instructions.
Self-generated rewards eliminate human annotation bottlenecks.
Code as the mutable substrate — agents rewrite their own source.
Social pressure as selection mechanism.
Accumulated experience becomes heritable skill libraries.
Real-world environments as the ultimate fitness function.
Smallest but most critical: guarding against misevolution.