swe-bench

Tag

Cards List
#swe-bench

To Run or Not to Run: Analyzing the Cost-Effectiveness of Code Execution in LLM-Based Program Repair

Hugging Face Daily Papers · 2026-06-25 Cached

This paper empirically analyzes the cost-effectiveness of code execution in LLM-based program repair agents, finding that execution is used heavily but often indiscriminately, and that restricting execution can save significant cost with minimal impact on repair success.

0 favorites 0 likes
#swe-bench

@dunik_7: An AI more than doubled its own coding ability while the researchers just watched. 20% -> 50% on SWE-bench. They never …

X AI KOLs Timeline · 2026-06-24 Cached

A paper from Jeff Clune's lab describes an AI that doubled its coding ability on SWE-bench from 20% to 50% by rewriting its own source code without human intervention, using an evolutionary approach.

0 favorites 0 likes
#swe-bench

@yoheinakajima: more ppl are now trying out this approach of agents communicating with a shared state (vs talking to each other)

X AI KOLs Following · 2026-06-17 Cached

Azalia Mirhoseini highlights DeLM, a decentralized language model approach where agents communicate via shared state, achieving ~10% improvement on SWE-bench Verified with Gemini-3 Flash at less than half the cost.

0 favorites 0 likes
#swe-bench

@HuggingPapers: LoopCoder-v2 is out A 7B model trained on 18T tokens that scores 64.4 on SWE-bench Verified with just two loops, beatin…

X AI KOLs Following · 2026-06-17 Cached

LoopCoder-v2, a 7B model trained on 18T tokens, achieves 64.4 on SWE-bench Verified with only two loops, outperforming models 30x larger. The model and code are available on Hugging Face.

0 favorites 0 likes
#swe-bench

Ramp SWE-Bench: a private, production-grounded coding benchmark (3 minute read)

TLDR AI · 2026-06-15

Ramp released its own private SWE-Bench benchmark built from real engineering problems, enabling evaluation of coding models within its financial software ecosystem.

0 favorites 0 likes
#swe-bench

@AlchainHust: https://x.com/AlchainHust/status/2064676532212097418

X AI KOLs Timeline · 2026-06-10 Cached

This article provides a detailed review of Anthropic's newly released Claude Fable 5 model, and demonstrates the author's process of using it to develop a Mac App '翻箱' in one day. The model has significant improvements in code generation and stability.

0 favorites 0 likes
#swe-bench

Claw-SWE-Bench: A Benchmark for Evaluating OpenClaw-style Agent Harnesses on Coding Tasks

Hugging Face Daily Papers · 2026-06-10 Cached

Claw-SWE-Bench is a new benchmark and adapter protocol that standardizes evaluation conditions for comparing diverse coding agents on SWE-bench-style tasks, revealing that adapter design significantly impacts performance and cost.

0 favorites 0 likes
#swe-bench

@denizbirlikci: To understand why we built FrontierCode, read @METR_Evals's blog post on why "many SWE-bench-passing PRs would not be m…

X AI KOLs Following · 2026-06-08 Cached

Cognition announces FrontierCode, a new coding evaluation benchmark that goes beyond unit tests to measure code quality, scope, test correctness, and human reviewer approval, addressing the issue of agents writing sloppy code that passes tests but is not maintainable.

0 favorites 0 likes
#swe-bench

Retrospective Harness Optimization: Improving LLM Agents via Self-Preference over Trajectory Rollouts

Hugging Face Daily Papers · 2026-06-04 Cached

Retrospective Harness Optimization (RHO) is a self-supervised method that improves LLM agent performance using only past trajectories, achieving a 78% pass rate on SWE-Bench Pro without external grading.

0 favorites 0 likes
#swe-bench

Not All Errors Are Equal: Consequence-Aware Reasoning Compute Allocation

arXiv cs.AI · 2026-06-04 Cached

This paper proposes consequence-aware test-time compute allocation, routing higher-stakes software engineering tasks to larger compute budgets based on predicted failure cost rather than just difficulty. Evaluated on SWE-bench Lite and Multi-SWE-bench mini, the approach reduces cost-weighted loss by 22–33% compared to difficulty-aware routing.

0 favorites 0 likes
#swe-bench

M3 scores well on SWE-Bench but that's not why Im impressed its the stuff no benchmark measures.

Reddit r/AI_Agents · 2026-06-04

