Overview
This paper introduces EurekAgent, an environment-engineered agent system for autonomous scientific discovery.
- Field: NLP
- Authors: Amy Xin, Jiening Siow, Junjie Wang, Zijun Yao, Fanjin Zhang, Jian Song, Lei Hou, Juanzi Li
- arXiv: 2606.13662
- Achieves new state-of-the-art results on multiple autonomous scientific discovery tasks
- Sets a record on the 26-circle packing problem with less than $11 total API cost
Abstract (translated)
LLM-based agents have shown potential in automating scientific discovery. The authors argue that the bottleneck is shifting from prescribing workflows to designing agent environments. EurekAgent engineers the environment along four dimensions:
1. Permissions engineering — controlling what the agent can access and do 2. Artifact engineering — shaping the artifacts the agent produces and iterates on 3. Budget engineering — managing compute and API spending 4. Human-in-the-loop engineering — determining when humans intervene
Key results
Original abstract
> LLM-based agents have shown potential in automating scientific discovery. We argue the bottleneck is shifting from prescribing workflows to designing agent environments. We present EurekAgent, an environment-engineered agent system for autonomous scientific discovery. EurekAgent engineers the environment along four dimensions: permissions, artifact, budget, and human-in-the-loop engineering. It achieves new state-of-the-art results on multiple tasks, including 26-circle packing with less than $11 total API cost.
*Auto-collected on 2026-06-14.*