StackBench Is Now Open Source
github.com
StackBench Is Now Open Source
1–7 of 7 posts
Re: StackBench Is Now Open Source
#2For those just catching up: The problem is that existing benchmarks focus on self-contained codegen. StackBench tests how well AI coding agents (like Claude Code, and now Cursor) use your library by: • Parsing your documentation automatically • Extracting real usage examples • Having agents generate those examples from a spec from scratch • Logging every mistake and analyzing patterns
You can find out more information about how it works and how to run it in the docs https://docs.stackbench.ai/
Next up, we’re planning to add more: • Coding agents • Ways of providing docs as context (e.g. Mintlify vs Cursor doc search) • Benchmark tasks (e.g. use of APIs via API docs) • Metrics
We're also working on automating in-editor testing and maybe even using an MCP server.
Contributions and suggestions very welcome. What should we prioritize next? The issues tab is open.
Re: StackBench Is Now Open Source
#3Re: StackBench Is Now Open Source
#4Super cool. Thanks for sharing this. Who is this mainly aimed at, the maintainers or the users of the libs?