English

Improving Language Agents through BREW

Artificial Intelligence 2025-11-26 v1

Abstract

Large Language Model (LLM)-based agents are increasingly applied to tasks requiring structured reasoning, tool use, and environmental adaptation, such as data manipulation, multistep planning, and computer-use automation. However, despite their versatility, current training paradigms for model weight optimization methods, like PPO and GRPO, remain relatively impractical with their high computational overhead for rollout convergence. In addition, the resulting agent policies are difficult to interpret, adapt, or incrementally improve. To address this, we investigate creating and refining structured memory of experiential learning of an agent from its environment as an alternative route to agent optimization. We introduce BREW (Bootstrapping expeRientially-learned Environmental knoWledge), a framework for agent optimization for downstream tasks via KB construction and refinement. In our formulation, we introduce an effective method for partitioning agent memory for more efficient retrieval and refinement. BREW uses task graders and behavior rubrics to learn insights while leveraging state-space search for ensuring robustness from the noise and non-specificity in natural language. Empirical results on real world, domain-grounded benchmarks -- OSWorld, τ2\tau^2Bench, and SpreadsheetBench -- show BREW achieves 1020%10-20\% improvement in task precision, 1015%10-15\% reduction in API/tool calls leading to faster execution time, all while maintaining computational efficiency on par with base models. Unlike prior work where memory is treated as static context, we establish the KB as a modular and controllable substrate for agent optimization -- an explicit lever for shaping behavior in a transparent, interpretable, and extensible manner.

Keywords

Cite

@article{arxiv.2511.20297,
  title  = {Improving Language Agents through BREW},
  author = {Shashank Kirtania and Param Biyani and Priyanshu Gupta and Yasharth Bajpai and Roshni Iyer and Sumit Gulwani and Gustavo Soares},
  journal= {arXiv preprint arXiv:2511.20297},
  year   = {2025}
}
R2 v1 2026-07-01T07:54:12.883Z