M3 achieves solid benchmark scores but impresses with its ability to perform risk assessment and pre-mortem analysis before making code changes, highlighting a more cautious and thorough approach to refactoring in messy legacy repos.

0 favorites 0 likes
#swe-bench

@raydistributed: Congratulations to the Microsoft AI team on MAI-Thinking-1! Exciting to see Ray used in multiple parts of frontier-mode…

X AI KOLs Following · 2026-06-04 Cached

Microsoft AI announces MAI-Thinking-1, a 35B active/1T total MoE reasoning model competitive on STEM and coding tasks, developed using Ray for distributed training and orchestration.

0 favorites 0 likes
#swe-bench

@vincentsunnchen: New Benchtalks with @jyangballin: on ProgramBench (0% frontier models at launch) and the lineage/future of coding bench…

X AI KOLs Following · 2026-06-03

A podcast/interview episode discussing ProgramBench, a new coding benchmark where frontier models scored 0% at launch, covering its design philosophy, artifact-level evaluation, and the evolution of coding benchmarks from SWE-bench and InterCode.

0 favorites 0 likes
#swe-bench

@vintcessun: Just came across this article, pretty impressive. Essentially, when AI agents do parallel exploration or tree search, each checkpoint/rollback requires backing up the entire file and process state, taking hundreds of milliseconds. DeltaBox discovered that consecutive checkpoints are actually highly similar. So instead of copying everything, just record the changes. It introduces two OS-level mechanisms…

X AI KOLs Timeline · 2026-05-24 Cached

Presented at arXiv, DeltaBox introduces OS-level mechanisms (DeltaFS and DeltaCR) for millisecond-level checkpoint and rollback in stateful AI agents by only duplicating changes between consecutive states, achieving 14ms checkpoint and 5ms rollback on SWE-bench and enabling significantly deeper tree search within fixed time budgets.

0 favorites 0 likes
#swe-bench

@rohanpaul_ai: Meta paper shows that coding agents get much better when they reuse short summaries of past attempts instead of raw log…

X AI KOLs Following · 2026-05-23 Cached

A Meta paper shows that coding agents improve significantly when they reuse short summaries of past attempts instead of raw logs, achieving strong gains on SWE-Bench and Terminal-Bench with Claude 4.5 Opus.

0 favorites 0 likes
#swe-bench

Qwen 3.7 Max scores 60.6% on SWE-Bench Pro

Reddit r/singularity · 2026-05-21

Qwen 3.7 Max achieves a score of 60.6% on SWE-Bench Pro, demonstrating competitive performance on software engineering tasks.

0 favorites 0 likes
#swe-bench

@victormustar: [NEW] Hugging Face Dataset Leaderboard: you can now filter benchmark results by model parameter range! For example: fin…

X AI KOLs Following · 2026-05-20 Cached

Hugging Face Dataset Leaderboard now allows filtering benchmark results by model parameter range, enabling users to find the best models under a certain parameter count.

0 favorites 0 likes
#swe-bench

@dair_ai: NEW paper worth reading. GPT-5.4 nano plus a critic-comparator orchestration loop hits 76.4% on SWE-bench Verified, mat…

X AI KOLs Following · 2026-05-18 Cached

A new paper shows that using a weak model with k=8 proposals and a critic-comparator selection loop can match frontier model performance on SWE-bench Verified, reaching 76.4% accuracy. The key insight is that correct patches are often already present in a weak model's top-k candidates, and the challenge is effective selection using execution verification.

0 favorites 0 likes
#swe-bench

@kevin_x_li: Introducing SWE-ZERO-12M-trajectories: the largest agentic trace dataset in the open, 5.7x larger than the previous lar…

X AI KOLs Following · 2026-05-13 Cached

SWE-ZERO-12M-trajectories is the largest open agentic trace dataset for coding, with 112B tokens across 12M trajectories from 122K pull requests and 3K repositories, enabling scalable training of agentic coding models without requiring containerized execution.

0 favorites 0 likes
#swe-bench

Through the looking glass of benchmark hacking

Hacker News Top · 2026-05-11 Cached

Poolside discovered reward hacking in their RL training for the Laguna M.1 model on SWE-Bench-Pro, finding that agents can exploit git history and other loopholes to cheat benchmarks, highlighting the need for better alignment and evaluation methods.

0 favorites 0 likes
← Previous
Next →
← Back to home

Submit Feedback