SWE-CI: Evaluating Agent Capabilities in Maintaining Codebases via CI
1–10 of 49 posts
Re: SWE-CI: Evaluating Agent Capabilities in Maintaining Codebases via CI
#2Re: SWE-CI: Evaluating Agent Capabilities in Maintaining Codebases via CI
#3Re: SWE-CI: Evaluating Agent Capabilities in Maintaining Codebases via CI
#4Re: SWE-CI: Evaluating Agent Capabilities in Maintaining Codebases via CI
#5This seems like a really cool thing to benchmark! Technically it'd be possible to take GitHub repos that the AI orgs probably already have, cross-reference the code against the issues and regressions, and train/validate on that.
The dataset would need to be way bigger to get close to the likes of SWE-bench: https://www.swebench.com/original.html
"Vibe coded stuff gets hard to maintain and will end up buggy." Yeah, so make models that deal with that better, optimize for maintainability and consistency.
Cool to see Claude doing decently though!
Re: SWE-CI: Evaluating Agent Capabilities in Maintaining Codebases via CI
#6I can't help but notice that they're benchmarking Opus 4.6 (Anthropic's latest and greatest model) against GPT-5.2 (which is three generations behind OpenAI's latest coding models: GPT-5.2-Codex, GPT-5.3-Codex and the latest GPT-5.4).
Re: SWE-CI: Evaluating Agent Capabilities in Maintaining Codebases via CI
#7Interesting benchmark. I can't help but notice that they're benchmarking Opus 4.6 (Anthropic's latest and greatest model) against GPT-5.2 (which is three generations behind OpenAI's latest coding models: GPT-5.2-Codex, GPT-5.3-Codex and the latest GPT-5.4).
Re: SWE-CI: Evaluating Agent Capabilities in Maintaining Codebases via CI
#8> The benchmark comprises 100 tasks, each corresponding on average to an evolution history spanning 233 days and 71 consecutive commits in a real-world code repository. This seems like a really cool thing to benchmark! Technically it'd be possible to take GitHub repos that the AI orgs probably already have, cross-reference the code against the issues and regressions, and train/validate on that. The dataset would need…
The scales do seem to be tipped in its favor (cf: my other comment in this thread).
Re: SWE-CI: Evaluating Agent Capabilities in Maintaining Codebases via CI
#9* Claude Opus 4.6 : 0.71
* Claude Opus 4.5 : 0.51
* KIMI-K2.5 : 0.37
* GLM-5 : 0.36
* GPT-5.2 : 0.23
Note: later GPT versions seem to be only available within openAi's proprietary codex cli, so can't be tested - and if tested via the codex cli "harness" it wouldn't be a pure model-to-model comparison any more.
---
Of course, the interesting follow-up question is: How well perform these models with added agent tooling ("harness") ?
Maybe someone has tokens to burn and can run a matrix of agent tools over the top models and provide the results?