Cline, developer of AI coding assistants, announced on November 20, 2025, the launch of “cline-bench,” a new open-source benchmark for agentic AI coding1.
This initiative aims to establish reproducible reinforcement learning environments based on realistic engineering challenges in actual open-source development, rather than traditional synthetic programming puzzles. Simultaneously, a $1 million sponsorship program was unveiled to support open-source contributors who provide real-world tasks.
Challenges of Existing Benchmarks and cline-bench’s Approach
While current AI models are evolving rapidly, benchmarks measuring their performance remain challenged. Many coding benchmarks rely on self-contained puzzles like LeetCode or already saturated tasks, failing to adequately reflect the complexity of actual software engineering23.
In real development environments, engineers face challenges such as ambiguous requirements, incomplete context, dependency resolution, and multi-step reasoning. Research institutions like OpenAI also emphasize the importance of using rigorous frontier evaluations to measure how well models perform in different domains, making fuzzy goals specific and explicit.
Learning from Real-World Failures
cline-bench addresses this by extracting tasks from work in actual open-source projects. Specifically, it collects “challenging tasks” where models required manual intervention or failed to complete the work while using the Cline Provider.
These tasks are packaged as research-grade environments capturing real engineering constraints. Each environment includes:
- Starting Snapshot: The Git commit hash at the start of the real engineering task
- Problem Definition: A prompt based on the actual development scenario
- Verification Criteria: Tests based on the code ultimately committed (ground truth)
The environments are built using modern open-source specifications such as the Harbor framework (also known as Terminal-Bench 2.0)5 and Prime Intellect’s Environments Hub6.
Contribution to the Open Source Community
One feature of cline-bench is that it only targets open-source repositories. This ensures the benchmark can be inspected, reproduced, and studied by anyone; private repositories are excluded.
$1 Million Support Program
To support contributors providing high-quality real-world tasks, Cline has launched a $1 million sponsorship program. Selected contributors will receive “Cline Open Source Builder Credits,” boosting the development of the entire open-source ecosystem.
This initiative has received endorsements from the AI research community, including Shyamal Anadkat, Head of Applied Evals at OpenAI, and Teknium from Nous Research. They state that high-quality, verified coding tasks based on actual developer workflows are essential for evaluating and improving state-of-the-art models.
Conclusion
The introduction of cline-bench is a significant step towards making the evaluation of AI coding agents more practical. By incorporating the complexity of reality that cannot be reproduced with synthetic data into benchmarks, it is expected to accelerate the development of more capable coding agents.
For those interested in the details of this initiative or how to participate by contributing to open-source projects, please refer to the resources below.
Sources
- Introducing cline-bench: A Real-World, Open Source Benchmark for Agentic Coding - Cline Blog
- METR Evals Tweet - METR Evals (X)
- Andrej Karpathy Tweet - Andrej Karpathy (X)
- Do LLM Coding Benchmarks Measure Real-World Utility? - Ehud Reiter
- Harbor Framework - Harbor
- Prime Intellect Environments Hub - Prime Intellect