swe-bench

Tag

Cards List
#swe-bench

SWE-Pruner Pro: The Coder LLM Already Knows What to Prune

Hugging Face Daily Papers · 2d ago Cached

SWE-Pruner Pro leverages the coding agent's own internal representations to prune long code context, saving up to 39% of tokens while maintaining or improving task performance on multi-turn benchmarks.

0 favorites 0 likes
#swe-bench

@thesupermanmx: China just changed the game They just dropped an open-sourced model that burns only 1% of the tokens compared to your f…

X AI KOLs Timeline · 2026-07-15 Cached

China released Ling-2.6-1T, a 1 trillion parameter open-source model that achieves 72.2% on SWE-bench with a 256K context window, claiming high efficiency and compatibility with Claude Code.

0 favorites 0 likes
#swe-bench

You only need the frontier model for one single edit

Hacker News Top · 2026-07-15 Cached

A blog post arguing that using a frontier model only for planning and a cheaper model for execution is not cost-effective because reading—not editing—is the primary cost driver; duplicate reading offsets any savings.

0 favorites 0 likes
#swe-bench

Function-Aware Fill-in-the-Middle as Mid-Training for Coding Agent Foundation Models

arXiv cs.AI · 2026-07-15 Cached

This paper proposes function-aware fill-in-the-middle mid-training for coding agent foundation models, exploiting the structural similarity between function calls and agent action-observation loops. The method improves performance on SWE-Bench benchmarks across multiple model sizes and post-training pipelines.

0 favorites 0 likes
#swe-bench

What Context Does a Coding Agent Actually Need to Act?

arXiv cs.LG · 2026-07-14 Cached

This paper investigates the minimal context needed for coding agents to edit code, finding that natural-language summaries of code are ineffective and that surrounding context matters little, with compressed context achieving equal results at a third of the tokens. It also reveals a noise floor due to temperature-0 API inference.

0 favorites 0 likes
#swe-bench

Know Before Fix: QA-Driven Repository Knowledge Acquisition for Software Issue Resolution

Hugging Face Daily Papers · 2026-07-13 Cached

ACQUIRE is a QA-driven framework that decouples knowledge acquisition from patch generation for software issue resolution, outperforming pre-repair methods on SWE-bench Verified.

0 favorites 0 likes
#swe-bench

@h100envy: This paper completely changed how I think about an autonomous engineer agent: Give the agent an interface, not bash -> …

X AI KOLs Timeline · 2026-07-11 Cached

This paper introduces an Agent-Computer Interface (ACI) for autonomous coding agents, replacing raw bash with purpose-built commands for navigation, editing, and feedback, achieving state-of-the-art results on SWE-bench and HumanEvalFix.

0 favorites 0 likes
#swe-bench

@Azaliamirh: Check out TRACE, a new self-improvement approach where the agent identifies the missing capabilities behind its own fai…

X AI KOLs Timeline · 2026-07-09 Cached

TRACE is a new self-improvement approach where an AI agent identifies the missing capabilities behind its own failures and trains itself to address them. TRACE-trained Qwen3.6-27B achieves 73.2% on SWE-bench Verified, outperforming much larger models with fewer training rollouts.

0 favorites 0 likes
#swe-bench

@OpenAI: To audit SWE-Bench Pro, we used model-based investigator agents alongside independent reviews from five independent exp…

X AI KOLs · 2026-07-08 Cached

OpenAI describes its audit of SWE-Bench Pro using model-based investigator agents and independent reviews from experienced software engineers to ensure thorough evaluation at scale.

0 favorites 0 likes
#swe-bench

@OpenAI: We audited SWE-Bench Pro, one of the most widely used AI coding benchmarks, and found it no longer reliably measures fr…

X AI KOLs · 2026-07-08 Cached

OpenAI audited the SWE-Bench Pro coding benchmark and found approximately 30% of tasks broken, retracting their previous recommendation for its use as a leading coding evaluation.

0 favorites 0 likes
#swe-bench

Separating signal from noise in coding evaluations

