菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-17
📄 Abstract - SAGE: Stochastic Prompt Optimization via Agent-Guided Exploration

Context engineering has emerged as a primary lever for improving AI systems without parameter updates. Recent work showing that textual gradients do not function as real gradients motivates treating automatic prompt optimization (APO) as black-box search. We introduce SPO (Stochastic Prompt Optimization), a framework for stochastic search over prompt space, and compare three strategies of increasing sophistication: error-informed random search, a genetic algorithm with evolutionary operators, and SAGE (SPO via Agent-Guided Exploration), a multi-agent pipeline with diagnostic code execution. Across three benchmarks, no single strategy dominates; effectiveness depends on the interaction of landscape structure with error type. We further deploy SAGE on a mental-health chatbot under a continuous optimization paradigm, where it compounds eight cycles of individually-noisy A/B tests into a statistically robust gain in next-day retention. We argue that coupling qualitative diagnosis with quantitative validation is what makes agentic optimization effective for open-ended task-oriented dialogue.

顶级标签: llm agents
详细标签: prompt optimization stochastic search multi-agent task-oriented dialogue black-box optimization 或 搜索:

SAGE:基于智能体引导探索的随机提示优化方法 / SAGE: Stochastic Prompt Optimization via Agent-Guided Exploration


1️⃣ 一句话总结

本文提出了一种名为SAGE的多智能体提示优化框架,通过将人工诊断与定量验证相结合,在多个任务中有效提升了AI系统的表现,尤其是在心理健康聊天机器人场景中,经过多次A/B测试累积实现了显著的次日留存率增长。

源自 arXiv: 2606.18902