AutoScientist-Quant: Self-Evolving Coding Agents for Automatic Research in Quantitative Investment Researchers introduced AutoScientist-Quant, a self-evolving framework that treats quantitative investment research as a budgeted search problem, enabling a single controller to decide whether to improve, combine, pivot, or stop, and to automate library selection and model tuning. The framework, tested on CSI universes, achieved the best value in nearly every metric across several backbones and markets, while fixing two lookahead problems to ensure true generalization. arXiv:2608.28632v1 Announce Type: new Abstract: Large language model agents can discover alphas, yet current methods have three weaknesses. The search cannot adapt during the run, automation usually ends at alpha generation while library selection and model choice stay manual, and alpha discovery can read the test window through loop feedback or code problems. We present AutoScientist-Quant, a self evolving search process that regards quantitative research as one budgeted search problem. A single controller conditions every decision on the remaining budget, choosing at each round whether to improve, combine, pivot, or stop, which node to expand, how many alphas to generate, and how to retrieve past trajectories from the shared memory. The same core then selects from the library and tunes the model, closing the loop from hypothesis to deployable strategy. We also review the evaluation pipeline reused from prior work, fix two lookahead problems, and keep the feedback window disjoint from the held out test window, so every comparison tests true generalization. On CSI universes, the framework attains the best value of nearly every metric in every setting, and these conclusions hold across several backbones and markets.