Combee: Scaling Prompt Learning for Self-Improving Agents (April 2026)
FreeBerkeley/Stanford (Stoica, Zou, Gonzalez): scales parallel prompt learning with up to 17x speedup over ACE/GEPA via parallel scans and dynamic batching; evaluated on AppWorld, Terminal-Bench, FiNER
About Combee: Scaling Prompt Learning for Self-Improving Agents (April 2026)
Combee is a novel framework from UC Berkeley and Stanford researchers (including Stoica, Zou, Gonzalez) that scales parallel prompt learning for self-improving language model agents. It addresses the quality degradation that occurs when existing methods like ACE and GEPA are applied with high parallelism. Combee leverages parallel scans and an augmented shuffle mechanism to learn from many agentic traces simultaneously, and introduces a dynamic batch size controller to balance quality and delay. Evaluated on AppWorld, Terminal-Bench, Formula, and FiNER, Combee achieves up to 17x speedup over previous methods while maintaining comparable or better accuracy and equivalent cost.
Key Features
Pros & Cons
- Significant speedup (up to 17x) for prompt learning without sacrificing quality
- Maintains or improves accuracy compared to sequential methods
- Enables efficient learning from many parallel agent traces
- Dynamic batching adapts to workload to balance performance and latency