The Optimizer Is the Agent: Reasoning-Driven Search across Prompts, Programs, and ML Workflows
Summary
ReASearch is a unified framework where a single tool-using agent internalizes the search policy for optimizing prompts, programs, and ML workflows, outperforming specialized baselines across 14 tasks.
View Cached Full Text
Cached at: 08/10/26, 06:14 AM
Paper page - The Optimizer Is the Agent: Reasoning-Driven Search across Prompts, Programs, and ML Workflows
Source: https://huggingface.co/papers/2608.06714
Abstract
Recentsystemsforoptimizingprompts,programs,andMLworkflowstypicallyrelyonexplicitouter-loopcontrollerssuchasevolutionarysearch,bandits,ortextual-gradientmethods.Weaskafundamentallydifferentquestion:howmuchofthissearchpolicycanbeinternalizedbyasingletool-usingagent?WepresentReASearch,aunifiedframeworkforreasoning-drivenoptimizationinwhichtheagentautonomouslydecideswhattoevaluate,howtodiagnosefailures,whicheditstomake,andwhentoverifyorrestart.Ratherthanservingonlyasaproposalgeneratorguidedbyhand-designedheuristics,theagentactivelyanalyzesoutcomes,allocatesbudget,andrefinesitsstrategyoverlonghorizonsthroughpersistentmemory.Withasharedagentloopanddomain-specifictools,ReASearchinstantiatestheexactsamescaffoldtooptimizeprompts,programs,andMLworkflows.Across14diversetasks,itiscompetitivewithandmostlybetterthanspecializedoptimizationsystems,achievinggainsof2%to40%overstrongdomain-specificbaselines,andinsomecasesdiscoveringsolutionsthatimproveonpriorhumanbest-knownresults.Crucially,weobservethatcomplexsearchbehaviors,whicharetypicallyimplementedbyexplicitcontrollers,emergenaturallyfromtheagent’sreasoningprocess.
View arXiv pageView PDFAdd to collection
Get this paper in your agent:
hf papers read 2608\.06714
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2608.06714 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2608.06714 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2608.06714 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Learning to Explore: Scaling Agentic Reasoning via Exploration-Aware Policy Optimization
This paper proposes an exploration-aware reinforcement learning framework that enables LLM agents to adaptively explore only when uncertainty is high, improving performance on text-based and GUI-based benchmarks.
Rethinking Reasoning-Intensive Retrieval: Evaluating and Advancing Retrievers in Agentic Search Systems
The paper introduces BRIGHT-Pro, a new benchmark for reasoning-intensive retrieval, and RTriever-Synth, a synthetic corpus used to fine-tune RTriever-4B for improved performance in agentic search systems.
SlimSearcher: Training Efficiency-Aware Web Agents via Adaptive Reward Gating
SlimSearcher is a framework that improves efficiency in deep research agents by combining Pareto-efficient trajectory filtering and adaptive reward shaping, reducing tool-call rounds by 17-58% while maintaining accuracy on benchmarks like GAIA, BrowseComp, and XBenchDeepSearch.
SAGE: Stochastic Prompt Optimization via Agent-Guided Exploration
Introduces SPO, a stochastic search framework for automatic prompt optimization, with three strategies including SAGE, an agent-guided multi-agent pipeline. Evaluated on benchmarks and deployed on a mental-health chatbot, showing improvements in retention through continuous optimization.
AREX: Towards a Recursively Self-Improving Agent for Deep Research
AREX introduces a family of recursively self-improving agents for deep research, alternating between an inner research loop and an outer self-improvement loop, trained with long-horizon reinforcement learning. It substantially outperforms comparable-scale baselines on benchmarks like BrowseComp and Humanity's Last Exam.