Hugging Face Daily PapersHaozhe Liu, Tian Ye, Sensen Gao1 min readpaperadvanced
SoL-Pi: Recursively Scaling Auto-Research Loops for Efficient Agent Harness
Summary
SoL-Pi is a new approach for scaling auto-research loops in coding agents, focusing on token efficiency for long reasoning trajectories. It achieves comparable performance to existing methods while significantly reducing token traffic by 44.7-49.0% and API costs by about one third on the 51-task EdgeBench evaluation.
- SoL-Pi improves token efficiency for coding agents in long reasoning and tool-use trajectories.
- It scales auto-research loops across diverse environments for harness rollouts.
- Key mechanisms include action execution, context compaction, observation handling, and delegated reading.
- Achieves 44.7-49.0% token traffic reduction and ~33% API cost reduction compared to native harnesses.
Engineers developing or deploying LLM-powered coding agents should care about SoL-Pi for its potential to significantly reduce operational costs and improve efficiency in complex, long-running tasks.
7/10


