SoL-Pi: Recursively Scaling Auto-Research Loops for Efficient Agent Harness
Summary
SoL-Pi introduces a method for recursively scaling auto-research loops in coding agents, achieving significant token and cost reductions while maintaining performance on benchmarks.
View Cached Full Text
Cached at: 09/18/26, 03:01 AM
Paper page - SoL-Pi: Recursively Scaling Auto-Research Loops for Efficient Agent Harness
Source: https://huggingface.co/papers/2609.20519 Authors:
,
,
,
,
,
,
,
,
,
,
,
,
Abstract
Ascodingagentsmovefromsupervisedcodecompletiontounattended,around-the-clockexploration,theirworkexpandsfromisolatedpredictionsintolongtrajectoriesofreasoning,tooluse,andfeedback.Tokenefficiencythereforebecomesimportantforscalingrecursiveself-improvement.WetakeanRSI-inspiredapproachattheharnesslayer,scalingauto-researchloopsacrossincreasinglynumerousanddiverseenvironmentsforharnessrollouts.Atthisscale,theprocessyieldsreusableimprovementsthattransferbeyondtheirdevelopmentsetting,movingautomatedharnessdiscoverytowardproduction-leveloutcomes.FourmechanismssurviveselectionandformSoL-Pi,spanningactionexecution,contextcompaction,observationhandling,anddelegatedreading.Onthe51-taskEdgeBenchevaluation,SoL-PiachievesperformancecomparabletoPiacrossGPT-5.6SolandOpus5whilereducingrecordedtokentrafficby44.7-49.0%andAPIcostbyaboutonethird.Inotherwords,estimatedhourlysavingsare\8.75-13.50relativetonativeCodexandClaudeCodeharnesses,and\4.36-5.71relativetoPi.
View arXiv pageView PDFProject pageGitHub2.19kAdd to collection
Get this paper in your agent:
hf papers read 2609\.20519
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/2609.20519 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2609.20519 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2609.20519 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
Pi Agent Users - Nvidia Released Sol-Pi - A Pi-Extension based on AutoResearch loops to make the Harness more efficient
SoL-Pi is a standalone extension for Pi agents that enhances efficiency by reducing token traffic and inference work through mechanisms like action fusion and context compaction, with all features being opt-in and preserving original evidence.
@aigclink: NVIDIA's open-source agent harness focused on token efficiency: SoL-Pi, 35–64% fewer tokens than the native harness, 50…
NVIDIA's SoL-Pi is an open-source agent harness that reduces token usage by 35-64% and API costs by 50-54% by automating the inspection and refactoring of AI workflows for efficiency.
@omarsar0: Build your own harness, folks. This is absolute banger paper from NVIDIA on self-evolving agent harnesses. (bookmark it…
The paper introduces SoL-Pi, an automated harness discovery method that reduces token usage by nearly half and cuts API costs by about a third while maintaining performance on benchmarks using models like GPT-5.6 Sol and Opus 5.
@omarsar0: // Scaling Laws for Agent Harnesses // If you build agent harnesses, this one is worth your time. (bookmark it) Most ha…
New research on scaling laws for agent harnesses reveals that most token and tool call volume does not matter; the work introduces an effective approach.
@hooshaaii: Scaling reasoning isn't just about longer context—it's fixing "Contextual Drag" in Recursive Self-Improvement (RSI). IC…
The article presents Dream-RSI, a framework for scalable recursive self-improvement in AI agents that uses a replay simulator to refine exploration policies, reducing discovery costs and improving quality.