Hacker News Top · 2026-07-08 Cached

OpenAI audited SWE-Bench Pro, a coding benchmark, and found approximately 30% of tasks are broken due to issues like overly strict tests and underspecified prompts, advising model developers to carefully examine results.

0 favorites 0 likes
#swe-bench

Hy3 Benchmark Roundup: from SWE-Bench Pro to 312 real-world workflow tasks

Reddit r/singularity · 2026-07-07

A roundup of benchmarks including SWE-Bench Pro and 312 real-world workflow tasks, likely evaluating AI performance on software engineering challenges.

0 favorites 0 likes
#swe-bench

SWE-Review: Closing the Loop on Issue Resolution with Agentic Code Review

Hugging Face Daily Papers · 2026-07-07 Cached

This paper introduces SWE-Review, a framework that closes the loop on AI-generated pull requests by enabling iterative agentic review and revision cycles, improving code quality and issue resolution. Experimental results show that it outperforms single-turn review and enables effective test-time scaling.

0 favorites 0 likes
#swe-bench

Self-Evolving Agents with Anytime-Valid Certificates

arXiv cs.AI · 2026-07-02 Cached

This paper introduces SEA, an architecture for self-evolving agents that confines self-modification to a steering adapter and versioned harness around a frozen base model, using anytime-valid gates to audit modifications against a fixed error budget. Experiments on SWE-bench Verified with four base models show that the suite provides a +4 to +5% improvement on strong base models while preventing regressions.

0 favorites 0 likes
#swe-bench

Senior SWE-Bench: open-source benchmark that assesses agents as senior engineers

Hacker News Top · 2026-07-02 Cached

Senior SWE-Bench is an open-source benchmark that evaluates AI agents on software engineering tasks requiring senior-level skills.

0 favorites 0 likes
#swe-bench

SWE-rebench leaderboard update: GLM-5.2, Qwen3.6-27B, Qwen3.6-35B-A3B, Gemma 4 31B and more + improved UI

Reddit r/LocalLLaMA · 2026-07-01 Cached

SWE-rebench leaderboard updated with new models (GLM-5.2, Qwen3.6, Gemma 4 31B, etc.) and an improved UI, showing performance rankings on software engineering tasks.

0 favorites 0 likes
#swe-bench

@nathanhabib1011: best models < 128B params on SWE-bench_pro... @Alibaba_Qwen 3.6 27b still crazy, closely followed by @ornith_ 35B

X AI KOLs Following · 2026-06-30 Cached

Tweet highlighting top-performing AI models under 128B parameters on the SWE-bench_pro benchmark, noting Alibaba Qwen 3.6 27B and ornith 35B as leading contenders.

0 favorites 0 likes
#swe-bench

@no_stp_on_snek: someone will wave the card at me: the 9B crushes its base on the coding benchmarks (SWE-bench 69 vs 53). true. but on m…

X AI KOLs Following · 2026-06-28 Cached

A commentator discusses the performance of a 9B model on coding benchmarks, noting that while it beats its base on SWE-bench (69 vs 53), the advantage narrows on behavioral and long-horizon tests, suggesting limited gains outside benchmark distributions.

0 favorites 0 likes
#swe-bench

@github: We benchmarked the GitHub Copilot agentic harness against the harnesses that ship leading models natively. Holding the …

X AI KOLs Following · 2026-06-28 Cached

GitHub benchmarked its Copilot agentic harness against model-vendor harnesses, finding comparable task resolution with fewer tokens across multiple benchmarks, highlighting Copilot's support for over 20 models.

0 favorites 0 likes
#swe-bench

@HowToPrompt__: This is 100% illegal. Someone just rebuilt the entire Claude Code in pure Python and dumped it on GitHub for free. → Ru…

X AI KOLs Timeline · 2026-06-28 Cached

A fully open-source Python replica of Claude Code has been released on GitHub, supporting multiple models like GPT and Gemini, achieving 58.2% on SWE-bench Verified, and claiming to be 6x cheaper than the original.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback