SWE-CI: New Benchmark Tests AI Agents on Long-Term Code Maintenance via CI

What SWE-CI Actually Does
SWE-CI is the first repository-level benchmark built upon the Continuous Integration loop. It aims to shift the evaluation paradigm for code generation from static, short-term functional correctness toward dynamic, long-term maintainability.
Key Details from the Paper
The benchmark comprises 100 tasks, each corresponding on average to:
- Evolution history spanning 233 days
- 71 consecutive commits in a real-world code repository
SWE-CI requires agents to systematically resolve these tasks through dozens of rounds of analysis and coding iterations. This addresses a gap in current evaluation methods: while LLM-powered agents have demonstrated strong capabilities in automating software engineering tasks such as static bug fixing (as shown by benchmarks like SWE-bench), real-world development involves complex requirement changes and long-term feature iterations that static, one-shot repair paradigms fail to capture.
The paper specifically notes that SWE-CI provides valuable insights into how well agents can sustain code quality throughout long-term evolution. This moves beyond simple bug fixing to assess how agents handle the iterative nature of real software development.
Technical Context
This type of benchmark is significant because most current AI coding agent evaluations focus on single-shot fixes or isolated coding problems. SWE-CI's CI-based approach better reflects how development actually happens in mature software projects, where changes accumulate over time and must maintain compatibility with existing systems.
For developers using AI coding agents, this benchmark could help identify which agents are better suited for long-term project maintenance versus quick fixes. The multi-round, iterative nature of the tasks tests persistence and consistency—qualities that matter when integrating AI assistance into ongoing development workflows.
📖 Read the full source: HN AI Agents
👀 See Also

OpenClaw Benchmark Shows Qwen3.5:27B Outperforms Other Local LLMs for Agent Tasks
A benchmark of 7 local LLMs on 22 real agent tasks using OpenClaw found qwen3.5:27b-q4_K_M scored 59.4%, while the runner-up qwen3.5:35b scored only 23.2%. Most models couldn't find basic tools like email functions.

Benchmark: Gemma4 12B vs Qwen3 8B quantized on 24GB Mac Mini
A developer tested Gemma4 12B against Qwen3:8b-q4_K_M on a 24GB Mac Mini using two prompts. Qwen3 processed prompts 4-5x faster, while Gemma4 generated output slightly faster.

Pilot: A Browser Automation Tool Built Entirely with Claude Code
A non-developer used Claude Code to build Pilot, a Chrome automation tool that lets AI control browsers via accessibility tree navigation. The tool assigns numbers to clickable elements so Claude can issue commands like 'click 5' instead of guessing screen positions.

Quiver: A GUI for Managing and Syncing Claude Code Skills
Quiver is a free, open-source GUI tool that provides a web interface for managing Claude Code skills, allowing users to browse local skills and marketplace plugins, edit SKILL.md files, sync via Git, and install skills without using the terminal.