Treats agents as code and searches over prompts, tools, workflows, and their combinations.
Agents are defined as programs in a Turing-complete language. That choice sets the search space: prompts, tool use and control flow are all just code, so anything expressible is reachable.
A meta agent writes new agent programs, runs them, scores them, and adds what it finds to a growing archive it can read from. The authors call this Meta Agent Search.
Discovered designs beat hand-built baselines, and they transfer: agents found in one domain hold up in another, and agents found with one underlying model hold up on a different one.
