Agentic Auto-Research is Fuzz Testing· 自主研究代理与模糊测试
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
自主研究代理应采用模糊测试方法以处理稀疏反馈问题
- 核心方法
- 提出将灰盒模糊测试的概念应用于自主研究代理中,通过暴露廉价、密集的认知信号和指导探索来改进实验过程
- 适合谁读
- 研究者、工程师
- 要解决的问题
- 现有自主研究代理在实验生成与排名中忽略了稀疏反馈问题
- 关键实验
- 未提供
- 主要贡献
- 引入了模糊测试技术来优化自主研究代理的实验设计与执行过程,提高了研究效率
- 意义与局限
- 此方法能够加速科学发现过程,尤其是在高度不确定性的研究领域,但可能需要针对不同问题领域进行具体调整