Search papers, labs, and topics across Lattice.
This paper critiques the traditional generate-and-rank approach in autonomous research agents, arguing that it overlooks the importance of dense feedback in the experimental process. By drawing parallels to greybox fuzzing, the authors propose a control loop where agents not only generate candidates but also iteratively refine their search based on observable progress signals from each experiment. The key finding suggests that integrating feedback-directed search can significantly enhance the efficiency of validated discoveries compared to mere sampling methods.
Sparse feedback in auto-research could be the hidden bottleneck preventing breakthroughs, and this paper reveals how a fuzzing-inspired approach might unlock new avenues for discovery.
Autonomous research agents can generate experiments faster than researchers can validate them. Researchers have responded by scaling the proposer and ranking more samples with a learned judge or human reviewers. We argue that this *generate-and-rank* paradigm misses the problem of sparse feedback. Within a declared research problem, an agent follows the control loop of a greybox fuzzer: it proposes a candidate, executes it, observes feedback, and chooses what to try next. A fuzzer rarely finds a bug, but coverage makes partial progress observable on every execution. Fuzzers then use that signal to mutate inputs and allocate effort, rather than only to rank completed runs. Auto-research needs the same two capabilities. First, each experiment should expose a cheap, dense signal of epistemic progress before final scientific validation is available. Second, that signal should determine the next intervention so that the agent searches rather than repeatedly samples. Because the optimized progress signal is guidance rather than a verdict, final validation must still decide what counts as a discovery using evidence protected from adaptive reuse. We propose controlled tests of whether candidate signals predict validated progress, whether feedback-directed search yields more validated discoveries per unit cost than repeated sampling, and whether protected validation reduces false discoveries. Feedback architecture, not only generation, is a central bottleneck in auto-research.