Remix.run Logo
Show HN: Coder Eval – A Framework for Evals(github.com)
4 points by mihaich 3 days ago | 2 comments

We needed a framework to write our evals in and easily update them, run A/B tests, set all kinds of constraints (ex: timeouts, number of turns), and configure the execution environment (ex: sandboxes, dependencies, how to handle AskQuestion). We also have an agent judge.

It’s all in a YAML file now.

We seem to be moving toward a world where companies rely more and more on evals to decide what to ship, so this should be super helpful for normalizing evals across teams.

tom3141 8 hours ago | parent | next [-]

finally a framework that allows me to monitor my coding agents!

paguasmar 3 days ago | parent | prev [-]

Within 10 secs of reading this I was convinced I needed this in our pipeline.

For me the next step is plugging this into the company CI/CD to gate SKILL updates and catch tool call regressions before merging