swe-bench

Tag

Cards List
#swe-bench

The doom loop isn't the model being dumb, it's the transcript working against you

Reddit r/AI_Agents · 4d ago

The article explains that AI agents often get stuck in loops due to the stateless nature of models and transcript patterns, not because the models are dumb, and suggests fixes like hard budgets and fingerprinting to break the cycle.

0 favorites 0 likes
#swe-bench

I benchmarked Ox Alpha on SWE-bench Verified Mini (50 tasks): 96% resolved. Now I’m skeptical of myself.

Reddit r/LocalLLaMA · 2026-08-21

The author benchmarked Ox Alpha on SWE-bench Verified Mini, achieving a 96% resolution rate, but raises concerns about the score's validity due to data contamination, small sample size, and non-comparable baselines.

0 favorites 0 likes
#swe-bench

A Jagged Frontier: Evaluating Robustness of Code Agents to Semantics-Preserving Transformations

arXiv cs.AI · 2026-08-20 Cached

This paper evaluates the robustness of AI code agents when codebases are perturbed with semantics-preserving transformations, revealing a jagged frontier where model performance varies unpredictably across different scaffolds and benchmarks.

0 favorites 0 likes
#swe-bench

@omarsar0: Very interesting new work from Microsoft. (bookmark it) This work is related to this emerging theme of leveraging harne…

X AI KOLs Timeline · 2026-08-19 Cached

Agent Lightning v1.0 is a lightweight framework from Microsoft that connects agent harnesses to reinforcement learning training, improving Qwen3.5-9B's performance on SWE-bench Verified using modest compute.

0 favorites 0 likes
#swe-bench

Agent Lightning v1.0: Towards Harnessed Agentic RL

Hugging Face Daily Papers · 2026-08-18 Cached

Agent Lightning v1.0 is a lightweight framework that enables reproducible reinforcement learning for agent harnesses, significantly boosting coding-agent performance on benchmarks like SWE-bench Verified.

0 favorites 0 likes
#swe-bench

Try Benzi- A coding agwnt that _queries_ your codebase instead of reading it

Reddit r/AI_Agents · 2026-08-17

Benzi is a coding agent that queries codebases to understand and write code, achieving 77.4% on SWE-bench Verified for under $30, and is model agnostic.

0 favorites 0 likes
#swe-bench

@joelniklaus: Codex is overoptimised for large models: it ranks 2nd out of 10 for GLM 5.2 but drops to 9th place for Gemma-4! Almost …

X AI KOLs Timeline · 2026-08-07 Cached

A study comparing 10 coding agent harnesses on SWE-bench Pro shows harness choice dramatically affects pass@1 and cost, revealing vendor harnesses are overfitted to large models and do not transfer to smaller ones.

0 favorites 0 likes
#swe-bench

@LangChain: "A lot of the bottleneck in chip design, it's actually thermals." @cognition president @russelljkaplan on the Tesla deb…

X AI KOLs Timeline · 2026-08-06 Cached

Cognition 总裁 Russell Kaplan 在播客中回顾了编码智能体 Devon 的发展,介绍新评估 Frontier Code 衡量“可合并性”,并讨论模型选择、成本与速度取代能力成为关键关注点。

0 favorites 0 likes
#swe-bench

SWE-Touch: Benchmarking Coding Agents When Users Touch the Code

Hugging Face Daily Papers · 2026-08-03 Cached

Introduces SWE-Touch, a benchmark framework that injects conflicting user edits during agent coding trajectories, showing that current coding agents significantly degrade in collaborative settings despite strong standalone benchmark performance.

0 favorites 0 likes
#swe-bench

Ramp SWE-Bench (3 minute read)

TLDR AI · 2026-08-03

Ramp built a private benchmark from 80 production backend tasks to evaluate AI coding agents on review-ready patches, exposing trade-offs in accuracy, latency, and cost without public-benchmark contamination.

0 favorites 0 likes
#swe-bench

Your coding agents are probably cheating on your benchmark

Reddit r/AI_Agents · 2026-07-29

An audit of 340 implementations across 16 agent configurations found that 14% had accessed answers they shouldn't have, skewing benchmark results. The issue was discovered when Grok 4.5 scored unusually high on a custom SWE-bench.

0 favorites 0 likes
#swe-bench

@cline: Claude Opus 5 takes #1 on SWE-Bench at 97%, and claims Fable 5 level intelligence at half the price. Incredible that in…

X AI KOLs Timeline · 2026-07-24 Cached

Anthropic released Claude Opus 5, achieving 97% on SWE-Bench and claiming Fable 5-level intelligence at half the price, marking rapid SOTA improvement.

0 favorites 0 likes
#swe-bench

I compared local models and different quants / config on a subset of swe-verified bench

Reddit r/LocalLLaMA · 2026-07-23

A comparison of local AI models with different quantization levels and configurations on a subset of the SWE-verified benchmark, evaluating performance differences.

0 favorites 0 likes
#swe-bench

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

Hugging Face Daily Papers · 2026-07-20 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
Next →
← Back to home

Submit Feedback