cd /news/ai-agents/self-improvement-via-fast-tree-searc… · home topics ai-agents article
[ARTICLE · art-133320] src=arxiv.org ↗ pub= topic=ai-agents verified=true sentiment=↑ positive

Self Improvement via Fast Tree-search

A new arXiv paper (2609.19526v1) introduces Recursive Self Improvement via Fast Tree-search (SIFT), a sample-efficient framework that lets coding agents recursively modify their own implementations under strict budget constraints. SIFT replaces costly downstream benchmark re-runs with an LLM-as-a-judge signal that performs pairwise comparisons between candidate patches, aggregates win-loss records with a regularized Bradley-Terry model, and uses the resulting strength scores to drive rank-based parent sampling in a lightweight disaggregated tree search, reserving expensive task evaluations for only the most promising nodes. The authors report SIFT outperforms existing tree-search-based self-evolution frameworks on the full Polyglot benchmark with significantly lower CPU hours, wall clock time, and API cost.

by read1 min views1 publishedSep 18, 2026

arXiv:2609.19526v1 Announce Type: new Abstract: Coding agents can recursively modify their own implementations, forming a loop of self-improvement. While prior work shows this can boost performance on coding benchmarks, existing approaches are costly and compute-intensive. We introduce a simple, sample-efficient self-improvement framework that significantly improves coding performance under strict budget constraints. We identify evaluation of candidate self-modifications as the main runtime bottleneck since prior approaches estimate their effectiveness by re-running a subset of benchmark tasks with the modified agent, which is time-consuming. We introduce Recursive Self Improvement via Fast Tree-search (SIFT), which augments these downstream task evaluations with an LLM-as-a-judge signal that performs pairwise comparisons between candidate patches, where the win-loss record is aggregated with a regularized Bradley-Terry model, and the resulting strength scores drive rank-based parent sampling inside a lightweight disaggregated tree search. Expensive downstream task evaluations are reserved only for the most promising nodes. Using a fully disaggregated tree search pipeline, the judge scores provide intermediate signal to guide exploration on promising candidate patches without being bottlenecked by slow evaluation runs. SIFT outperforms existing tree-search based self-evolution frameworks on the full Polyglot benchmark with significantly lower resource requirements in terms of CPU hours, wall clock time, and API cost.

── more in #ai-agents 4 stories · sorted by recency
── more on @sift 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/self-improvement-via…] indexed:0 read:1min 2026-09-18 ·