NVIDIA Researchers Present SoL-Pi, Reporting Up to 49% Less Token Traffic

The project changes the software around a coding model rather than the model itself. Its promising benchmark result now faces the harder test of varied real-world development workflows.

By 2 min read
NVIDIA Researchers Present SoL-Pi, Reporting Up to 49% Less Token Traffic
NVIDIA Researchers Present SoL-Pi, Reporting Up to 49% Less Token Traffic

Listen to this story

The audio brief

About 1:41
0:001:41
Read transcript
A coding-agent harness called SoL-Pi reportedly cut recorded token traffic by 44.7 to 49 percent on a 51-task evaluation, without materially reducing performance. The work comes from researchers affiliated with NVIDIA, NTU, and MIT, and the important detail is that they changed the software around the coding model—not the model itself. A harness manages the agent’s tool calls, conversation history, and returned observations. In a long coding session, that record can grow continuously, forcing the agent to reread information and spend more on API usage. SoL-Pi tries to reduce that repeated work while preserving the evidence the agent needs. On EdgeBench, the researchers report comparable results to Pi using GPT-5.6 Sol and Opus 5, with API costs roughly one-third lower than Pi. Their estimates put savings at $4.36 to $5.71 per hour against Pi, and $8.75 to $13.50 against native Codex and Claude Code harnesses. Those are benchmark estimates, not guarantees for every codebase or toolchain. The system emerged from auto-research loops and combines four mechanisms: Action Fusion for execution, Online Context Compact for shrinking carried context, ObservationPack for handling observations, and Evidence-Preserving Reducer for delegated reading. The open question is whether those gains survive longer, messier repositories and real production workflows. That is the harder test than 51 structured tasks—and the constraint that will determine how broadly SoL-Pi matters.

Story brief

3 key points

SoL-Pi, developed by researchers affiliated with NVIDIA, NTU, and MIT, modifies the coding-agent harness rather than the underlying models. On 51 EdgeBench tasks, it reportedly cut recorded token traffic by 44.7%–49.0% while maintaining comparable performance on GPT-5.6 Sol and Opus 5, with API costs about one-third lower than Pi. The reported hourly savings are benchmark estimates, not guarantees. The key...

  1. 01

    The harness combines Action Fusion, Online Context Compact, ObservationPack, and Evidence-Preserving Reducer.

  2. 02

    Estimated savings reached $8.75–$13.50 per hour versus native Codex and Claude Code harnesses.

  3. 03

    Against Pi, estimated savings were $4.36–$5.71 per hour on the reported benchmark.

A research team affiliated with NVIDIA, NTU and MIT has presented SoL-Pi, a set of changes to a coding-agent harness designed to make long agent runs use less context and fewer tokens. On a 51-task evaluation, the authors report 44.7% to 49.0% less recorded token traffic than Pi while achieving comparable performance across two tested models.

The target is a familiar cost of long coding sessions: an agent moves through reasoning, tool calls and feedback while carrying forward a growing record of prior work. A harness coordinates those actions, the conversation history and returned information. SoL-Pi works at that layer, seeking to reduce the information and steps an agent repeatedly processes.

A lower-cost run, by the authors’ measure

The paper estimates hourly savings of $8.75 to $13.50 against native Codex and Claude Code harnesses, and $4.36 to $5.71 against Pi. Those are benchmark-based estimates, not a claim that every team will see the same savings in its own codebase and tool chain.

Four mechanisms emerged from the search

The team developed the system through auto-research loops at the harness layer. It explored candidates broadly, then refined the ones that survived across diverse environments. The final package covers action execution, context compaction, observation handling and delegated reading.

  • Action Fusion changes how an agent executes actions.
  • Online Context Compact focuses on shrinking carried context.
  • ObservationPack changes how the agent handles observations.
  • Evidence-Preserving Reducer addresses delegated reading.

The researchers say the retained mechanisms can transfer beyond the settings that produced them because the search covered numerous repository-derived and verifier-driven environments. That proposition is consequential: it suggests harness improvements may be reusable rather than tuned to one task.

The next move is testing the harness under real workloads

SoL-Pi’s result centers on a practical proposition: a coding agent may become materially cheaper when its harness stops repeatedly carrying unnecessary context through a task. EdgeBench provides an initial test across 51 tasks. The important next question is whether the same balance of lower token use and comparable task performance holds in longer, messier software work.

Sources

  1. academy.dair.aiSoL-Pi: Recursively Scaling Auto-Research Loops for Efficient Agent Harness

Loading discussion...

YOUR READING SPACE

Notifications

NVIDIA Researchers Present SoL-Pi, Reporting Up to 49% Less Token Traffic | Superpower Daily